/* Companion Custom CSS over-rides for [ Sea Urchins ]: ComicPress - 2.9.0.10 */


/* change the background of the author of the posts comments */
.bypostauthor { background: #fdfdf4; }

/* Add Image to Header AND make it clickable back to home - adjust height width and location of image*/
#header {width: 980px; height: 120px; background: url('/images/header.png') top left no-repeat; overflow: hidden margin-left:20px;}
#header h1 {padding: 0;}
#header h1 a {display: block; width: 980px; height: 120px; text-indent: -9999px;}
#header .description {display: none;}


/* Left Sidebar Themes */
#sidebar-left {
	background-color: #006666;
	-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
height:100%;
}

/* Right Sidebar Themes */
#sidebar-right {
	background-color: #006666;
	-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
height:100%;
}


/* Hide the Text in the header. */
#header h1 a, #header .description { display: none; }

#page-wide {
	background-color: #177B7C;
	border: 1px;
	border-color: #33CC99;
}

#page-wide-wrap {
	background-color: #006666;
}

#subcontent-wrapper {
	margin:10px;
	padding: 10px;
}


	.narrowcolumn {
		width: 500px;
/* make the html page not wobble when reloading to a new page. */ html { overflow-y: scroll; }