/* Companion Custom CSS over-rides for [ Secktacular! ]: ComicPress - 2.8 */
/* Change the background. */
body { background: url('http://www.secktacular.com/graphics/background.jpg') repeat; }
/* 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;
}
/* Change widget background color*/
#sidebar-left, #sidebar-right { background: url('http://www.secktacular.com/graphics/bg-blog.jpg') repeat; }
/* content background */
.narrowcolumn, .widecolumn { background: url('http://www.secktacular.com/graphics/bg-blog.jpg') repeat; }
/* discard menu bg images */

#menubar {
   background-image: none;
   background: #000;
}

/* link color of the menubar */
#menu a {
   color: #fff;
}

/* Main menu highlighted text color */
#menu li:hover a, #menu li.sfhover a {
   background-image: none;
   color: #fff;
}

/* Main menu highlighted background color */
#menu li:hover, #menu li.sfhover {
   background-color: #ff0000;
}

/* The current page your on */
#menu .current_page_item a {
   background-image: none;
   background-color: white;
   color: black;
}

/* Add Image to Header AND make it clickable back to home - adjust height width and location of image*/
#header {width: 780px; height: 240px; background: url('http://www.secktacular.com/graphics/header.jpg’) top center no-repeat; overflow: hidden;}
#header h1 {padding: 0;}
#header h1 a {display: block; width: 780px; height: 240px; text-indent: -9999px;}
#header .description {display: none;}
