/* Companion Custom CSS over-rides for [ Run Lil Jared ]: ComicPress V - 2.7 */
#header {height:225px; width:930px; background: url('/wp-admin/images/header.png') center no-repeat; overflow: hidden;}
#header h1 {padding: 0;}
#header h1 a {display: block; width: 750px; height: 225px; text-indent: -9999px;}
#header .description {display: none;}



/* THE PAGE WRAPPER */
/* Change this width to set the entire site's width - increase/reduce #column width by the same amount */

#page {
	width: 930px;
	margin: 0px auto;
	background:#c33;
	padding:5px

	}

/* THE MENU */

#menubar {
	background: #000;
	zoom: 1; /* IE fix, allows for variable height menu  */
	}

#menu {
   margin-left:auto;
margin-right:auto;
width:30%;
    line-height: 25px;
	font-size: 14px;
font-family:Verdana
	text-transform: uppercase;
    }

	

	#menu li {
		float: center;
		}

	#menu li:hover a, #menu li.sfhover a {
	    color: #fff; /* Main menu highlighted text color */
	    }

	#menu li:hover, #menu li.sfhover {
	    background: #800; /* Main menu highlighted background color */
	    }
	
	#menunav {
display: none;
	} 
#update {  margin-left:auto;
margin-right:auto;
width:10%;
padding-top:3px;
padding-bottom:3px;



}

	    
	    
/* THE COMIC */

#comic {
	padding: 5px;
	text-align: center;
	background-color:white;
	border:2px solid #000000;
	width:700px;


}

/* POSTS - PAGES */

#column {
	width: 730px;
	padding: 5px 0 20px 0;
	float: left;
	overflow: hidden;
	}

.post, .post-comic, .post-page {
	padding: 0 20px;
	}

.post-head, .post-page-head, .post-comic-head {
	}
	
.post-foot, .post-comic-foot, .post-page-foot {
	margin: 0 0 40px 0;
	height: 10px;
	overflow: hidden;
	}
	
	.comicdate {
		font-size: 14px;
		}

	.postdate {
		font-size: 11px;
		}

.more-link {
	border-top: 1px dashed #000;
	font-style: italic;
	display: block;
	clear: both;
	}
		
.tags {
	font-size: 11px;
	clear: both;
	}

.comment-link {
	font-family: 'Georgia', serif;
	font-size: 16px;
	text-align: right;
	}