/* Companion Custom CSS over-rides for [ craggly.com ]: ComicPress - 2.8 */
/* Change the background. */
body { background: #FFFFFF; }

/* 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/banner.gif') top left no-repeat; overflow: hidden; }
#header h1 {padding: 0;}
#header h1 a {display: block; width: 980px; height: 120px;}
#header .description {display: none;}
#header {text-align: left;}


/* Hide the Text in the header. */
#header h1 a, #header .description { display: none; }

/* Hide text based navigation for just comic posts. */
.narrowcolumn .nav { display: none; }
