/* Companion Custom CSS over-rides for [ The Pigs Ear ]: ComicPress/comicpress - 2.8 */

body { 
	background: url('http://www.pigsearonline.com/images/woodbg.jpg') repeat;
}

#header {
	width: 980px; 
	height: 144px; 
	background: url('/images/pigsearbanner2.png') top center no-repeat; 
	overflow: hidden;
}

#header h1 {
	padding: 0;
}

#header h1 a {
	display: block; 
	width: 980px; 
	height: 144px; 
	text-indent: -9999px;
}

#header .description { display: none; }

#comic { 
	background: transparent;
	border: none
}

#comic img {
	border: solid 1px #000;
}

#content-wrapper {
	background: #7e7e42;
}

.narrowcolumn { 
	background: #EDD49E;
}

.post, .post-comic, .post-page {
	text-align: justify;
}

#page-wide { 
	background: #7e7e42;
	border: solid 1px #000;
}

#pemenubar {
	text-align: left;
}

#pemenubar {
text-align: left;
}

#pemenubar ul, #pemenubar ul li {
margin: 0;
padding: 0;
}

.pemenu, .pemenu .page_item a, .pemenu .page_item { 
display: inline-block;
float: left;
text-decoration: none;
text-indent: -99999px;
}

.pemenu {
padding: 5px 0 0 20px;
width: 100%;
height: 50px;
}

.pemenu .page-item-home a, .pemenu .page-item-home {
height: 50px;
width: 115px;
background: url('/images/home.png') no-repeat;
}

.pemenu .page-item-2 a, .pemenu .page-item-2 {
height: 50px;
width: 115px;
background: url('/images/archive.png') no-repeat;
}

.pemenu .page-item-3 a, .pemenu .page-item-3 {
height: 50px;
width: 115px;
background: url('/images/about.png') no-repeat;
}

.pemenu .page-item-4 a, .pemenu .page-item-4 {
height: 50px;
width: 115px;
background: url('/images/links.png') no-repeat;
}

.pemenu .page-item-home a:hover {
background-position: -115px 0;
}

.pemenu .page-item-2 a:hover {
background-position: -115px 0;
background-color: #000 Transparent;
}

.pemenu .page-item-3 a:hover {
background-position: -115px 0;
background-color: #000 Transparent;
}

.pemenu .page-item-4 a:hover {
background-position: -115px 0;
background-color: #000 Transparent;
}