/* Companion Custom CSS over-rides for [ For My Own Good... ]: ComicPress - 2.8 */
#comic {
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

#menubar {
background-image: none;
}

#menu li:hover a, #menu li.sfhover a {
background-image: none;
}

#menu .current_page_item a {
background-image: none;
}

#menubar {
   background-image: none;
   background: none;
   border: 0;
   
}

#menu {
   border: 1;
}

#menu li a {
   border: 1;
}


/* link color of the menubar */
#menu a {
   color: #fff;
}

/* Main menu highlighted text color */
#menu li:hover a, #menu li.sfhover a {
   background-image: none;
   color: #0099ff;
   border: 1;
}

/* Main menu highlighted background color */
#menu li:hover, #menu li.sfhover {
   background-color: #000000;
}


/* The current page your on */
#menu .current_page_item a {
   background-image: none;
   background-color: #000000;
   color: #EEE;
   border: 1;
}

.nav, .blognav {
	float: right;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0;
}


.post-title { display: bold;
		color: #000000; } 

.nav { display: none; }

.post-text {
	font-family: 'Georgia' , serif;
	font-size: 15px;
	margin: 0 5px 0 5px;
	padding: 5px 0;
	background: #ff9900;
	border-style:solid;
        border-width:2px;
        border-color: #000000;
}

.entry {
	line-height: 1.45em;
	font-size: 16px;
	margin: 0 5px 0 5px;
	padding: 5px 0;
	background: #ff9900;
	border-style:solid;
        border-width:3px;
        border-color: #000000; 
}

.body {
	    margin: 0;
	    font-family: 'Arial' , sans-serif;
	    font-size: 14px;
	    color: #000000;
	    background: #;
	   }
	   
.tags { 
   	font-size: 11px; 
   	clear: both;
   	display: none;
   	color: #;
   } 
	   
.comment-link { 
   	font-family: 'Georgia', serif; 
   	font-size: 20px; 
   	text-align: right;
   	color: #;
   }  
	   
.column {
	padding: 5px 0 5px 0;
	border-top: 1px solid #000;
	margin: 10px 0 20px 0;
	color: #FFFFFF;}
	
{ background: #000099;
		font-family: 'Georgia' , sans-serif;
	    	font-size: 14px;
	    	color: #FFFFFF;}
	    	
.more-link { 
   border-top: 1px dashed #000; 
   font-style: italic; 
   display: block; 
   clear: both; 
   } 
	   
	   
	  	    
.narrowcolumn { background: #003399;
		font-family: 'Georgia' , sans-serif;
	    	font-size: 10px;
	    	color: #000000;}
	
.narrowcolumn {
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

.comment { background: #3366FF; }