/* Companion Custom CSS over-rides for [ The Neverending Tour ]: ComicPress - 2.9 */

/* Add Image to Header AND make it clickable back to home - adjust height width and location of image*/
#header {width: 980px; height: 150px; background: url('http://jebentley.com/images/TheOuroBros-header-2011b.png') top center no-repeat; overflow: hidden;}
#header h1 {padding: 0;}
#header h1 a {display: block; width: 980px; height: 150px; text-indent: -9999px;}
#header .description {display: none;}

/* Change the background. */
body { background: #18293d; }

/* Change to body text background color */
.narrowcolumn, .widecolumn {
	background: #ffffff;
}

/* Change to comic_navi_wrapper in images/nav/silver/navstyle.css */
/*
#comic_navi_wrapper, #comic, .pagenav {
	background: #fff;
		margin-top: 0; 
}
*/


/* Change to sidebar background color */
/* #subcontent-wrapper {
	background: #e7f6fe;
}
*/


/* Begins Custom Menubar */ 

#tntmenubar { background: url('http://www.jebentley.com/images/menubar.png') no-repeat; }  

#tntmenubar ul, #tntmenubar ul li { margin: 0; padding: 0; }  

#tntmenu .page_item a, #tntmenu .page_item { display: inline-block; float: left; text-decoration: none; text-indent: -99999px; }  

#tntmenu { padding: 0 0 0 20px; margin: 0 0 0 0; width: 100%; height: 42px; }  
    

#tntmenu .page-item-home a, #tntmenu .page-item-home { height: 35px; width: 105px; background: url('http://jebentley.com/images/Button_Home.png') no-repeat; }  

#tntmenu .page-item-2 a, #tntmenu .page-item-2 { height: 35px; width: 105px; background: url('http://jebentley.com/images/Button_About.png') no-repeat; }  

#tntmenu .page-item-3 a, #tntmenu .page-item-3 { height: 35px; width: 105px; background: url('http://jebentley.com/images/Button_Subscribe.png') no-repeat; }

#tntmenu .page-item-4 a, #tntmenu .page-item-4 { height: 35px; width: 105px; background: url('http://jebentley.com/images/Button_EmailUs.png') no-repeat; }

#tntmenu .page-item-5 a, #tntmenu .page-item-5 { height: 35px; width: 105px; background: url('http://jebentley.com/images/Button_Archive1.png') no-repeat; }


   
#tntmenu .page-item-home a:hover { background-position: -105px 0; }  

#tntmenu .page-item-2 a:hover { background-position: -105px 0; background-color: #000 Transparent; }

#tntmenu .page-item-3 a:hover { background-position: -105px 0; background-color: #000 Transparent; }  

#tntmenu .page-item-4 a:hover { background-position: -105px 0; background-color: #000 Transparent; }  

#tntmenu .page-item-5 a:hover { background-position: -105px 0; background-color: #000 Transparent; }  
   

/* Ends Custom Menubar */



/*Change Link Size and Color */

a { color: #7a313a; }   /* color for links */ 
a:hover { color: #ed1c24; }  /* mouseover color for links */


/* Left-Justify Author Gravatar */


.post-author-gravatar { 
   float: left; 
   padding-right: 10px;
}


/* Right-Justify Blog title? */
