/* Companion Custom CSS over-rides for [ The Parallels ]: ComicPress - 2.8 */

/* HEADINGS */

h1, h1 a {
	padding: 1px 0 0 0;
	margin: 0;
	color: #fff;
	font-size: 50px;
	font-family: 'georgia' , serif;
	font-weight: normal;
	line-height: 42px;
	text-decoration: none;
	letter-spacing: -5px;
	font-variant: small-caps;
}

/* STANDARD TAGS */
body {
	margin: 0;
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	color: #a1a1a1;
	background: #000000; 
	z-index: 0;
}

#parmenubar {
 background-color:#000000;
 text-align: left;
}

#parmenubar ul, #parmenubar ul li {
 margin: 0;
 padding: 0;
}

#parmenu .page_item a, #parmenu .page_item {
 display: inline-block;
 float: left;
 text-decoration: none;
 text-indent: -99999px;
}

#parmenu {
 padding: 5px 0 0 0;
 width: 100%;
 height: 36px;
 float: center;
}

#parmenu .page-item-home a, #parmenu .page-item-home {
 height: 36px;
 width: 85px;
 background: url('/wp-content/themes/comicpress/images/home.png') no-repeat;
}

#parmenu .page-item-2 a, #parmenu .page-item-2 {
 height: 36px;
 width: 90px;
 background: url('/wp-content/themes/comicpress/images/about.png') no-repeat;
}

#parmenu .page-item-3 a, #parmenu .page-item-3 {
 height: 36px;
 width: 90px;
 background: url('/wp-content/themes/comicpress/images/links.png') no-repeat;
}

#parmenu .page-item-4 a, #parmenu .page-item-4 {
 height: 36px;
 width: 70px;
 background: url('/wp-content/themes/comicpress/images/cast.png') no-repeat;
}

#parmenu .page-item-5 a, #parmenu .page-item-5 {
 height: 36px;
 width: 120px;
 background: url('/wp-content/themes/comicpress/images/art.png') no-repeat;
}

#parmenu .page-item-6 a, #parmenu .page-item-6 {
 height: 36px;
 width: 140px;
 background: url('/wp-content/themes/comicpress/images/parallels.png') no-repeat;
}

#parmenu .page-item-7 a, #parmenu .page-item-7 {
 height: 36px;
 width: 95px;
 background: url('/wp-content/themes/comicpress/images/email.png') no-repeat;
}

#parmenu .page-item-home a:hover {
 background-position: -85px 0;
}

#parmenu .page-item-2 a:hover {
 background-position: -90px 0;
}

#parmenu .page-item-3 a:hover {
 background-position: -90px 0;
}

#parmenu .page-item-4 a:hover {
 background-position: -70px 0;
}

#parmenu .page-item-5 a:hover {
 background-position: -120px 0;
}

#parmenu .page-item-6 a:hover {
 background-position: -140px 0;
}

#parmenu .page-item-7 a:hover {
 background-position: -95px 0;
}

/* THE HEADER */

#header {
	text-align: center;
}

	#header a {
		color: #000000;
	}

	#header .description {
		color: #000000;
		padding: 0 0 10px 0;
		font-size: 14px;
		font-style: italic;
		letter-spacing: 2px;
}

#comic { padding: 0; border: none; }

.nav {
   text-align: left;
   }
