/* Companion Custom CSS over-rides for [ spacetrawler ]: ComicPress - 2.8 */



/* THE PAGE WRAPPER */
/* Change this width to set the entire site's width - increase/reduce #content width by the same amount */

.narrowcolumn { background: #none;}
.post { background: #FFFFFF;}
.sidebar { 
        background: #FFFFFF;
        padding: 0px 5px 0px 5px;
      	margin: 0 0px 0 0px;
	}

        
}
#page-wide, #page { background: none; }

/* THE PAGE WRAPPER */
/* Change this width to set the entire site's width - increase/reduce #content width by the same amount */


#page-wide {
	width: 1450px;
	margin: 0px auto;
}

/* POSTS - PAGES */

#pagewrap-right {
	width: 730px;
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

/* Wraps the content area */
#content-wrapper {
	margin: 0;
	padding: 0;
}

#content {
	float: left;
	overflow: hidden;
}

	.narrowcolumn {
		width: 730px;
		margin: 0 auto;
		float: left;
	}
	
	/* CALENDAR */

	#wp-calendar th {
		font-size: 10px;
		color: #000000;
		font-weight: normal;
		text-align: center;
	}
	#wp-calendar caption {
		font-family: 'Georgia' , sans-serif;
		font-size: 18px;
		letter-spacing: -1px;
		font-variant: small-caps;
	}

	#wp-calendar a {
		display: block;
		text-decoration: none;
		font-weight: bold;
		color: #B80000;
	}



	.wp-calendar-download {
		width: 166px;
		margin: 0 auto;
		overflow: hidden;
		font-size: 10px;
		color: 	#000000;
		text-align: right;
		color: #777;
		background: #222;
	}


	#wp-calendar td {
		min-width: 20px;
		padding: 0;
		text-align: center;
		color: 	#000000;
		border: 1px solid #000;
	}


		.wp-calendar-download a {
			padding: 0 3px;
			font-weight: bold;
			color: #F8F8F8;
			background: #000;
			border-left: 1px solid #777;
		}
		
				#content {

 background: #B9D3EE; 
 background: #FFFFFF; 
}

#comic-head {
	padding-top: 0px;
}

#comic {
	background: #fff;
	border: 0px solid #999;
	text-align: center;
	z-index: 100;
	padding: 5px;
}


#comic-foot {
	padding-bottom: 0px;
}