/*
	Angry D. Monkey
	adm_stylez.css
*/


/*	index.php bits	*/
body{
	background-image: url("images/bg_shorts.gif");
	background-repeat: repeat;
	background-color: #f3a95e;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border: 0px;	
}

.container {
	background-image: url("images/bg_container.gif");
	background-repeat: repeat-y;
	background-color: #fbd3ae;
	width: 800px;
	margin: 0 auto;
}

.topbanner {
	background-color: #e08326;
	width: 800px;
	height: 150px;
	text-align: center;
	border: 2px solid ##e08326;
}

.bannerimg {
	width: 800px;
	height: 150px;
	margin: 0 auto;
}

.topmenu {
	background-image: url("images/bg_topmenu.gif");
	background-repeat: repeat-x;
	width: 800px
	height: 40px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	border: 0px;
}

.botmenu {
	background-image: url("images/bg_botmenu.gif");
	background-repeat: repeat-x;
	background-color: #e08326;
	width: 800px;
	height: 50px;
	padding-top: 10px;	
}

.footer {
	background-color: #e08326;
	width: 800px;
	text-align: center;
	color: #3c2d17;
	font-family: Gill Sans, Verdana, sans-serif;
	font-size: 8px;
	padding-bottom: 20px;
	padding-top: 10px;
}


/*	comics page	*/
.comicpage {
	width: 550px;
	min-height: 700px;
	text-align: center;
	margin-top: 20px;
}

.commentbox{
	background-color: #ffefdf;
	width: 700px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border: 2px solid #976c43;
}

.commentav {
	width: 125px;
	text-align: center;
	color: #3c2d17;
	font-family: Gill Sans, Verdana, sans-serif;
	font-size: 12px;
	margin: 10px;
}

.commenttext {
	width: 690px;
	text-align: left;
	color: #3c2d17;
	font-family: Gill Sans, Verdana, sans-serif;
	font-size: 13px;
	line-height: 20px;
	margin: 10px;
}

.shoutbox{
	width: 200px;
	text-align: center;
	color: #3c2d17;
	font-family: Gill Sans, Verdana, sans-serif;
	font-size: 9px;
	line-height: 14px;
	margin: 10px;
}

.cnav {
	width: 75px;
	height: 75px;
	margin: 10px;
}

/*	Archive Page	*/
.chapterbox{
	background-color: #ffefdf;
	width: 500px;	
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border: 2px solid #976c43;
}

.chaptertext {
	width: 480px;
	text-align: left;
	color: #3c2d17;
	font-family: Gill Sans, Verdana, sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin: 10px;
}


/*	CAST PAGE	*/
.castbut {
	width: 125px;
	height: 75px;
	margin: 10px;
}

.castimg {
	width: 500px;
	height: 600px;
	margin: 20px 0;
}


/*	MISC	*/

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

a:link, a:visited {
	color: #201709;
}

a:hover {
	text-decoration: overline;
}

.fleft{
	float: left;
	margin: 10px;
}