/* Companion Custom CSS over-rides for [ A Very Good Segue ]:  -  */
body {
	background: #72b3e2; 
}

a:link {color: #000080;}
a:visited {color: #666;}
a:hover {color: #551011;
	font-weight: 700;
}
a:active {color: #5C3317;
	font-weight: bold;
}

#header {
	width: 980px; 
	height: 120px; 
	background: url('http://avgs.y2cl.net/files/2010/08/AVGS-logo.png') top center no-repeat;
	overflow: hidden;
	position: relative; 
	zoom: 1; 
	display: block; 
	margin-bottom: -47px
	 }

#header h1 {	padding: 0; }

#header h1 a {
	display: block; 
	width: 980px; 
	height: 120px; 
	text-indent: -9999px;
}

#header .description {
	display: none;
}

#menubar-wrapper {
	width:900px;
	}

#comic img {
	margin: 5px; 
	-moz-box-shadow: 3px 3px 4px #000;		
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	}


#text-3 {
	width: 160px;
	moz-box-shadow: 3px 3px 4px #000;		
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
}
#text-4 {
	margin:0 auto;
	width: 728px;
		-moz-box-shadow: 3px 3px 4px #000;		
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
}

.bypostauthor { 
	background: #fdfdf4; 
	}

.post-author-gravatar {
	-moz-box-shadow: 3px 3px 4px #000;		
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
}


.comicthumbnail { 
	height: 100px;
	margin-bottom: 0px;
	padding: auto;
	border-radius: 10px;
	-moz-box-shadow: 3px 3px 4px #000;		
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
}

ul.level-1 img { 
	height: 100px;
	}