/* Companion Custom CSS over-rides for [ Requiem: An online graphic novel by James Roden. "It's never what you think it is." ]:  -  */
#header {
	text-align: left;
	height: 192px;
}

body {
	margin: 0;
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	color: #333;
	background: #000000 url('/wp-content/themes/comicpress/images/background.jpg') center top repeat-y;
	z-index: 0;
}
}
#header h1 {padding: 0;}
#header h1 a {display: block; width: 980px; height: 180px; text-indent: -9999px;}
#header .description {display: none;}
/* THE MENU */

/*#menubar {
	background: url('/images/menu.png');
	text-align: left;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #999;
	list-style: none;
	color: #000000
}

#menunav {
	float: right;
	text-align: center;
}

.menunav-search {
	padding: 1px 1px 0 0;
	float: left;
}

.menunav-rss {
	width: 15px;
	height: 25px;
	margin: 0 0 0 4px;
	display: block;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	background: url('/images/menu-nav.png') no-repeat;
}

	.menunav-rss:hover {
		background-position: 0 -25px;
		background: url('/images/menu-nav.png') no-repeat;
	}*/