/* Companion Custom CSS over-rides for [ It's like a toaster talking, only funny.  ]:  -  */

body { background: #002424; }

#header {
	width: 980px; 
	height: 150px; 
	background: url('http://y2cl.net/graphics/Inanimate/inanimate_logo.png') top center no-repeat; 
	overflow: hidden;
	border-radius: 10px;
	-moz-box-shadow: 3px 3px 4px #000;		
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	}
#header h1 {padding: 0;}
#header h1 a {display: block; 
	width: 980px; 
	height: 120px; 
	text-indent: -9999px;
	}
#header .description {display: none;}

#menubar-wrapper {
	background: #fff;
	font-family: Parkavenue, cursive;
	font-size: 1.2em;
	font-color: #000;
	text-transform: uppercase; 
	margin: 10px 10px 0px -2px;
	border-style: outset;
	border-width:medium;
	border-color:#777777;
	-moz-border-radius: 10px; 
	-khtml-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	text-shadow: #777777 3px 3px 3px;
	opacity:0.8;
	border-radius: 10px;
	-moz-box-shadow: 3px 3px 4px #000;		
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	}

#sidebar-overcomic { padding: 0; }

#comic img {
	margin: 5px; 
	border-radius: 5px;
	-moz-box-shadow: 3px 3px 4px #000;		
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	}
	
#comic-foot {
	margin: 10 10 10 10;}

.comicthumbnail { height: 50px; }
.comicthumbwrap { 
	height: 50px; 
	margin: 5px 2px; 
	background: #fff; 
	-moz-border-radius: 10px; 
	-khtml-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
}


#content {
	width:980px;
	}

#subcontent-wrapper {
	background: #ccc;
	width:1000px;
	border: 0px; 
	margin: 5px 0px 0px -10px;
	-moz-border-radius: 10px; 
	-khtml-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	-moz-box-shadow: 3px 3px 4px #000;		
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	}
	
#footer img {
	-moz-box-shadow: 3px 3px 4px #000;		
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	}
	
#footer {
	padding-bottom:50px;
	}