/*  
 
Theme Name: ComicPress
Version: 2.5

Theme URI: http://mindfaucet.com/comicpress/
Description: The customizable theme for publishing comics. <a href="http://mindfaucet.com/comicpress">Visit the ComicPress website.</a>

	Author: Tyler Martin
	Author URI: http://mindfaucet.com/

The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html

*/



/* STANDARD HTML TAGS */

html, body {
	height: 100%;
	}

body {
	height: 100%;
	margin: 0;
	color: #180f11;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	background: #180f11 url(/images/site/bg_strip.png) center 0 repeat-y;
	}

a {
	color: #e84b22;
	text-decoration: none;
  	}
  	
  	a:hover {
  		text-decoration: underline;
  		}

	a img {
		border: none;
		}

p {
	margin: 0;
	line-height: 15px;
	}

p img {
	max-width: 100%;
	padding: 0;
	}
		
small {
	font-size: 11px;
	}
 
hr {
	height: 1px;
	color: #180f11;
	background-color: #180f11;
	border: 0px;
	}

blockquote {
	margin: 10px;
	padding: 5px 10px 5px 20px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	border-color: #ddd;
	}

	blockquote cite {
		margin: 5px 0 0;
		display: block;
		}

cite {
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	}
	
code {
	padding: 10px;
	display: block;
	font-family: 'Courier New', monospace;
	background: #eee;
	border: 1px dotted #180f11;
	overflow: scroll;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

	acronym, abbr {
		border-bottom: 1px dashed #999;
		}



/* HEADINGS */

h1, h1 a, h1 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 12px 0;
	padding: 0;
	color: #180f11;
	letter-spacing: normal;
	text-align: center;
	}

h2, h2 a {
	margin: 0;
	color: #180f11;
	font-weight: bold;
	font-size: 22px;
	text-align: left;
	text-decoration: none;
	}

	h2.pagetitle, h2.pagetitle a, #blogheader {
		display: block;
		height: 43px; /* 52 - 9 */
		width: 642px;
		margin: 11px auto 0 auto;
		padding: 9px 0 0 0;
		color: #ffdab7;
		font-family: Optima, "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
		font-size: 28px;
		font-weight: normal;
		text-transform: uppercase;
		text-align: center;
		letter-spacing: normal;
		background: #180f11 url(pagetitle_gradient.png);
		}

	h2 a:hover, h3 a:hover {
		text-decoration: underline;
		}

h3, h3 a {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	}

	#faq h3 {
		font-family: Georgia, "Times New Roman", Times, serif;
		margin: 20px 0 0 0;
		font-size: 13px;
		font-weight: bold;
		}

	#faq h3.first {
		font-family: Georgia, "Times New Roman", Times, serif;
		margin: 6px 0 0 0;
		font-size: 13px;
		font-weight: bold;
		}

	h3.categories {
		margin: 6px 0 0 0;
		}


/* THE MAIN CONTAINER */

#container {
	background: url(/images/site/bg_texture.jpg) center 183px no-repeat;
	min-height: 100%;
	}

* html #container {   /* for IE */
	height: 100%;
}

/* THE HEADER */

#header {
	width: 805px;
	height: 158px;
	margin: 0 auto;
	}
	


/* THE MENU */

#menubar {
	width: 805px;
	height: 25px;
	margin: 0 auto;
	padding: 0;
	background: #180f11;
	}

#menunav {
	margin: 0 auto;
	padding: 0;
	float: right;
	font-size: 19px;
	}

	#menunav a  {
		margin: 0;
		color: #aaa;
		text-decoration: none;
		background: #222;
		-moz-border-radius: 10px;
		-khtml-border-radius: 10px;	
		-webkit-border-radius: 10px;
		border-radius: 10px;
		}

		#menunav a:hover {
			color: #fff;
			background: #555;
			} 
		
		.prev {
			padding: 0 2px 0 0;
			}
		
		.next {
			padding: 0 0 0 2px;
			}
  
#menu {
	color: #fff3e7;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	text-align: center;
	}

	#menu ul {
		display: table;
		margin: 0 auto;		
		padding: 0;
		list-style: none;
		white-space: nowrap;	
		}

	#menu li {
		display: table-cell;
 		margin: 0;
 		padding: 0;
		}
	
	#menu li a {
		height: 25px;
		padding: 0 17px 0 17px;
		display: block;
		float: left;
		color: #fff3e7;
		line-height: 25px;
		text-decoration: none;
		border: none;
		}
	
	#menu li a:hover {
		color: #b1df55;
		}

.menucontainer { clear: both; text-decoration: none; }


/* THE COMIC */
	
#comic {
	width: 805px;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align: center;
	background: none;
	}



/* THE PAGE WRAPPER */

#page {
	width: 805px;
	margin: 0 auto;
	text-align: left;
	}

	
/* THE FOOTER */

#footer {
	width: 590px; /* 640 - 50 */
	height: 14px; /* 30 - 16 */
	margin: 10px auto;
	padding: 8px 25px;	
	color: #999;
	text-align: left;
	background: #180f11;
	}

	#footer p {
		margin: 0;
		padding: 0;
		color: #ffdab7;
		font-size: 11px;
		}
	
	#footer p.rightfooter {
		float: right;
	}

	#footer a, #footer a:visited, #footer a:hover {
		color: #e84b22;
		}

#ad_footer {
	width: 728px;
	margin: 20px auto;
}
	
/* NAVIGATION */

#comicnavbar {
	width: 805px;
	height: 22px;
	margin: 0 auto;
	padding: 0;
	background: #180f11;
	}

.nav, .navfront, .nav-single, .navprev, .navnext {
	margin: 0;
	padding: 3px 0 0 0;
	color: #180f11;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	}

.navfront {
	padding: 0;
	font-weight: bold;
	text-align: center;
	}

.nav-single {
	float: right;
	padding: 0;
	text-align: right;
	}

.navprev {
	padding: 0;
	text-align: left;
	}

.navnext {
	float: right;
	padding: 0;
	text-align: right;
	}

.pagenav {
	padding: 0;
	margin: 10px 0;
	color: #180f11;
	font-family:  "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	clear: both;
	text-align: center;
	}

	.pagenav-left, .pagenav-right {
		padding: 0 6px;
		}

.nav a, .pagenav a, .nav-single a {
	color: #e84b22;
	text-decoration: none;
	}

	.nav a:hover, .pagenav a:hover, .nav-single a:hover {
		text-decoration: underline;
		}



/* CONTENT AREA */

#column {
	width: 765px; /* 805 - 40 */
	padding: 5px 0 0 0;
	margin: 0 auto;
	overflow: hidden;
	}

.post-frontpage {
	padding: 0 20px 0 20px;
	text-align: justify;
	}
	
.post, .content {
	padding: 0 20px 0 20px;
	text-align: justify;
	}

	/*.comicdate {
		color: #180f11;
		font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: bold;
		}*/
	
	.comicdate, .postdate {
		color: #180f11;
		font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		}
	

.postmeta {
	margin: 0;
	color: #180f11; 	
 	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
 	text-align: right;
 	}

	.postmeta ul {
		display: inline;
		list-style-type: none;
		list-style-image: none;
		}
 	
.postmeta-single {
	font-size: 10px;
	line-height: 13px;
	margin: 0;
	padding: 15px 0 0 0;
	}
	
		.postmetatags {
		font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		}

.postmeta-comments {
	font-size: 12px;
	}
	
.entry, .textbox {
	width: 550px; /* 630 - 80 */
	margin: 10px auto 0 auto;
	padding: 20px 40px;
	background: #ffdab7;
	border-top: 5px solid;
	border-bottom: 5px solid;
	border-color: #180f11;
	}
	
	.entry p, .textbox p {
		margin: 10px 0;
		line-height: 15px;
	}

	.entry blockquote, .textbox blockquote {
		width: 400px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 16px;
		border: 0 none;
		margin: 0 auto 45px auto;
		padding: 0;
		text-align: right;
		}

.entry-nonpadded {
	width: 594px; /* 630 - 36 */
	margin: 10px auto 0 auto;
	padding: 20px 18px;
	background: #ffdab7;
	border-top: 5px solid;
	border-bottom: 5px solid;
	border-color: #180f11;
	}

.textcenter {
	text-align: center;
	}

.bordered {
	border: 1px solid;
	}

/* For ads and voting boxes */
#vote_box {
	display: none; /* TEMPORARY: hide the vote box */
	height: 38px;
	width: 596px;
	margin: 10px auto;
	padding: 0;
	}

	#vote_box a, #vote_box a:visited {
		display: block;
		height: 38px;
		width: 596px;
		text-decoration: none;
		background: url(/images/intro/vote_long.png) no-repeat;
		}

	#vote_box a:hover {
		text-decoration: none;
		background-position: 0 -38px;
		}

	#vote_box a span {
		visibility: hidden;
		}

#ad_box {
	width: 585px;
	margin: 0 auto;
	}

/* For the Cast page */
.cast_block {
	display: block;
	width: 540px;
	height: 150px;
	margin: 20px 0 0 0;
	padding: 0;
	}
	
	.cast_block h1 {
		text-align: left;
		padding: 12px 0 0 0;
		}

	.cast_block h1 a:hover {
		color: #e84b22;
		}
	
	.cast_block img {
		float: left;
		height: 139px;
		width: 149px;
		margin: 0 30px 0 0;
		border-top: 5px solid;
		border-bottom: 5px solid;
		border-color: #180f11;
		}

#side_characters_row_3x {
	height: 120px;
	width: 381px;
	padding: 0;
	margin: 20px auto 0 auto;
	list-style: none;
	}

	#side_characters_row_3x li {
		float:left;
		width:107px;
		margin: 0 10px;
		}

	#side_characters_row_3x div {
		display:block;
		width:107px;
		height: 120px;
		text-align:center; 
		float:left; 
		}

	#side_characters_row_3x div p {
		margin: 4px 0 0 0;
		text-align: center;
		}
	
	#side_characters_row_3x img {
		border-top: 5px solid;
		border-bottom: 5px solid;
		border-color: #180f11;
		}
	
	#side_characters_row_3x a {
		color: #180f11;
		}

	#side_characters_row_3x a:hover {
		color: #e84b22;
		}
	
#side_characters_row_4x {
	height: 120px;
	width: 508px;
	padding: 0;
	margin: 20px auto 0 auto;
	list-style: none;
	}

	#side_characters_row_4x li {
		float:left;
		width:107px;
		margin: 0 10px;
		}

	#side_characters_row_4x div {
		display:block;
		width:107px;
		height: 120px;
		text-align:center; 
		float:left; 
		}

	#side_characters_row_4x div p {
		margin: 4px 0 0 0;
		text-align: center;
		}
	
	#side_characters_row_4x img {
		border-top: 5px solid;
		border-bottom: 5px solid;
		border-color: #180f11;
		}

	#side_characters_row_4x a {
		color: #180f11;
		}

	#side_characters_row_4x a:hover {
		color: #e84b22;
		}

/* For the Extras page */

.thumbnail_row p {
	text-align: center;
	margin: 15px 0;
	}

	.thumbnail_row p img {
		padding: 5px 2px;
		}

	.thumbnail_row a img:hover {
		opacity: 0.75;
		filter: alpha(opacity=75);
		zoom: 1;
		}

/* For the Links page */

.link_images {
	width: 410px;
	margin: 0 auto;
	}

.link_images img:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
	zoom: 1;
	}



/* COMMENTS */

#comments-wrap {
	padding: 0;
	}
	
	#comments-wrap h6 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 20px;
		font-weight: normal;
		margin: 0 0 12px 0;
		padding: 0;
		color: #180f11;
		letter-spacing: normal;
		text-align: center;
		}
	
	#comments-wrap p {
		margin: 10px 0 0 0;
		}

	#comments-wrap .navigation .alignleft,
	#comments-wrap .navigation .alignright {
		display: block;
		width: 100%;
		text-align: center;
		margin: 0;
		float: none;
		}

.avatar {
	margin: 0 10px 5px 0;
	padding:5px;
	float:left;
	border: 1px solid #180f11;
	}
	
#commentform {
	font-size: 11px;
	}

	#commentform textarea {
		padding: 2px;
		}

	#commentform p {
		margin: 5px 0;
	}

	#commentform label {
		margin: 0 0 0 2px;
		}

#comment, #author, #email, #url {
	padding: 2px;
	color: #180f11;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #180f11;
	}

	#comment {
		width: 100%;
		}

	#author, #email, #url {
		width: 200px;
		}

#submit {
	margin: 0;
	padding: 0 2px;
	color: #fff;
	background: #888;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	border: 1px solid #180f11;
	}

	#submit:hover {
		cursor:pointer;
		background: #180f11;
		}

ol.commentlist {
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style: none;
	}

	.commentlist cite {
		font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		}

	.commentlist li div {
		margin: 10px 0;
		border: 1px solid #f8af8a;
		padding: 8px;
		clear: both;
		}

		.commentlist li div.comment-author,
		.commentlist li div.cancel-comment-reply {
			border: none;
			margin: 0;
			padding: 0;
			}

		.commentlist li div.comment-meta {
			border: none;
			margin: 3px 0 0 0;
			padding: 0 0 1px 0;
			border-bottom: 1px solid #f8af8a;
			}

		.commentlist li div.reply {
			border: none;
			margin: 10px 0 0 0;
			padding: 0;
			}

	.children {
		margin: 0;
		padding: 0 0 0 20px;
		list-style: none;
		}

#respond {
	border: none;
	clear: both;
	margin: 15px 0 0 0;
	padding: 0;
	}

	#respond h4.postcomment {
		margin: 15px 0 5px 0;
		font-size: 11px;
		}

	.commentlist #respond, .children #respond {
		padding: 0 0 0 20px;
		}


/* ARCHIVE */  

.comicarchiveframe {
	margin: 10px auto 0 auto;
	padding: 5px 10px 5px 10px;
	border-top: 5px solid;
	border-bottom: 5px solid;
	border-color: #180f11;
	background: #ffdab7;
	}

	.comicarchiveframe a {
		display: block;
		background: #ffffff;
		}
	
	.comicarchiveframe img {
		border: 1px solid #180f11;
		}
 
	.comicarchiveframe:hover img {
		opacity: 0.85;
		filter: alpha(opacity=85);
		zoom: 1;
		}
		
	.comicarchiveframe p {
		display: block;
		margin: 6px 0;
		}

.categories {
	font-size: 9px;
	text-transform: uppercase;
	}

#monthly {
	text-align: center;
	}

	#monthly select, #monthly option {
		font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		}

.archive_links_list ul {
	margin: 0;
	padding: 0;
	}

	.archive_links_list li {
		display: inline;
		font-size: 11px;
		}

	.archive_links_list li + li {
		display: inline;
		padding-left: 9px;
		background: url(/images/site/bullet.gif) no-repeat;
		}

	
/* SIDEBAR */

#sidebar {
	width: 200px;
	margin: 0;
	padding: 5px 0;
	float: left;
	font-size: 11px;
	overflow: hidden;
	}

#sidebar h2, #sidebar h2 a {
	color: #999;
	font-family: 'Georgia', serif;
	font-weight: normal;
	font-size: 18px;
	text-transform: lowercase;
	letter-spacing: -1px;
	}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

	#sidebar ul li {
		margin: 0 0 10px 10px;
		padding: 0;
		}

		#sidebar ul li ul li {
			margin: 0 0 0 10px;
			padding: 0;
			}

			#sidebar ul li ul li a {
				display: block;
				color: #333;
				text-decoration: none;
				border-bottom: 1px dotted #180f11;
				}

				#sidebar ul li ul li a:hover {
					color: #333;
					background: #ddd;
					border-bottom: 1px solid #180f11;
					}



/* CALENDAR */

#wp-calendar {
	width: 165px;
	margin: 0 0 0 5px;
	}

#wp-calendar th {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	}

#wp-calendar caption {
	color: #555;
	font-family: 'Georgia', sans-serif;
	font-size: 18px;
	letter-spacing: -1px;
	}

#wp-calendar td {
	min-width: 20px;
	padding: 0;
	text-align: center;
	border: 1px solid #999;
	}


#wp-calendar a {
	color: #333;
	display: block;
	text-decoration: none;

	background: #ddd;	
	}
	
	#wp-calendar a:hover {
		color: #333;
		background: #bbb;
		}



/* SEARCH */

#searchform {
	width: 265px;
	margin: 0 auto;

	}

#s {
	width: 200px;
	height: 17px;
	margin: 0;
	padding: 1px 0 0 3px;
	color: #180f11;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	border: 1px solid #180f11;
	float: left;
	}

#searchsubmit {
	margin: 0 0 0 3px;
	height: 20px;
	padding: 0 2px;
	float: left;
	color: #fff;
	background: #888;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	border: 1px solid #180f11;
	}

	#searchsubmit:hover {

		cursor: pointer;
		background: #180f11;
		}



/* GALLERY */

.attachment {

	width: 520px;
	margin: 0 auto;
	text-align: center;
	}

	.attachment img {
		margin: 0 0 10px 0;
		border: 1px solid #000;
		}
		
	.attachment p {
		margin: 0 9px 10px 9px;
		padding: 10px;
		border: 1px solid #999;
		-moz-border-radius: 10px;
		-khtml-border-radius: 10px;	
		-webkit-border-radius: 10px;
		border-radius: 10px;
		}

.imagenav-wrap {
	width: 502px;
	height: 77px;
	margin: 0 auto;
	}

.imagenav {
	width: 77px;
	height: 77px;
	float: left;	
	}

.imagenav-center {
	width: 316px;
	height: 65px;
	margin: 0 10px;
	padding: 10px 5px 0 5px;
	float: left;
	color: #bbb;
	text-align: center;
	border: 1px solid #999;
	overflow: hidden;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
	
	.imagenav-center a {
		text-decoration: none;
		color: #180f11;
		border-bottom: 1px dotted #180f11;
		}
		
		.imagenav-center a:hover {
			color: #180f11;
			border-bottom: 1px solid #180f11;
			}

.imagetitle {
	color: #333;
	font-size: 18px;
	}

.imagenav-bg {
	width:75px;
	height:75px;
	position: absolute;
	z-index: 0;
	background: #eee;
	border: 1px solid #000;
	}

	.imagenav-bg img {
		width:75px;
		height:75px;
		}

.imagenav-arrow {
	width:75px;
	height:75px;
	position: absolute;
	z-index: 1;
	color: #fff;
	font-size: 50px;
	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;
	}

	.imagenav-link img {
		width:75px;
		height:75px;
		filter: alpha(opacity=50);
		-moz-opacity: 0.50;
		opacity: 0.50;
		}

		.imagenav-link img:hover {
			filter: alpha(opacity=0);
			-moz-opacity: 0.00;
			opacity: 0.00;
			}

.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
	}



/* CLEAR FLOATS */

.clear {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
	}