/* Change the background. */
body { background: #FFFFFF url(http://www.gppcomic.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: 150px; background: url(http://www.gppcomic.com/header.gif) top center no-repeat; overflow: hidden;}
#header h1 {padding: 0;}
#header h1 a {display: block; width: 800px; height: 150px; 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 {
	background: #f0f8ff;
}

#content {
	background: #f0f8ff;
}

#footer {
	background: #fff;
	font-size: 10px;
}

#comic-foot {
	padding-bottom: 0px;
}

/* Add a dotted line under the post. */
.post { border-bottom: solid #ddd; }

/* Change menu text size */
#menu {
	font-size: 12px;
}



/* Gods Playing Poker is powered by WordPress with ComicPress, and hosted by the good folks at Roadknight Labs.