/* 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;
}