/* ComicPress Custom CSS over-rides for [ Fera ]: ComicPress - Premium - 2.8 */

body {
background: #301;
color: #fff;
}

a { color: #f6ff00 }

h1, h1 a, h2, h2 a, h3, h3 a {
color: #fff;
font-weight: bold; 
}

#page-wide {
background: #450404;
border-left: solid 2px #000;
border-right: solid 2px #000;
}

#pagewrap-right { width: 766px; }

#menubar, #wp-calendar {
background: #600;
}

#header {
background: url('/images/fera/site/header/fera-title.jpg') center top no-repeat;
height: 272px;
}

#header h1 a, #header .description { display: none; }

#footer {
background: #000;
}

#comic { border: 0; background: transparent; }

#sidebar-left {
background: url('/images/fera/site/bg/sidebar-grad.jpg')
			center top repeat-x;
color: #000;
margin-right: 2px;
}

.narrowcolumn { width: 556px; }

.page-template-blog-php #sidebar-right { display: none; }


/* Begins Custom Menubar */
#fera_menubar { background: 000; }
#fera_menubar ul, #fera_menubar ul li { margin: 0; padding: 0; }
#fera_menu .page_item a, #fera_menu .page_item { display: inline-block; float: left; text-decoration: none; text-indent: -99999px; }
#fera_menu { padding: 0 0 0 20px; margin: 0 0 0 0; width: 100%; height: 64px; }

#fera_menu .page-item-home a, #fera_menu .page-item-home { height: 64px; width: 128px; background: url('/images/fera/site/menu/home.jpg') no-repeat; }
#fera_menu .page-item-archive a, #fera_menu .page-item-archive { height: 64px; width: 146px; background: url('/images/fera/site/menu/archive.jpg') no-repeat; }
#fera_menu .page-item-about a, #fera_menu .page-item-about { height: 64px; width: 142px; background: url('/images/fera/site/menu/about.jpg') no-repeat; }
#fera_menu .page-item-extras a, #fera_menu .page-item-extras { height: 64px; width: 149px; background: url('/images/fera/site/menu/extras.jpg') no-repeat; }
#fera_menu .page-item-shop a, #fera_menu .page-item-shop { height: 64px; width: 119px; background: url('/images/fera/site/menu/shop.jpg') no-repeat; }
#fera_menu .page-item-contact a, #fera_menu .page-item-contact { height: 64px; width: 171px; background: url('/images/fera/site/menu/contact.jpg') no-repeat; }
#fera_menu .page-item-links a, #fera_menu .page-item-links { height: 64px; width: 125px; background: url('/images/fera/site/menu/links.jpg') no-repeat; }


#fera_menu .page-item-home a:hover { background-position: 0 -64px; }
#fera_menu .page-item-archive a:hover { background-position: 0 -64px; }
#fera_menu .page-item-about a:hover { background-position: 0 -64px; }
#fera_menu .page-item-extras a:hover { background-position: 0 -64px; }
#fera_menu .page-item-shop a:hover { background-position: 0 -64px; }
#fera_menu .page-item-contact a:hover { background-position: 0 -64px; }
#fera_menu .page-item-links a:hover { background-position: 0 -64px; }

/* Ends Custom Menubar */
