/* Companion Custom CSS over-rides for [ Spacetrawler ]: ComicPress - 2.9.2.29.1 */

/* THE PAGE WRAPPER */

#page {
	width: 950px;
	margin: 0px auto;
}

/* STANDARD TAGS */

body {
	margin: 0;
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	color: #333333;
	background: #8B8378 url('http://spacetrawler.com/wp-content/uploads/2011/06/night-sky27.jpg') center repeat-y; 
	z-index: 0;
	}
	
	
	a:link {
	color: #8B2500 ;
	text-decoration: underline ;
}

a:visited {
	color: #191970;
}



	/* POSTS - PAGES */

#pagewrap-right {
	width: 1150px;
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;
}

#pagewrap-left {
	width: 560px;
	float: left;
	overflow: hidden;
}

#subcontent-wrapper {
	clear: both;
}

#content {
	float: left;
}

.narrowcolumn {
	width: 730px;
	padding: 0 5px;
	overflow: hidden;
	background: #FFFFFF;
}

/* add 10px to smaller width layouts */
.layout-standard .narrowcolumn, .layout-v .narrowcolumn {
	width: 730px;
	background: #FFFFFF;
}

.widecolumn {
	width: 5px;
	overflow: hidden;
	background: #FFFFFF;
}

/* SIDEBAR */

/* Left Sidebar Themes */
#sidebar-left {
	float: left;
	width: 200px;
	padding: 5px;
	background: #FFFFFF;
}

/* Right Sidebar Themes */
#sidebar-right {
	float: right;
	width: 200px;
	padding: 5px;
	background: #FFFFFF;
}

#sidebar-overcomic {
	padding: 20px 0 0 0;
	background: #FFFFFF;
}
