@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/bg.png);
	background-repeat:repeat;
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	}
	
h1, h2, h3, h4, h5, p, ul, li {
	margin:0;
	padding:0;
	}
	
#wrapper {
	background-image:url(../images/mid_bg2.png);
	margin-left:auto;
	margin-right:auto;
	background-repeat:repeat-y;
	width:1004px;
	min-height:300px;
	position:relative;
	}
	
#topbanner {
	background-image:url(../images/topbanner.png);
	background-position: center top;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	width:1004px;
	height:240px;
	position:relative;
	}
	
#topbanner_s {
	background-image:url(../images/topbanner_s.png);
	background-position: center top;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	width:1004px;
	height:240px;
	position:relative;
	}
	
#bottombanner {
	background-image:url(../images/bottom2.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	width:1004px;
	height:82px;
	position:relative;
	}	
	

/*NAVIGATION*/

#navarea {
	position:absolute;
	left:10px;
	top:5px;
	height:300px;
	width:180px;
	}

#nav {	
	list-style-type:none;
	margin-left: 0;
	padding-left: 0;
	}

#nav li {
	margin-top:10px;
	text-align:right;
	padding-right:10px;
	}
	
#nav a {
	background-image:url(../images/button_up.gif);
	background-repeat:no-repeat;
	background-position: center;
	display:block;
	padding:9px 7px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	}
	
#nav a:hover {
	color: #E4B79B;
	text-decoration:underline;
	}

/*NAVIGATION*/



/*COMICS*/

.comictitle {
	text-transform: uppercase;
	font-size:16px;
	font-weight:bold;
	padding-top:20px;
	margin-left:250px;
	}

.comic_main {
	margin-left:250px;
	margin-right:70px;
	margin-top:10px;
	}

	
.contentheader {
	border-top: 1px dashed #000000;
	font-size:14px;
	padding-top:10px;
	margin-top:10px;
	margin-left:250px;
	margin-right:70px;
	}

.contentmain {
	margin-top:20px;
	line-height:18px;
	border:none;
	margin-left:250px;
	margin-right:70px;
	}

/*COMICS*/



/*BROWSER*/

.comicbrowse {
	border-top: 1px dashed #000000;
	margin-left:250px;
	margin-top:20px;
	width:680px;
	line-height:26px;
	text-align:center;
	}

.comicbrowse ul {
	margin-top:20px;
	}
	
.comicbrowse li {
	display:inline;
	list-style:none;
	margin-left:30px;
	margin-right:30px;
	}
	
	
.b_link {
	text-decoration:none;
	font-size:11px;
	color:#000000;
	}
	
a.b_link {
	text-decoration:none;
	font-size:11px;
	color:#000000;
	}	

a.b_link:hover {
	color: #E4B79B;
	text-decoration:underline;
	}
	
/*BROWSER*/
	
/*BOTTOM BANNER*/

.disclaimer {
	position:absolute;
	left:240px;
	top:30px;
	font-style:italic;
	}

/*BOTTOM BANNER*/



/*ARCHIVE PAGE*/

.arch1 {
	margin:20px 70px 20px 270px;
	width:300px;
	}
	
.arch1 li {
	margin-top: 5px;
	}


	
.arch2 {
	margin:20px 70px 20px 100px;
	width:300px;
	float:right;
	}
	
.arch2 li {
	margin-top: 5px;
	}


/*ARCHIVE PAGE*/

.contentmain a {
	text-decoration:none;
	border-bottom: 1px dashed #FF6600;
	color:#FF6600;
	}
	

.contentmain a:hover {
	text-decoration:none;
	border-bottom: 1px dashed #000000;
	color:#000000;
	}
	
.comictitle a {
	text-decoration:none;
	border-bottom: 1px dashed #FF6600;
	color:#FF6600;
	}
	

.comictitle a:hover {
	text-decoration:none;
	border-bottom: 1px dashed #000000;
	color:#000000;
	}
	
.status {
	font-weight:bold;
	}
	
.status a {
	text-decoration:none;
	}
	
.status a:hover {
	text-decoration:underline;
	}