/* @override http://hyperwerks.com/stylesheets/screen.css */


body {
	background: #fffs;
	color: #666;
	font: 12px Century Gothic, Trebechet MS, Verdana, Arial ;
	margin: 0px;
}

a:link		{ 
 color: #9d0a0e;
 text-decoration: underline;
}
a:visited	{ 
 color: #9d0a0e;
 text-decoration: underline;

 }
a:hover		{ 
color: #363636;
 text-decoration: underline;
 
}
.home img{
	/*margin-left: -30px;*/
}
.home {
	float: left;
	width: 663px;
}
.side {
	float: right;
	clear: right;
	position: relative;
	padding-left: 8px;
}
.comicschoice{
	background-image: url(/images/comicbackground.png) !important;
	width: 666px;
	height: 170px;
}
.comicschoice .comiclinks{
	width: 140px;
	text-align: center;
	height: 45px;
	float: left;
	margin-left: 22px;
	margin-top: 7px;
}
.comicschoice .comicinfo{
	width: 140px;
	text-align: center;
	float: left;
	margin-left: 22px;
	margin-top: 7px;
	margin-bottom: 30px;
}
.comicschoice .comiclinks a{
	color: #666;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
}
.comicschoice img{
	margin: 10px 0 5px 10px;
}
img {
	border:none;
}
.store img{
	position: relative !important;
	float: left !important;
	margin: 20px 0 20px 50px;
}
.invisible, hr {
	display: none;
}

.cleared {
	font-size: 0;
	line-height: 0.0;
	height: 0;
	clear: both;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#maincontainer{
width: 1024px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#maincontainer h1{
	color: #676767;
	font-size: 38px;
	margin-top: 0;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
}
#maincontainer h2{
	color: #676767;
	font-size: 34px;
	margin-top: 0;
	text-transform: uppercase;
	font-style: italic;
}
#topsection{
background: #fff;
height: 90px;
 /*Height of top section*/
}
#topsection.clearfix{
	background: url(../images/bar.gif) repeat-x 0 68px;
	padding-bottom: 15px;
}


#topsection h1{
padding-top: 15px;
	margin: 0;
}
#topsection img{
	float: left;
	display: block;
	height: 68px;
	margin-right: 2px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 160px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 150px; /*Width of left column*/
margin-left: -1024px; /*Set left margin to -(MainContainerWidth)*/
background: #fff;
border-right: 1px solid #003368;
}
#topsection .text{
	width: 200px;
	margin-left: 560px;
	color: #676767;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	padding-top: 70px;
}
.text{
	width: 666px;
}
.blog-post .post-body p{
	width: 666px;
	padding: 0 0 10px;
}
.text p{
	width: 100%;
	padding-right: 40px;
	padding-bottom: 10px;
	text-align: justify;
}
#footer{
clear: left;
width: 100%;
background: #fff;
color: #666;
text-align: center;
padding: 4px 0;
	letter-spacing: 3px;
}

#footer a{
color: #999999;
	font-weight: bold;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
#leftcolumn .innertube{
	margin: 0px;
}

#leftcolumn li{
	color: #999;
	font-size: 12px;
	list-style-type: none;
	text-align: right;
	text-transform: uppercase;
	border-right-style: none;
	margin: 0;
	padding: 0;
}

#leftcolumn ul{
	margin: 0px;
	padding: 0px;
}
#leftcolumn li a{
	display: block;	
	text-decoration: none;
	margin: 0px !important;
	padding: 30px 10px 37px 0;
}
#leftcolumn li a:hover
{
	display: block;
	background: url(../images/hoverarrow5.gif) no-repeat 140px;
}
#leftcolumn li a.selected{
	background-color: #999;
}
table.photogalleryTable{
	margin-left: 43px;
}
.p{
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 20px;
}
.comicfloat{
	float: right;
}
.comiccenter{
	text-align: center;
}
h4{
	color: #666;
	font-size: 18px;
	text-transform: uppercase;
	text-align: right;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
.infofooter{
	width: 510px;
	margin-top: 255px;
}
.topfloatright{
	float: right;
}