/* Companion Custom CSS over-rides for [ My Blog ]: ComicPress - 2.8 */

/* Companion Custom CSS over-rides for [ Dangerbelt! ]: ComicPress - 2.8 */
/* STANDARD TAGS */


.nav { display: none; }


.storyline-cats { display: none; }



.narrowcolumn { background: #101010;}
.narrowcolumn 
{
border-style:solid;
border-width:5px;
border-color:black;
}


.comment li.bypostauthor { color: #f9b000; }


#page {
	width: 1000px;
	margin: 0px auto;
}

#page-wide {
	width: 1000px;
	margin: 0px auto;
}



body {
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	color: #cccccc;
	background: #141414;
}

a {
	color: #0058f9;
	text-decoration: none;
}

a:hover {
	color: #f9b000;
}

h1, h1 a {
	padding: 10px 0 0 0;
	margin: 0;
	color: #ff00e4;
	font-size: 56px;
	font-family: 'georgia' , serif;
	font-weight: normal;
	line-height: 46px;
	text-decoration: none;
	letter-spacing: -5px;
	font-variant: small-caps;
}

h2, h2 a {
	color: #ab0000;
	font-family: 'trebuchet ms';
}

	h2.pagetitle, h2.pagetitle a {
		padding: 0 0 5px 0;
		margin: 0 0 20px 0;
		color: #cccccc;
		font-family: 'verdana' , serif;
		font-size: 19px;
		font-weight: bold;
		letter-spacing: -2px;
		clear: both;
	}

h3, h3 a {
	font-size: 20px;
	color: #ab0000;
	font-family: 'verdana';
}

/* THE COMIC */

#comic-head {
	padding-top: 15px;
}

#comic {
	background: #000000;
	border: 0px solid #999;
	text-align: center;
	z-index: 100;
	padding: 5px;
}


#comic-foot {
	padding-bottom: 5px;
}

#sidebar-comicleft {
float: left;
}

#sidebar-comicright {
float: right;
}

#comic {
-moz-border-radius: 0px;
-khtml-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
}






/* Storyline Template */

#storyline, #storyline ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#storyline li {
	padding: 0;
	margin: 0;
}

#storyline li img {
	height: 50px;
	display: none;
}

#storyline li li img {
	display: block;
	float: right;
	padding: 0 0 0 10px;
}

#storyline ul ul {
	margin: 0 0 0 20px;
}

#storyline li li .storyline-title {
	font-size: 16px;
	font-weight: bold;
	display: block;
	color: #d50000;
}

#storyline li li .storyline-title:hover {
	color: #f9b000;
}

#storyline li li li a.storyline-title {
	font-size: 18px;
}

#storyline li li li li a.storyline-title {
	font-size: 14px;
}

.storyline-description {
	font-size: 11px;
}

.storyline-foot {
	clear: both;
	margin: 0 0 10px 0;
	height: 10px;
	border-bottom: 4px solid #000;
}

#storyline li li .storyline-foot {
	border-bottom: 2px solid #000;
}
#storyline li li li .storyline-foot {
	border-bottom: 1px solid #000;
}


/* CALENDAR */

#wp-calendar-wrap {
	background:#101010;
	padding:10px;
	border:1px solid #999;
	margin:10px 0;
}

#wp-calendar {
	border: solid 1px #000;
	background: #101010;
	width: 165px;
	margin: 0 auto;
}

	.wp-calendar-thumb {
		width: 178px;
		height: 130px;
		margin: 0 auto;
	}

	#wp-calendar th {
		font-size: 10px;
		font-weight: normal;
		text-align: center;
	}

	#wp-calendar caption {
		font-family: 'Georgia' , sans-serif;
		font-size: 18px;
		letter-spacing: -1px;
		font-variant: small-caps;
		color: #d50000;
	}

	#wp-calendar td {
		min-width: 20px;
		padding: 0;
		text-align: center;
		border: 1px solid #000;
	}

	#wp-calendar a {
		display: block;
		text-decoration: none;
		font-weight: bold;
	}

	#wp-calendar a:hover {
		color: #fff;
		background: #000;
	}

	table#wp-calendar {
		border:none;
		background: transparent;
	}

	table#wp-calendar td {
		border-color: #999;
	}

	.wp-calendar-download {
		width: 166px;
		margin: 0 auto;
		overflow: hidden;
		font-size: 10px;
		text-align: right;
		color: #777;
		background: #222;
	}

		.wp-calendar-download a {
			padding: 0 3px;
			font-weight: bold;
			color: #fff;
			background: #000;
			border-left: 1px solid #777;
		}

			.wp-calendar-download a:hover {
				background: #800;
			}
			
			
			
			
			
#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: #000; 
} 

/* 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: #fff; 
} 

/* Main menu highlighted background color */ 
#menu li:hover, #menu li.sfhover { 
   background-color: #ff0000; 
} 

/* The current page your on */ 
#menu .current_page_item a { 
   background-image: none; 
   background-color: #999; 
   color: #EEE; 
}


#menubar { 
   background-image: none; 
   background: #000; 
   border: 0; 
} 

#menu { 
   border: 0; 
} 

#menu li a { 
   border: 0; 
} 


/* 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: #fff; 
   border: 0; 
} 

/* Main menu highlighted background color */ 
#menu li:hover, #menu li.sfhover { 
   background-color: #ff0000; 
} 


/* The current page your on */ 
#menu .current_page_item a { 
   background-image: none; 
   background-color: #999; 
   color: #EEE; 
   border: 0; 
}