	/*
Theme Name: Grimstone ComicPress
Theme URI: http://comicpress.org
Description: Publish a comic with WordPress. 3-Column Edition. <a href="http://comicpress.org">Visit the ComicPress Website.</a>
Author: Tyler Martin
Author URI: http://mindfaucet.com/
Version: 2.7
.
The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html
.
*/



/* STANDARD TAGS */

body {
	margin: 0;
	color: #fff;
	background: #660000 url('images/background.png') center top repeat-y;
	font-size: 12px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Sans-serif;
	}

a {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
	}

  	a:hover {
		color: #FF0000;
		}

	a:focus {
		outline: none;
		}

	a img {

		}

p {
	margin: 12px 0;
	}

img {
	max-width: 100%;
	padding: 0;
	border: 1px solid #090F1A;
	}

	img.no-border, img.wp-smiley, img.icon-text-middle {
		border: 0px;
	}

small {
	font-size: 11px;
	color: #CCCCCC;
	}
	
hr {
	height: 1px;
	color: #000;
	background: #000;
	border: 0px;
	}

blockquote {
	margin: 10px;
	padding: 5px 10px 5px 20px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	border-color: #000;
	}

	blockquote cite {
		margin: 5px 0 0;
		display: block;
		}

cite {
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	}

code {
	padding: 10px;
	display: block;
	font-family: 'Courier New', Monospace;
	border: 1px dotted #000;
	overflow: scroll;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

	acronym, abbr {
		border-bottom: 1px dashed #000;
		}

form {
	margin: 0;
	}



/* HEADINGS */

h1, h1 a, h1 a:hover {
	padding: 10px 0 0 0;
	margin: 0;
	font-size: 60px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Sans-serif;
	font-weight: normal;
	line-height: 50px;
	text-decoration: none;
	font-variant: small-caps;
	}

h2, h2 a, h2 a:hover {
	margin: 0;
	padding: 0 0 5px 0;
	font-weight: bold;
	font-size: 20px;
	}
	
	h2.pagetitle, h2.pagetitle a {
		padding: 0 0 15px 0;
		margin: 0px;
		font-family: 'Lucida Grande', 'Lucida Sans Unicode', Sans-serif;
		font-size: 24px;
		font-weight: bold;
                text-align: center;		
		}

h3, h3 a, h3 a:hover {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	clear: both;
	}



/* THE PAGE WRAPPER */
/* Change this width to set the entire site's width - increase/reduce #column width by the same amount */

#page {
	width: 1000px;
	margin: 0px auto;
	background: #111D33;
	}
	
	
/* THE HEADER */

#header {
	margin: 0px auto;
	width: 1000px;
	height: 185px;
	background: #111D33 url('images/header.png') center top repeat-y;
	text-align: center;
        /*border-bottom: 1px solid #090F1A;*/
}

	.description {
		padding: 0 0 10px 0;
		font-size: 14px;
		font-style: italic;
		letter-spacing: 2px;
		}



/* THE MENU */

#menubar {
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 1000px;
	height: 40px;
	background: #111D33;
}

#menu {
	margin: 0px auto;
	padding: 0px;
	width: 795px;
	height: 40px;
	float: left;
}

	.home {
		width: 90px;
		height: 40px;
		display: block;
		float: left;
		text-indent: -9999px;
		overflow: hidden;
		background: url('images/menu.png') no-repeat;
	}
	
		.home:hover {
			background-position: 0 -40px;
		}
	
	.archive {
		width: 115px;
		height: 40px;
		display: block;
		float: left;
		text-indent: -9999px;
		overflow: hidden;
		background: url('images/menu.png') -90px 0 no-repeat;
	}
	
		.archive:hover {
			background-position: -90px -40px;
		}

	.about {
		width: 90px;
		height: 40px;
		display: block;
		float: left;
		text-indent: -9999px;
		overflow: hidden;
		background: url('images/menu.png') -205px 0 no-repeat;
	}
	
		.about:hover {
			background-position: -205px -40px;
		}
	

	.downloads {
		width: 160px;
		height: 40px;
		display: block;
		float: left;
		text-indent: -9999px;
		overflow: hidden;
		background: url('images/menu.png') -295px 0 no-repeat;
	}
	
		.downloads:hover {
			background-position: -295px -40px;
		}


	.store {
		width: 90px;
		height: 40px;
		display: block;
		float: left;
		text-indent: -9999px;
		overflow: hidden;
		background: url('images/menu.png') -455px 0 no-repeat;
	}
	
		.store:hover {
			background-position: -455px -40px;
		}

	.contact {
		width: 120px;
		height: 40px;
		display: block;
		float: left;
		text-indent: -9999px;
		overflow: hidden;
		background: url('images/menu.png') -545px 0 no-repeat;
	}
	
		.contact:hover {
			background-position: -545px -40px;
		}

	.subscribe {
		width: 130px;
		height: 40px;
		display: block;
		float: left;
		text-indent: -9999px;
		overflow: hidden;
		background: url('images/menu.png') -665px 0 no-repeat;
	}
	
		.subscribe:hover {
			background-position: -665px -40px;
		}

#menunav {
	margin: 0px auto;
	padding: 0px;
	width: 100px;
	height: 40px;
	float: right;
}

	.backwards {
		width: 50px;
		height: 40px;
		float: left;
		overflow: hidden;
	}

		.backwards a {
			width: 50px;
			height: 40px;
			display: block;
			text-indent: -9999px;
			overflow: hidden;
			background: url('images/menu.png') -900px 0 no-repeat;
		}
		
			.backwards:hover a {
				background-position: -900px -40px;
			}

	.forward {
		width: 50px;
		height: 40px;
		float: left;
		overflow: hidden;
	}

		.forward a {
			width: 50px;
			height: 40px;
			display: block;
			text-indent: -9999px;
			overflow: hidden;
			background: url('images/menu.png') -950px 0 no-repeat;
		}
		
			.forward:hover a {
				background-position: -950px -40px;
			}


/* THE COMIC */

#comic {
	margin: 0px auto;
	padding: 0;
	width: 972px;
	text-align: center;
}

#comic.book {
	margin: 0px auto;
        padding: 10px 0 0 0;
	width: 486px;
	text-align: center;
}

#comic img {
	border: 1px solid #090F1A;
}



/* THE FOOTER */

#footer {
	margin: 0px auto;
	width: 1000px;
	text-align: center;
}

#indicia {
	margin: 0px auto;
	padding: 20px 0 20px 0;
	width: 576px;
	text-align: center;
	font-size: 11px;
}

#menufoot {
	margin: 0px auto;
	padding: 15px 0 10px 0;
	width: 576px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-transform: normal;
}

#menufoot ul {
	margin: 0;		
	padding: 0;
	list-style: none;	
}

#menufoot li {
	margin: 0;
	padding: 0;
	display: inline;
}

#menufoot li a {
	padding: 0 5px 0 5px;
	letter-spacing: 0;
}

#menufoot li:after {
	content: " | ";
}


/* NAVIGATION */

#nav {	
	margin: 0px auto;
	padding: 0 0 10px 0;
	height: 40px;
	width: 446px;
	list-style: none;
	background: #111D33;
}	
	.nav-first {
		width: 100px;
		height: 40px;
		float: left;
		overflow: hidden;
		}
		
		.nav-first a {
			width: 100px;
			height: 40px;
			display: block;
			text-indent: -9999px;
			overflow: hidden;
			background: url('images/nav.png')  no-repeat;
			}

			.nav-first a:hover {
				background-position: 0 -40px;
			}		
	
	.nav-previous {
		width: 146px;
		height: 40px;
		float: left;
		overflow: hidden;
		}
	
		.nav-previous a {
			width: 146px;
			height: 40px;
			display: block;
			text-indent: -9999px;
			overflow: hidden;
			background: url('images/nav.png') -100px 0 no-repeat;
			}
	
			.nav-previous a:hover {
				background-position: -100px -40px;
			}
	
	.nav-next  {
		width: 100px;
		height: 40px;
		float: left;
		overflow: hidden;
		}

		.nav-next  a { 
			width: 100px;
			height: 40px;
			display: block;
			text-indent: -9999px;
			overflow: hidden;
			background: url('images/nav.png') -246px 0 no-repeat;
			}
	
			.nav-next a:hover {
				background-position: -246px -40px;
			}
		
	.nav-last {
		width: 100px;
		height: 40px;
		float: left;
		overflow: hidden;
		}

		.nav-last a {
			width: 100px;
			height: 40px;
			display: block;
			text-indent: -9999px;
			overflow: hidden;
			background: url('images/nav.png') -346px 0 no-repeat;
			}
	
			.nav-last a:hover {
				background-position: -346px -40px;
			}

.nav-blog {
	padding: 0px 0 0 0;
	float: right;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

.nav-blog a {
	color: #CC0000;
        font-size: 11px;
        line-height: 15px;
	text-decoration: none;
	}

  	.nav-blog a:hover {
                font-size: 11px;
                line-height: 15px;
		color: #FF0000;
		}


.pagenav {
	padding: 40px 20px 0 20px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	clear: both;
	}

	.pagenav-left {
		float: left;
		}

	.pagenav-right {
		float: right;
		}

.pagenav a {
	display: block;
	float: left;
	color: #000;
	}

	.pagenav a:hover {
		color: #800;
		}

	.navdivider {
		padding: 0 5px 0 0;
		margin: 0 5px 0 0;
		border-right: 1px solid #000;
		}



/* POSTS - PAGES */

#column {
	width: 500px;
	margin: 0px auto;
	padding: 0px 20px 0 20px;
	float: left;
	overflow: hidden;
	}
	
.post {
	text-align: justify;
	margin: 10px 0px 30px 0px;
	padding: 0px 0 0 0;
	width: 500px;
	}

	.post h3 {
		margin: 0px 0 3px 0;
		padding: 0px 0 2px 0;
		border-bottom: 1px dotted #6689CC;
	}

.post-page {
	text-align: justify;
	margin: 0px auto;
	padding: 10px 0 0 0;
	width: 500px;
	}

.post-comic {
	text-align: justify;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	width: 500px;
	}

.post-comic .entry p {
	margin: 0;
	padding: 0 0 12px 0;
}

.comicdate {
	font-size: 16px;
	padding: 0px 0 10px 0;
	}
	
.postdate {
	font-size: 11px;
	color: #CCCCCC;
	}
		
.postmeta {
	padding: 5px 0 0 0;
	color: #CCCCCC;
}

.postmeta-single {
    margin: 20px 0 0 0;
	padding: 10px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: justify;
	background: #090F1A;
	border: 1px solid #6689CC;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.postmetatags {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Sans-serif;
	font-size: 12px;
}

.postmeta-comments {
	font-size: 12px;
}

.more-link {
	border-top: 1px dashed #000;
	font-style: italic;
	display: block;
	clear: both;
	}


/* THE BLOG HEADER */

#blogheader {
	margin: 20px 0px 0px 0px;
	padding: 10px 0 0 0;
	width: 500px;
	height: 60px;
	text-align: center;
	border-top: 2px dotted #6689CC;
	}

	.news {
		margin: 0px auto;
		padding: 0px;
		width: 320px;
		height: 60px;
		display: block;
		text-indent: -9999px;
		overflow: hidden;
		background: url('images/news.png') -63px 0 no-repeat;
	}
	
		.news:hover {
			background-position: -63px -60px;
		}


/* COMMENTS */

.comment-wrap{
 	margin: 0px auto;
	padding: 10px 0 0 0;
	width: 500px;
	}

	.comment-wrap h3 {
		margin: 0;
		padding: 10px 0 0 0;
		font-weight: normal;
		font-size: 20px;
		clear: both;
		font-family: 'Lucida Grande', 'Lucida Sans Unicode', Sans-serif;
}

.comment-wrap label {
        margin: 0 0 0 5px;
}

.comment {
	padding: 10px;
	margin: 10px 0 10px 0;
	clear: both;
	border: 1px solid #6689CC;
	min-height: 74px;
	background: #090F1A;
	}

	.comment .comment  {
	border: 1px dotted #6689CC;
	}

.comment-author {
	display: inline;
	}

.comment-meta {
	display: inline;
	padding: 0 0 0 5px;
	margin: 0 0 0 2px;
	border-left: 1px solid #6689CC;
	}

.says {
	display:none;
	}
	
img.avatar {
	margin: 0 10px 0px 0;
	padding: 3px;
	float: left;
	border: 1px solid #335699;
	background: #111D33;
}

#comment {
	width: 100%;
	font-size: 12px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Sans-serif;
}

#author, #email, #url {
	width: 200px;
	font-size: 12px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Sans-serif;
}

#submit {
	margin: 0 0 20px 0;
	float: right;
	}

ol.commentlist {
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style: none;
	}

	ol.commentlist p {
		margin: 10px 0 0 0px;
		}

ul.children {	
	margin: 0;
	padding: 0;
	list-style: none;
	}

.reply {
	padding: 10px 0 0 0;
	text-align: right;
	}



/* ARCHIVE */  
/* For the built-in WordPress archive pages (by month or category) as well as search result pages */  


#comicarchiveframe {
	padding: 5px 0 5px 0;
	background: #FFFFFF;
	border: 1px solid #000000;
	float: left;
}

#comicarchiveframe.strip {
	margin: 0px 0px 20px 10px;
	text-align: left;
	width: 480px;
}

#comicarchiveframe.book {
	margin: 0px 12px 20px 18px;
	text-align: center;
	width: 215px;
}

#comicarchiveframe.strip h3 {
	margin: 0 0 0 10px;
        color: #000000;
	font-weight: bold;
	font-size: 16px;
}

#comicarchiveframe.book h3 {
	margin: 0;
        color: #000000;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

#comicarchiveframe small {
	display: block;
        color: #000000;
	font-size: 12px;
}

#comicarchiveframe.strip small {
	display: block;
        color: #000000;
	font-size: 12px;
	margin: 0 0 0 10px;
}

#comicarchiveframe a img {
	border: none;
}

#comicarchiveframe a:hover img {
	filter: alpha(opacity=50);
	opacity: 0.50;
}

.archive-year {
	font-size: 48px;
	}

.archive-yearlist {
	padding: 10px 0 10px 0;
	font-size: 14px;
	}

.archive-date {
	padding: 0 5px 0 0;
	font-size: 11px;
	white-space: nowrap;
	}

.archive-title {
	padding: 2px 5px;
	line-height: 11px;
	border-left: 1px solid #6689CC;
	}

.month-table{
	border-collapse: collapse;
	margin: 0 0 20px 0;
	}


/* SIDEBAR */

#sidebar {
	width: 200px;
	padding: 15px 15px 0 15px;
	float: left;
	font-size: 11px;
	}

#sidebar h2, #sidebar h2 a {	
	font-size: 14px;
	}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

	#sidebar ul li {
		margin: 0 0 10px 0px;
		padding: 0;
		}

		#sidebar ul li ul li {
			margin: 0 0 0 10px;
			padding: 0;
			}


/* WIDGETS */

.random-comic-icon {
	padding: 0 5px;
	color: #fff;
	background: #000;
	}

.comic-bookmark {
	margin: -5px 0px 15px 0px;
	}

.comic-bookmark img {
        border: 0px;
	}

.archive-dropdown {
	max-width: 150px;
	margin: 5px 20px 5px 20px;
	}

.storyline-dropdown {
	max-width: 150px;
	margin: 0px 20px 10px 20px;
	}

.ad_tower {
	margin: 0px auto;
	padding: 0 0 20px 20px;
	width: 160px;
}

.ad_box {
	margin: 0px auto;
	width: 125px;
	padding: 0 0 0 20px;
}

.ad_banner {
	margin: 0px 16px 0px 16px;
	width: 468px;
	text-align: center;
}

	.ad_box img, .ad_buttons img, .ad_banner img, .ad_tower img {
       		border: 0px;
	}

.sharethis {
	margin: -5px -5px 15px 0px;
	width: 228px;
	float: right;
}


/* PLUG-INS */

.downloads_cat {
	margin: 0px auto;		
	padding: 10px 0 20px 0;
	list-style: none;
        text-align: center;
}


.downloads_cat ul {
	margin: 0px auto;		
	padding: 0px;
	list-style: none;
}

.downloads_cat li {
	margin: 0px auto;
	padding: 0 5px 10px 5px;
        display: inline-block;
}

.downloads_item {
        text-align: center;
}

#downloads_cat-1 table {
        width: 240px;
}

#downloads_cat-2 table {
        width: 155px;
}

.fb_like_box {
	background: #ffffff;
}


/* CONTACT FORM */
.contactform {
	position: static;
	overflow: hidden;
}

.contactleft {
	width: 30%;
	text-align: left;
	clear: both;
	float: left;
	display: inline;
	padding: 5px;
	margin: 0px 0 5px 0;
	font-weight: bold;
}

.contactright {
	width: 65%;
	text-align: left;
	float: right;
	display: inline;
	padding: 5px;
	margin: 0px 0 5px 0;
}

.contacterror {
	border: 1px solid #ff0000;
}



/* WP-PAGENAVI */
.wp-pagenavi {
	margin: 10px 0 10px 0px;
	padding: 10px 0 10px 0;
	text-align: center;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #CC0000;
	border: 1px solid #6689CC;
	background-color: #090F1A;	
}

.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #CC0000;
}

.wp-pagenavi a:hover {	
	color: #FF0000;
}

.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #CC0000;
	border: 1px solid #6689CC;
}

.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #FFFFFF;
	border: 1px solid #6689CC;	
}

.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	color: #FFFFFF;
    border: 1px solid #6689CC;	
}

.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	color: #FFFFFF;
	border: 1px solid #6689CC;	
}


/* CALENDAR */

#wp-calendar {
	margin: 0px auto;
	padding: 0 5px 5px 5px;
	width: 160px;
	empty-cells: show;
	background: #111D33;
	border-top: 1px solid #6689CC;
	border-bottom: 1px solid #6689CC;
	border-left: 1px solid #6689CC;
	border-right: 1px solid #6689CC;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
}

#wp-calendar caption {
	margin: 0px auto;
	padding: 2px 0 4px 0;
	width: 160px;
	color: #FFFFFF;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: #090F1A;
	border-top: 1px solid #6689CC;
	border-left: 1px solid #6689CC;
	border-right: 1px solid #6689CC;
}

#wp-calendar td {
	padding: 0;
	text-align: center;
	border: 1px solid #335699;
}

#wp-calendar a {
	color: #CC0000;
	background: #090F1A;
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	color: #FF0000;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}


/* SEARCH */

#search_box {
	width: 200px;
	height: 24px;
	background: url('images/search-form.png') no-repeat;
}

	#search_box:hover
	{ 
	  background-position: 0 -24px;
	}

#search_box #s {
	float: left;
	padding: 0;
	margin: 4px 0 0 5px;
	border: 0;
	width: 167px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Sans-serif;
	font-size: 12px;
	background: none;
}

#search_box #go {
	float: right;
	margin: 0 auto;
}



/* GALLERY */

.gallery-image {
	width: 518px;
	border: 1px solid #000;
	overflow: hidden;
	background: #000;
}

.gallery-caption {
	font-size: 11px;
	}
	
	.gallery-caption  p {
		width: 510px;
		padding: 5px;
		margin: 0;
		text-align: center;
		color: #fff;
		background: #000;
		}

.imagenav-wrap {
	margin: 5px 0 0 0;
	}

.imagenav {
	width: 77px;
	height: 77px;
	float: left;
	overflow: hidden;
	}

.imagenav-center {
	width: 344px;
	height: 65px;
	margin: 0 5px;
	padding: 10px 5px 0 5px;
	float: left;
	color: #000;
	text-align: center;
	border: 1px solid #000;
	overflow: hidden;
	}

.imagetitle {
	color: #000;
	font-size: 18px;
	}

.imagenav-bg {
	width: 75px;
	height: 75px;
	position: absolute;
	z-index: 0;
	background: #ddd;
	border: 1px solid #000;
	overflow: hidden;
	}

	.imagenav-bg img {
		width: 75px;
		height: 75px;
		}

.imagenav-arrow {
	width: 75px;
	height: 75px;
	position: absolute;
	z-index: 1;
	color: #fff;
	font-size: 80px;
	font-weight: bold;
	line-height:75px;
	text-align: center;
	border: 1px solid #000;
	float: left;
	}

.imagenav-link {
	width: 75px;
	height: 75px;
	position: absolute;
	z-index: 2;
	border: 1px solid #000;
	float: left;
	overflow: hidden;
	}

	.imagenav-link img {
		width: 75px;
		height: 75px;
		opacity: 0.50;
		filter: alpha(opacity=50);
		}

			.imagenav-link img:hover {
				opacity: 0.00;
				filter: alpha(opacity=0);
				}



/* POSTED IMAGES  */

.wp-caption  p {
	margin: 5px 0;
	line-height: 11px;
	font-size: 11px;
	}

.aligncenter {
	margin: 0 auto;
	display: block;
	}

.alignright {
	margin: 10px 0 10px 10px;
	display: inline;
	float: right;
	}

.alignleft {
	margin: 10px 10px 10px 0;
	display: inline;
	float: left
	}



/* TRANSCRIPT */

#transcript {
	padding: 0 10px;
	font-size: 11px;
	border-left: 4px dotted #000;
	border-right: 4px dotted #000;
	}

	.transcript-border {
		padding: 0 5px;
		margin: 15px 0;
		border: 1px solid #000;
		background: #fff;
		clear: both;
		}

	a.transcript-title {
		padding: 0 0 5px 0;
		margin: 0 0 5px 0;
		display: block;
		font-family: 'Lucida Grande', 'Lucida Sans Unicode', Sans-serif;
        font-style: italic;
		font-size: 16px;
		letter-spacing: -1px;
		border-bottom: 1px dashed #000;
		}

		#transcript-content {
			font-family: 'Courier New', Monospace;
			overflow: hidden;
			}

#search_box #s-transcript {
	float: left;
	padding: 0;
	margin: 4px 0 0 5px;
	border: 0;
	width: 157px;
	color: #958a80;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Sans-serif;
	font-size: 12px;
	background: none;
}



/* STORYLINES */

.storyline-cats {
	padding: 0;
	margin: 0 0 0px 0;
	list-style: none;
        font-size: 11px;
	}

.storyline-cats li {
	display: inline;
	}

	li.storyline-root {
		display: none;
		}

#storyline {
	padding: 0;
	margin: 0;
}

.storyline-root {
	display: none;
}



/* COMIC STORE */

.comic_issue {
	margin: 10px 0px 25px 0px;
	width: 500px;
}

.comic_cover {
	margin: 0px auto;
	padding: 0;
	width: 125px;
	float: left;
}

.comic_info {
	margin: 0px auto;
	padding: 0px 0px 0px 10px;
	width: 365px;
	float: left;
}

.comic_print {
	width: 150px;
	float: left;
}

.comic_digital {
	width: 150px;
	float: left;
}

#comic_store small {
	font-size: 11px;
	color: #333;
}

#comic_store a {
	color: #3B5998;
	text-decoration: none;
	}

  	#comic_store a:hover {
		text-decoration: underline;
		}


/* CLEAR FLOATS */

.clear {
	clear: both;
	}


/* CLEAR MARGINS */
/* Used with BR for clearing paragraph margins for Safari, Chrome - avoid background gaps */

.clear-margins { 
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	}

