/* Companion Custom CSS over-rides for [ Adventures Haphazardous ]:  -  */
 a:link {
	color: #666;
}
a:visited {
	color: #666;
}
a:hover {
	color: #ccc;
	font-weight: 700;
}
a:active {
	color: #5C3317;
	font-weight: bold;
}
.comicthumbnail { 
	height: 50px;
	margin-bottom: 0px;
	border-radius: 10px;
	-moz-box-shadow: -3px 3px 4px #000;		
	-webkit-box-shadow: -3px 3px 4px #000;
	box-shadow: -3px 3px 4px #000;
}

#text-3 img {
	-moz-box-shadow: 3px 3px 4px #000;		
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
}
#text-4 img {
	margin:0 auto;
	-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 {
	border-radius: 10px;
	-moz-box-shadow: 3px 3px 4px #000;		
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
}
.comicthumbwrap { 
	height: 50px; 
	margin: 5px 2px; 
	background: #fff; 
	-moz-border-radius: 10px; 
	-khtml-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
}

#storyline img {
	height: 100px;
	}
#idc-container {
	background: #ccc;
	padding: 5px;
	opacity: 0.8;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
