/* Companion Custom CSS over-rides for [ Animorphs ]: ComicPress - 2.8 */
/* Change the background. */
body { background: #000000; }
body {color:#c4c4c4}

/* 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('themes/comicpress/images/cal/default.png') top center no-repeat; overflow: hidden;}
#header h1 {padding: 0;}
#header h1 a {display: block; width: 980px; height: 120px; text-indent: -9999px;}
#header .description {display: none;}

/* Rounded Corners of the default comic area (not in IE) */

#comic {
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}