/* Companion Custom CSS over-rides for [ site ]: ComicPress - 2.8 */
body { 
	background: #ffe401 url('http://secretprojectcomic.com/images/yellowBG.gif') top fixed;
	color: #777;
}

h2, h2 a {
	margin: 0;
	color: #003c1c;
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 2px;
	font-family: 'trebuchet ms';
}

	h2.pagetitle, h2.pagetitle a {
		padding: 0 0 5px 0;
		margin: 0 0 20px 0;
		font-family: 'trebuchet ms';
		font-size: 32px;
		font-weight: normal;
		letter-spacing: -2px;
		clear: both;
	}

h3, h3 a {
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	color: #003c1c;
	text-decoration: none;
	clear: both;
	letter-spacing: -1px;
	font-family: 'trebuchet ms';
}

#page-wide {
	width: 940px;
	margin: 0px auto;
	background: #000;
	
}
#page {
	width: 780px;
	margin: 0px auto;
	padding: 0;
	
}
#comic {
	background: #fff;
	border: 0px none;
	text-align: center;
	z-index: 100;
	padding: 0px;
}
#comic-head {
	padding-top: 0px;
}

#comic-foot {
	padding-bottom: 5px;
}
#sidebar-left {
	float: left;
	width: 190px;
}

/* Right Sidebar Themes */
#sidebar-right {
	float: right;
	width: 190px;
}