/* @group SETUP
=============================================================================== */

body {
	margin: 0;
	font: 62.5% Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	color: #000;
	background: #000047 url('/assets/images/bg-dots-blue.jpg') repeat-y 50% 0;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #9a001b;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

img a:hover {
	text-decoration: none !important;
}

#article-content a:link, #article-content a:active, #article-content a:visited {
	text-decoration: none;
	color: #9a001b;
}

#wrapper {
	position: relative;
	width: 975px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	-webkit-box-shadow: 0 0 10px #01012e;
	-moz-box-shadow: 0 0 10px #01012e;
	box-shadow: 0 0 10px #01012e;
    z-index: 0;
}

#mid {
	width: 975px;
	margin: 0 auto;
	text-align: left;
}

#mid-inner {
	float: left;
	min-height: 750px;
	width: 975px;
	padding: 10px 0 0;
	background: #fff url('/assets/images/mid-inner-bg.jpg') repeat-x 0 0;
}

/* @end */

/* @group FONTS
=============================================================================== */

@font-face {
	src: url('/assets/fonts/days.eot');
	src: url('/assets/fonts/days.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/days.woff') format('woff'), url('/assets/fonts/days.ttf') format('truetype'), url('/assets/fonts/days.svg#DaysRegular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-family: 'Days';
}

@font-face {
	src: url('/assets/fonts/nevis.eot');
	src: url('/assets/fonts/nevis.eot?iefix') format('eot'), url('/assets/fonts/nevis.woff') format('woff'), url('/assets/fonts/nevis.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-family: 'Nevis';
}

/* @end */

/* @group HEADER
=============================================================================== */
.billboard {
    max-width: 970px;
    padding: 0 2px 0 3px;
    width: 970px;
    max-height: 250px;
    margin: 10px auto 0px;
    background-color: #000047;
}

.billboard div {
    background-color: #000047;
    text-align: center;
}

#header {
	z-index: 100;
	width: 975px;
	overflow: visible;
	margin: 0 auto;
	text-align: left;
	background: #05006e url('/assets/images/header-bg.jpg') repeat-x 0 0;
}

#header .inner {
	position: relative;
	width: 975px;
	height: 172px;
}

#logo {
	position: relative;
	display: inline;
	float: left;
	width: 236px;
	height: 132px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 12pt;
	text-indent: -9999px;
}

#logo a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('/assets/images/logo.jpg') no-repeat 0 0;
	cursor: pointer;
}

#logo a:hover span, #logo a:focus span {
	background: url('/assets/images/logo.jpg') no-repeat 0 -132px;
}

#logo a:active span {
	background: url('/assets/images/logo.jpg') no-repeat 0 -264px;
}

#logo a {
	text-decoration: none;
	color: #fff;
}

#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 {
	display: block;
	float: left;
	width: 26px;
	height: 0;
	overflow: hidden;
	margin: 0 3px 0 0;
	padding: 25px 0 0 0;
	border-bottom: none;
}

#subscribe-buttons-feed a {
	background: url('/assets/images/icons-social/rss.png') no-repeat 0 0;
}

#subscribe-buttons-email a {
	background: url('/assets/images/icons-social/email.png') no-repeat 0 0;
}

#subscribe-buttons-facebook a {
	background: url('/assets/images/icons-social/facebook.png') no-repeat 0 0;
}

#subscribe-buttons-twitter a {
	margin-right: 0;
	background: url('/assets/images/icons-social/twitter.png') no-repeat 0 0;
}

#subscribe-buttons a:hover, #subscribe-buttons a:focus {
	opacity: .75;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
}

#leaderboard {
	float: right;
	width: 728px;
	height: 90px;
	margin: 0 10px 10px 0;
}

#header-buttons {
    float: right;
    width: 728px;
    height: 90px;
    margin: 0 10px 10px 0;
    display: none;
}

#header-buttons .header-button {
    float: left;
    width: 236px;
    margin-right: 10px;
    overflow: hidden;
}

#header-buttons .header-button:last-of-type {
    margin-right: 0;
}

#header-buttons a {
    position: relative;
    display: block;
    width: 234px;
    height: 87px;
    text-decoration: none;
    vertical-align: middle;
    color: #fff;
    border: 1px solid #000;
    border: 1px solid rgba(0, 0, 0, .25);
}

#header-buttons a:hover,
#header-buttons a:focus {
    border: 1px solid rgba(0, 0, 0, 1);
}

#header-buttons a h3 {
    position: relative;
    display: table-cell;
    width: 204px;
    height: 88px;
    padding: 0 15px;
    font: normal 1.2em "Nevis", Arial, Helvetica, sans-serif;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .75);
    text-transform: uppercase;
    vertical-align: middle;
    background: rgba(0, 0, 0, .75);
    -moz-transition: opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out;
    filter: alpha(opacity=0);
    opacity: 0;
    zoom: 1;
}

#header-buttons a:hover h3,
#header-buttons a:focus h3 {
    filter: alpha(opacity=100);
    opacity: 1.0;
    zoom: 1;
}

#header-buttons img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 234px;
}

#search {
	float: right;
	width: 238px;
}

#search form {
	margin: 0 9px 0 0;
	padding: 0;
}

#search-input {
	display: block;
	float: left;
	width: 156px;
	height: 16px;
	margin: 0;
	padding: 5px;
	font-size: 1.1em;
	color: #000;
	background: #050673 url('/assets/images/search-input-bg.jpg') repeat-x 0 100%;
	border: none;
	outline: none;
}

#search-button {
	display: inline;
	float: left;
	width: 63px;
	height: 26px;
	overflow: hidden;
	padding: 26px 0 0 0;
	background: url('/assets/images/search-button.jpg') no-repeat 0 0;
	border: 0;
	cursor: pointer;
}

#search-button:hover {
	background: url('/assets/images/search-button.jpg') no-repeat 0 -26px;
}

/* @group nav */

#nav-container {
	width: 975px;
	margin: 0 auto;
	text-align: left;
}

#nav {
	position: absolute;
	top: 134px;
	z-index: 9999;
	width: 720px;
	margin: 0;
	padding: 0 0 0 10px;
	list-style-type: none;
}

#nav li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav li a {
	display: inline;
	float: left;
	margin: 0;
	padding: 6px 10px;
	font: normal 15px 'Nevis', Arial, Verdana, sans-serif;
	text-decoration: none;
	text-shadow: 0 -1px 1px #010033;
	text-transform: uppercase;
	color: #fff;
}

#nav li a:hover, #nav li:hover > a {
	text-shadow: 0 1px 1px #fff;
	color: #9a001b;
	background: #ffdea6 url('/assets/images/nav-hover.jpg') repeat-x 0 100%;
}

#nav .subnav {
	position: absolute;
	display: none;
	top: 29px;
	left: 0;
	z-index: 9999;
	min-width: 160px;
	min-height: 96px;
	width: auto !important;
	width: 160px;
	height: auto !important;
	height: 96px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #ffdea6;
}

#nav li:hover ul {
	display: block;
}

#nav .subnav li {
	min-width: 160px;
	width: auto !important;
	width: 160px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav .subnav li a {
	display: block;
	float: none;
	min-width: 160px;
	width: auto !important;
	width: 160px;
	height: auto;
	margin: 0;
	padding: 5px 9px;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	color: #333;
	background: none;
	border-top: 1px solid #ffe7c0;
	cursor: pointer;
}

#nav .subnav li a:hover {
	text-decoration: none;
	color: #9a001b;
	text-shadow: none;
	background: #fef1da;
	border-top: 1px solid #fef1da;
}

/* @end */

/* @end */

/* @group CONTENT
=============================================================================== */

#content {
	display: inline;
	float: left;
	width: 655px;
}

#content-narrow {
	display: inline;
	float: left;
	width: 485px;
}

#mid .inner {
	padding: 10px 10px 0;
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2;
}

#mid #content-narrow .inner {
	border-left: none;
}

#mid #content-narrow .right .inner {
	border-left: 1px solid #c2c2c2;
}

#mid #sidebar .inner {
	border-right: none;
}

#mid #content .inner {
	position: relative;
	clear: both;
	min-height: 500px;
	padding: 10px;
	border: none;
}

#mid #content .inner-top {
	padding: 10px;
	background: #fff url('/assets/images/article-bg.jpg') no-repeat 100% 100%;
}

#mid #article-content .inner, #mid #content .poll .extras .inner, #mid #content .poll #related .inner, #mid #content .poll #sponsored .inner {
	margin-bottom: 10px;
	padding: 10px 10px 0;
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2;
}

#mid #content #related {
	margin: 0;
}

#mid #content #related .inner {
	min-height: 10px;
	width: 622px;
	padding: 10px 0 0 10px;
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2;
}

.content h3 {
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: normal;
	font-size: 10pt;
	color: #000069;
}

.content h3 a:link, .content h3 a:visited, .content h3 a:active {
	text-decoration: none;
	color: #9a001b;
	border-bottom: 1px solid #ddd;
}

.content h3 a:hover {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #9a001b;
}

.content h4 {
	clear: both;
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: normal;
	font-size: 11pt;
	color: #000;
}

.content h5 {
	margin: 0 0 2px;
	padding: 0;
	font-weight: normal;
	font-size: 8pt;
	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 {
	text-decoration: none;
	color: #666;
	border-bottom: 1px solid #ddd;
}

.content h5 a:hover, .content h6 a:hover {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #999;
}

.content h6 {
	margin: 0 0 10px;
	padding: 0;
	font-weight: normal;
	font-size: 8pt;
	color: #999;
}

.content h6 a:link, .content h6 a:visited, .content h6 a:active {
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #ddd;
}

.content h6 a:hover {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #999;
}

.content p {
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.6em;
}

.content p a:link, .content p a:visited, .content p a:active, .content li a:link, .content li a:visited, .content li a:active {
	text-decoration: none;
	color: #000069;
	border-bottom: 1px solid #ddd;
}

.content p a:hover, .content li a:hover {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #000069;
}

.content blockquote {
	margin: 0 0 15px 15px;
	padding: 0 0 0 20px;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.6em;
	color: #666;
	border-left: 5px solid #ccc;
}

.content ul {
	margin: 0 0 15px;
	padding: 0;
	list-style-type: none;
}

.content ul li {
	margin: 0 0 7px;
	padding: 0 0 0 18px;
	font-size: 13px;
	line-height: 1.6em;
	list-style-type: none;
	background: url('/assets/images/bullet.gif') no-repeat 0 0;
}

.content ul li li {
	font-size: 1em;
}

li.sponsorlist {
	margin: 0 0 7px;
	padding: 0 0 0 18px;
	font-size: 12pt;
	line-height: 16px;
	list-style-type: none;
	background: url('/assets/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: 9pt;
	line-height: 16px;
}

.content hr {
	border-color: #c5c5c5;
}

#content-narrow .left {
	float: left;
	width: 243px;
}

#content-narrow .left .subheading {
	width: 248px;
	background: url('/assets/images/subheading-contentnarrow-left.png') no-repeat 0 0;
}

#content-narrow .right {
	float: right;
	width: 233px;
}

#content-narrow .right .subheading {
	width: 233px;
	margin: 0 0 -5px;
	background: url('/assets/images/subheading-contentnarrow-right.jpg') no-repeat 0 0;
}

.subheading {
	min-height: 36px;
	overflow: hidden;
}

#content-narrow .subheading {
	width: 490px;
	height: 41px;
	margin: 0 0 -5px -5px;
	background: url('/assets/images/subheading-contentnarrow-bg.png') no-repeat 0 0;
}

#midbar .subheading {
	background: url('/assets/images/subheading-midbar-bg.jpg') no-repeat 0 0;
}

#sidebar .subheading {
	width: 175px;
	height: 41px;
	margin: 0 -5px -5px 0;
	background: url('/assets/images/subheading-sidebar-bg.png') no-repeat 0 0;
}

#content #related .subheading,
#content #article-content .subheading,
#mid #content .poll .extras .subheading,
#mid #content .poll #sponsored .subheading,
#mid #content .poll #related .subheading {
	width: 634px;
	height: 36px;
	margin: 0;
	padding: 0;
	background: url('/assets/images/subheading-related.jpg') no-repeat 0 0;
}

#content #article-left .subheading,
#content #article-right .subheading {
	width: 313px;
	height: 36px;
	background: url('/assets/images/subheading-article-leftright.jpg') no-repeat 0 0;
}

#content-narrow .subheading h3,
#midbar .subheading h3,
#sidebar .subheading h3,
#content #related .subheading h3,
#content #article-content .subheading h3,
#mid #content .poll .extras .subheading h3,
#mid #content .poll #sponsored .subheading h3,
#mid #content .poll #related .subheading h3 {
	margin: 0;
	padding: 8px 10px 0 10px;
	font: normal 16px 'Days', Nevis, Arial, Verdana, sans-serif;
	text-shadow: 0 -1px 1px #010068;
	text-transform: uppercase;
	color: #feb439;
}

#content-narrow .subheading h3 {
	padding-left: 15px;
}

#content-narrow .subheading .feed, #content .subheading .feed, #midbar .subheading .feed, #sidebar .subheading .feed {
	display: block;
	float: right;
	width: 26px;
	height: 26px;
	overflow: hidden;
	margin: -22px 5px 0 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.6em;
}

#content .subheading-top a:link.subheading-feed, #content .subheading-top a:visited.subheading-feed, #content .subheading-top a:active.subheading-feed {
	border-bottom: none;
}

#content .subheading-top a:link.subheading-feed img, #content .subheading-top a:visited.subheading-feed img, #content .subheading-top a:active.subheading-feed img {
	display: none;
	width: 16px;
	height: 16px;
}

#content-narrow .subheading .feed span, #content .subheading .feed span, #midbar .subheading .feed span, #sidebar .subheading .feed span {
	display: block;
	width: 26px;
	height: 26px;
	overflow: hidden;
	background: url('/assets/images/feed-subheading.jpg') no-repeat 0 0;
}

#content-narrow .subheading .feed span:hover, #content .subheading .feed span:hover, #midbar .subheading .feed span:hover, #sidebar .subheading .feed span:hover {
	opacity: .75;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
}

#content-narrow .subheading .feed a, #content .subheading .feed a, #midbar .subheading .feed a, #sidebar .subheading .feed a {
	display: block;
	width: 26px;
	height: 26px;
	text-decoration: none;
}

#content .subheading {
	width: 660px;
	height: auto;
	margin: 0 0 -5px -5px;
	padding-bottom: 5px;
	background: url('/assets/images/subheading-article-bottom.png') no-repeat 0 100%;
}

#content .subheading-top {
	padding: 12px 0 0;
	/*min-height: 65px;*/
	background: url('/assets/images/subheading-article-top.png') no-repeat 0 0;
}

#content .subheading-icon {
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;
}

#content .subheading-icon.rss-icon {
	top: -20px;
}

#content .subheading-icon img {
	max-height: 100px;
	width: auto;
}

#content .subheading h1 {
	margin: 0 140px 0 15px;
	padding: 0;
	font: normal 2em/1.1em 'Nevis', Arial, Verdana, sans-serif;
	text-shadow: 0 -1px 1px #000069;
	text-transform: uppercase;
	color: #feb439;
}

#content .subheading p {
	margin: 5px 140px 15px 15px;
	padding: 0;
	font: normal 1.2em/1em Arial, Verdana, sans-serif;
	text-shadow: 0 -1px 1px #000069;
	color: #9da8e9;
}

#content .subheading p strong {
	font-weight: normal;
}

#content .subheading p span {
	margin: 0 0 0 5px;
	color: #5c67d1;
}

#content .subheading p span.subheading-divider {
	color: #2637a9;
}

#content .subheading p a:link, #content .subheading p a:visited, #content .subheading p a:active {
	color: #c1c7e9;
	border-bottom: 1px solid #5267e4;
}

#content .subheading p a:hover {
	color: #fff;
	border-bottom: 1px solid #9da8e9;
}

#content .subheading h3 {
	margin: 0 125px 0  20px;
	padding: 0;
	font: normal 2.4em 'Nevis', Arial, Verdana, sans-serif;
	text-shadow: 0 -1px 1px #04058d;
	text-transform: uppercase;
	color: #feb439;
	background-position: 10px 50%;
	background-repeat: no-repeat;
}

#content .subheading h3 span.hi-lite, #content .subheading h3 strong {
	color: #fff;
}



#content .subheading-alt {
	background: #01018c url('/assets/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 'Nevis', Arial, Verdana, sans-serif;
	text-transform: uppercase;
	color: #feb439;
}

.subheading .subheading-buttons {
	float: right;
	margin: 5px 10px 0 0;
}

.subheading .subheading-buttons a {
	margin: 0 0 0 7px;
	padding: 6px 10px;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	text-shadow: 0 -1px 1px #121798;
	text-transform: uppercase;
	color: #cad0f5;
	background: #5a67bf;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVhNjdiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMjE3OTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #5a67bf 0%, #121798 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5a67bf), color-stop(100%,#121798));
	background: -webkit-linear-gradient(top,  #5a67bf 0%,#121798 100%);
	background: -o-linear-gradient(top,  #5a67bf 0%,#121798 100%);
	background: -ms-linear-gradient(top,  #5a67bf 0%,#121798 100%);
	background: linear-gradient(to bottom,  #5a67bf 0%,#121798 100%);
	border: 1px solid #010069;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.15);
	-moz-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.15);
	box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.15);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a67bf', endColorstr='#121798',GradientType=0 );
}

.subheading .subheading-buttons a:hover {
	color: #fff;
}

a.subtitle:link, a.subtitle:visited, a.subtitle:active {
	text-decoration: none;
	color: #004BCC;
}

a.subtitle:hover {
	text-decoration: underline;
}

.content .tnail a:link, .content .tnail a:visited, .content .tnail a:active {
	display: block;
	width: 60px;
	height: 60px;
	text-decoration: none;
	color: #feb439;
	border: 1px solid #bbb;
}

.content .tnail a:hover {
	border: 1px solid #999;
}

.block {
	padding-bottom: 10px;
}

.block_short {
	width: 125px;
	height: 135px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 1px;
}

#article.block {
	position: relative;
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
}

#latestcomic {
	clear: both;
}

#store-tnail {
	display: inline;
	float: right;
	margin: 25px 10px 10px 20px;
}

#store-tnail img {
	display: block;
}

#store-tnail a:link, #store-tnail a:visited, #store-tnail a:active {
	display: block;
	padding: 4px;
	background: #fff;
	border: 1px solid #bbb;
}

#store-tnail a:hover {
	border: 1px solid #999;
}

#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('/assets/images/newsletter-input.jpg') repeat-x 0 0;
	border: 1px solid #bbb;
}

#shoplist .shop {
	display: inline;
	float: left;
	width: 50%;
	height: 110px;
}

#article #shoplist table {
	width: 100%;
	margin: 10px 0 20px;
	padding: 0;
	border: 0;
}

#shoplist th {
	padding: 7px 5px;
	font-weight: normal;
	font-size: 8pt;
	text-transform: uppercase;
	color: #333;
	background: #ddd;
	border-bottom: 1px solid #ccc;
}

#shoplist td {
	padding: 7px 5px;
	font-size: 8pt;
	text-align: left;
	color: #666;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
}

#shoplist tr:hover, #shoplist tr:hover td, #shoplist tr:hover td a {
	color: #000;
	background: #e6e6e6;
}

#shoplist td.shop-name {
	font-weight: bold;
	color: #333;
}

#shoplist .shop-state {
	text-align: center;
}

#shoplist td a {
	text-decoration: underline;
	color: #666;
}

#shoplist td.shop-name a, #article #shoplist th a {
	text-decoration: underline;
	color: #333;
}

#shoplist td a:hover, #shoplist tr:hover td a:hover, #article #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('/assets/images/icon-find-large.gif') no-repeat 100% 0;
}

#shopform {
	float: left;
	width: 590px;
	margin: 0 0 20px;
	padding: 10px 15px 8px;
	color: #333;
	background: #eee;
	border: 1px solid #ddd;
}

#shopform-distance {
	display: inline;
	float: left;
	width: 55px;
	margin: 3px 10px 0 10px;
	font-size: 1.2em;
	text-align: center;
	color: #000;
	background: #fff;
	border: 1px solid #d0d0d0;
}

#shopform-zip {
	display: inline;
	float: left;
	width: 60px;
	margin: 0 10px 0 10px;
	padding: 4px 4px 3px;
	font: 1.2em Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	color: #000;
	background: #fff;
}

#shopform-button {
	display: inline;
	width: 66px;
	height: 26px;
	background-image: url('/assets/images/button-search.png');
	border: 0;
	cursor: pointer;
}

#content #shopform p {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	line-height: 1.7em;
}

#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 {
	text-decoration: none;
	color: #000069;
	border-bottom: 1px solid #ddd;
}

#article .search-result h3 a:hover {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #000069;
}

#article .search-result h3 span {
	margin-left: 5px;
	font-weight: normal;
	font-size: .65em;
	color: #666;
}

#article .search-result p {
	margin: 0;
}

#article .search-result h4 {
	margin: 0;
	font-size: 8pt;
	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;
	font-size: 1em;
	text-transform: uppercase;
	list-style-type: none;
}

#article #search-results .pagenav li a {
	display: block;
	float: left;
	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;
	border-bottom: 0;
	cursor: default;
}

#article #search-results .pagenav li a.inactive {
	color: #999;
	background: #ddd;
	border-bottom: 0;
	cursor: default;
}

/* New search result page */

/* Styles added by Mike M. */

a.search_result_link {
	font-size: 12pt;
	color: red;
}

a.search_result_url_link {
	font-size: 8pt;
	text-decoration: underline;
	color: #CCCCCC;
}

a.prev_next_link {
	font-weight: bold;
	font-size: 12pt;
	color: #9a001b;
}

a.pagination_link {
	font-weight: normal;
	font-size: 12pt;
	color: #9a001b;
}

img.search_result_icon {
	float: left;
	padding-right: 5px;
}

a.search_result_header {
	margin-top: 5px;
	font-weight: bold;
	font-size: 14pt;
	text-decoration: none;
	color: #0000BB;
}

div.query_display_box {
	width: 550px;
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	border-bottom: 1px solid lightgrey;
}

div.google_search_icon {
	margin-left: 100px;
}

div.search_pagination_box {
	font-weight: normal;
	font-size: 12pt;
	text-align: center;
	color: #000069;
}

div.search_query_box {
	margin-bottom: 5px;
	padding: 5px;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	background-color: #EFEFEF;
	border: 1px solid #5468e5;
}

input#submit_search {
	background-color: #CFCFCF;
}

#new_query {
	width: 400px;
	margin: 0;
	padding: 5px;
	font: 1.2em Arial, Helvetica, Geneva, sans-serif;
	color: #333;
	border: 1px solid #bbb;
    background: #fcfff4; /* Old browsers */
    background: -moz-linear-gradient(top,  #fcfff4 0%, #e9e9e9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcfff4 0%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fcfff4 0%,#e9e9e9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fcfff4 0%,#e9e9e9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fcfff4 0%,#e9e9e9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
}

/* End of new search result styles */

.poll {
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

#content .poll h2 {
	margin: 10px 0 20px;
	font-size: 11pt;
}

#content p.poll-option {
	margin: 0 0 10px 5px;
	font-size: 9pt;
}

.poll-button {
	display: block;
	margin-bottom: 20px;
	border: 0;
}

#content p.poll-error {
	padding: 6px 7px;
	font-weight: bold;
	color: #9a001b;
	background: #ffdea6;
	border: 1px solid #feb439;
}

.error,
.alert,
.info,
.success {
	font-size: 14px;
	font-weight: bold;
}

.error {
	color: #97001f;
}

.alert {
	color: #d59119;
}

.info {
	color: #3A87AD;
}

.success {
	color: #7bb633;
}

.block.error,
.block.alert,
.block.info,
.block.success {
	margin-bottom: 20px;
	padding: 14px;
	font-size: 14px;
	background-color: #fff;
	border-left: 5px solid #000;
}

.block.error {
	background-color: #F2DEDE;
	border-color: #97001f;
}

.block.alert {
	background-color: #ffeac8;
	border-color: #d59119;
}

.block.info {
	background-color: #D9EDF7;
	border-color: #3A87AD;
}

.block.success {
	background-color: #e8f2db;
	border-color: #7bb633;
}

#comics-list-last {
	display: inline;
	float: left;
	width: 100px;
	margin-bottom: 30px;
}

#comics-list-next {
	display: inline;
	float: right;
	width: 100px;
	margin-bottom: 30px;
}

#article #comics-list-weekof {
	display: inline;
	float: left;
	width: 350px;
	margin: 0 0 0 35px;
	line-height: 30px;
	text-align: center;
}

#cat_list, #book_list, #book_details {
	height: 200px;
	overflow: auto;
}

.comics-list-column {
	display: inline;
	float: left;
	width: 201px;
	margin: 0 10px 20px 0;
}

.comics-list-column a {
	display: block;
	width: 94%;
	padding: 2px 2%;
	font-size: 9pt;
	text-decoration: none;
	color: #333;
}

.comics-list-column a:hover {
	text-decoration: underline;
	color: #9a001b;
}

#comics-list-print {
	display: inline;
	float: right;
	border: 0;
}

.comics-list-item {
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

#article .comics-list-item p {
	margin-bottom: 10px;
	font-size: 8pt;
	line-height: 1.2em;
}

.comics-list-item .left {
	float: left;
	width: 125px;
}

.comics-list-item .left img {
	width: 115px;
	border: 5px solid #ccc;
}

#article .comics-list-item .left p {
	margin: 0 0 10px 0;
	font-size: 8pt;
	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 {
	display: inline;
	float: left;
	width: 60px;
}

#article .column-item {
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

#article .column-item-archived {
	display: inline;
	float: left;
	width: 50%;
}

#article .column-item .left, #article .column-item-archived .left {
	display: inline;
	float: left;
	width: 65px;
	margin-bottom: 15px;
	padding: 10px;
	background: url('/assets/images/column-icon-bg.gif') no-repeat 0 0;
}

#article .column-item .left img, #article .column-item-archived .left img {
	width: 65px;
	height: 65px;
}

#article .column-item .right {
	display: inline;
	float: right;
	width: 520px;
	padding-top: 5px;
}

#article .column-item-archived .right {
	display: inline;
	float: right;
	width: 210px;
	padding-top: 5px;
}

#article .column-item h5, #article .column-item-archived h5 {
	margin-bottom: 3px;
}

#article .column-item p {
	font-size: 8pt;
	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;
	line-height: 20px;
	text-align: right;
	color: #666;
}

#article .mailform .text-input, #article .mailform textarea {


/*

position: absolute;*/
	display: inline;
	float: left;
	padding: 3px 5px;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #666;
	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 {
	display: inline;
	float: left;
	min-height: 120px;
	width: 30%;
	height: 0 !important;
	height: 120px;
	margin: 0 3% 10px 0;
	background: url('/assets/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: 8pt;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

#article .storyad-continue a {
	text-decoration: underline;
	color: #666;
}

#article .storyad-continue a:hover {
	text-decoration: none;
	color: #333;
}

#article .storyad iframe {

}

.bar {
	height: 12px;
	overflow: hidden;
	margin-bottom: 1px;
	padding: 10px;
	font-weight: bold;
	font-size: 9pt;
	text-shadow: 0 1px 1px #ddd;
	text-transform: uppercase;
	color: #666;
	background: url('/assets/images/bar-bg.gif') no-repeat 0 0;
	outline: none;
	cursor: pointer;
}

.bar:hover {
	color: #333;
}

.bar.ui-state-active {
	color: #333;
	background: #cdcdcd url('/assets/images/bar-bg.gif') no-repeat 0 100%;
	cursor: default;
}

.bar-content {
	padding: 10px 10px 0;
	background: #efefef url('/assets/images/article-bg.jpg') no-repeat 100% 100%;
}

#blogs-index .blogs-index-blog {
	float: left;
	width: 300px;
	overflow: hidden;
	margin-bottom: 10px;
	background: url('/assets/images/divider.gif') repeat-x 0 0;
}

#blogs-index .blogs-index-title {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

#content #blogs-index p {
	margin: 0 5px 10px;
	color: #666;
}

#blogs-r6, #blogs-ink {
	margin-left: 23px;
}

#content #blogs-index .postlist {
	margin: 0;
	border: 1px solid #c2c2c2;
}

#content #blogs-index .postlist h5 {
	border-top: 1px solid #c2c2c2;
}

#author-icons {
	display: inline;
	float: right;
	width: 440px;
	height: 34px;
	margin: -5px 0 8px;
}

#author-icons a {
	display: block;
	float: right;
	width: 34px;
	height: 0;
	overflow: hidden;
	margin-right: 10px;
	padding-top: 34px;
}

#author-icons-facebook a {
	background: url('/assets/images/author-social-icons.png') no-repeat 0 0;
}

#author-icons-facebook a:hover {
	background: url('/assets/images/author-social-icons.png') no-repeat 0 -34px;
}

#author-icons-flickr a {
	background: url('/assets/images/author-social-icons.png') no-repeat -204px 0;
}

#author-icons-flickr a:hover {
	background: url('/assets/images/author-social-icons.png') no-repeat -204px -34px;
}

#author-icons-instagram a {
	background: url('/assets/images/author-social-icons.png') no-repeat -238px 0;
}

#author-icons-instagram a:hover {
	background: url('/assets/images/author-social-icons.png') no-repeat -238px -34px;
}

#author-icons-myspace a {
	background: url('/assets/images/author-social-icons.png') no-repeat -34px 0;
}

#author-icons-myspace a:hover {
	background: url('/assets/images/author-social-icons.png') no-repeat -34px -34px;
}

#author-icons-pinterest a {
	background: url('/assets/images/author-social-icons.png') no-repeat -272px 0;
}

#author-icons-pinterest a:hover {
	background: url('/assets/images/author-social-icons.png') no-repeat -272px -34px;
}

#author-icons-twitter a {
	background: url('/assets/images/author-social-icons.png') no-repeat -68px 0;
}

#author-icons-twitter a:hover {
	background: url('/assets/images/author-social-icons.png') no-repeat -68px -34px;
}

#author-icons-tumblr a {
	background: url('/assets/images/author-social-icons.png') no-repeat -306px 0;
}

#author-icons-tumblr a:hover {
	background: url('/assets/images/author-social-icons.png') no-repeat -306px -34px;
}

#author-icons-youtube a {
	background: url('/assets/images/author-social-icons.png') no-repeat -102px 0;
}

#author-icons-youtube a:hover {
	background: url('/assets/images/author-social-icons.png') no-repeat -102px -34px;
}

#author-icons-website a {
	background: url('/assets/images/author-social-icons.png') no-repeat -136px 0;
}

#author-icons-website a:hover {
	background: url('/assets/images/author-social-icons.png') no-repeat -136px -34px;
}

#author-icons-email a {
	background: url('/assets/images/author-social-icons.png') no-repeat -170px 0;
}

#author-icons-email a:hover {
	background: url('/assets/images/author-social-icons.png') no-repeat -170px -34px;
}

#author-info {
	float: left;
	width: 654px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.1em;
	text-shadow: 0 1px 1px #fff;
	color: #666;
	background: #ddd url('/assets/images/breadcrumb-bg.jpg') repeat-x 0 0;
	border-bottom: 1px solid #fff;
}

#author-info div {
	display: inline;
	float: left;
	margin: 0 10px;
	padding: 10px 0;
	cursor: default;
}

#author-meta-box {
	clear: left;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#author-info strong {
	color: #333;
}

#author-info div#author-info-position {
	padding-left: 25px;
	background: url('/assets/images/author-icon-position.gif') no-repeat 0 9px;
}

#author-info div#author-info-location {
	padding-left: 20px;
	background: url('/assets/images/author-icon-location.gif') no-repeat 0 8px;
}

#author-info div#author-info-hometown {
	padding-left: 25px;
	background: url('/assets/images/author-icon-hometown.gif') no-repeat 0 8px;
}

#author-info div#author-info-birthday {
	padding-left: 22px;
	background: url('/assets/images/author-icon-birthday.gif') no-repeat 0 8px;
}

#author-avatar {
	display: inline;
	float: right;
	margin: 0 0 10px 20px;
}

#author-avatar img {
	max-width: 150px;
	border: 7px solid #ddd;
}

ul.striped {
	margin: 0 0 10px -10px;
	padding: 0;
	border-top: 1px solid #f0f0f0;
}

#midbar ul.striped {
	width: 298px;
}

ul.striped li {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	background: #fff url('/assets/images/arrow-grey.png') no-repeat 0 7px;
}

ul.striped li a:link, ul.striped li a:visited, ul.striped li a:active {
	display: block;
	padding: 5px 9px;
	color: #97001f;
	border-bottom: 1px solid #f0f0f0;
}

ul.striped li:nth-child(odd) a {
	background: #f8f8f8 url('/assets/images/arrow-grey.png') no-repeat 0 7px;
}

ul.striped li a:hover {
	margin-top: -1px;
	padding-top: 6px;
	color: #000;
	background: #e2e2e2 url('/assets/images/arrow-grey.png') no-repeat 0 8px;
	border-bottom: 1px solid #e2e2e2;
}

/* @end */

/* @group article */

#article-content {
	font-size: 9pt;
	line-height: 1.5em;
}

#article-left,
#article-right {
	display: inline;
	width: 313px;
}

#article-left {
	float: left;
}

#article-right {
	float: right;
}

#article p {
	margin: 0 0 12px 0;
	padding: 0;
	font-weight: normal;
	line-height: 1.6em;
}

#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 {
	text-decoration: none;
	color: #9a001b;
	border-bottom: 1px solid #ddd;
}

#article p a:hover, #article li a:hover, #article h2 a:hover, #article dl a:hover {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #9a001b;
}

#article h1 {
	margin: 5px 0 15px 0;
	padding: 0;
	font-weight: normal;
	font-size: 2em;
	line-height: 1em;
	text-transform: uppercase;
	color: #9a001b;
}

#article h2 {
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.8em;
	text-transform: uppercase;
	color: #9a001b;
}

#article .section-heading {
	clear: both;
	width: 654px;
	margin: 0 0 0 -10px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

#article .section-heading h2 {
	margin: 0;
	padding: 8px 10px 10px;
	font: normal 1.6em/1em 'Days', Nevis, Arial, Verdana, sans-serif;
	text-shadow: 0 1px 1px #fff;
	text-transform: uppercase;
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #eeeeee 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #eeeeee 0%,#ffffff 100%);
	background: linear-gradient(top,  #eeeeee 0%,#ffffff 100%);
	border-top: 1px solid #fff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
}

#article h3 {
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 1.6em;
	color: #000069;
}

#article-content h4 {
	margin: 30px 0 15px 0;
	padding: 0;
	font-size: 1.6em;
	text-transform: uppercase;
	color: #000069;
}

#article-content h5 {
	margin: 30px 0 15px 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.6em;
	text-transform: uppercase;
	color: #000069;
	border-bottom: 1px solid #ddd;
}

#article-content h6 {
	margin: 30px 0 10px 0;
	padding: 0;
	font-weight: bold;
	font-size: 10pt;
	text-transform: uppercase;
	color: #000069;
}

#article #meta, #article #meta2 {
	margin: -5px 0 0 0;
}

#article #meta2 {
	clear: both;
	width: 643px;
	margin-left: -10px;
	padding: 5px 10px 0;
}

#article #meta .left, #article #meta2 .left {
	display: inline;
	float: left;
	width: 69%;
}

#article #meta .right, #article #meta2 .right {
	display: inline;
	float: right;
	width: 29%;
	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.2em;
	line-height: 20px;
	color: #333;
}

#article #meta2 p {
	margin: 0;
	font-weight: bold;
	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 {
	font-weight: normal;
	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 a:link, #article #meta a:visited, #article #meta a:active {
	color: #666;
}

#article #meta a:hover {
	color: #000;
}

#article #meta2 .right p, #article #meta2 ul, #article #meta2 ul li {
	display: inline;
	float: left;
	font-size: .95em;
}

#article #meta span {
	margin: 0 5px;
	color: #bbb;
}

#article #meta span.meta-updated {
	margin: 0;
	font-size: .95em;
	color: #999;
}

#article #meta span.meta-updated strong {
	font-weight: bold;
	font-size: .85em;
	text-transform: uppercase;
	color: #888;
}

#article-header-image {
	border-top: 1px solid #000867;
	border-bottom: 1px solid #c2c2c2;
}

#article-header-image img {
	display: block;
}

#article-meta {
	position: relative;
	width: 654px;
	height: 30px;
	margin: 0;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #dfdfdf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dfdfdf));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dfdfdf 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#dfdfdf 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#dfdfdf 100%);
	background: linear-gradient(top,  #ffffff 0%,#dfdfdf 100%);
	border-bottom: 1px solid #c2c2c2;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=0 );
}

#article-meta div {
	display: inline;
	float: left;
	background: url('/assets/images/article-meta-divider.gif') repeat-y 100% 0;
}

#article-meta div a {
	display: block;
	float: left;
	padding: 9px 10px 9px 30px;
	font-weight: bold;
	font-size: 1.1em;
	text-shadow: 0 1px 1px #fff;
	color: #666;
}

#article-meta div a:hover,
#article-meta div a:focus {
	text-decoration: none;
	color: #333;
}

#article-meta div#article-meta-category a {
	background: url('/assets/images/article-meta-category.png') no-repeat 8px 5px;
}

#article-meta div#article-meta-author a {
	background: url('/assets/images/article-meta-author.png') no-repeat 8px 5px;
}

#article-meta div#article-meta-comments a {
	background: url('/assets/images/article-meta-comments.png') no-repeat 8px 5px;
}

#article-meta div#article-meta-print a {
	background: url('/assets/images/article-meta-print.png') no-repeat 8px 7px;
}

#textsize {
	display: inline;
	width: 32px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#textsize li a {
	float: left;
	width: 12px;
	height: 0;
	overflow: hidden;
	margin: 1px 0 0 3px;
	padding: 12px 0 0 0;
}

#textsize-decrease a {
	background: url('/assets/images/textsize.gif') no-repeat 0 -12px;
}

#textsize-increase a {
	background: url('/assets/images/textsize.gif') no-repeat -14px -12px;
}

#content #textsize a {
	border-bottom: none;
}

#review-info {
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}

#review-cover {
	display: inline;
	float: left;
	margin: 0 20px 20px 0;
	padding: 9px 9px 5px 9px;
	background: #eee;
	border: 1px solid #ccc;
}

#review-info .left {
	display: inline;
	float: left;
	width: 300px;
}

#review-info .right {
	display: inline;
	float: right;
	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-weight: bold;
	font-size: 8pt;
	text-transform: uppercase;
	color: #000069;
}

#review-info dl dd {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 9pt;
	color: #333;
}

#review-cover img {
	display: block;
}

#review-cover p {
	margin: 5px 0 0 30px;
	padding: 0;
	text-align: center;
}

#review-rating {
	float: right;
	clear: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#review-rating li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: transparent;
}

#content .enlarge a:link, #content .enlarge a:visited, #content .enlarge a:active {
	display: block;
	width: 87px;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 30px 0 0 0;
	background: url('/assets/images/button-enlarge.jpg') no-repeat 0 0;
	border-bottom: 0;
}

.yahooBuzzBadge a {
	display: inline !important;
}

.yahooBuzzBadge a span {
	position: relative !important;
	display: inline !important;
	top: 1px !important;
	margin-right: 3px !important;
}

#article-content .imagebox, #article-content .imagebox_l {
	float: left;
	margin: 0 15px 15px 0;
	padding: 5px;
	font-size: 8pt;
	text-align: center;
	color: #333;
	background-color: #ccc;
}

#article-content .imagebox_c {
	float: bottom;
	margin: 0 15px 15px 0;
	padding: 5px;
	font-size: 8pt;
	text-align: center;
	color: #333;
	background-color: #ccc;
}

#article-content .imagebox_r {
	float: right;
	margin: 0 0 15px 15px;
	padding: 5px;
	font-size: 8pt;
	text-align: center;
	color: #333;
	background-color: #ccc;
}

#article-content .imagebox_w {
	margin: 0 0 15px 0;
	padding: 5px;
	font-size: 8pt;
	text-align: center;
	color: #333;
}

#article-content .imagebox img, #article-content .imagebox_l img, #article-content .imagebox_r img, #article-content .imagebox_c img, #article-content .imagebox_w img {
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}

#article-content .imagebox_w img {
	max-width: 612px;
	padding: 0;
	border: 5px solid #ccc;
}

#article-content .imagebox .caption, #article-content .imagebox_l .caption, #article-content .imagebox_r .caption {
	display: block;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
}

#article-content table {
	margin: 5px 10px 10px 0;
	padding: 5px;
}

#article-content img[align $='left'], #article-content table[align $='left'] {
	margin: 5px 10px 10px 0;
	padding: 5px;
	background-color: #ccc;
}

#article-content img[align $='right'], #article-content table[align $='right'] {
	margin: 5px 0 10px 10px;
	padding: 5px;
	background-color: #ccc;
}

#article p.archive-nav {
	text-align: center;
}

#article p.archive-nav a, #article p.view-nav a {
	border-bottom: 0;
}

#article p.archive-nav {
	float: left;
	width: 100%;
	text-align: left;
}

#article p.archive-nav img {
	display: inline;
	float: left;
}

.archive-amount {
	padding-left: 70px;
}

.archive-view {
	text-align: right;
}

#grid-view {
	float: left;
	width: 635px;
	overflow: hidden;
	margin: 0 0 20px;
}

.grid-comic {
	display: inline;
	float: left;
	width: 145px;
	padding: 10px 13px 10px 0;
	text-align: center;
	border-top: 1px solid #eee;
}

.grid-comic:nth-child(1),
.grid-comic:nth-child(2),
.grid-comic:nth-child(3),
.grid-comic:nth-child(4) {
	border-top: none;
}

.grid-comic-clear {
	clear: left;
}

#content .grid-comic td.grid-comic-cover {
	height: 225px;
	padding-bottom: 5px;
	vertical-align: bottom;
}

.grid-comic img {
	display: block;
}

.grid-comic-title {
	font-weight: bold;
	font-size: 12px;
}

#mid .grid-comic-title a:link, #mid .grid-comic-title a:visited, #mid .grid-comic-title a:active {
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #ddd;
}

#mid .grid-comic-title a:hover {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #999;
}

.grid-comic-publisher, .grid-comic-date {
	display: block;
	font-size: 11px;
	color: #666;
}

.grid-comic-date {
	color: #999;
}

#content ul.grid-reviews-rating {
	margin: 5px 0 0 33px;
}

#content ul.grid-reviews-rating li {
	display: inline;
	float: left;
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	background: transparent;
}

#content ul.grid-reviews-rating img {
	display: block;
	width: 16px;
	height: 16px;
}

#top-reviews {
	float: left;
	width: 654px;
}

#top-reviews-comics {
	float: left;
	width: 100%;
	margin-left: -10px;
	background: url('/assets/images/top-reviews-bg.jpg') no-repeat 0 0;
}

#top-reviews .section-heading {
	margin: -10px 0 0 -10px;
	border-top: none;
}

#top-reviews .comic {
	display: inline;
	float: left;
	width: 197px;
	margin: 10px;
}

#top-reviews .comic:nth-child(2),
#top-reviews .comic:nth-child(3) {
	margin-left: 11px;
}

#top-reviews .comic a {
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.18s ease-out;
	-moz-transition: all 0.18s ease-out;
	transition: all 0.18s ease-out;
}

#top-reviews .comic a:hover {
	margin: -5px 0 5px;
}

#top-reviews .comic img {
	display: block;
	width: 197px;
	height: 297px;
	margin-bottom: 10px;
}

#top-reviews .comic ul.grid-reviews-rating {
	float: left;
	width: 100%;
	margin: 0 0 8px;
}

#top-reviews .comic h3 {
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 1.4em;
	color: #000;
}

#top-reviews .comic a:hover h3,
#top-reviews .comic a:focus h3 {
	text-decoration: underline;
	color: #9a001b;
}

#top-reviews .comic .comic-meta {
	margin-bottom: 5px;
	font-size: 1.1em;
	color: #666;
}

#top-reviews .comic p {
	margin: 0;
	font-size: 1.2em;
	color: #333;
}

.view-options {
	float: left;
	width: 634px;
	margin: 0 0 0 -10px;
	padding: 10px;
	border-bottom: 1px solid #e0e0e0;
}

.view-type {
	display: inline;
	float: left;
	width: 51px;
	margin-right: 41px;
}

.view-type img {
	display: block;
	float: left;
}

.view-amount {
	display: inline;
	float: left;
	font-size: 1.2em;
	color: #666;
}

.view-amount,
.view-order {
	line-height: 28px;
}

.view-amount select {
	margin-right: 5px;
}

.view-order {
	float: right;
	text-align: right;
}

#list-view {
	clear: both;
	width: 654px;
	margin: 0 0 10px -10px;
}

#list-view table {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

#list-view table td {
	text-align: left;
	border-bottom: 1px solid #e0e0e0;
	vertical-align: top;
}

#list-view table tr:nth-child(odd) td {
	background: #f8f8f8;
}

#list-view table td.list-comic-cover {
	width: 62px;
	padding: 10px;
}

#list-view table td.list-comic-details {
	padding: 12px 0 10px;
}

#list-view table td.list-comic-details h3 {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.4em;
}

#list-view table td.list-comic-details h3 a {
	color: #000;
}

#list-view table td.list-comic-details h3 a:hover,
#list-view table td.list-comic-details h3 a:focus {
	color: #a2001b;
	border-bottom: 1px solid #ccc;
}

#list-view table td.list-comic-details p {
	margin-bottom: 5px;
	line-height: 1.4em;
	color: #333;
}

#list-view table td.list-comic-details dl {
	float: left;
	width: 100%;
	margin: 0;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #666;
}

#list-view table td.list-comic-details dl dt {
	clear: left;
	display: inline;
	float: left;
	width: 60px;
	margin-bottom: 5px;
}

#list-view table td.list-comic-details dl dd {
	display: inline;
	float: left;
	width: 230px;
	margin: 0 0 5px;
}

#list-view table td.list-comic-date {
	width: 150px;
	padding: 15px 10px 10px;
	font-size: 1.1em;
	text-align: center;
	color: #666;
}

#list-view table td.list-comic-rating {
	width: 80px;
	padding: 10px 10px 10px 0;
}

#list-view table td.list-comic-rating ul {
	margin: 0;
}

#news-feature {
	position: relative;
	display: inline;
	float: left;
	width: 400px;
	margin: 15px 0 0 10px;
}

#news-feature img {
	display: block;
	border: 5px solid #ddd;
}

h3#news-feature-title {
	margin: 10px 5px 2px;
	font-weight: bold;
}

p#news-feature-description {
	margin: 0 5px 20px;
	font-size: 12px;
	text-align: left;
	color: #000;
}

.news-item {
	display: inline;
	float: left;
	width: 198px;
	margin: 0 0 15px 15px;
}

.news-odd {
	clear: left;
}

#article .news-item h3 {
	font-weight: bold;
	font-size: 9pt;
	line-height: 1.4em;
}

.news-item .tnail {
	display: inline;
	float: right;
	margin: 0 0 10px 10px;
}

.news-item .tnail img {
	display: block;
}

#news-press {
	float: right;
	width: 205px;
	margin: 15px 15px 10px 0;
}

#content #news-press .postlist {
	margin: 0 0 10px;
	border: 1px solid #ddd;
}

#content #news-press .postlist h3 {
	padding: 0;
}

#content #news-press .postlist h3:nth-child(5) a {
	border-bottom: 0;
}

#content #news-press h2 {
	margin: 0;
	padding: 0 0 5px;
	font: normal 1.6em 'Days', Nevis, Arial, Verdana, sans-serif;
	text-shadow: 0 1px 1px #fff;
	text-transform: uppercase;
	color: #333;
}

#content #news-press p {
	text-align: right;
}

#content #news-press p a {
	color: #333;
}

#content #news-press p a:hover {
	color: #000;
}

#breadcrumb {
	clear: both;
	width: 655px;
	height: 29px;
	background: url('/assets/images/breadcrumb-bg.jpg') no-repeat 0 0;
}

#breadcrumb.breadcrumb-bottom {
	border-top: 1px solid #c0c0c0;
}

#breadcrumb div {
	display: inline;
	float: left;
	height: 21px;
	padding: 8px 5px 0 25px;
	font-size: 11px;
	font-weight: bold;
	text-shadow: 0 1px 1px #fff;
	text-transform: uppercase;
	color: #666;
	background: url('/assets/images/breadcrumb-divider.jpg') no-repeat 0 0;
}

#breadcrumb div#breadcrumb-home {
	padding: 8px 5px 0 10px;
	background: none;
}

/*#breadcrumb div#breadcrumb-home a {
	display: block;
	width: 31px;
	height: 28px;
	padding-top: 28px;
	background: url('/assets/images/breadcrumb-home.jpg') no-repeat 0 0;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
}

#breadcrumb div#breadcrumb-home a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}*/

#breadcrumb a {
	color: #888;
}

#breadcrumb a:hover {
	text-decoration: none;
	color: #333;
}


#social-box.inline {
    position: relative;
    margin: 0px;
    background: transparent;
    padding: 0px;
    width: 630px;
    text-align: left;
}
#social-box-placeholder {
    width: 630px;
    height: 30px;
    margin: 0px;
    padding: 0px;
    background: #fefefe;
    border: 1px dashed #f5f5f5;
    border-radius: 5px;
    display: none;
}
#social-box.inline div.social-widget, #social-box.inline #social-buttons a {
    display: inline-block;
    margin-right: 0px;
    vertical-align: top;
}
#social-box.inline #social-buttons a {
    color: transparent;
    width: 26px;
    background-image: url('/assets/images/social-buttons-compact.png');
}
#social-box.inline #social-facebook {
    text-align: left;
}
#social-box.inline #social-google {
    width: 70px;
}
#social-box.inline #social-pinterest {
    width: 42px;
}
#social-box.inline #social-buttons a:hover {
    background-image: url('/assets/images/social-buttons-compact.png');
}
#social-box.inline div#social-buttons {
    display: inline-block;
    vertical-align: top;
}

#social-box.inline div#social-buttons a#social-print {
    margin-top: 0px;
}

#social-box {
	position: fixed;
	display: block;
	width: 90px;
	margin: -10px 0 0 -120px;
	padding: 10px;
	background: #f0f0f0;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjY2ZjZmNmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(left,  #f0f0f0 90%, #cfcfcf 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(90%,#f0f0f0), color-stop(100%,#cfcfcf));
	background: -webkit-linear-gradient(left,  #f0f0f0 90%,#cfcfcf 100%);
	background: -o-linear-gradient(left,  #f0f0f0 90%,#cfcfcf 100%);
	background: -ms-linear-gradient(left,  #f0f0f0 90%,#cfcfcf 100%);
	background: linear-gradient(left,  #f0f0f0 90%,#cfcfcf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#cfcfcf',GradientType=1 );
    border-radius: 5px 0 0 5px;
}

#social-facebook,
#social-twitter,
#social-google,
#social-pinterest {
	width: 90px;
	height: 20px;
	overflow: hidden;
	margin: 0 0 10px;
}

.social a img {
	margin-right: 2px;
	opacity: .85;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
}

.social a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}

#social-buttons a {
	display: block;
	width: 90px;
	height: 20px;
	text-indent: -9999px;
}

#social-buttons a#social-email {
	background: url('/assets/images/social-buttons.png') no-repeat 0 0;
}

#social-buttons a:hover#social-email,
#social-buttons a:focus#social-email {
	background: url('/assets/images/social-buttons.png') no-repeat 0 -20px;
}

#social-buttons a#social-print {
	margin-top: 10px;
	background: url('/assets/images/social-buttons.png') no-repeat 0 -40px;
}

#social-buttons a:hover#social-print,
#social-buttons a:focus#social-print {
	background: url('/assets/images/social-buttons.png') no-repeat 0 -60px;
}

#social-buttons a#social-comments {
	margin-top: 10px;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	text-indent: 32px;
	color: #333;
	background: url('/assets/images/social-buttons.png') no-repeat 0 -80px;
}

#social-buttons a:hover#social-comments,
#social-buttons a:focus#social-comments {
	text-decoration: none;
	color: #000;
	background: url('/assets/images/social-buttons.png') no-repeat 0 -100px;
}

#facebook-like {
	display: inline;
	float: left;
	width: 314px;
	overflow: hidden;
	margin-bottom: 18px;
}

/* Hackaround to make google plus button work properly on our site */
#___plusone_0, #___plusone_0 iframe {
	position:static !important;
}

#article-ad-bigbox {
	display: inline;
	float: right;
	width: 300px;
}

#article-ad-banner {
	width: 468px;
	height: 60px;
	margin: auto;

}

.lightform,
#article .lightform {
	z-index: 9999;
	width: 575px;
	text-align: left;
	background: #fff;
	border: 1px solid #c2c2c2;
}

#article .lightform {
	width: 632px;
}

.lightform h3,
#article .lightform h3 {
	margin: 0 0 15px;
	padding: 15px 20px;
	font: normal 20px 'Days', Nevis, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	color: #02007f;
	background: #f8f8f8;
	border-bottom: 1px solid #c2c2c2;
}

.lightform form,
#article .lightform form {
	margin: 0;
	padding: 0 0 15px;
}

#article .lightform form {
	padding: 15px 0;
}

.lightform form p,
#article .lightform form p,
#article .lightform form .fb-like {
	float: left;
	width: 535px;
	margin: 0 0 15px;
	padding: 0 20px 15px;
	border-bottom: 1px solid #eee;
}

#article .lightform form p,
#article .lightform form .fb-like {
	width: 592px;
}

#article .lightform form .fb-like iframe {
	margin-left: 120px;
}

.lightform form span.lightform-notes,
#article .lightform form span.lightform-notes {
	display: block;
	clear: left;
	margin-left: 120px;
	padding-top: 5px;
	font-size: 11px;
	color: #999;
}

.lightform form label,
#article .lightform form label {
	display: block;
	float: left;
	width: 100px;
	padding: 10px 20px 0 0;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	color: #666;
}

.lightform form label.lightform-label-checkbox,
#article .lightform form label.lightform-label-checkbox {
	width: auto;
}

.lightform form label.lightform-label-textarea,
#article .lightform form label.lightform-label-textarea {
	padding-top: 9px;
}

.lightform form input[type="text"],
.lightform form textarea,
#article .lightform form input[type="text"],
#article .lightform form textarea {
	width: 250px;
	padding: 8px 6px;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #666;
	background: #eeeeee;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #eeeeee 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #eeeeee 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #eeeeee 0%,#ffffff 100%);
	background: linear-gradient(top,  #eeeeee 0%,#ffffff 100%);
	border: 1px solid #999;
	-webkit-box-shadow: inset 0 0 1px #fff;
	-moz-box-shadow: inset 0 0 1px #fff;
	box-shadow: inset 0 0 1px #fff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
}

.lightform form input[type="text"].lightform-text-wide,
#article .lightform form input[type="text"].lightform-text-wide {
	width: 400px;
}

.lightform form textarea,
#article .lightform form textarea {
	width: 400px;
	height: 100px;
}

.lightform form input[type="text"]:focus,
.lightform form textarea:focus,
#article .lightform form input[type="text"]:focus,
#article .lightform form textarea:focus {
	color: #000;
	background: #fff;
	border: 1px solid #ea980e;
	outline: none;
	-webkit-box-shadow: 0 0 5px #fec86e;
	-moz-box-shadow: 0 0 5px #fec86e;
	box-shadow: 0 0 5px #fec86e;
}

.lightform form input[type="checkbox"],
#article .lightform form input[type="checkbox"] {
	margin: 0 10px 5px 120px;
}

.lightform form input[type="submit"],
#article .lightform form input[type="submit"] {
	margin-left: 140px;
	padding: 8px 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	text-shadow: 0 1px 1px #fdd772;
	text-transform: uppercase;
	color: #8c5401;
	background: #fdd772;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZDc3MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMTk2MTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fdd772 0%, #e19617 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdd772), color-stop(100%,#e19617));
	background: -webkit-linear-gradient(top,  #fdd772 0%,#e19617 100%);
	background: -o-linear-gradient(top,  #fdd772 0%,#e19617 100%);
	background: -ms-linear-gradient(top,  #fdd772 0%,#e19617 100%);
	background: linear-gradient(top,  #fdd772 0%,#e19617 100%);
	border: 1px solid #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 1px #fff;
	-moz-box-shadow: inset 0 0 1px #fff;
	box-shadow: inset 0 0 1px #fff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd772', endColorstr='#e19617',GradientType=0 );
	cursor: pointer;
}

.lightform form input[type="submit"]:hover,
.lightform form input[type="submit"]:focus,
#article .lightform form input[type="submit"]:hover,
#article .lightform form input[type="submit"]:focus {
	text-shadow: 0 1px 1px #fdebc7;
	color: #633a0c;
	background: #fdebc7;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZWJjNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWJlNWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fdebc7 0%, #febe5a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdebc7), color-stop(100%,#febe5a));
	background: -webkit-linear-gradient(top,  #fdebc7 0%,#febe5a 100%);
	background: -o-linear-gradient(top,  #fdebc7 0%,#febe5a 100%);
	background: -ms-linear-gradient(top,  #fdebc7 0%,#febe5a 100%);
	background: linear-gradient(top,  #fdebc7 0%,#febe5a 100%);
	border: 1px solid #ea980e;
	-webkit-box-shadow: 0 0 5px #fec86e;
	-moz-box-shadow: 0 0 5px #fec86e;
	box-shadow: 0 0 5px #fec86e;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdebc7', endColorstr='#febe5a',GradientType=0 );
}

.lightform .errorMessage,
.lightform .successMessage,
#article .lightform .errorMessage,
#article .lightform .successMessage {
	margin: 0 20px 15px;
	padding: 10px;
	font-weight: bold;
	font-size: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.lightform .errorMessage,
#article .lightform .errorMessage {
	color: #a52a2a;
	background: #f5d9d9;
	border: 1px solid #e18787;
}

.lightform .successMessage,
#article .lightform .successMessage {
	color: #248c24;
	background: #e9f9e9;
	border: 1px solid #6fda6f;
}

.lightform form .lightform-error label,
#article .lightform form .lightform-error label {
	color: #a52a2a;
}

.lightform form .lightform-error span.lightform-notes,
#article .lightform form .lightform-error span.lightform-notes {
	color: #333;
}

.lightform form .lightform-error input[type="text"],
.lightform form .lightform-error textarea,
#article .lightform form .lightform-error input[type="text"],
#article .lightform form .lightform-error textarea {
	border: 1px solid #a52a2a;
}

.lightform form .lightform-error input[type="text"]:focus,
.lightform form .lightform-error textarea:focus,
#article .lightform form .lightform-error input[type="text"]:focus,
#article .lightform form .lightform-error textarea:focus {
	border: 1px solid #a52a2a;
	-webkit-box-shadow: 0 0 5px #e18787;
	-moz-box-shadow: 0 0 5px #e18787;
	box-shadow: 0 0 5px #e18787;
}

/* @end */

/* @group 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;
	margin: 0 10px 20px;
	padding: 0;
}

#content #blog-nav p {
	margin: 0;
	padding: 0;
	font-size: 1em;
	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: 7px 8px;
	color: #9a001b;
	background: #ffdea6;
	border-bottom: 0;
}

#content #blog-nav p a:hover {
	color: #fff;
	background: #feb439;
	border-bottom: 0;
}

#comments, h4#respond {
	padding-top: 20px;
	border-top: 1px solid #ccc;
}

#comments h3 {
	color: #9a001b;
}

#blog-search-input {
	display: inline;
	float: left;
	width: 175px;
	height: 14px;
	margin: 4px 8px 0 0;
	padding: 3px 5px;
	font-size: 8pt;
	color: #333;
	background: #a6a6a6 url('/assets/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 {
	padding: 3px 5px;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #666;
	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;
}

/* @end */

/* @group VIDEO
=============================================================================== */

table#more_videos_table {
	width: 600px;
	margin-left: 5px;
}

a.video_list_header_link {
	font-size: 10pt;
	color: #9A001B;
}

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;
}

img.video_thumb:hover, img.large_video_thumb:hover {
	border: 1px solid #333;
}

td.show_preview_cell:hover img.video_thumb {
	border: 1px solid #666;
}

td.show_preview_cell:hover img.video_thumb:hover {
	border: 1px solid #333;
}

#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-weight: normal;
	font-size: 2em;
	text-transform: uppercase;
	color: #000069;
}

#video-details h2 {
	margin: 10px 0 2px;
	color: #9a001b;
}

#video h3 {
	margin: 0 0 2px 0;
	padding: 0;
	font-weight: normal;
	font-size: 10pt;
	color: #000069;
}

#video h3 a:link, #video h3 a:visited, #video h3 a:active {
	text-decoration: none;
	color: #9a001b;
	border-bottom: 1px solid #ddd;
}

#video h3 a:hover {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #9a001b;
}

#video h5 {
	margin: 0 0 5px;
	padding: 0;
	font-weight: normal;
	font-size: 8pt;
	color: #666;
	border-bottom: none;
}

#video h5 a:link, #video h5 a:visited, #video h5 a:active {
	text-decoration: none;
	color: #666;
	border-bottom: 1px solid #ddd;
}

#video h5 a:hover {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #999;
}

#video p {
	margin-bottom: 0;
	font-size: 8pt;
	color: #333;
}

#video-details p {
	margin-bottom: 10px;
	font-size: 9pt;
	line-height: 1.4em;
}

#video-details {
	margin: 0 10px;
}

/* Video age gate temporary CSS - mike */

#video_age_gate {
	width: 580px;
	height: 200px;
	padding: 30px;
	font-size: 14pt;
	border: 2px solid #666;
}

/* NEW VIDEO STUFF (list-based) */

ul li.vid_list_small {
	float: left;
	min-height: 250px;
	width: 197px;
	padding: 5px;
	text-align: left;
	list-style-type: none;
	background-image: none;
}

ul li.vid_list_small:hover {
	background: #ddd;
}

ul li.vid_list_large {
	float: left;
	width: 310px;
	padding: 0;
	text-align: left;
	list-style-type: none;
	background-image: none;
}

ul li.vid_list_large:hover {
	background: #ddd;
}

img.video_thumb {
	display: inline;
	width: 194px;


/*

height: 100px;*/
	margin: 0 0 5px;
	border: 1px solid #bbb;
}

img.large_video_thumb {
	display: inline;
	width: 304px;
	height: 145px;
	margin: 0 0 5px;
	border: 1px solid #bbb;
}

.vid_archive_link {
	float: right;
	margin-right: 15px;
	font-size: 8pt;
	text-transform: capitalize;
}

/* -------------------- */

/* @end */

/* @group COMIC SHOP LOCATOR
=============================================================================== */

#csl-intro {
	border-top: 1px solid #c2c2c2;
}

#csl-intro .inner {
	padding-top: 10px;
}

#csl-intro h3 {
	margin: 5px 0;
	font: 1.8em/1em 'Nevis', Arial, Verdana, sans-serif;
	text-transform: uppercase;
}

#csl-form {
	position: relative;
	float: left;
	width: 100%;
	height: 50px;
	margin-bottom: 10px;
}

#article-content #csl-form {
	width: 612px;
	height: auto;
	margin: 0 0 10px -10px;
	padding: 10px;
	background: #f8f8f8;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}

#csl-form-zip,
#csl-form-distance-container,
.csl-form-button  {
	display: inline;
	float: left;
	outline: none;
}

#csl-form-zip {
	display: inline;
	float: left;
	width: 78px;
	height: 18px;
	margin-right: 10px;
	padding: 5px 8px;
	font: bold 12px/20px Arial, Geneva, sans-serif;
	text-shadow: 0 1px 1px #fff;
	color: #666;
	background: #dddddd;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #dddddd 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #dddddd 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #dddddd 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #dddddd 0%,#ffffff 100%);
	background: linear-gradient(top,  #dddddd 0%,#ffffff 100%);
	border: 1px solid #999;
	-webkit-box-shadow: inset 0 0 1px #fff;
	-moz-box-shadow: inset 0 0 1px #fff;
	box-shadow: inset 0 0 1px #fff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 );
}

#csl-widget #csl-form-zip {
	clear: left;
}

#csl-widget h4 {
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
}

div.csl-sotd {
	margin: 0px -10px 5px;
	padding: 0px 10px;
}

#csl-form-zip:focus {
	color: #000;
	background: #fff;
	border: 1px solid #ea980e;
	-webkit-box-shadow: 0 0 5px #fec86e;
	-moz-box-shadow: 0 0 5px #fec86e;
	box-shadow: 0 0 5px #fec86e;
}

#csl-form-distance-container {
	position: relative;
	width: 70px;
}

#csl-form-distance-container select {
	display: none;
}

#csl-form-distance {
	padding: 0;
	background: #fff;
	border: 1px solid #666;
}

.csl-form-button {
	width: 92px;
	height: 0;
	overflow: hidden;
	padding: 30px 0 0;
	background: transparent url('/assets/images/csl-button.png') no-repeat 0 0;
	border: 0;
	cursor: pointer;
}

#csl-widget .csl-form-button {
	margin-left: 80px;
}

.csl-form-button:hover,
.csl-form-button:focus {
	background: transparent url('/assets/images/csl-button.png') no-repeat 0 100%;
}

#csl-form label {
	display: inline;
	float: left;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	color: #999;
}

#csl-form label#csl-form-zip-label {
	width: 96px;
	margin-right: 10px;
}

#article-content #csl-form label {
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	font-size: 14px;
	line-height: 30px;
	text-transform: none;
	color: #333;
}

#csl-widget-pin {
	display: inline;
	float: left;
	width: 19px;
	height: 30px;
	margin: 1px 10px 0 0;
	background: url('/assets/images/csl-widget-pin.png') no-repeat 0 0;
}

#csl-widget h3 {
	margin: 0;
}

#csl-widget p {
	margin: 0 0 7px;
	font-size: 12px;
	color: #666;
}

#csl-form ul.uploadifyDropdown {
	position: absolute;
	z-index: 1099;
	width: 68px !important;
	margin: 0;
	padding: 0;
	border: 1px solid #999;
}

#csl-form ul.uploadifyDropdown li[name=selected] {
	position: relative;
	text-shadow: 0 1px 1px #fff;
	color: #666;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dddddd 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#dddddd 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#dddddd 100%);
	background: linear-gradient(top,  #ffffff 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 );
}

#csl-form ul.uploadifyDropdown li[name=selected] a.changeValue {
	display: none;
}

#csl-form ul.uploadifyDropdown li.generated {
	color: #666;
	background: #ddd;
}

#csl-form ul.uploadifyDropdown li.generated:hover {
	color: #333;
	background: #ccc;
}

#csl-form ul.uploadifyDropdown li[name=selected] a.changeValue:focus {
	outline: 0;
}

#csl-form ul.uploadifyDropdown li {
	float: left;
	width: 48px;
	height: auto;
	height: 18px;
	overflow: hidden;
	margin: 0;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	background: transparent;
}

#csl-form ul.uploadifyDropdown li a {
	display: block;
	width: auto;
	height: auto;
}

#csl-form ul.uploadifyDropdown li span.processClick {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 18px;
	padding: 5px 10px;
	cursor: pointer;
}

#csl-form p.csl-note {
	font-size: 11px;
}

#csl-map-header {
	position: relative;
	margin: 1px 0 0;
	border-bottom: 1px solid #c2c2c2;
}

#csl-map-header iframe {
	margin: 0 0 -2px;
}

#csl-logo {
	position: relative;
	float: left;
	width: 120px;
	height: 120px;
	margin: 0 15px 10px 0;
	background: url('/assets/images/facs-logo.png') no-repeat 0 0;
	background-size: 120px 120px;
}

#csl-logo-small {
	position: absolute;
	width: 100px;
	height: 100px;
	margin: -125px 0 0 545px;
	background: url('/assets/images/facs-logo.png') no-repeat 0 0;
	background-size: 100px 100px;
	filter: alpha(opacity=80);
	opacity: .80;
	zoom: 1;
}

#csl-sotd img {
	display: block;
	margin: -10px 0 10px -11px;
	border-bottom: 1px solid #c2c2c2;
}

#csl-sotd h3,
#csl-new h3 {
	margin: 0 0 2px;
	font-size: 16px;
}

#csl-new h3 {
	font-size: 13px;
}

#csl-sotd h3 a:hover {
	color: #000;
}

#csl-sotd h4,
#csl-new h4 {
	margin: 0;
	font-size: 14px;
	text-transform: none;
	color: #333;
}

#csl-new h4 {
	font-size: 12px;
}

#csl-sotd p,
#csl-new p {
	margin: 0 0 10px;
	font-size: 12px;
}

#csl-new p {
	margin: 0;
	font-size: 11px;
	color: #999;
}

#csl-sotd p a:link,
#csl-sotd p a:visited,
#csl-sotd p a:active {
	color: #666;
}

#csl-sotd p a:hover {
	color: #000;
	border-bottom: 1px solid #9a001b;
}

#csl-new table {
	width: 311px;
	margin: -10px 0 0 -10px;
	padding: 0;
}

#csl-new table tr td {
	padding: 10px;
	border-bottom: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	vertical-align: top;
}

#csl-new table tr:nth-child(even) td {
	background: #f8f8f8;
}

#csl-new table tr:last-child td {
	border-bottom: 0;
}

#csl-new table tr td.csl-new-status {
	width: 10px;
	font: 1.4em/1em 'Days', Nevis, Arial, Verdana, sans-serif;
	color: #c2c2c2;
	border-left: 0;
}

#csl-new .readmore {
	clear: both;
	width: 311px;
	margin: 0 0 0 -10px;
	text-align: center;
	text-shadow: 0 1px 1px #f0f0f0;
	background: #eaeaea;
	background: -moz-linear-gradient(top, #eaeaea 0%, #c5c5c5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#c5c5c5));
	background: -webkit-linear-gradient(top, #eaeaea 0%,#c5c5c5 100%);
	background: -o-linear-gradient(top, #eaeaea 0%,#c5c5c5 100%);
	background: -ms-linear-gradient(top, #eaeaea 0%,#c5c5c5 100%);
	background: linear-gradient(top, #eaeaea 0%,#c5c5c5 100%);
	border-top: 1px solid #c2c2c2;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#c5c5c5',GradientType=0 );
}

#csl-new .readmore a {
	display: block;
	padding: 10px;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #666;
	border-bottom: none;
}

#csl-new .readmore a:hover {
	color: #000;
	border-bottom: none;
}

#csl-results {
	width: 632px;
	margin: -10px 0 -1px -10px;
}

#csl-results table {
	margin: 0;
	padding: 0;
}

#csl-results tr {
	float: left;
	width: 100%;
	text-shadow: 0 1px 1px #fff;
	background: #f0f0f0;
	background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
	background: linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
	border-bottom: 1px solid #c2c2c2;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
}

#csl-results tr.premiere {
	background: #fbecc1;
	background: -moz-linear-gradient(top, #fffcf6 0%, #fbecc1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffcf6), color-stop(100%,#fbecc1));
	background: -webkit-linear-gradient(top, #fffcf6 0%,#fbecc1 100%);
	background: -o-linear-gradient(top, #fffcf6 0%,#fbecc1 100%);
	background: -ms-linear-gradient(top, #fffcf6 0%,#fbecc1 100%);
	background: linear-gradient(top, #fffcf6 0%,#fbecc1 100%);
	border-bottom: 1px solid #f4ca6b;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcf6', endColorstr='#fbecc1',GradientType=0 );
}

#csl-results tr td {
	padding: 10px 5px 5px;
	font-size: 12px;
	color: #333;
	vertical-align: top;
}

#csl-results tr.premiere td {
	color: #874b11;
}

#csl-results tr .csl-results-distance {
	width: 75px;
}

#csl-results tr th.csl-results-distance {
	width: 60px;
	padding-left: 22px;
}

#csl-results tr .csl-results-distance img {
	margin-right: 5px;
}

#csl-results tr .csl-results-name {
	width: 200px;
	font-weight: bold;
}

#csl-results tr .csl-results-name a {
	color: #333;
}

#csl-results tr .csl-results-name a:hover {
	color: #9a001b;
}

#csl-results tr.premiere td.csl-results-name a {
	color: #482907;
}

#csl-results tr.premiere td.csl-results-name a:hover {
	color: #9a001b;
}

#csl-results tr .csl-results-address {
	width: 150px;
}

#csl-results tr .csl-results-city {
	width: 115px;
}

#csl-results tr .csl-results-zip {
	width: 55px;
}

#csl-results tr.facs-fcbd-header td {
	font-weight: bold;
	font-size: 16px;
}
#csl-results tr.facs-fcbd-country, #csl-results tr.facs-fcbd-state:nth-of-type(n+3) {
	margin-top: 10px;
}
#csl-results tr.facs-fcbd-state td {
	padding-left: 40px;
}

#csl-results thead {
	float: left;
	width: 100%;
	overflow: hidden;
	background: -moz-linear-gradient(top, #01044b 0%, #030867 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01044b), color-stop(100%,#030867));
	background: -webkit-linear-gradient(top, #01044b 0%,#030867 100%);
	background: -o-linear-gradient(top, #01044b 0%,#030867 100%);
	background: -ms-linear-gradient(top, #01044b 0%,#030867 100%);
	background: linear-gradient(top, #01044b 0%,#030867 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01044b', endColorstr='#030867',GradientType=0 );
}

#csl-results thead {
	width: 634px;
	margin: 0 0 0 -1px;
}

#csl-results thead tr {
	background: transparent;
	filter: 0;
}

#csl-results thead tr th {
	padding: 10px 5px;
	font: normal 11px Days, Arial, Helvetica, Geneva, sans-serif;
	text-shadow: 0 -1px 1px #00012c;
	text-transform: uppercase;
	color: #4956bc;
}

#csl-results thead tr th a:link,
#csl-results thead tr th a:active,
#csl-results thead tr th a:visited {
	color: #8796e9;
}

#csl-results thead tr th a:hover {
	color: #fff !important;
}

#csl-photos,
#csl-description,
#csl-details,
#csl-notices {
	float: left;
	width: 644px;
	margin: 0 0 10px -10px;
	padding: 0 0 0 10px;
	border-bottom: 1px solid #f0f0f0;
}

#csl-header {
	position: relative;
	float: left;
	width: 249px;
	min-height: 250px;
	background: #f0f0f0;
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
}

#csl-photos a, #poll_photo a {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	border: 5px solid #e2e2e2;
}

#csl-photos a:last-of-type {
	margin-right: 0;
}

#csl-photos a:hover, #poll_photo a:hover {
	border: 5px solid #c2c2c2;
}

#csl-photos img, #poll_photo img {
	display: block;
}

#csl-description h4 {
	margin: 0 10px 2px 0;
	font-weight: bold;
	font-size: 13px;
	text-transform: none;
	color: #c2c2c2;
}

#csl-description blockquote {
	margin: 0 10px 10px 0;
	padding: 0;
	color: #333;
	border-left: 0;
}

#csl-description blockquote p {
	margin: 0;
	font-weight: normal;
	font-style: italic;
	font-size: 13px;
	line-height: 18px;
}

#csl-description blockquote p span {
	font-style: normal;
	color: #999;
}

#csl-notices ul.notices li {
	font-size: 11px;
	color: #666;
}

#csl-notices ul.notices li a {
	color: #666;
}

#csl-notices ul.notices li a:hover {
	color: #000;
}

#csl-calendar-events.block,
#csl-additional-locations.block {
	clear: both;
	width: 634px;
	margin-bottom: 0;
	padding-bottom: 0;
}

#csl-calendar-events.block .postlist,
#csl-additional-locations.block .postlist {
	width: 632px;
	font-size: 10px;
}

#csl-calendar-events.block .postlist h3:last-of-type a,
#csl-additional-locations.block .postlist h3:last-of-type a {
	border-bottom: 0;
}

#csl-additional-locations table {
	width: 605px;
	margin: 0 0 10px 26px;
	padding: 0;
}

#csl-additional-locations table td {
	margin: 0;
	padding: 10px 10px 10px 0;
	border-top: 1px dashed #f0f0f0;
}

#csl-additional-locations table td:first-of-type {
	width: 60%;
}

#csl-additional-locations table tr:last-of-type td {
	padding-bottom: 0;
}

#mid #content #facs_add .inner {
	padding: 5px 10px 0px;
}

#mid #content #facs_add .inner p {
	margin-bottom: 25px;
}

#facs_widget #facs_widget_code {
	display: none;
}

#facs_widget_code textarea {
	width: 425px;
	height: 75px;
	margin: 0px 30px;
}

#facs_widget_code iframe {
	width: 300px;
	margin: auto;
}

#facs_widget .button, #fcbd_notice .button, #halloween_notice .button, #facs_add .button {
	width: 250px;
	height: 50px;
	margin: 10px 20px;
	padding: 14px 20px;
	text-decoration: none;
	text-shadow: 0 2px 2px #E0CEA9;
	color: #894B04;
	border: 1px solid #929292 !important;
	border-radius: 5px;
}

#facs_widget .button, #fcbd_notice .button, #halloween_notice .button, #facs_add .button {
	background: #fcd873; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcd873 0%, #eeb33b 47%, #e39819 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcd873), color-stop(47%,#eeb33b), color-stop(100%,#e39819)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcd873 0%,#eeb33b 47%,#e39819 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcd873 0%,#eeb33b 47%,#e39819 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcd873 0%,#eeb33b 47%,#e39819 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcd873 0%,#eeb33b 47%,#e39819 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd873', endColorstr='#e39819',GradientType=0 ); /* IE6-9 */
}


#fcbd_notice .button, #halloween_notice .button {
	margin: 10px 36px;
	padding: 15px;
}

#facs_widget .button:hover, #fcbd_notice .button:hover, #halloween_notice .button:hover, #facs_add .button:hover {
	background: #fdebc6; /* Old browsers */
	background: -moz-linear-gradient(top,  #fdebc6 0%, #fdd58b 47%, #fdc35d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdebc6), color-stop(47%,#fdd58b), color-stop(100%,#fdc35d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fdebc6 0%,#fdd58b 47%,#fdc35d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fdebc6 0%,#fdd58b 47%,#fdc35d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fdebc6 0%,#fdd58b 47%,#fdc35d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fdebc6 0%,#fdd58b 47%,#fdc35d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdebc6', endColorstr='#fdc35d',GradientType=0 ); /* IE6-9 */
}

#article #facs_widget a.button, #article #facs_widget a.button:hover,
#article #fcbd_notice a.button a, #article #fcbd_notice a.button:hover,
#article #halloween_notice a.button a, #article #halloween_notice a.button:hover,
#article #facs_add a.button, #article #facs_add a.button:hover {
	font-weight: 800;
	font-size: 12px;
	text-decoration: none;
	text-shadow: 0px 1px 1px #fdebc6;
	text-transform: uppercase;
	color: #894B04;
}

#facs_updates ul {
	margin: 0 0 20px 0;
	padding: 0;
	background: transparent;
}

#facs_updates ul li {
	margin: 0 0 5px;
	padding: 0;
	background: transparent;
}

#facs_updates ul li ul {
	padding-top: 5px;
}

#facs_updates ul li ul li {
	padding-left: 15px;
	background: url('/assets/images/bullet.gif') no-repeat -5px 2px;
}

ul.details,
ul.notices,
ul.social-buttons {
	clear: both;
	margin: 0;
}

#csl-header ul.details {
	width: 100%;
	margin: 10px 0;
}

ul.details li,
ul.notices li {
	margin: 0 0 10px;
	padding: 0 0 0 26px;
	background: transparent;
	background-repeat: no-repeat;
	background-position: 0 3px;
}

#csl-header ul.details li {
	padding: 0 10px 10px 36px;
	background-position: 10px 3px;
	border-bottom: 1px solid #e0e0e0;
}

ul.details li.details-calendar {
	background-image: url('/assets/images/details-calendar.png');
}

ul.details li.details-location {
	background-image: url('/assets/images/details-pin.png');
}

ul.details li.details-hours {
	background-image: url('/assets/images/details-clock.png');
}

ul.details li.details-phone {
	background-image: url('/assets/images/details-phone.png');
}

ul.details li.details-fax {
	background-image: url('/assets/images/details-fax.png');
}

ul.details li.details-email {
	background-image: url('/assets/images/details-email.png');
}

ul.details li.details-website {
	background-image: url('/assets/images/details-url.png');
}

ul.notices li.notices-info {
	background-image: url('/assets/images/details-info.png');
	background-position: 0 0;
}

ul.notices li.notices-alert {
	background-image: url('/assets/images/details-alert.png');
	background-position: 0 0;
}

ul.social-buttons li {
	display: inline;
	float: left;
	width: 24px;
	height: 24px;
	overflow: hidden;
	margin: 0 0 10px 10px;
	padding: 0;
	background: transparent;
}

ul.social-buttons li a {
	display: inline;
	float: left;
	width: 24px;
	height: 0;
	padding-top: 24px;
	-webkit-filter: grayscale(1);
	filter: url('/assets/images/filters.svg#grayscale');
	filter: gray;
}

ul.social-buttons li a:hover {
	-webkit-filter: grayscale(0);
	filter: none;
}

ul.social-buttons li.social-buttons-facebook_url a {
	background: url('/assets/images/icons-social/facebook.png') no-repeat 0 0;
}

ul.social-buttons li.social-buttons-tumblr_url a {
	background: url('/assets/images/icons-social/tumblr.png') no-repeat 0 0;
}

ul.social-buttons li.social-buttons-twitter_id a {
	background: url('/assets/images/icons-social/twitter.png') no-repeat 0 0;
}

ul.social-buttons li.social-buttons-youtube_url a {
	background: url('/assets/images/icons-social/youtube.png') no-repeat 0 0;
}

ul.social-buttons li.social-buttons-instagram_id a {
	background: url('/assets/images/icons-social/instagram.png') no-repeat 0 0;
}
ul.social-buttons li.social-buttons-foursquare_url a {
	background: url('/assets/images/icons-social/foursquare.png') no-repeat 0 0;
}

ul.social-buttons li.social-buttons-yelp_url a {
	background: url('/assets/images/icons-social/yelp.png') no-repeat 0 0;
}

#csl-buttons {
	float: left;
	width: 100%;
}

#csl-logos {
	display: inline;
	float: left;
	margin: 0 0 10px 0;
	width: 100%;
}

#csl-logos a,
#csl-badges {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

#csl-logos img {
	display: block;
}

#csl-logos .csl-badges a,
#csl-logos .csl-badges img {
	float: none;
	display: block;
	margin-bottom: 10px;
}

#csl-logos a.sotd_badge span {
	display: block;
	margin-top: -18px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

#csl-search.block {
	clear: both;
	margin: 0;
	padding: 0;
}

#csl-twitter {
	float: left;
	width: 634px;
	margin: 0;
}

#csl-twitter.block {
	margin-bottom: -10px;
}

#csl-twitter.block .inner {
	height: 250px;
	padding: 0 !important;
}

#csl-twitter iframe {
	width: 632px;
	margin: 0;
}

#csl-search.block .inner {
	margin: 0 !important;
}

/* @end */

/* @group SIDEBAR
=============================================================================== */

#midbar {
	display: inline;
	float: left;
	width: 300px;
	margin: 0 0 0 10px;
}

#sidebar {
	display: inline;
	float: right;
	width: 170px;
}

.bigbox {
	min-height: 250px;
	width: 300px;
	overflow: hidden;
}

#midbar .skyscraper, #sidebar .skyscraper {
	display: inline;
	float: right;
	width: 160px;
	overflow: hidden;
	margin-top: 0;
}

#sidebar .skyscraper {
	margin-right: 10px;
}

#midbar .skyscraper iframe, #sidebar .skyscraper iframe {
	width: 160px;
}

#midbar .buttons {
	margin-top: -10px;
	display: inline;
	float: left;
	width: 125px;
}

#latestnews, #latestcolumns {
	clear: both;
}

#mid .postlist {
	margin: -10px 0 0 -10px;
}

#mid #meanwhile .postlist {
	margin: 0;
}

#mid #content-narrow .postlist {
	width: 242px;
}

#mid #midbar .postlist {
	width: 298px;
}

#mid #meanwhile .postlist {
	width: 484px;
}

#mid .postlist h5 {
	margin: -1px 0 0;
	padding: 8px 9px;
	font: normal 1em Nevis, Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #000;
	background: #f8f8f8;
	border-top: 1px solid #c2c2c2;
	border-bottom: 1px solid #f0f0f0;
}

#mid #meanwhile .postlist h5 {
	font-size: 1.3em;
}

#mid .postlist h5:first-child {
	border-top: none;
}

.postlist br {
	display: none;
}

#mid .postlist h3 {
	margin: 0;
	padding: 0;
	font: 1.2em Arial, Helvetica, Geneva, sans-serif;
	text-transform: none;
}

#mid #meanwhile .postlist h3 {
	padding: 0;
}

#mid .postlist h3 a:link, #mid .postlist h3 a:visited, #mid .postlist h3 a:active {
	display: block;
	padding: 5px 5px 5px 16px;
	color: #97001f;
	background: #fff url('/assets/images/arrow-grey.png') no-repeat 0 6px;
	border-bottom: 1px solid #f0f0f0;
}

#mid .postlist h3 a:hover {
	margin-top: -1px;
	padding-top: 6px;
	color: #000;
	background: #e2e2e2 url('/assets/images/arrow-grey.png') no-repeat 0 7px;
	border-bottom: 1px solid #e2e2e2;
}

#mid #related .postlist h3 {
	font-size: 12px;
}

#mid #related .postlist h3 a:link span, #mid #related .postlist h3 a:visited span, #mid #related .postlist h3 a:active span {
	float: right;
	margin-left: 10px;
	font-size: 11px;
	color: #828282;
}

#mid #related .postlist h3 a:hover span {
	color: #323232;
}

#mid #related .postlist h3 a:hover {
	margin-top: 0;
	padding-top: 5px;
}

#mid #sponsored .inner {
	padding-bottom: 10px;
}

#mid #sponsored #zergnet-widget-12066 {
	margin: -4px 0 0 -20px;
}

#mid #featured .inner, #mid #content .poll .extras .inner, #mid #content .poll #related .inner {
	padding: 0;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}

#mid #featured .post, #mid #content .poll .extras .post, #mid #content .poll #related .post {
	display: inline;
	float: left;
	width: 302px;
	padding: 10px 0 10px 9px;
}

#mid #featured .post img, #mid #content .poll .extras .post img {
	display: block;
	width: 292px;
	height: 142px;
	margin-bottom: 5px;
	padding: 5px;
	background: #ccc;
}

#mid #featured .post h3, #mid #content .poll .extras .post h3 {
	font-size: 1.1em;
	line-height: 1.3em;
	text-align: center;
	text-shadow: 0 1px 1px #fff;
}

#mid #featured .post h3 a, #mid #content .poll .extras .post h3 a {
	font-weight: bold;
	color: #666;
	border-bottom: none;
}

#mid #featured .post h3 a:hover, #mid #content .poll .extras .post h3 a:hover {
	color: #000;
}

#midbar #latestnews .inner {
	padding: 0;
	background: url('/assets/images/pixel-c8c8c8.gif') repeat-y 50% 0;
}

#midbar .postgrid {
	float: left;
	width: 100%;
}

#midbar .postgrid .post {
	display: inline;
	float: left;
	width: 129px;
	margin: 0;
	padding: 10px;
	border-top: 1px solid #c5c5c5;
}

#midbar .postgrid .post:nth-of-type(1),
#midbar .postgrid .post:nth-of-type(2) {
	border-top: 0;
}

#midbar .postgrid .post.odd {
	clear: left;
}

#midbar .postgrid .post img {
	display: block;
	width: 120px;
	height: 120px;
	margin-bottom: 10px;
	padding: 5px;
	background: #ccc;
}

#midbar .postgrid .post h3 {
	margin: 0;
	font-size: 1.2em;
	line-height: 1.3em;
	text-shadow: 0 1px 1px #fff;
}

#midbar .postgrid .post h3 a {
	font-weight: bold;
	color: #666;
	border-bottom: none;
}

#midbar .postgrid .post h3 a:hover {
	color: #000;
}

#subscribe-options {
	width: 300px;
	height: 46px;
	margin-bottom: 15px;
	background: url('/assets/images/subscribe-options.jpg') no-repeat 0 0;
}

#midbar #subscribe-options {
	margin: 10px 0;
}

#subscribe-options ul {
	margin: 0 0 0 118px;
	padding: 0;
	list-style-type: none;
}

#subscribe-options li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#subscribe-options a {
	display: block;
	float: left;
	width: 45px;
	height: 0;
	margin: 0;
	padding: 46px 0 0 0;
	overflow: hidden;
	border-bottom: none;
}

#subscribe-options-feed a {
	background: url('/assets/images/subscribe-options-buttons.jpg') no-repeat 0 0;
}

#subscribe-options-feed a:hover {
	background: url('/assets/images/subscribe-options-buttons.jpg') no-repeat 0 -46px;
}

#subscribe-options-email a {
	background: url('/assets/images/subscribe-options-buttons.jpg') no-repeat -45px 0;
}

#subscribe-options-email a:hover {
	background: url('/assets/images/subscribe-options-buttons.jpg') no-repeat -45px -46px;
}

#subscribe-options-facebook a {
	width: 46px;
	background: url('/assets/images/subscribe-options-buttons.jpg') no-repeat -90px 0;
}

#subscribe-options-facebook a:hover {
	background: url('/assets/images/subscribe-options-buttons.jpg') no-repeat -90px -46px;
}

#subscribe-options-twitter a {
	background: url('/assets/images/subscribe-options-buttons.jpg') no-repeat -136px 0;
}

#subscribe-options-twitter a:hover {
	background: url('/assets/images/subscribe-options-buttons.jpg') no-repeat -136px -46px;
}

#mid .postlist h5.icon-spinoff, #mid .postlist h5.icon-csbg, #mid .postlist h5.icon-robot6, #mid .postlist h5.icon-cbrlive {
	padding-left: 31px;
}

#mid .postlist h5.icon-spinoff {
	background: #f8f8f8 url('/assets/images/icon-spinoff.png') no-repeat 10px 50%;
}

#mid .postlist h5.icon-csbg {
	background: #f8f8f8 url('/assets/images/icon-csbg.jpg') no-repeat 10px 50%;
}

#mid .postlist h5.icon-robot6 {
	background: #f8f8f8 url('/assets/images/icon-robot6.jpg') no-repeat 10px 50%;
}

#mid .postlist h5.icon-cbrlive {
	background: #f8f8f8 url('/assets/images/icon-cbrlive.jpg') no-repeat 10px 50%;
}

/* @end */

/* @group 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('/assets/images/footer-bg.png') repeat-x 0 0;
}

#footer-left {
	display: inline;
	float: left;
	width: 70%;
	margin: 8px 0 0 15px;
}

#footer-right {
	display: inline;
	float: right;
	width: 25%;
	margin: 8px 15px 0 0;
	text-align: right;
}

#footer p {
	margin: 0 0 4px 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.2em;
	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 {
	text-decoration: none;
	color: #feb439;
	border-bottom: 1px solid #3e3ea4;
}

#footer p a:hover, #footer li a:hover {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #feb439;
}

#footer-social {
	display: inline;
	float: left;
	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('/assets/images/footer-social.png') no-repeat 0 0;
}

#footer-social ul li#footer-social-twitter a:hover {
	background: url('/assets/images/footer-social.png') no-repeat -217px 0;
}

#footer-social ul li#footer-social-facebook a {
	background: url('/assets/images/footer-social.png') no-repeat 0 -30px;
}

#footer-social ul li#footer-social-facebook a:hover {
	background: url('/assets/images/footer-social.png') no-repeat -217px -30px;
}

#footer-social ul li#footer-social-youtube a {
	background: url('/assets/images/footer-social.png') no-repeat 0 -60px;
}

#footer-social ul li#footer-social-youtube a:hover {
	background: url('/assets/images/footer-social.png') no-repeat -217px -60px;
}

#footer-leaderboard {
	display: inline;
	float: right;
	width: 728px;
	height: 90px;
	margin: 18px 15px 0 0;
}

#footer-leaderboard img {
	display: block;
}

/* @end */

/* @group miscellaneous */

/* MISCELLANEOUS
=============================================================================== */

.clearer, .clearshort {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 1;
}
.clearshort {
	height: 0px;
}

#article p.edit a {
	padding: 1px 0 1px 21px;
	background: url('/assets/images/icon-edit.gif') no-repeat 0 50%;
	border-bottom: 0;
}

.hidden {
	display: none;
}

img {
	border: none;
}

.tinytext {
	font-size: 10px;
	font-family: Arial, Verdana, sans-serif;
}

.microtext {
	font-size: 9px;
	font-family: Arial, Verdana, sans-serif;
}

input {

}

input.submit {

}

input.submit_blue {
	font-size: 12pt;
	color: #fff;
	background-color: darkblue;
	border: 1px solid #5F5F5F;
}

input.submit_gray {
	font-size: 12pt;
	color: #fff;
	background-color: #666;
	border: 1px solid #5F5F5F;
}

td.cart_header {
	font-weight: bold;
	font-size: 9pt;
	border-bottom: 1px solid black;
}

td.cart_row {
	font-size: 9pt;
}

a.cart:link, a.cart:visited, a.cart:active {
	text-decoration: none;
	color: #fff;
}

a.cart:hover {
	text-decoration: none;
	color: darkred;
}

a.cart_item:link, a.cart_item:visited, a.cart_item:active {
	text-decoration: underline;
	color: darkred;
}

a.cart_item:hover {
	text-decoration: none;
	color: #000;
}

a.store:link,a.store:visited,a.store:active {
	text-decoration: none;
	color: darkred;
}

a.store:hover {
	color: #000;
}

td.store {
	padding-bottom: 20px;
	font-size: 11pt;
	text-align: center;
	vertical-align: bottom;
}

.spoiler {
	color: #fff;
	background-color: #fff;
}

table.review_meta {
	padding: 10px;
	font-size: 8pt;
	font-family: Arial, Verdana, sans-serif;
	background-color: #f6f6f0;
	border: 1px solid gray;
}

img.coverpic {
	border: 1px solid gray;
}

/* 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 {
	margin: 10px;
	font-size: 14px;
	text-align: center;
}

/*Top categories*/

.main_cat1 {
	font-weight: bold;
	font-size: 16px;
	color: #0000FF;
}

.main_cat2 {
	font-weight: bold;
	font-size: 12px;
	color: #0000FF;
}

.cat1:visited {
	font-weight: bold;
	font-size: 16px;
	color: #5555AA;
}

/*Small urls*/

.url {
	color: #666;
}

/*Page descriptions*/

.description {
	font-size: 13px;
}

/* Title/link of pages */

.title {
	font-size: 15px;
	color: #0000FF;
}

#result_report {
	margin-bottom: 14px;
	padding: 3px;
	font-weight: bold;
	text-align: center;
}

td.col {
	font-size: 9pt;
	font-family: Arial, Verdana, sans-serif;
}

input#shopform-zip {
	border: 1px solid #ccc;
}

/* New search result page */

a.search_result_link {
	font-size: 12pt;
	color: red;
}

img.search_result_icon {
	float: left;
	padding-right: 5px;
}

a.search_result_header {
	margin-top: 5px;
	font-weight: bold;
	font-size: 14pt;
	text-decoration: none;
	color: #0000BB;
}

div.query_display_box {
	margin: 0 0 10px 0;
	font-size: 14pt;
	color: #000000;
	border-bottom: 1px solid lightgrey;
}

table.csl_reviews {
	font-size: 9pt;
}

td.csl_review_title {
	font-weight: bold;
	font-size: 11pt;
}

td.csl_review_helpful {
	padding: 5px;
	font-size: 8pt;
	background-color: #F6F6F0;
	border: 1px solid gray;
}

/* NEW CSS FOR ZEITGEIST PAGE - MM */

div#tag_cloud_box {
	width: 625px;
	padding: 5px;
	background-image: url(/assets/images/zeitgeist_background.jpg);
	background-repeat: repeat-x;
	border: 1px solid #000000;
}

div#tag_cloud_box a:link, div#tag_cloud_box a:visited, div#tag_cloud_box a:active,
div#zeitgeist_timeframe_bar a:link, div#zeitgeist_timeframe_bar a:visited, div#zeitgeist_timeframe_bar a:active {
	margin: 4px;
	text-decoration: none;
	color: #9a001b;
	border-bottom: 1px solid #ddd;
}

div#tag_cloud_box a:hover, div#zeitgeist_timeframe_bar a:hover {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #9a001b;
}

div#zeitgeist_timeframe_bar {
	position: relative;
	top: -2px;
	width: 645px;
	padding: 3px;
	text-align: center;
	background-image: url(/assets/images/timebar_background.jpg);
	background-repeat: no-repeat;
}

div#zeitgeist_timeframe_bar a {
	font: 10pt bold;
}

span#timeframe_selected {
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
}

.tag_cloud_level_1 {
	font-size: 8pt;
}

.tag_cloud_level_2 {
	font-size: 12pt;
}

.tag_cloud_level_3 {
	font-size: 16pt;
}

.tag_cloud_level_4 {
	font-size: 18pt;
}

.tag_cloud_level_5 {
	font-size: 20pt;
}

.tag_cloud_level_6 {
	font-size: 22pt;
}

.tag_cloud_level_7 {
	font-size: 24pt;
}

.popular_search_link {
	font-size: 12pt;
}

label.contest,label.contest-small {
	float: left;
	width: 200px;
	padding-right: 10px;
	font: 1.4em Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-align: right;
	color: #aaa;
}

label.contest-small {
	font-weight: normal;
	font-size: 10pt;
}

input.contest, textarea.contest {
	width: 295px;
	margin: 5px 0 5px 0;
	padding: 5px;
	font: 1em Arial, Helvetica, Geneva, sans-serif;
	color: #333;
	background: #fff url('/assets/images/newsletter-input.jpg') repeat-x 0 0;
	border: 1px solid #bbb;
}

input.contest-submit {
	width: 115px;
	height: 32px;
	margin-top: 20px;
	margin-left: 250px;
	font-size: 11pt;
	text-align: center;
	color: #999;
	background: url('/assets/images/round-btn.gif');
	border: 0;
	cursor: pointer;
}

input.contest-submit:hover {
	color: black;
}

select.contest_select {
	font-size: 12pt;
	color: #999;
}

.contest_rules {
	padding-top: 5px;
	font-size: 7pt;
	color: #666;
}

br.select {
	clear: left;
}

/* 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;
}

/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	padding: 4px 8px;
	font-size: 11px;
	text-shadow: 0 0 2px #000;
	color: #fff;
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border: 1px solid rgba(255,255,255,0.25);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
	box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 6px;
	border-style: solid;
	border-color: transparent;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */

@media screen and (-webkit-min-device-pixel-ratio:0) {

#tiptip_content {
	padding: 4px 8px 5px 8px;
	background-color: rgba(45,45,45,0.88);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	border-bottom-color: rgba(45,45,45,0.88);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	border-top-color: rgba(20,20,20,0.92);
}

}

/* @end */

/* @group mobile devices */

/* MOBILE DEVICES
=============================================================================== */

/*iPhone exceptions*/

@media all and (max-device-width: 480px) {

html {
	-webkit-text-size-adjust: none;
}

#nav li a {
	padding: 6px 9px;
}

}

/*iPad exceptions*/

@media all and (min-device-width: 481px) and (max-device-width: 1024px) {

html {
	-webkit-text-size-adjust: none;
}

#nav li a {
	padding: 6px 9px;
}

}

/* @end */

/* @group admin */

.fuzzy_date {
	color: red;
}

form.admin {
	float: left;
}

.admin label {
	float: left;
	width: 200px;
	padding-top: 2px;
	padding-right: 10px;
	font-weight: bold;
	font-size: 14pt;
	text-align: right;
	color: #aaa;
	vertical-align: top;
}

.admin input[type='text'], .admin input[type='password'] {
	width: 320px;
	font-size: 11pt;
	color: #aaa;
	border: 1px solid #999;
}

.admin input[type='text'].short,  .admin input[type='password'].short {
	width: 40px;
}

.admin input[type='text'].login,  .admin input[type='password'].login {
	width: 200px;
}

.admin input[type='submit'] {
	margin-left: 200px !important;
	padding: 5px;
	font-size: 14pt;
}

.admin textarea {
	width: 320px;
	height: 200px;
	font-size: 10pt;
	color: #aaa;
	border: 1px solid #999;
}

.admin textarea.short {
	height: 75px;
}

.admin textarea.twittery {
	width: 350px;
	height: 75px;
	margin-left: 100px;
	font-size: 12pt;
}

.admin select {
	font-size: 12pt;
	color: #aaa;
	border: 1px solid #999;
}

form.delete {
	display: block;
	width: 500px;
	height: 40px;
	margin-left: 50px;
	padding-top: 15px;
	padding-left: 20px;
	font-weight: bold;
	background-color: whitesmoke;
	border: 1px solid blue;
}

.delete input[type='submit'] {
	float: right;
	margin-right: 20px;
	font-weight: bold;
	font-size: 10pt;
	color: white;
	background-color: red;
	border: 1px solid lightgray;
}

input[type='submit'].green {
	font-weight: bold;
	font-size: 12pt;
	color: #fff;
	background-color: #33CC00;
	border: 1px solid gray;
}

.form-value {
	font-weight: bold;
	font-size: 14pt;
	color: #999;
}

.twit_date {
	font-size: x-small;
	color: #666;
}

#recaptcha_widget_div {
	clear: both;
	margin-left: 100px;
}

label.recaptcha_input_area_text {

}

.recaptcha_challenge_field {
	margin-left: -100 !important;
}

.recaptcha_response_field {
	margin-left: -100 !important;
}

.upper {
	text-transform: uppercase;
}

/* EVENT SPONSORSHIP BOX */

#event-sponsor-box {
	width: 620px;
	height: 110px;
	margin-bottom: 15px;
	padding-top: 10px;
	text-align: center;
	background: #f6f6f0;
	border: 1px solid lightgray;
}

.event-sponsor-text {
	float:left;
	width: 270px;
	margin: 5px 0px 10px 18px;
	font: 1.6em bold Arial, sans-serif;
	text-align: center;
}

.event-sponsor-logo {
	float: right;
	margin: 5px 20px 0 0;
}

.event-sponsor-logo img {
	width: 300px;
}

.event-sponsor-ad {
	display: block;
/*  margin: 10px 0 10px 23px;*/
	float: right;
	width: 320px;
}


.ilib_thumb_edit {
	position: relative;
	display: block;
	top: -40px;
	left: 5px;
	width: 30px;
	height: 30px;
	margin-bottom: -30px;
	background: #fff url('/assets/images/article-meta-pencil.png') center center no-repeat;
	border-radius: 2px;
	opacity: .6;
	cursor: pointer;
}
.ilib_thumb_edit:hover {
	opacity: 1;
}

/* ------------------- User Message popup --------------------------------- */
#user_message_pop {
    display: none;
}
/* @end */


#skin {
    display: none;
}