/* Companion Custom CSS over-rides for [ Shifters Online ]: ComicPress - 2.8 */
body {
	margin: 0;
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	color: #d0d9e0;
	background: #000000; 
	z-index: 0;
}
a {
	color:#00b5f0;
	text-decoration: none;
}

a:hover {
	color: #87ddf9;
}
/* HEADINGS */

h1, h1 a {
	padding: 10px 0 0 0;
	margin: 0;
	color: #cbfffc;
	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 {
	margin: 0;
	color: #cbfffc;
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 2px;
	font-family: 'trebuchet ms';
}

	h2.pagetitle, h2.pagetitle a {
		padding: 0 0 5px 0;
		margin: 0 0 20px 0;
		font-family: 'Georgia' , serif;
		font-size: 32px;
		font-weight: normal;
		letter-spacing: -2px;
		clear: both;
	}

h3, h3 a {
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	color: #333;
	text-decoration: none;
	clear: both;
	letter-spacing: -1px;
	font-family: 'verdana';
}
/* THE COMIC */

#comic-head {
	padding-top: 5px;
}

#comic {
	background: #000;
	border: 1px solid #000;
	text-align: center;
	z-index: 100;
	padding: 5px;
}


#comic-foot {
	padding-bottom: 5px;
}

#sidebar-comicleft {
float: left;
}

#sidebar-comicright {
float: right;
}
