/* Companion Custom CSS over-rides for [ Ology ]: ComicPress - 2.8 */
#menubar {
   background-image: none;
   background: #CCCC99;
   border: 0;
   width: 760px;
}
}

#menu {
   border: 0;
}

#menu li a {
   border: 0;
}


/* 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;
   border: 0;
}

/* Main menu highlighted background color */
#menu li:hover, #menu li.sfhover {
   background-color: #CC9966;
}


/* The current page your on */
#menu .current_page_item a {
   background-image: none;
   background-color: #CC9966;
   color: #EEE;
   border: 0;
}

*
body {
   margin: 0;
   font-size: 10px;
   background: url('http://www.emileemcgloryillustration.com/ologycomic/wp-content/uploads/2009/12/background.png') repeat;
   font-family: 'Arial', sans-serif;
   color: #000;
   }
   
   /* Add Image to Header AND make it clickable back to home - adjust height width and location of image*/
   #header {width: 760px; height: 160px; background: url('/images/header.png') top center no-repeat; overflow: hidden;}
#header h1 {padding: 0;}
#header h1 a {display: block; width: 980px; height: 120px; text-indent: -9999px;}
#header .description {display: none;}
