/* Reset browser defaults */

* {margin:0;padding:0}

/*----------- Global Elements ---------------*/
body {
	font:.75em/1.3em verdana;
	background: url(../img/bg-main.jpg) repeat-y top center #202324;
	margin:0 auto;
	text-align:center;
	color:#FFF;
}

#full {background:#202324;}

/* ----- <a> ------*/
a {color:#CAB680;text-decoration:none;font-weight:bold;}
a:hover {color:#FFFFFF;text-decoration:underline;font-weight:bold;}

/* ----- <p> ------*/
p {padding:10px;}

.break {clear:both;}

.date {font-weight:bold;border-bottom:1px solid #FFF;margin-bottom:8px;}

/* --- <img> ---- */
img {border:0;margin:5px;}

.border {border:2px solid #FFF;display:inline;float:left;margin:10px 16px 10px 0;}

.center {
	margin:0 auto;
	}

/* --- <ul> --- */
ul  { list-style-type:none;}

li {margin-bottom:.3em;}

.lineup li { list-style-type:none;display:inline;float:left;margin:0 3px 2px 3px;}

.bullet li { list-style-type:none;background: url(../images/bullet.gif) no-repeat 0 0; padding-left:13px;margin-bottom:5px;margin:0 0 10px 10px;}

/* ------ <dd> --------*/
dl {width:300px;margin-bottom:15px;}
dd {display:inline;float:left;width:70px; font-weight:bold;margin:0 10px 8px 0;}
dt {float:left;width:220px;margin-bottom:8px;}

/* ----headers ----*/
h1 {font:1.4em times new roman;color:#FFF;height:20px;background:#767D80;text-align:center;font-weight:bold;margin:0 0 10px;}
	 
h2 {font:1.6em times new roman;color:#CCC;font-weight:bold;margin:10px 0 10px;padding-left:10px;letter-spacing:5px;border-bottom:1px solid #666}

h3 {font:1em times new roman;color:#FFF;height:16px;background:#767D80;text-align:center;font-weight:bold;margin:10px 0 10px;}

/* ---- Content ----- */

#single {	
	margin:0 auto;
	padding:10px;
	}

#comic {	
	margin:0 auto;
	width:650px;
	padding:10px;
	}

#wrapper {	
	width:750px;
	margin:0 auto;
	background: url(../img/bg-content.jpg) no-repeat top left;
	}

#right {
	width:600px;
	display:inline;
	float:right;
	margin:0;
	}

#header {
	height:35px;
	width:100%;
	background:#34393B;
	margin-bottom:10px;
	font-size:.7em;
	color:#767D80;
	border-bottom:3px solid #767D80;
	text-align:right;
	}

#nav {
	background:#202324;
	height:80px;
	margin-bottom:5px;
	text-align:left;
	}

#smallnav {
	background:#202324;
	height:40px;
	font:1.8em;
	margin-bottom:5px;
	text-align:left;
	}

#schism a, #schism a:hover {
	font:3em times new roman;
	color:#FFF;
	letter-spacing:10px;
	}

#menu {
	border-top:2px dashed #767D80;
	padding-top:10px;
	font:1.4em times new roman;
	letter-spacing:2px;
	}


#content  {
	background:#34393B;
	width:100%;
	font:verdana;
	padding-top:15px;
	text-align:left;
	border-top:3px solid #767D80;
	}

#content p { padding:10px;}
	
#page { 
	text-align:center;	
	margin:10px 0 10px 0;
	background:#34393B;
	}

#comicnav {
	background:#000;
	text-align:center;
	}

#linkage { text-align:center;padding:8px 0 8px 0;}
	
#footer  {
	color:#FFF;
	background:#000;
	text-align:center;
	padding:10px 0 10px 0;
	border-top:1px dashed #34393B;
	font:.75em/1.5em verdana;
	}
		
 #left {
	width:123px;
	text-align:center;
	float:left;
	padding-top:490px;


	}


	
	
/* ------- Forms -------*/

