/* Companion Custom CSS over-rides for [ I Dream of a Jeanie Bottle ]: ComicPress - 2.9 */
#header {width: 980px; height: 160px;  background: url('/images/JBLogo.png') top left no-repeat; overflow: hidden;}
#header h1 {padding: 0;}
#header h1 a {display: block; width: 980px; height: 120px; text-indent: -9999px;}
#header .description {display: none;}
/* Hide the Text in the header. */
#header h1 a, #header .description { display: none; }

body {background-color:RGB(205,205,255)} 

#comic, .post, .sidebar, .comment {
background-color:RGB(255,255,255);
border-style:solid;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
padding: 5px;

} 
.comment {
background-color:RGB(191,217,180);
border-style:solid;
}

/* change the background of the author of the posts comments */
.bypostauthor { background: #fdfdf4; }


/* Begins Custom Menubar */

/* Ends Custom Menubar */