/* Companion Custom CSS over-rides for [ Max vs. Max ]: ComicPress - 2.8 */
body {
        background: white;   
   }
 #menubar {
	background: white;
	text-align: left;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: white;
	list-style: none;
}
#menu {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	line-height: 25px;
	font-size: 13px;
	border-right: 1px solid white;
}

	#menu a {
		padding: 0px 10px 0 10px;
		display: block;
		color: #aaa;
		text-decoration: none;
	}

	#menu li .rss {
		padding: 5px 0 5px 0;
	}

	#menu li {
		float: left;
		cursor:pointer;
	}

	#menu li a {
		border-left: 1px solid white;
		border-right: 1px solid white;
	}

	#menu li:hover a, #menu li.sfhover a {
		border-left: 1px solid white;
		border-right: 1px solid white;
		color: black; /* Main menu highlighted text color */
		background: white 0 -75px;
	}
	#menu .current_page_item a {
		color: #aaa;
		border-left: 1px solid white;
		border-right: 1px solid white;
		background: white 0 -50px;
	}
	.nav {
	float: right;
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
	padding: 8px 5px 5px 5px;
}

	.nav-first {
		padding: 0 5px 0 0;
		float: left;
	}

	.nav-previous {
		padding: 0 5px;
		float: left;
	}

	.nav-next {
		padding: 0 5px;
		float: left;
	}

	.nav-last {
		padding: 0 0 0 5px;
		float: left;
	}
	.single-category-blog .widget_comicpress_comic_blog_post { display: none; }