/* Companion Custom CSS over-rides for [ SailorSun.org ]:  -  */

/* Companion Custom CSS over-rides for [ SailorSun.org ]: ComicPress - 2.9 */
body {
background-color:RGB(247,247,200);
}
.comment {
	background-color:RGB(191,217,180);
	border: solid 2px;
	border-radius: 10px;
	margin: 5px;
	padding: 5px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}



#sidebar-left, #sidebar-right {
	background: RGB(255,255,255);
	border: solid 2px;
	border-radius: 10px;
	margin: 5px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#sidebar-left {width:190px;}

#sidebar-right {width:165px;}

.post {
	background-color:RGB(255,255,255);
	border: solid 2px;
	border-radius: 10px;
	margin: 5px;
	padding: 5px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#page-wide {
background-color:RGB(255,255,255);
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
padding: 5px;

}

/* Add Image to Header AND make it clickable back to home - adjust height width and location of image*/
#header {margin: 0 auto;width: 980px; height: 140px; background: url('/Header/SailorSun_Top.jpg') top center no-repeat; overflow: hidden;}
#header h1 {padding: 0;}
#header h1 a {display: none; width: 980px; height: 0px; text-indent: -9999px;}
#header .description {display: none;}
