/* 
Theme Name: Robot 6
Theme URI: http://robot6.comicbookresources.com
Description: 
Version: 2012
Author: Matt Brett
Author URL: http://mattbrett.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

/* FONTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

@font-face {
  font-family: 'Days';
  src: url('../fonts/days.eot');
  src: url('../fonts/days.eot?#iefix') format('embedded-opentype'), url('../fonts/days.woff') format('woff'), url('../fonts/days.ttf') format('truetype'), url('../fonts/days.svg#DaysRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Nevis';
  src: url('../fonts/nevis.eot');
  src: url('../fonts/nevis.eot?iefix') format('eot'), url('../fonts/nevis.woff') format('woff'), url('../fonts/nevis.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* @end */

body {
  margin: 0;
  font: 62.5% Arial, Helvetica, Geneva, sans-serif;
  color: #000;
  text-align: center;
  background: #000047 url('http://img.comicbookresources.com/assets/images/bg-dots-blue.jpg') repeat-y 50% 0;
}

#billboard {
    width: 976px;
    max-width: 976px;
    max-height: 256px;
    margin: 0 auto;
    background-color: #0d005c;
    padding: 3px 0;
    text-align: center;
}

.takeover.roadblock #billboard {
    background-color: transparent;
    padding: 0;
    max-height: 250px;
}

#billboard div {
    background-color: transparent;
    margin: 0 auto;
    text-align: center;
    max-height: 250px;
}



#wrapper {
  position: relative;
    width: 976px;
  margin: 0 auto;
  text-align: left;
}

#sponsored-anchor {
	display: block;
	position: absolute;
	top: -146px !important;
	left: 0;
	width: 975px;
	height: 147px;
	background: transparent;
	text-decoration: none;
}

#mid {
    background: #fff;
    width: 976px;
	margin: 0 auto;
	text-align: left;
}

#mid-inner {
    background: #fff;
    -webkit-box-shadow: 0 2px 10px #01012e;
    -moz-box-shadow: 0 2px 10px #01012e;
    box-shadow: 0 2px 10px #01012e;
  float: left;
  width: 956px;
  min-height: 750px;
  padding: 10px;
  background: #f19d1f;
}

/* This is used to make wrapper graphics clickable.
Put a whitespace link in the header.tmpl file */
a.header-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 145px;
}

/* @group header */

/* HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#header {
  width: 975px;
  margin: 0 auto;
  text-align: left;
  z-index: 100;
  overflow: visible;
}

#header .inner {
    background: #05006e url('http://img.comicbookresources.com/assets/images/header-bg.jpg') repeat-x 0 0;
  position: relative;
  width: 975px;
  height: 172px;
}


#cart {
  position: absolute;
  top: -6px;
  right: 8px;
  width: 150px;
}

#subscribe-buttons {
  float: right;
  width: 113px;
  height: 25px;
  margin: 4px 10px 5px 0;
}

#subscribe-buttons ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#subscribe-buttons li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#subscribe-buttons a {
  float: left;
  display: block;
  width: 26px;
  height: 0;
  margin: 0 3px 0 0;
  padding: 25px 0 0 0;
  overflow: hidden;
  filter: alpha(opacity=85);
  -moz-opacity: .85;
  opacity: .85;
  border-bottom: none;
}

#subscribe-buttons-feed a {
  background: url('http://img.comicbookresources.com/assets/images/subscribe-buttons.jpg') no-repeat 0 0;
}

#subscribe-buttons-email a {
  background: url('http://img.comicbookresources.com/assets/images/subscribe-buttons.jpg') no-repeat -26px 0;
}

#subscribe-buttons-facebook a {
  background: url('http://img.comicbookresources.com/assets/images/subscribe-buttons.jpg') no-repeat -52px 0;
}

#subscribe-buttons-twitter a {
  margin-right: 0;
  background: url('http://img.comicbookresources.com/assets/images/subscribe-buttons.jpg') no-repeat -77px 0;
}

#subscribe-buttons a:hover, #subscribe-buttons a:focus {
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
}

#leaderboard {
  float: right;
  width: 728px;
  height: 90px;
  margin: 0 10px 10px 0;
}


/* @group features */

#features {
	width: 975px;
	margin: 0 auto;
	text-align: left;
}

#features .inner {
	float: left;
	width: 975px;
	padding: 10px 0 5px;
	background: #00008c url("../images/features-bg.jpg") repeat-x 0 100%;
	border-bottom: 5px solid #c2c2c2;
}

#feature {
	position: relative;
	float: left;
	display: inline;
	width: 470px;
	margin-left: 10px;
	text-align: center;
}

#feature-effects {
	position: absolute;
	width: 470px;
	height: 204px;
	background: url("../images/feature-effects.png") repeat-x 0 0 !important;
	background: url("../images/feature-effects.gif") repeat-x 0 0;
}

#feature-overlay {
	position: absolute;
	bottom: 0;
	left: 2px;
	width: 458px;
	padding: 5px 10px;
	background: url("../images/feature-overlay.png") no-repeat 0 0 !important;
	background: #000;
}

#features #feature-overlay p {
	margin: 0;
	padding: 0;
	font-size: 2em;
	text-align: left;
	text-transform: uppercase;
	line-height: 1.2em;
	color: #feb439;
}

#features #feature a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 470px;
	height: 204px;
	text-decoration: none;
}

#features #feature-description {
	padding: 10px;
	font-size: 1.3em;
	text-align: left;
	color: #dfe3fb;
}

#suddenly {
	float: right;
	display: inline;
	width: 480px;
}

#suddenly-col1 {
	clear: both;
}

#suddenly-col1, #suddenly-col2 {
	float: left;
	width: 100%;
}

#suddenly .item {
	float: left;
	display: inline;
	width: 230px;
	margin-right: 10px;
}

#features h2 {
	float: left;
	margin: 0 0 5px 0;
	padding: 0;
	font: normal 1.8em "Futura", Arial, Verdana, sans-serif;
	text-transform: uppercase;
	color: #feb439;
}

#suddenly-date {
	float: right;
	margin: 5px 10px 5px 0;
	padding: 0;
	font: normal 1em "Futura", Arial, Verdana, sans-serif;
	text-transform: uppercase;
	color: #4151b3;
}

#suddenly-date strong {
	font-size: 1.2em;
	font-weight: normal;
	color: #5468e5;
}

#features h3 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
	color: #5468e5;
}

#features h3 a:link, #features h3 a:visited, #features h3 a:active {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #feb439;
}

#features h3 a:hover {
	color: #feb439;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

#features p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.3em;
	color: #c2c8ef;
}

#features p a:link, #features p a:visited, #features p a:active {
	color: #feb439;
	text-decoration: none;
	border-bottom: 1px solid #3e3ea4;
}

#features p a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #feb439;
}

#features .tnail, .content .tnail, #suddenly .tnail {
	float: right;
	margin: 0 0 5px 10px;
	padding: 0;
}


#features .tnail a:link, #features .tnail a:visited, #features .tnail a:active {
	display: block;
	width: 60px;
	color: #feb439;
	text-decoration: none;
	border: 0px;
}

#features .tnail a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
}

/* @end */

/* @group content */

/* CONTENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#content {
	float: left;
	display: inline;
	width: 644px;
}

#content-narrow {
	float: left;
	display: inline;
	width: 470px;
}

#mid .inner {
	padding: 10px;
	background: #fbe1bb /*url("../images/inner-bg.jpg")*/ no-repeat 100% 100%;
}

#mid .innerad {
	padding: 0px;
	background: #f19d1f no-repeat 100% 100%;
}

#mid #content .innerad {
	padding: 0px;
	background: #fbe1bb;
}

#mid #content .inner {
	padding: 10px 10px 7px 10px;
	background: #fbe1bb;
	background-image: url(../images/article-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}

.content h3 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1.3em;
	font-weight: normal;
	color: #000069;
}

.content h3 a:link, .content h3 a:visited, .content h3 a:active {
	color: #9a001b;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}

.content h3 a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #9a001b;
}

.content h4 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1.4em;
	font-weight: normal;
	color: #000;
}

.content h5 {
	margin: 0 0 2px;
	padding: 0;
	font-size: 1.1em;
	font-weight: normal;
	color: #666;
}

.content h5 a:link, .content h5 a:visited, .content h5 a:active, .content h6 a:link, .content h6 a:visited, .content h6 a:active {
	color: #666;
	text-decoration: none;
	border: 0px;
}

.content h5 a:hover, .content h6 a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #999;
}

.content h6 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 1.1em;
	font-weight: normal;
	color: #999;
}

.content h6 a:link, .content h6 a:visited, .content h6 a:active {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}

.content h6 a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #999;
}

.content p {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.3em;
}

.content p a:link, .content p a:visited, .content p a:active, .content li a:link, .content li a:visited, .content li a:active {
	color: #000069;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}
.content p a:hover, .content li a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000069;
}

.content ul {
	margin: 0 0 15px;
	padding: 0;
	list-style-type: none;
}

.content ul li {
	margin: 0 0 7px;
	padding: 0 0 0 18px;
	list-style-type: none;
	font-size: 1.2em;
	line-height: 16px;
	background: url("../images/bullet.gif") no-repeat 0 0;
}

.content ol {
	margin: 0 30px 15px;
	padding: 0;
}

.content ol li {
	margin: 0 0 7px;
	padding: 0;
	font-size: 1.2em;
	line-height: 16px;
}

#content-narrow .subheading {
	background: #01018c url("../images/subheading-contentnarrow-bg.jpg") no-repeat 0 0;
	border-bottom: 1px solid #fff;
}

#midbar .subheading {
	background: #01018c url("../images/subheading-midbar-bg.jpg") no-repeat 0 0;
	border-bottom: 1px solid #fff;
}

#sidebar .subheading {
	background: #01018c url("../images/subheading-sidebar-bg.jpg") no-repeat 0 0;
	border-bottom: 1px solid #fff;
}

#content-narrow .subheading h3, #midbar .subheading h3, #sidebar .subheading h3 {
	margin: 0;
	padding: 12px 10px 6px 10px;
	font: normal 1.6em "Futura", Arial, Verdana, sans-serif;
	text-transform: uppercase;
	color: #feb439;
}

#content-narrow .subheading .cbrmark, #content .subheading .cbrmark, #midbar .subheading .cbrmark, #sidebar .subheading .cbrmark {
	margin: 0;
	padding: 12px 10px 6px 75px;
	font: normal 1.6em "Futura", Arial, Verdana, sans-serif;
	text-transform: uppercase;
	color: #feb439;
	background: url("../images/subheading-logo.gif") no-repeat 10px 75%;
}

#content-narrow .subheading .feed, #content .subheading .feed, #midbar .subheading .feed, #sidebar .subheading .feed {
	float: right;
	display: block;
	width: 49px;
	height: 14px;
	margin: -24px 10px 0 0 !important;
	margin: -24px 5px 0 0;
	padding: 0;
	font-size: 1.6em;
	font-weight: normal;
	overflow: hidden;
}

#content-narrow .subheading .feed span, #content .subheading .feed span, #midbar .subheading .feed span, #sidebar .subheading .feed span {
	display: block;
	width: 100%;
	height: 100%;
	background: url("../images/feed-subheading.jpg") no-repeat 0 0;
	overflow: hidden;
}

#content-narrow .subheading .feed a, #content .subheading .feed a, #midbar .subheading .feed a, #sidebar .subheading .feed a {
	text-decoration: none;
}

#content .subheading {
	background: #01018c url("../images/subheading-article-bg.jpg") no-repeat 0 0;
	border-bottom: 1px solid #fff;
}

#content .subheading h3 {
	margin: 0;
	padding: 36px 60px 5px 85px;
	font: normal 2.4em "Futura", Arial, Verdana, sans-serif;
	text-transform: uppercase;
	color: #feb439;
	background-position: 10px 50%;
	background-repeat: no-repeat;
}

#content .subheading-alt {
	background: #01018c url("../images/footer-bg.jpg") repeat-x 0 0;
	border-bottom: 1px solid #fff;
}

#content .subheading-alt h3 {
	margin: 0;
	padding: 12px 10px 6px 10px;
	font: normal 1.6em "Futura", Arial, Verdana, sans-serif;
	text-transform: uppercase;
	color: #feb439;
}

a.subtitle:link, a.subtitle:visited, a.subtitle:active {
	color: #004BCC;
	text-decoration: none;
}

a.subtitle:hover {
	text-decoration: underline;
}

.content .tnail a:link, .content .tnail a:visited, .content .tnail a:active {
	display: block;
	width: 60px;
	height: 60px;
	color: #feb439;
	text-decoration: none;
	border: 1px solid #bbb;
}

.content .tnail a:hover {
	border: 1px solid #999;
}

.block {
	margin-bottom: 5px;
}

#meanwhile .inner {
	padding: 10px 0;
}

#meanwhile h3 {
	font-size: 1.2em;
	font-weight: bold;
}

#meanwhile .meanwhile-column h3 a:link, #meanwhile .meanwhile-column h3 a:visited, #meanwhile .meanwhile-column h3 a:active {
	color: #9a001b;
	text-decoration: none;
	border-bottom: 1px solid #c48410;
}

#meanwhile .meanwhile-column h3 a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #9a001b;
}

#meanwhile p {
	margin: 0;
	font-size: 1.1em;
}

#meanwhile .item {
	float: left;
	display: inline;
	width: 225px;
	margin: 0 5px 10px 5px;
}

#meanwhile .item-inner {
	padding: 4px;
}

#meanwhile .meanwhile-column {
	background: url("../images/meanwhile-column-bottom.jpg") no-repeat 0 100%;
}

#meanwhile .meanwhile-column .item-inner {
	background: url("../images/meanwhile-column-top.jpg") no-repeat 0 0;
}

#meanwhile .meanwhile-odd {
	clear: left;
}

#press {
	float: left;
	display: inline;
	width: 230px;
}

#previews {
	float: right;
	display: inline;
	width: 230px;
}

#content-narrow #previews .subheading {
	background: #01018c url("../images/subheading-midbar-bg.jpg") no-repeat 100% 0;
}

#press h3, #previews h3 {
	margin: 0 0 15px 0;
}

#latestcomic {
	clear: both;
}

#store-tnail {
	float: right;
	display: inline;
	margin: 25px 10px 10px 20px;
}


#store-tnail a:link, #store-tnail a:visited, #store-tnail a:active {
	display: block;
	padding: 4px;
	border: 1px solid #bbb;
	background: #fff;
}

#store-tnail a:hover {
	border: 1px solid #999;
}

#blogs {
	margin-bottom: 10px;
}

#blogs br {
	display: none;
}

#blogs h3 {
	margin: 0 0 15px;
	padding: 0;
}

#blogs h5, #mostpopular h5, #latestnews h5, #latestcolumns h5, #article h5, #latestreviews h5 {
	margin: 0 0 15px 0;
}

#forums h3 {
	margin: 0 0 15px 0;
}

#poll h3, #latestvideo h3, #latestcomic h3, #store h3 {
	margin: 0 0 10px 0;
	font-size: 1.4em;
	font-weight: normal;
	color: #9a001b;
}

#poll p {
	margin: 0 0 10px 0;
	display: block;
}

#poll label {
	display: block;
}

#poll input, #newsletter input {
	border: 0;
}

#poll-submit {
	float: left;
	margin: 0 10px 0 0;
	border: 0;
}

#poll-links {
	padding-top: 5px;
}

#poll-links span, #latestvideo span {
	color: #999;
	padding: 0 5px;
}

#newsletter form {
	margin: 0;
	padding: 0;
}

#newsletter p {
	margin: 0 0 10px 0;
}

#newsletter-subscribe {
	float: left;
	display: inline;
	width: 49%;
}

#newsletter-unsubscribe {
	float: right;
	display: inline;
	width: 49%;
}

#newsletter .newsletter-input {
	width: 265px;
	margin: 5px 0 0 0;
	padding: 5px;
	font: 1em Arial, Helvetica, Geneva, sans-serif;
	color: #333;
	background: #fff url("../images/newsletter-input.jpg") repeat-x 0 0;
	border: 1px solid #bbb;
}

#newsletter-submit {
	clear: both;
	border: 0;
}

#reader-reviews h3 {
	margin: 0 0 15px 0;
}

#reader-reviews h5 {
	margin: 0 0 2px 0;
}

#query {
	width: 300px;
	margin: 0 0 15px 0;
	padding: 5px;
	font: 1.2em Arial, Helvetica, Geneva, sans-serif;
	color: #333;
	background: #fff url("../images/newsletter-input.jpg") repeat-x 0 0;
	border: 1px solid #bbb;
}

#breaking-news {
	width: 100%;
	margin-bottom: 8px;
	background: url("../images/breaking-bottom.jpg") no-repeat 0 100%;
}

#breaking-news-home {
	width: 100%;
	margin-bottom: 8px;
	background: url("../images/breaking-home-bottom.jpg") no-repeat 0 100%;
}

#breaking-news-inner {
	padding: 15px;
	background: url("../images/breaking-top.jpg") no-repeat 0 0;
}

#breaking-news-home-inner {
	padding: 15px;
	background: url("../images/breaking-home-top.jpg") no-repeat 0 0;
}

#breaking-news-content {
	background: url("../images/breaking-icon.gif") no-repeat 100% 50%;
}

#breaking-news h2, #breaking-news-home h2 {
	margin: 0;
	padding: 0;
	font: normal 2em "Futura", Arial, Verdana, sans-serif;
	text-transform: uppercase;
	color: #feb439;
}

#breaking-news p, #breaking-news-home p {
	margin: 0 65px 0 0;
	font-size: 1.3em;
	line-height: 1.3em;
	color: #fff;
}

#breaking-news p a:link, #breaking-news p a:visited, #breaking-news p a:active, #breaking-news-home p a:link, #breaking-news-home p a:visited, #breaking-news-home p a:active {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #b4495c;
}

#breaking-news p a:hover, #breaking-news-home p a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

#breaking-news-inner {
	padding: 15px;
	background: url("../images/breaking-top.jpg") no-repeat 0 0;
}

#breaking-news-content {
	background: url("../images/breaking-icon.gif") no-repeat 100% 50%;
}

#breaking-news h2 {
	margin: 0;
	padding: 0;
	font: normal 2em "Futura", Arial, Verdana, sans-serif;
	text-transform: uppercase;
	color: #feb439;
}

#breaking-news p {
	margin: 0 65px 0 0;
	font-size: 1.3em;
	line-height: 1.3em;
	color: #fff;
}

#breaking-news p a:link, #breaking-news p a:visited, #breaking-news p a:active {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #b4495c;
}

#breaking-news p a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

#special-event {
	width: 100%;
	margin-bottom: 8px;
	background: url("../images/special-event-bottom.jpg") no-repeat 0 100%;
}

#special-event-inner {
	padding: 15px 15px 5px;
	background: url("../images/special-event-top.jpg") no-repeat 0 0;
}

#special-event-icon {
	float: right;
	display: inline;
	margin: 0 0 10px 15px;
}

#special-event h2 {
	margin: 0;
	padding: 0;
	font: normal 2.4em "Futura", Arial, Verdana, sans-serif;
	text-transform: uppercase;
	color: #9a001b;
}

#special-event h3 {
	margin: 0;
	padding: 0;
	font: normal 1.2em "Futura", Arial, Verdana, sans-serif;
	text-transform: uppercase;
	color: #000;
}

#special-event p {
	margin: 0 0 15px 0;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #9f6017;
}

#special-event ul, #special-event ul li {
	margin-left: 0;
}

#special-event ul li {
	margin-bottom: 10px;
	font-weight: bold;
}

#special-event p a:link, #special-event p a:visited, #special-event p a:active, #special-event li a:link, #special-event li a:visited, #special-event li a:active {
	color: #9a001b;
	text-decoration: none;
	border-bottom: 1px solid #c48410;
}

#special-event p a:hover, #special-event li a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #9a001b;
}

#shoplist .shop {
	float: left;
	display: inline;
	width: 50%;
	height: 110px;
}

#shoplist table {
	border: 0;
	margin-bottom: 20px;
}

#shoplist th {
	padding: 7px 5px;
	font-size: 1.1em;
	font-weight: normal;
	color: #333;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	background: #ddd;
}

#shoplist td {
	padding: 7px 5px;
	font-size: 1.1em;
	color: #666;
	border-bottom: 1px solid #ddd;
	text-align: left;
	vertical-align: top;
}

#shoplist tr:hover, #shoplist tr:hover td, #shoplist tr:hover td a {
	background: #e6e6e6;
	color: #000;
}

#shoplist td.shop-name {
	font-weight: bold;
	color: #333;
}

#shoplist .shop-state {
	text-align: center;
}

#shoplist td a {
	color: #666;
	text-decoration: underline;
}

#shoplist td.shop-name a, #shoplist th a {
	color: #333;
	text-decoration: underline;
}

#shoplist td a:hover, #shoplist tr:hover td a:hover, #shoplist th a:hover {
	text-decoration: none;
}

#shoplist td.shop-distance {
	width: 5%;
}

#shoplist .shop-name {
	width: 29%;
}

#shoplist .shop-address {
	width: 27%;
}

#shoplist .shop-city {
	width: 15%;
}

#shoplist .shop-state {
	width: 5%;
}

#shoplist td.shop-zip {
	width: 5%;
}

#shoplist .shop-phone {
	width: 14%;
}

#content p#shopform-intro {
	padding-right: 64px;
	background: url("../images/icon-find-large.gif") no-repeat 100% 0;
}

#shopform {
	float: left;
	width: 96%;
	margin: 0 0 20px;
	padding: 2% 2% 1%;
	font-size: 1.4em;
	background: #eee;
	border: 0px solid #ccc;
}

#shopform-distance {
	float: left;
	display: inline;
	width: 50px;
	margin: 2px 5px 0 5px;
	font-size: 1em;
	color: #05006e;
	text-align: center;
	background: #fff;
	border: 1px solid #d0d0d0;
}

#shopform-zip {
	float: left;
	display: inline;
	width: 60px;
	margin: 2px 5px 0 5px;
	font-size: 1em;
	color: #05006e;
	text-align: center;
	background: transparent;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #d0d0d0;
	border-left: 0;
}

#shopform-button {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	cursor: pointer;
	border: 0;
}

#content #shopform p {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}

#search-results {
	margin-bottom: 40px;
}

.search-result {
	margin: 0 0 20px 0;
}

#article .search-result h3 {
	font-size: 1.6em;
}

#article .search-result h3 a:link, #article .search-result h3 a:visited, #article .search-result h3 a:active {
	color: #000069;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}

#article .search-result h3 a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000069;
}

#article .search-result h3 span {
	margin-left: 5px;
	font-size: .65em;
	font-weight: normal;
	color: #666;
}

#article .search-result p {
	margin: 0;
}

#article .search-result h4 {
	margin: 0;
	font-size: 1.1em;
	color: #9a001b;
}

#article .search-result h4 span {
	color: #666;
}

#article #search-results .pagenav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#article #search-results .pagenav li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1em;
	text-transform: uppercase;
}

#article #search-results .pagenav li a {
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 7px 8px;
	color: #9a001b;
	background: #ffdea6;
	border-bottom: 0;
}

#article #search-results .pagenav li a:hover {
	color: #fff;
	background: #feb439;
	border-bottom: 0;
}

#article #search-results .pagenav li a.current {
	color: #000;
	background: #ccc;
	cursor: default;
	border-bottom: 0;
}

#article #search-results .pagenav li a.inactive {
	color: #999;
	background: #ddd;
	cursor: default;
	border-bottom: 0;
}

/* New search result page */

/* Styles added by Mike M. */

a.search_result_link {
	font-size: 12pt;
	color: red;
	text-align: top;
}

a.search_result_url_link {
	font-size: 8pt;
	color: #CCCCCC;
	text-decoration: underline;
}

a.prev_next_link {
	font-size: 12pt;
	font-weight: bold;
	color: #9a001b;
}

a.pagination_link {
	font-size: 12pt;
	font-weight: normal;
	color: #9a001b;
}


a.search_result_header {
	font-size: 14pt;
	font-weight: bold;
	color: #0000BB;
	text-align: top;
	text-decoration: none;
	margin-top: 5px;
}

div.query_display_box {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	margin: 0 0 10px 0;
	border-bottom: 1px solid lightgrey;
	width: 550px;
}

div.google_search_icon {
	margin-left: 100px;
}

div.search_pagination_box {
	text-align: center;
	font-size: 12pt;
	font-weight: normal;
	color: #000069;
}

div.search_query_box {
	background-color: #EFEFEF;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	border: 1px solid #5468e5;
	padding: 5px;
	margin-bottom: 5px;
}

input#submit_search {
	background-color: #CFCFCF;
}

#new_query {
	width: 300px;
	margin: 0 0 0 0;
	padding: 5px;
	font: 1.2em Arial, Helvetica, Geneva, sans-serif;
	color: #333;
	background: #fff url("../images/newsletter-input.jpg") repeat-x 0 0;
	border: 1px solid #bbb;
}

/* End of new search result styles */

.poll {
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

#content .poll h2 {
	margin: 10px 0 20px;
}

#content p.poll-option {
	margin: 0 0 10px 5px;
	font-size: 1.4em;
}

.poll-button {
	display: block;
	margin-bottom: 20px;
	border: 0;
}

#content p.poll-error {
	padding: 6px 7px;
	color: #9a001b;
	font-weight: bold;
	background: #ffdea6;
	border: 1px solid #feb439;
}

#comics-list-last {
	float: left;
	display: inline;
	width: 100px;
	margin-bottom: 30px;
}

#comics-list-next {
	float: right;
	display: inline;
	width: 100px;
	margin-bottom: 30px;
}

#article #comics-list-weekof {
	float: left;
	display: inline;
	width: 350px;
	margin: 0 0 0 35px;
	text-align: center;
	line-height: 30px;
}

#cat_list, #book_list, #book_details {
	height: 200px;
	overflow: auto;
}

.comics-list-column {
	float: left;
	display: inline;
	width: 201px;
	margin: 0 10px 20px 0;
}

.comics-list-column a {
	display: block;
	width: 94%;
	padding: 2px 2%;
	font-size: 1.2em;
	color: #333;
	text-decoration: none;
}

.comics-list-column a:hover {
	color: #9a001b;
	text-decoration: underline;
}

#comics-list-print {
	float: right;
	display: inline;
	border: 0;
}

.comics-list-item {
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

#article .comics-list-item p {
	margin-bottom: 10px;
	font-size: 1.1em;
	line-height: 1.2em;
}

.comics-list-item .left {
	float: left;
	width: 125px;
}

#article .comics-list-item .left p {
	margin: 0 0 10px 0;
	font-size: 1.1em;
	text-align: center;
	color: #666;
}

.comics-list-item .right {
	float: right;
	width: 480px;
	padding-top: 10px;
}

#article p.comics-list-quantity {
	line-height: 30px;
}

#article .comics-list-quantity-buttons {
	float: left;
	display: inline;
	width: 60px;
}

#article .column-item {
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

#article .column-item-archived {
	float: left;
	display: inline;
	width: 50%;
}

#article .column-item .left, #article .column-item-archived .left {
	float: left;
	display: inline;
	width: 65px;
	margin-bottom: 15px;
	padding: 10px;
	background: url("../images/column-icon-bg.gif") no-repeat 0 0;
}


#article .column-item .right {
	float: right;
	display: inline;
	width: 520px;
	padding-top: 5px;
}

#article .column-item-archived .right {
	float: right;
	display: inline;
	width: 210px;
	padding-top: 5px;
}

#article .column-item h5, #article .column-item-archived h5 {
	margin-bottom: 3px;
}

#article .column-item p {
	font-size: 1.1em;
	line-height: 1.2em;
}

#article .mailform p {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#article .mailform label {
	float: left;
	display: inline;
	width: 100px;
	margin-right: 5px;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #666;
	line-height: 20px;
	text-align: right;
}

#article .mailform .text-input, #article .mailform textarea {
	float: left;
	display: inline;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #666;
	padding: 3px 5px;
	background: #fefefe;
	border: 1px solid #999;
}

#article .mailform .text-input:focus, #article .mailform textarea:focus {
	color: #333;
	background: #fff;
	border: 1px solid #050673;
}

#article .mailform .text-input {
	width: 200px;
}

#article .mailform textarea {
	width: 480px;
}

#article .links-category {
	float: left;
	display: inline;
	width: 30%;
	min-height: 120px;
	height: 0 !important;
	height: 120px;
	margin: 0 3% 10px 0;
	background: url("../images/icon-folder.gif") no-repeat 0 0;
}

#article .links-category h3 {
	margin-top: 5px;
}

#article .links-category h3 span {
	font-size: 13px;
	color: #666;
}

#article .links-category h3, #article .links-category p {
	margin-left: 32px;
}

#article .storyad {
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

#article .storyad-continue {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 1.1em;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

#article .storyad-continue a {
	color: #666;
	text-decoration: underline;
}

#article .storyad-continue a:hover {
	color: #333;
	text-decoration: none;
}

#article .storyad iframe {
	
}

.bar {
	height: 12px;
	padding: 10px;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	background: #cdcdcd url("../images/bar-bg.gif") no-repeat 0 0;
	cursor: pointer;
	overflow: hidden;
}

.bar:hover {
	color: #333;
}

.bar.selected {
	color: #333;
	background: #cdcdcd url("../images/bar-bg.gif") no-repeat 0 100%;
	cursor: default;
}

.bar-content {
	padding: 10px 10px 0;
	background: #efefef url("../images/article-bg.jpg") no-repeat 100% 100%;
}

/* @end */

/* @group article */

#article p {
    font-size: 15px;
	margin: 0 0 1.6em 0;
	padding: 0;
	font-weight: normal;
	line-height: 1.5em;
}

#article p a:link, #article p a:visited, #article p a:active, #article li a:link, #article li a:visited, #article li a:active, #article h2 a:link, #article h2 a:visited, #article h2 a:active, #article dl a:link, #article dl a:visited, #article dl a:active {
	color: #9a001b;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}

#article p a:hover, #article li a:hover, #article h2 a:hover, #article dl a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #9a001b;
}

#article h2 {
	margin: 0 0 0px 0;
	padding: 0;
	font-size: 1.8em;
	font-weight: normal;
/*	text-transform: uppercase; Mixed Case post titles */
	color: #9a001b;
	border-bottom: 1px solid #dbbf26;
}

#article h3 {
	font-size: 1.6em;
	margin: 0 0 3px 0;
	padding: 0;
	color: #000069;
}

#article-content h4 {
	font-size: 1.6em;
	margin: 30px 0 15px 0;
	padding: 0;
	color: #000069;
	text-transform: uppercase;
}

#article-content h5 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 30px 0 15px 0;
	padding: 0;
	color: #000069;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
}

#article-content h6 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 30px 0 10px 0;
	padding: 0;
	color: #000069;
	text-transform: uppercase;
}

#article #meta, #article #meta2 {
	float: left;
	width: 100%;
	margin: 0 ;
	clear: all;
}

#article #meta {
	margin: 0 0 0px 0;
	padding: 0px;
/*	border-bottom: 1px solid #ccc;  */
}

#article #meta .left, #article #meta2 .left {
	float: left;
	display: inline;
	width: 80%;
}

#article #meta .lefttags, #article #meta2 .lefttags {
	float: left;
	display: inline;
	width: 100%;
	text-align: left;
}

#article #meta .right, #article #meta2 .right {
	float: right;
	display: inline;
	width: 20%;
	text-align: right;
}

#article #meta p, #article #meta2 p, #article #meta ul, #article #meta2 ul, #article #meta li, #article #meta2 li {
	margin: 0;
	padding: 0;
	font-size: 1.05em;
	color: #333;
}

#article #meta2 p {
	font-size: 1.2em;
}

#article #meta ul {
	margin-top: 5px;
}

#article #meta li {
	margin: 0 0 5px 0;
	background: none;
}

#article #meta2 li {
	background: none;
}

#article #meta .right li {
	margin: 0 0 5px 0;
}

#article p span {
	color: #999;
}

#article #meta2 .small p, #article #meta .small li {
	font-size: .95em;
	text-transform: uppercase;
}

#article .avatar {
	float: left;
	margin: 0 10px 0 0;
}

#article .avatar img {
	display: block;
}

#article .avatar a:link, #article .avatar a:visited, #article .avatar a:active {
	display: block;
	border: 1px solid #bbb;
}

#article .avatar a:hover {
	border: 1px solid #999;
}

#article #meta li a:link, #article #meta li a:visited, #article #meta li a:active {
	color: #666;
}

#article #meta li a:hover {
	color: #000;
}

#article #meta2 .right p, #article #meta2 ul, #article #meta2 ul li {
	float: left;
	display: inline;
	font-size: .95em;
}

#textsize {
	display: inline;
	width: 32px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#textsize li a {
	float: left;
	width: 12px;
	height: 0;
	margin: 1px 0 0 3px;
	padding: 12px 0 0 0;
	overflow: hidden;
}

#textsize-decrease a {
	background: url("../images/textsize.gif") no-repeat 0 -12px;
}

#textsize-increase a {
	background: url("../images/textsize.gif") no-repeat -14px -12px;
}

#content #textsize a {
	border-bottom: none;
}

#review-info {
	clear: both;
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#review-cover {
	float: left;
	display: inline;
	margin: 0 20px 0 0;
	padding: 9px 9px 5px 9px;
	background: #eee;
	border: 0px solid #ccc;
}

#review-info .left {
	float: left;
	display: inline;
	width: 300px;
}

#review-info .right {
	float: right;
	display: inline;
	width: 110px;
	text-align: right;
}

#review-info dl {
	margin: 10px 0 0;
	padding: 0;
}

#review-info dl dt {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #000069;
}

#review-info dl dd {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 1.2em;
	color: #333;
}


#review-cover p {
	margin: 5px 0 0 30px;
	padding: 0;
	text-align: center;
}

#review-rating {
	clear: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#review-rating li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#content .enlarge a:link, #content .enlarge a:visited, #content .enlarge a:active {
	display: block;
	width: 87px;
	height: 0;
	margin: 0;
	padding: 30px 0 0 0;
	overflow: hidden;
	background: url("../images/button-enlarge.jpg") no-repeat 0 0;
	border-bottom: 0;
}

#article-content .imagebox, #article-content .imagebox_l {
	float: left;
	width: 150px;
	margin: 0 10px 10px 0;
	padding: 5px;
	font-size: 1.1em;
	color: #333;
	text-align: center;
	background-color: #ccc;
}

#article-content .imagebox_r {
	float: right;
	width: 150px;
	margin: 0 0 10px 10px;
	padding: 5px;
	font-size: 1.1em;
	color: #333;
	text-align: center;
	background-color: #ccc;
}

#article-content .imagebox_c {
	width: 150px;
	margin: 0 0 10px 10px;
	padding: 5px;
	font-size: 1.1em;
	color: #333;
	text-align: center;
	background-color: #ccc;
}


#article-content .imagebox .caption, #article-content .imagebox_l .caption, #article-content .imagebox_r .caption {
	display: block;
	padding-top: 5px;
}


#article p.archive-nav {
	text-align: center;
}

#article p.archive-nav a {
	border-bottom: 0;
}

#article p.archive-nav-top {
	margin: -10px 0 0;
}

#news-feature {
	position: relative;
	float: left;
	display: inline;
	width: 400px;
	margin: 10px 0 0 10px;
}

#news-feature-effects {
	position: absolute;
	width: 400px;
	height: 174px;
	top: 0;
	left: 0;
	background: url("../images/news-feature-effects.png") no-repeat 0 0 !important;
	background: url("../images/news-feature-effects.gif") no-repeat 0 0;
	overflow: hidden;
}

#news-feature-overlay {
	position: absolute;
	bottom: 0;
	left: 2px;
	width: 376px;
	margin-bottom: 2px;
	padding: 5px 10px;
	background: url("../images/news-feature-overlay.png") repeat-x 0 0 !important;
	background: #000;
}

#news-feature-overlay p {
	margin: 0;
	padding: 0;
	font-size: 1.8em;
	text-align: left;
	text-transform: uppercase;
	line-height: 1.2em;
	color: #feb439;
}

#news-feature a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 400px;
	height: 174px;
	text-decoration: none;
}


p#news-feature-description {
	padding: 10px;
	font-size: 1.3em;
	text-align: left;
	color: #666;
}

.news-item {
	float: left;
	display: inline;
	width: 195px;
	margin: 0 0 10px 15px;
}

.news-odd {
	clear: left;
}

#article .news-item h3 {
	font-size: 1.2em;
	font-weight: bold;
}

#news-press {
	float: right;
	width: 205px;
	margin: 10px 15px 10px 0;
}

#content #news-press h2 {
	padding-bottom: 5px;
	color: #000069;
}

/* @end */

/* @group blog */

/* BLOG
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#blog-subscribe {
	width: 100%;
}

#blog-subscribe li {
	display: inline;
	float: left;
	width: 50%;
}

#blog-subscribe a {
	border-bottom: 0;
}

#blog-skyscraper {
	float: right;
	width: 160px;
	margin-left: 10px;
}

#content #blog-nav {
	float: left;
	width: 100%;
	margin: 0;
	padding: 5px 0;
}

#content #blog-nav p {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}

#content #blog-nav p.left {
	float: left;
	width: 49%;
}

#content #blog-nav p.right {
	float: right;
	width: 49%;
	text-align: right;
}

#content #blog-nav p a {
	margin: 0;
	padding: 8px 10px;
	color: #fff;
	background: #962e19;
	border-bottom: 0;
}

#content #blog-nav p a:hover {
	color: #fff;
	background: #000;
	border-bottom: 0;
}

#comments, h4#respond {
	padding-top: 20px;
	border-top: 1px solid #ccc;
}

#comments h3 {
	color: #9a001b;
}

#article #comments blockquote {
	padding-left: 0;
	border-left: 0;
}

#article #comments blockquote p {
	margin: 0 10px 10px;
	padding: 0 0 0 10px;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.3em;
	color: #333;
}

#blog-search-input {
	float: left;
	display: inline;
	width: 175px;
	height: 14px;
	margin: 4px 8px 0 0;
	padding: 3px 5px;
	font-size: 1.1em;
	color: #333;
	background: #a6a6a6 url("../images/blog-search-input-bg.jpg") repeat-x 0 100%;
	border: 1px solid #999;
}

#blog-search-button {
	border: 0;
}

#comment-form p {
	margin-bottom: 10px;
}

#comment-form label {
	margin-left: 5px;
}

#comment-form input, #comment-form textarea {
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #666;
	padding: 3px 5px;
	background: #fefefe;
	border: 1px solid #999;
}

#comment-form input:focus, #comment-form textarea:focus {
	color: #333;
	background: #fff;
	border: 1px solid #050673;
}

#comment-form #comment-message {
	width: 611px;
}

#comment-form #comment-button {
	padding: 0;
	background: transparent;
	border: 0;
}

#content #dsq-content {
	font-size: 10px;
}

#content #dsq-content p {
	font-size: 1em;
}

#content #dsq-content a {
	border-bottom: 0;
}

#content #dsq-content li {
	background: transparent;
}

#content #dsq-content h3 {
	color: #9a001b;
}

/* @end */

/* @group video */

/* VIDEO
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

table#more_videos_table {
	width: 600px;
	margin-left: 5px;
}

a.video_list_header_link {
	color: #9A001B;
	font-size: 10pt;
}

td.show_preview_cell {
	width: 200px;
	padding: 4px;
	text-align: left;
	vertical-align: top;
}

td.show_preview_cell:hover {
	background: #ddd;
}

td.large_show_preview_cell {
	width: 300px;
	padding: 4px;
	text-align: left;
	vertical-align: top;
}


#video-links {
	width: 100%;
	padding-top: 5px;
	text-align: center;
}

#video-links a {
	margin-right: 10px;
}

#video h2 {
	margin: 20px 0 5px 4px;
	padding: 0;
	font-size: 2em;
	font-weight: normal;
	text-transform: uppercase;
	color: #000069;
}

#video-details h2 {
	margin: 10px 0 2px;
	color: #9a001b;
}

#video h3 {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 1.3em;
	font-weight: normal;
	color: #000069;
}

#video h3 a:link, #video h3 a:visited, #video h3 a:active {
	color: #9a001b;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}

#video h3 a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #9a001b;
}

#video h5 {
	margin: 0 0 5px;
	padding: 0;
	font-size: 1.1em;
	font-weight: normal;
	color: #666;
	border-bottom: none;
}

#video h5 a:link, #video h5 a:visited, #video h5 a:active {
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}

#video h5 a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #999;
}

#video p {
	margin-bottom: 0;
	font-size: 1.1em;
	color: #333;
}

#video-details p {
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.4em;
}

#video-details {
	margin: 0 10px;
}

/* @end */

/* @group sidebar */

/* SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#midbar {
	float: left;
	display: inline;
	width: 300px;
	margin: 0 0 0 12px;
}

#sidebar {
	float: right;
	display: inline;
	width: 160px;
	overflow: hidden;
}

#midbar .skyscraper, #sidebar .skyscraper {
	float: right;
	display: inline;
	width: 160px;
	overflow: hidden;
}

#midbar .skyscraper iframe, #sidebar .skyscraper iframe {
	width: 160px;
}

#midbar .buttons {
	float: left;
	display: inline;
	width: 125px;
}

#latestnews, #latestcolumns {
	clear: both;
}

#mid .postlist {
	margin-top: -20px;
}

#mid .postlist h5 {
	margin: 20px 0 7px;
	padding: 0;
	text-transform: uppercase;
}

#mid .postlist h3 {
	margin: 0 0 7px;
	padding: 0 0 0 14px;
	font-size: 1.2em;
	line-height: 16px;
	background: url("../images/bullet-grey.gif") no-repeat 2px 0;
}

/* @end */

/* @group footer */

/* FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#footer {
  clear: both;
  width: 985px;
  margin: 0 auto;
  text-align: left;
  text-shadow: 0 -1px 1px #000069;
}

#footer .inner {
  float: left;
  width: 985px;
  height: 162px;
  margin: 0 0 0 -5px;
  padding: 0;
  background: url('http://img.comicbookresources.com/assets/images/footer-bg.png') repeat-x 0 0;
}

#footer-left {
  float: left;
  display: inline;
  width: 70%;
  margin: 8px 0 0 15px;
}

#footer-right {
  float: right;
  display: inline;
  width: 25%;
  text-align: right;
  margin: 8px 15px 0 0;
}

#footer p {
  margin: 0 0 4px 0;
  padding: 0;
  font-size: 1.2em;
  font-weight: normal;
  color: #c2c8ef;
}

#footer p span {
  padding: 0 5px;
  color: #000069;
}

#footer p a:link, #footer p a:visited, #footer p a:active, #footer li a:link, #footer li a:visited, #footer li a:active {
  color: #feb439;
  text-decoration: none;
  border-bottom: 1px solid #3e3ea4;
}

#footer p a:hover, #footer li a:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #feb439;
}

#footer-social {
  float: left;
  display: inline;
  width: 217px;
  height: 90px;
  margin: 18px 0 0 15px;
}

#footer-social ul, #footer-social ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#footer-social ul li {
  height: 30px;
  overflow: hidden;
}

#footer-social ul li a {
  display: block;
  width: 217px;
  height: 0;
  padding-top: 30px;
}

#footer-social ul li#footer-social-twitter a {
  background: url('http://img.comicbookresources.com/assets/images/footer-social.png') no-repeat 0 0;
}

#footer-social ul li#footer-social-twitter a:hover {
  background: url('http://img.comicbookresources.com/assets/images/footer-social.png') no-repeat -217px 0;
}

#footer-social ul li#footer-social-facebook a {
  background: url('http://img.comicbookresources.com/assets/images/footer-social.png') no-repeat 0 -30px;
}

#footer-social ul li#footer-social-facebook a:hover {
  background: url('http://img.comicbookresources.com/assets/images/footer-social.png') no-repeat -217px -30px;
}

#footer-social ul li#footer-social-youtube a {
  background: url('http://img.comicbookresources.com/assets/images/footer-social.png') no-repeat 0 -60px;
}

#footer-social ul li#footer-social-youtube a:hover {
  background: url('http://img.comicbookresources.com/assets/images/footer-social.png') no-repeat -217px -60px;
}

#footer-leaderboard {
  float: right;
  display: inline;
  width: 728px;
  height: 90px;
  margin: 18px 15px 0 0;
}

#footer-leaderboard img {
  display: block;
}

/* @end */

/* @group miscellaneous */

/* MISCELLANEOUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#zergnet {
	margin-bottom: 0;
}

#zergnet .zergentity {
	margin-top: 0 !important;
	margin-right: 10px !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
}

#zergnet .zergentity img {
	border: 5px solid #f7cb8c !important;
}

.clearer {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

#article p.edit a {
	padding: 1px 0 1px 21px;
	background: url("../images/icon-edit.gif") no-repeat 0 50%;
	border-bottom: 0;
}

.hidden {
	display: none;
}

.tinytext {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
}

.microtext {
	font-family: Arial, Verdana, sans-serif;
	font-size: 9px;
}

input {
	
}

input.submit {
	
}

input.submit_blue {
	border: 1px solid #5F5F5F;
	font-size: 12pt;
	background-color: darkblue;
	color: #fff;
}

td.cart_header {
	border-bottom: 1px solid black;
	font-size: 9pt;
	font-weight: bold;
}

td.cart_row {
	font-size: 9pt;
}

a.cart:link, a.cart:visited, a.cart:active {
	color: #fff;
	text-decoration: none;
}

a.cart:hover {
	color: darkred;
	text-decoration: none;
}

a.cart_item:link, a.cart_item:visited, a.cart_item:active {
	color: darkred;
	text-decoration: underline;
}

a.cart_item:hover {
	color: #000;
	text-decoration: none;
}

.spoiler {
	color: #fff;
	background-color: #fff;
}

table.review_meta {
	border: 1px solid gray;
	background-color: #f6f6f0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 8pt;
	padding: 10px;
}

/* image and caption */

#other_pages {
	text-align: center;
}

#powered_by {
	margin: 0 auto;
	margin-top: 20px;
	padding-top: 10px;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
}

#common_report {
	text-align: center;
}

#cat_table {
	width: 600px;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}

#cat_main {
	font-weight: bold;
}

.divline {
	margin-top: 20px;
	margin-bottom: -5px;
	border-bottom: 1px solid #DDDDDD;
}

#sub_cat {
	font-size: 12px;
}

.idented {
	margin-left: 30px;
}

#did_you_mean {
	font-size: 14px;
	text-align: center;
	margin: 10px;
}

/*Top categories*/

.main_cat1 {
	font-size: 16px;
	font-weight: bold;
	color: #0000FF
}

.main_cat2 {
	font-size: 12px;
	font-weight: bold;
	color: #0000FF
}

.cat1:visited {
	font-size: 16px;
	font-weight: bold;
	color: #5555AA
}

/*Small urls*/

.url {
	color: #666
}

/*Page descriptions*/

.description {
	font-size: 13px;
}

/* Title/link of pages */

.title {
	color: #0000FF;
	font-size: 15px
}

#result_report {
	text-align: center;
	padding: 3px;
	font-weight: bold;
	margin-bottom: 14px;
}

td.col {
	font-family: Arial, Verdana, sans-serif;
	font-size: 9pt;
}

input#shopform-zip {
	border: 0px solid #ccc;
}

/* New search result page */

a.search_result_link {
	font-size: 12pt;
	color: red;
	text-align: top;
}

img.search_result_icon {
	float: left;
	padding-right: 5px;
}

a.search_result_header {
	font-size: 14pt;
	font-weight: bold;
	color: #0000BB;
	text-align: top;
	text-decoration: none;
	margin-top: 5px;
}

div.query_display_box {
	font-size: 14pt;
	color: #000000;
	margin: 0 0 10px 0;
	border-bottom: 1px solid lightgrey;
}

table.csl_reviews {
	font-size: 9pt;
}

td.csl_review_title {
	font-size: 11pt;
	font-weight: bold;
}

td.csl_review_helpful {
	font-size: 8pt;
	background-color: #F6F6F0;
	border: 1px solid gray;
	padding: 5px;
}

/* robot6 special */

.links li a:hover {
	color: #000;
/*	border-bottom: 1px solid #dbbf26;   */
}

.links li a:hover {
	color: #000;
/*	border-bottom: 1px solid #dbbf26;   */
}


/*ComicsPress Custom */

/* THE COMIC */

#comic {
	padding: 10px 0;
	text-align: center;
	}


/* COMICSPRESS NAVIGATION */

.comicsnav {	
	float: right;
	font-size: 12px;
	font-weight: bold;
	}
	
	.comicsnav-first {
		padding: 0 5px 0 0;
		float: left;
		}
	
	.comicsnav-previous  {
		padding: 0 5px;
		float: left;
		border-left: 1px solid #000;
		}
	
	.comicsnav-next  {
		padding: 0 5px;
		float: right;
		border-right: 1px solid #000;
		}
		
	.comicsnav-last {
		padding: 0 0 0 5px;
		float: right;
		}

.comicsnav-blog {
	color: #000;
	font-size: 14px;
	font-weight: bold;	
	text-decoration: none;
	float: none;
	width: 255px;
	margin-left: 160px;
		}
	
	.comicsnav-blog-first, .comicsnav-blog-first a {
		padding: 5px 5px 0 0;
	    text-decoration: none;
		float: left;
		}
		
	.comicsnav-blog-previous, .comicsnav-blog-previous a {
		padding: 5px 5px 0 0;
	    text-decoration: none;
		float: left;
		}
		
	.comicsnav-blog-next, .comicsnav-blog-next a {
		padding: 5px 0 0 5px;
	    text-decoration: none;
		float: right;
		}
		
	.comicsnav-blog-last, .comicsnav-blog-last a {
		padding: 5px 0 0 5px;
	    text-decoration: none;
		float: right;
		}
		

.comicspagenav {
	padding: 40px 20px 0 20px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	clear: both;
	}

	.comicspagenav-left {
		float: left;
		}

	.comicspagenav-right {
		float: right;
		}

.comicsnav a, .comicspagenav a, .comicsnav-blog a {
	display: block;
	float: left;
	color: #000;
	}

	.comicsnav a:hover, .pagenav a:hover, .comicsnav-blog a:hover {
		color: #800;
		}


.post, .post-comic, .post-page {
	padding: 0 20px;
	}

.post-head, .post-page-head, .post-comic-head {
	}
	
.post-foot, .post-comic-foot, .post-page-foot {
	margin: 0 0 40px 0;
	height: 10px;
	overflow: hidden;
	}
	
	.comicdate {
		font-size: 14px;
		}

	.postdate {
		font-size: 11px;
		}
/* @end */