/* Companion Custom CSS over-rides for [ Eat That Toast! ]: ComicPress/comicpress - 2.8 */

body {background-image:url('http://eatthattoast.com/ett-bg.gif');
background-repeat:repeat-y;
background-position:center;
margin: 0;
font-family: 'Arial', sans-serif;	
font-size: 13px;
font-style: normal;
font-weight: normal;
text-transform: none;
letter-spacing: normal;
color: #44342B;
z-index: 0;

}

html { overflow-y: scroll; }


#header {width: 980px; height: 168px; background: url('http://eatthattoast.com/header.gif') top center no-repeat; overflow: hidden;}
#header h1 {padding: 0;}
#header h1 a {display: block; width: 980px; height: 168px; text-indent: -9999px;}
#header .description {display: none;}


a {
	color: #A6826A;
	text-decoration: none;
}

a:hover {
	color: #A6826A;
        }
        
        a img {
    border: none;
}


#menubar-wrapper {
	width: 100%;
	clear: both;
	display: block;
	margin: 0 auto;
	background: #A6826A;
}

.menubar {
	background: #A6826A;
	text-align: left;
	border-width: 0px 0px 0px 0;
	border-style: solid;
	border-color: #A6826A;
	list-style: none;
}

.menubar ul li ul li a {
   text-align: left;
   background: #a6826a; /* background of menu items (default state)*/
}

* html .menubar ul li a {
   /*IE6 hack to get sub menu links to behave correctly*/
   display: inline-block;
}

.menubar ul li a:link, .menubar ul li a:visited {
   color: #fff;
}

.menubar ul li ul li a:link, .menubar ul li ul li a:visited {
   color: #fff;
}

.menubar ul li a.selected {
   /*CSS class that's dynamically added to the currently active menu items' LI A element*/
   background: #c5b1a0;
   color: #fff;
}

.menubar ul li a:hover {
   color: #fff;
   background: #c5b1a0; /*background of menu items during onmouseover (hover state)*/
}
