html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus{
	outline: 0;
}
body {
	color: #000;
	background:url(../images/main_back.png) top center no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
}
ol, ul{
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table{
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td{
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after{
	content: "";
}
blockquote, q{
	quotes: "" "";
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img{
	border:none;
}
p{
	margin:10px 0;
}

strong{
	font-weight:bold;
}


/*--Headers---------------------------------*/
h1{
	color:#0f3976;
	margin:0 0 10px 0;
	font-size:16pt;
	font-family:Century Gothic, Arial, sans-serif;
	font-weight:normal;
}

#logo{
	margin:0px;
	display:block;
	width:340px;
	height:102px;
	background:url(../images/logo.png) top left no-repeat;
	text-indent:-9000px;
}

#logo a{
	display:block;
}

.pageHead{
	border-bottom:1px solid #0f3976;
	clear:both;
}

h2{
	color:#0f3976;
	margin:0 0 10px 0;
	font-size:12pt;
	font-family:Century Gothic, Arial, sans-serif;
	font-weight:normal;
}

h2.forgotPass{
	text-align:center;
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h3{
	color:#0f3976;
	margin:0 0 10px 0;
	font-size:12pt;
	font-family:Verdana, Arial, sans-serif;
	font-weight:bold;
}

h3.forgotPass{
	text-align:center;
	font-size:10pt;
}

h4{
	color:#0f3976;
	margin:0 0 7px 0;
	font-size:10pt;
	font-family:Verdana, Arial, sans-serif;
	font-weight:bold;
}

.forgotPass{
	text-align:center;
}

/*--Layout----------------------------------*/



#wrapper{
	width:950px;
	margin:0px auto;
	background:#fff;
}

#header{
	background:url(../images/top_bar.png) bottom left no-repeat;
	height:144px;
	width:950px;
	margin:0px auto;
	position:relative;
}

#top_nav{
	float:right;
	margin:5px 14px 0 0;
	display:inline;
}

#top_nav li{
	float:left;
	margin-right:3px;
}

#top_nav li a{
	font-size:8pt;
}

#nav{
	/*clear:both;
	float:right;
	margin:53px 14px 0 0;
	*margin-top:54px;
	display:inline;*/
	position:absolute;
	bottom:42px;
	right:14px;
}

#nav li {
	float:left;
	margin:0 3px;
	padding:0 0 0 9px;
	background:url(../images/nav_left.png) no-repeat top left;
}
#nav a{
	display:block;
	padding:5px 15px 4px 6px;
	color:#0b2c5b;
	font-size:11pt;
	font-family:Century Gothic, Arial, sans-serif;
	width:1em;
	background:url(../images/nav_right.png) no-repeat top right;
}
#nav > ul a {width:auto;}
#nav #current {
	background-position:0% -87px;
}
#nav #current a {
	background-position:100% -87px;
	color:#f48007;
}

#nav li:hover {
	background-position:0% -174px;
}
#nav li:hover a{
	background-position:100% -174px;
}

#left_col{
	float:left;
	width:700px;/*760*/
	padding:15px 20px 15px 20px;
	min-height:350px;
	height:auto; !important
	height:350px;
}

#left_col.full{
	width:910px;/*760*/
	padding:15px 20px 15px 20px;
}

#right_col{
	float:right;
	width:180px;/*190*/
	padding:10px 20px 10px 0;
}

#footer{
	clear:both;
	width:910px;/*950*/
	padding:0 20px;
	margin:10px auto;
	background:url(../images/footer.png) top left no-repeat;
	height:42px;
	line-height:42px;
}


/*--Forms------------------------------------------------------*/
.errorMsg{
	border:3px solid red;
	background:#ffcccc;
	padding:3px 10px;
	margin:0 0 10px;
}
.errorMsg p{
	overflow:hidden;
	font-size:10pt;
	margin:2px 0;
}

.errorMsg h2{
	color:#000;
	font-size:11pt;
	margin:0;
	font-weight:bold;
}

strong.error{
	color:#ff0000;
	display:block;
}

.successMsg{
	background:#66FF99;
	border:3px solid green;
	padding:3px 10px;
	margin:0 0 10px;
}

.successMsg p{
	color:#000;
	overflow:hidden;
}

.successMsg h2{
	color:#000;
	font-size:11pt;
	margin:0;
	font-weight:bold;
}

strong.success{
	color:#32cd32;
	display:block;
}

fieldset{
	border:1px solid #ccccff;
	width:470px;
	margin:0px auto;
	*margin:0px;
	padding:5px 20px;
}

fieldset.smallForm{
	border:1px solid #ccccff;
	width:150px;/*190*/
	margin:0px auto;
	padding:5px 15px;
	overflow:hidden;
}

fieldset.submit{
	border:none;
	width:470px;
	margin:0px auto;
}

fieldset.submitSmallForm{ 
	border:none;
	width:150px;/*190*/
	margin:0px auto;
	padding:5px 20px;
}

legend{  
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	margin:10px 0;
	color:#000;
}

.smallForm legend{
	font-weight:bold;
	margin:10px 0;
	color:#000;
}

fieldset li{  
	float:left;  
	clear:left;  
	width:100%;  
	padding-bottom:5px;
}

input{
	width:200px;
	padding:3px;
	margin-left:30px;
}

select{
	margin-left:30px;
}

textarea{
	margin-left:30px;
	width:200px;
	height:100px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
}

.smallForm input{
	width:140px;
	padding:3px;
	margin:0;
}

.smallForm textarea{
	margin:0;
}

label {  
	float:left;  
	width:220px;  
	margin-right:5px;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

.smallForm label{
	margin:0 0 3px;
	float:none;
	display:block;
	width:150px;
}

strong.error{
	color:red;
	display:block;
}

.hidden{
	visibility:hidden;
	padding:0px;
	margin:0px;
	height:1px;
	width:1px;
}

input.submitButton{
	width:auto;
	line-height:10pt;
	font-size:10pt;
	font-family:Helvetica, Verdana, Sans-Serif;
	margin:0 0 0 255px;
	*margin-left:285px;
}

input.submitButtonSmall{
	margin:0;
	width:100px;
	float:right;
	display:inline;
}

.checkbox{
	width:20px;
	margin:0 10px 0 35px;
}

input.checkboxSmall{
	float:right;
	margin:2px 0 0;
	width:20px;
}

.checkField{
	margin:0px;
	border:none;
	padding:0px;
}

.checkField legend{  
	margin-left: 0px;
	margin-left:-7px;
	visibility:visible;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin-top:0px;
	font-weight:normal;
	padding:0px;
}

.checkField ol{  
	position: relative;
	top: -18px;  
	margin: 0 0 0 220px;  
	padding: 0;
}

.checkField li{
	padding-bottom:0px;
}

.checkField label{  
	float: right; 
	margin-bottom:5px;
	width:220px;
}

.checkField label input.checkbox{
	width:20px;
	margin:0 10px 0 9px;
}

.smallText{
	font-size:8pt;
	color:#1754b3;
	display:block;
	margin-bottom:5px;
	width:220px;
}

.smallTextCheckbox{
	font-size:8pt;
	color:#1754b3;
	float:right;
	width:213px;
	margin:3px 0 10px;
}

#loginRememberMe{
	width:100px;
}

/*--general table styles--------------*/

table{
	width:600px;
	margin:10px auto;
	border:none;
	padding:3px;
	border:1px solid #0f3976;
}

tr{
	margin:2px;
}

th{
	font-weight:bold;
	font-size:11pt;
	color:#fff;
	font-family:Century Gothic, helvetica, Arial, sans-serif;
	background:#0f3976;
	padding:3px 10px;
}

th a, th a:hover, th a:visited{
	color:#fff;
	font-weight:normal;
}

td{
	padding:5px 10px;
	vertical-align:middle;
}

.oddRow{
	background:#edf3fd;
}

th.header{ 
    background:#0f3976 url(../images/bg.gif) center right no-repeat;     
    cursor: pointer; 
} 

th.headerSortUp { 
    background:#3399FF url(../images/asc.gif) center right no-repeat; 
} 

th.headerSortDown { 
    background:#3399FF url(../images/desc.gif) center right no-repeat;
}

/*--Comic menu------------------------*/

#comic_menu{
	border:1px solid #003366;
	padding:10px 0;
	margin:0 0 10px 0;
}

#comic_menu h4, #comic_menu h3{
	text-align:center;
}

#comic_menu ul{
	margin:0px auto 5px;
	width:150px;
}

#comic_menu ul ul{
	margin:0;
}

#comic_menu li li a, #comic_menu li li span{
	padding:2px 5px 2px 20px;
	margin:0 auto;
	width:130px;
	font-size:8pt;
	display:block;
}

#comic_menu a{
	padding:5px;
	width:130px;
	display:block;
	margin:0 auto;
}

#comic_menu a:hover{
	background:#edf3fd;
}

#comic_menu li a.pageHead{
	margin:5px auto;
}

#comic_menu li a.issue{
	font-style:italic;
}

/*--Side menu------------------------*/

#side_menu{
	border:1px solid #003366;
	padding:10px 0;
	margin:0 0 10px 0;
}

#side_menu h4, #side_menu h3{
	text-align:center;
}

#side_menu ul{
	margin:0px auto 5px;
	width:150px;
}

#side_menu ul ul{
	margin:0;
}

#side_menu li li a, #side_menu li li span{
	padding:2px 5px 2px 20px;
	width:130px;
	display:block;
	margin:0 auto;
	font-size:8pt;
}

#side_menu a{
	padding:5px;
	width:130px;
	display:block;
	margin:0 auto;
}

#side_menu a:hover{
	background:#edf3fd;
}

#side_menu li a.pageHead{
	margin:5px auto;
}

#side_menu li a.issue{
	font-style:italic;
}

.view_all{
	text-align:center;
	font-size:8pt;
	margin-top:10px;
}

/*--page styles ----------------------*/

.comicsTable{
	margin:0 0 10px;
	width:100%;
}

#footer p, #footer a, #footer a:hover, #footer a:visited{
	color:#fff;
	font-size:9pt;
	margin:0;
}

#footer p.toddish{
	float:right;
}

.backLink{
	text-align:right;
}

.comic{
	display:block;
	margin:0 auto;
}

/*--Comments----------------------------------------------------*/

.commentWrap{
	width:90%;
	margin:10px;
	border-bottom:1px solid #e9e9e9;
	overflow:hidden;
}

.commentAvatar{
	float:left;
	margin:0 40px 5px 10px;
}

.comment{
}

.commentBy{
	text-align:right;
	font-size:8pt;
}

.badComment{
	float:right;
	color:#FF0000;
	font-size:8pt;
}

/*--Ratings------------------------------------------------------*/

#rating_wrapper{
	overflow:hidden;
}
a.starRating, span.starRating{
	width:22px;
	height:21px;
	background:url(../images/star_rating2.png) top left no-repeat;
	text-indent:-9000px;
	float:left;
	margin-right:2px;
	display:block;
}

a.rated, span.rated{
	background-position:0 -21px;
}

#rating_text{
	margin:9px 0 0 10px;
	float:left;
}


/*--Search Bar--------------------------------------------------*/

#searchForm{
	/*float:right;
	margin:0 15px 0 0;
	clear:both;*/
	position:absolute;
	bottom:9px;
	right:15px;
	background:url(../images/search_back.png) top left no-repeat;
	width:260px;
	height:24px;
}

#searchForm input{
	width:190px;
	border:none;
	margin:0 5px 0 5px;
	float:left;
	border:0px solid #fff;
}

#searchForm button{
	background:#fff url(../images/search_button.png) top left no-repeat;
	width:43px;
	height:20px;
	color:#000;
	border:none;
	text-indent:-9000px;
	cursor:pointer;
	margin:2px 5px 0 0;
	float:right;
}

/*--User Profile------------------------------------------------*/

.avatar{
	float:left;
	margin: 0 10px 10px 0;
}

.dobInput{
	margin:0 0 0 2px;
}

/*--News--------------------------------------------------------*/

.newsDate{
	color:#999999;
	text-align:right;
	font-size:9pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.latest_issue{
	float:left;
	margin:5px 16px;
	width:200px;
	display:inline;
}
.latest_issue_thumb{
	min-height:75px;
}

#header_blurb{
	float:left;
	color:#fff;
	font-size:9pt;
	position:absolute;
	bottom:4px;
	left:20px;
}

.unsub_btn{
	width:100px;
	padding:3px 10px 3px 3px;
	background:#00FF00 url(../images/delete.png) center right no-repeat;
	border:1px solid #009900;
	margin:0px 0px 7px;
	display:block;
	color:#000;
}

.sub{
	width:100px;
	padding:3px 10px 3px 3px;
	background:#00FF00 url(../images/add.png) center right no-repeat;
	border:1px solid #009900;
	margin:0px 0px 7px;
	display:block;
	color:#000;
}

.rss_btn{
	width:100px;
	padding:3px 10px 3px 3px;
	background:#FFCC00 url(../images/feed.png) center right no-repeat;
	border:1px solid #FF6600;
	margin:0px 0px 7px;
	display:block;
	color:#000;
}

.add_fav{
	width:100px;
	padding:3px 10px 3px 3px;
	background:#00FF00 url(../images/heart.png) center right no-repeat;
	border:1px solid #009900;
	margin:0px 0px 7px;
	display:block;
	color:#000;
}

.fav_rem{
	width:100px;
	padding:3px 10px 3px 3px;
	background:#00FF00 url(../images/delete.png) center right no-repeat;
	border:1px solid #009900;
	margin:0px 0px 7px;
	display:block;
	color:#000;
}

.bad_btn{
	width:100px;
	padding:3px 10px 3px 3px;
	background:#ffcccc url(../images/delete.png) center right no-repeat;
	border:1px solid red;
	margin:0px 0px 7px;
	display:block;
	color:#000;
}

.main_boxes{
	float:left;
	margin:10px 45px;
	display:inline;	
}

.feedback{
	width:600px;
	margin:10px auto;
	border-bottom:1px solid black;
}
