/*
URI: http://www.sapceman.com
Version: 2.0
Description: Sapceman! Brave Hero of the Universe
Author: Christopher Echols
Author URI: http://www.oneredtwo.com
*/
body {
	background: #FFF;
	font-family: Arial;
	font-size: 13px;
	color: #000;
}

#Placeholder {
	width: 500px;
	height: 500px;
	margin-right: auto;
	margin-left: auto;
}

#Main {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0px;
	left: 0px;
}

#Container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#Left {
	float: left;
	width: 150px;
	margin-top: 40px;
	margin-right: 10px;
}

#Center {
	float: left;
	background: url('/Images/Comic_Border.png') no-repeat top center;
	margin-top: -5px;
	width: 640px;
	height: 1100px;
}

#Right {
	float: left;
	width: 150px;
	margin-top: 40px;
	margin-left: 10px;
}

.Logo_Header {
	position: relative;
	top: 0px;
	background: url('/Images/Logo-Header.gif') no-repeat top center;
	width: 768px;
	height: 210px;
	margin-left: 92px;
}

#Comic {
	width: 580px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}

#Page_Text {
	width: 580px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}

#Page_Text img {
	float: left;
	margin-right: 10px;
}

#Page_Text span {
	font-size: 16px;
	font-weight: bold;
}

.Cast_Block {
	float: left;
	margin-top: 10px;
}

.Cast_Block img {
	float: left;
	margin-right: 10px;
}

#Previous {
	width: 100px;
	height: 30px;
	position: absolute;
	top: 180px;
	margin-left: 0px;
}

#Next {
	width: 100px;
	height: 30px;
	position: absolute;
	top: 180px;
	margin-left: 482px;
}

#Subscribe {
	width: 120px;
	height: 78px;
	font-size: 10px;
	margin-bottom: 15px;
}

.Nav {
	width: 150px;
	margin-bottom: 5px;
}

#Issues {
	width: 120px;
	height: 18px;
	margin-bottom: 15px;
}

.Numbers {
	margin: 0px;
	padding: 0px;
	float: left;
}

#Footer {
	float: left;
	height: 20px;
	width: 640px;
	margin-top: 80px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 10px;
	color: #777;
}

a {
	text-decoration: none;
	color: #000;
}

a img {
	text-decoration: none;
	border: none;
}

a:hover img {
	border: none;
}

/* Comments */

#Comment_Display {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #555555;
}

#Comment_Name {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
}

.Comment_Name {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
}

#Comment_Entry {
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.Comment_Entry {
	min-height: 50px;
	border-bottom: 1px dashed #000;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
}

#Comment_Post {
	background: url('/Images/Comment-Admonition.gif') no-repeat top right;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}

#Comment_Post input {
	border: #999 1px solid;
}

#Comment_Post textarea {
	border: #999 1px solid;
}