/* Companion Custom CSS over-rides for [ Evil Arts and Crafts ]: ComicPress - 2.8 */

#content-wrapper {
	margin: 0;
	padding: 0;
	background-color:#ffffff;}

#comic {
	background: #fff;
	border: none;
	text-align: center;
	z-index: 100;
	padding: 0px;}

#comic.img {width: 768px; margin: 0 auto;}

.post-author-gravatar {
	float: left;
	margin-left: 2px;
	padding-top:10px;
	padding-right: 15px;}

#footer {
	padding: 5px 0;
	text-align: center;
	background-color:#b4e0de;
}

/* Trying to prevent shrinkage. */

#page-wide { width: 980px; background-color: #ffffff;} 
	
#page {width: 770px;}


#content {
	float: left;
	overflow: hidden;
	background-color:#fff;
	width: 770px;
}



/* Sidebar Themes */
#sidebar-left {
	float: left;
	width: 210px;
	background-color:#fff;
}

#sidebar-comicleft {
float: left;
background-color:#fff;
}


#sidebar-right {
	float: right;
	width: 0px;
	display: none;}

/* Hide the Text in the header. */
#header h1 a, #header .description { display: none; }

/* Hide text based navigation for just comic posts. */
.narrowcolumn .nav { display: none; }