
* {
	margin: 0;
	padding: 0;
	cursor: url("img/nat626.cur"), auto;
}

@font-face {
	font-family: "gabel font";
	src: local("Gabelfont-regular.otf"), local(gabelfont), url(Gabelfont-Regular.otf);
}

body {
	font-family: "gabel font";
	font-size: 17px;
	width: 1250px;
	margin: auto;
	background: url('img/dumpsterjuice.jpg') no-repeat fixed left;
	background-size: cover;
	
}

.header {
	color: white;
	margin: 20px auto;
	width: 85%;
	height: auto;
	border: solid 5px white;
	border-radius: 20px;
	font-size: 1.5em;
	padding: 15px 20px;
	background-color: black;	
}.header a {
	text-transform: uppercase;	
	padding: 7px 20px;
	margin: 10px;
	background-color: #dcdcdc;
	border: outset 5px #dcdcdc;
	border-radius: 10px;
} .header a:hover {
	background-color: #f5f5f5;
	border: outset 5px #f5f5f5;
	border-radius: 10px;
} .header a:active {
	background-color:#a9a9a9;
	border: inset 5px #a9a9a9;
	border-radius: 10px;
} 

.maincontent {
	float: left;
	margin: 15px;
	padding: 15px;
	width: 800px;
	height: 100%;
	background-color: #bcb88a;
	background-image: url("img/boxbg lowtrans blk crop.png");
	border: outset 5px #bcb88a;
	border-radius: 10px;
}

.asidebox {
	float: right;
	margin: 0 15px;
	padding: 15px 0;
	width: 300px;
	height: 100%;
	background-color: #bcb88a;
	background-image: url("img/boxbg lowtrans blk crop.png");
	border: outset 5px #bcb88a;
	border-radius: 10px;
} .asidebox details {
	border: 0;
	margin: 3px;
	padding: 3px;
} .asidebox summary {
	margin: 0;
	padding: 3px;
}

#stickerdiv {
	width: 0;
	height: 0;
	
}

#sticker {
	position: relative;
}

#nav {
	display: inline;
	margin: 10px;
}

#container {
	display: flex;
	height: auto;
	width: 90%;
	margin: auto;
	padding: 0;
	border: 50px solid transparent;
	border-image: url('img/border1.png') 50 round;
	border-radius: 10px;
	background: black;	
}

#box {
	background-color: #dcdcdc;
	border: inset 5px #bcb88a;
	border-radius: 10px;
	margin: 15px;
	padding: 18px;
	background-image: url("img/lined_paper.png");
}

#boxmain {
	background-color: #dcdcdc;
	border: inset 5px #bcb88a;
	border-radius: 10px;
	margin: 15px;
	padding: 18px;
	border-radius: 10px;
	background-image: url("img/lined_paper.png");
	
}

#boxmain2 {
	background-color: #dcdcdc;
	border: inset 5px #bcb88a;
	border-radius: 10px;
	margin: 15px;
	padding: 18px;
	border-radius: 10px;
	background-image: url("img/lined_paper.png");
	display: flex;
	flex-direction: row;
}

#boxmain3 {
	background-color: #dcdcdc;
	border: inset 5px #bcb88a;
	border-radius: 10px;
	margin: 15px;
	border-radius: 10px;
	background-image: url("img/lined_paper.png");
	
}

#sideimg {
	width: 100px;
	height: auto;
	margin-left: 10px;
	margin-right: 30px;
	display: flex;
	flex-direction: column;
}

#blogimg {
	width: 650px;
	margin: 7px auto;
	display: flex;
	justify-content: center;
	flex-direction: row;	
	align-items: center;
} #blogimg img {
	padding: 0 15px;
} #blogimg p {
	border-top: dashed 2px black;
	border-bottom: dashed 2px black;
	padding: 10px;
}

#footer {
	display: flex;
	height: auto;
	width: 85%;
	margin: 15px auto;
	padding: 15px;
	color: white;
	border: solid 5px white;
	border-radius: 20px;	
	background-color: black;
}

h1 {
	display: grid;
	font-weight: bold;
	font-size: 1.5em;
}

details {
	margin: 10px;
	padding: 10px;
	border: dotted 2px gray;
	border-radius: 10px;
} details img {
	border: solid 3px black;
	border-radius: 25px;
}

summary {
	font-size: 1.25em;
	font-weight: bold;
	margin: 10px;
	padding: 5px;
}

li {
	margin-left: 20px;
}

hr {
	margin: 10px 0;
}

table {
	margin: 7px;
	padding: 7px;
	background-color: #bcb88a;	
}

td {
	padding: 7px;
	border: solid 2px #3b2912;
	background-color: #e0ddba;
}

footer {
	width: 100%;
	text-align: center;
}
