/* Companion Custom CSS over-rides for [ Quitting Time ]: ComicPress - 2.8 */

/* Change the background. */
body { background: #FFFFFF url(http://www.quitting-time.com/background.gif) repeat-y center 314px; }

/* Add Image to Header AND make it clickable back to home - adjust height width and location of image*/
#header {width: 800px; height: 161px; background: url("/wp-content/themes/comicpress-2.8/images/headers/rotate.php") bottom center no-repeat; overflow: hidden;}
#header h1 {padding: 0;}
#header h1 a {display: block; width: 800px; height: 161px; text-indent: -9999px;}
#header .description {display: none;}


/* Hide text based navigation for just comic posts. */
.narrowcolumn .nav { display: none; }

#page {
	width: 800px;
	margin: 0px auto;
}

#comic {
	background: #fff;
/*	border: 0px solid #999; */
	text-align: center;
	z-index: 100;
}

#content-wrapper {
/* old	background: #fffAF0; */
	background: #fcdea2;
}

#content {
/* old	background: #fffAF0; */
	background: #fcdea2;
}

#footer {
/*      background: fff */
	background: #015293;
	font-size: 10px;
}

#comic-foot {
	padding-bottom: 0px;
}
/* Quitting Time is powered by WordPress with ComicPress, and hosted by the good folks at Roadknight Labs.
