	/*
Theme Name: ComicPress
Theme URI: http://comicpress.org
Description: Publish a comic with WordPress. Standard 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 {
	background-image:url(images/bg_body.jpg);
	background-repeat:repeat-x;
	margin: 0;
	color: #000;
	font-size: 12px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:130%;
	text-shadow: #000 0 0 0; /* Lighten Safari's heavy fonts */
	}

a {
	color: #B4115A;
	text-decoration: none;
	}

  	a:hover {
		color: #e572a6;
		}

	a:focus {
		outline: none;
		}

	a img {
		border: none;
		}

p {
	margin: 12px 0;
	}

img {
	max-width: 100%;
	padding: 0;
	}

small {
	font-size: 11px;
	}

hr {
	height: 1px;
	color: #000;
	background-color: #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;
	color: #000;
	font-size: 60px;
	font-family: 'Georgia', serif;
	font-weight: normal;
	line-height: 50px;
	text-decoration: none;
	letter-spacing: -4px;
	font-variant: small-caps;
	visibility:hidden;
	}

h2, h2 a, h2 a:hover {
	margin: 0;
	color:#5A7009;
	font-weight: normal;
	font-size: 24px;
	margin:0;
	}
	
	h2.pagetitle, h2.pagetitle a {
		margin: 4px 0 20px 0;
		font-weight: normal;		
		}

h3, h3 a, h3 a:hover {
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #000;
	text-decoration: none;
	clear: both;
	letter-spacing: -1px;
	}



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

#page {
	background-image:url(images/bg_header.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:1200px;
	margin: 0px auto;
	}
#line{
	background-image:url(images/bg_line.gif);
	background-position:center;
	background-repeat:repeat-y;
	width:1200px;
	margin: 0px auto;
	padding-right:1px;
	}
#pagecontent{
	width:700px;
	margin:185px 250px 0 250px;
	}

/* THE HEADER */

#header {
	text-align: center;
	}

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



/* THE MENU */

#menubar {
	float:left;
	margin:142px 0 0 76px;

	zoom: 1; /* IE fix, allows for variable height menu  */
	}

#menunav {
	float: right;	
	}

	#menunav a  {
		width: 25px;
		height: 25px;
		display: block;
		float: left;
		color: #fff;
		font-size: 19px;
		font-weight: bold;
		line-height: 25px;
		text-align: center;
		border-left: 1px solid #fff;
		}

		#menunav a:hover {
			background: #B4115A;
			}

#menu {
	background-image:url(images/bg_menu.jpg);
	background-repeat:no-repeat;
	font-size:12px;
	height:161px;
	line-height:25px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:20px 0 0;
	position:absolute;
	width:129px;
    }

	#menu a {
	background-image:url(images/bg_menu_list.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
	color:#3E3326;
	display:block;
	font-weight:bold;
	margin:0 0 0 5px;
	padding:0 0px;
	text-decoration:none;
		}

	#menu li {
		color:#000000;
		padding:0 10px 0 2px;
		}

	#menu li:hover a, #menu li.sfhover a {
	    color: #b4115a; /* Main menu highlighted text color */
	    }

	#menu li:hover, #menu li.sfhover {
	     /* Main menu highlighted background color */
	    }
	
	/* For submenu dropdowns - this order must be maintained */

	#menu ul {
		padding: 0;
		margin: 0;
		list-style: none;
		position: absolute;
		left: -9999px;
		width: 151px;
		line-height: 1;
		border-top: 1px solid #fff;
		}
	#menu li li {
		width: 150px;
		margin: 0 0 0 -1px;
		border-width: 0 1px 1px 1px;
		border-color: #fff;
		border-style: solid;
		}
	#menu li li a {
		width: 139px;
	    padding: 4px 5px;
		color: #fff;
		border: none;
		}
	#menu li ul ul {
	    margin: -21px 0 0 151px;
	    }
	#menu li ul li:hover a, #menu li ul li li:hover a, #menu li ul li li li:hover a, #menu li ul li li li:hover a {
	    color: #fff; /*Submenu highlighted text color */
	    }
	#menu li:hover li a, #menu li li:hover li a, #menu li li li:hover li a, #menu li li li li:hover li a  {
	    color: #fff; /*Submenu text color */
	    }
	#menu li li:hover {
	    background: #f00; /*Submenu highlighted background color */
	    }
	#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul, #menu li.sfhover ul ul ul ul {
	    left: -9999px;
	    }
	#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul, #menu li li li li.sfhover ul {
	    left: auto;
	    background: #222; /*Submenu background color */
		text-transform: none;
	    }
.daily a{
	background-image:url(images/btn_taeglicherhorror.jpg);
	background-repeat:no-repeat;
	width:222px;
	height:102px;
	margin:36px 0 0 188px;
	position:absolute;
	}
.donate a{
	background-image:url(images/btn_donate.jpg);
	background-repeat:no-repeat;
	width:162px;
	height:102px;
	margin:36px 0px 0 696px;
	position:absolute;
	}


/* THE COMIC */

#comic {
	width:700px;
	text-align: center;
	}



/* THE FOOTER */

#footer {
	background-image:url(images/bg_footer.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:1200px;
	height:147px;
	text-align: center;
	}
#footer p {
	margin:0 auto;
	padding-top:100px;
	width:720px;
	
	}



/* NAVIGATION */

.navi {	
	margin:0px 0 25px;
	height:10px;
	font-size: 12px;
	font-weight: bold;
	width:700px;
	}
	
.navii {	
	margin:15px 0 30px;
	height:30px;
	font-size: 12px;
	font-weight: bold;
	width:720px;
	}

.nav-first a, .nav-first a:visited, .nav-first a:active {
	color:#000000;
	float:left;
		background-image:url(images/btn_first.gif);
		background-repeat:no-repeat;
		height:21px;
		padding: 7px 0px 0px 45px;
		margin-right:60px;
		text-decoration:none;
		}
		
		.nav-first a:hover{
			text-decoration:underline;
			color:#B4115A;
			}
	
		
	.nav-previous a, .nav-previous a:visited, .nav-previous a:active {
		color:#000000;
		float:left;
		background-image:url(images/btn_back.gif);
		background-repeat:no-repeat;
		height:21px;
		padding: 7px 0px 0px 35px;
		text-decoration:none;
		}
		
	.nav-previous a:hover{
		text-decoration:underline;
		color:#B4115A;
		}
		
	.nav-next a, .nav-next a:visited, .nav-next a:active  {
		color:#000000;
		background-position:right;
		float:right;
		background-image:url(images/btn_next.gif);
		background-repeat:no-repeat;
		height:21px;
		padding: 7px 35px 0px 0px;
		margin-right:60px;
		text-decoration:none;
		}
		
	.nav-next a:hover{
		text-decoration:underline;
		color:#B4115A;
	}
		
		
	.nav-last a, .nav-last a:visited, .nav-last a:active {
		color:#000000;
		float:right;
		background-position:right;
		background-image:url(images/btn_last.gif);
		background-repeat:no-repeat;
		height:21px;
		padding: 7px 45px 0px 0px;
		text-decoration:none;
		}
		
	.nav-last a:hover{
		text-decoration:underline;
		color:#B4115A;
		}

.nav-blog {
	color: #000;
	font-size: 12px;
	font-weight: bold;	
	float: right;
	}
	
	.nav-blog-previous {
		padding: 0 5px 0 0;
		float: left;
		}
		
	.nav-blog-next {
		padding: 0 0 0 5px;
		float: left;
		border-left: 1px solid #000;
		}

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

	.pagenav-left {
		float: left;
		}

	.pagenav-right {
		float: right;
		}

.nav a, .pagenav a, .nav-blog a {
	display: block;
	color: #000;
	}

	.nav a:hover, .pagenav a:hover, .nav-blog a:hover {
		color: #B4115A;
		}



/* POSTS - PAGES */

#column {
	float: left;
	margin-top:5px;
	margin-right:20px;
	overflow:hidden;
	width:480px;
	}

.post, .post-comic, .post-page {

	}

.post-head, .post-page-head, .post-comic-head {
	}
	
.post-foot, .post-comic-foot, .post-page-foot {
	margin: 0 0 10px 0;
	overflow: hidden;
	}
	
	.comicdate {
		font-size: 12px;
		color:#5A7009;
		font-weight:bold;
		margin-bottom:10px;
		}

	.postdate {
		font-size: 11px;
		}

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

.comment-link {
	font-family: 'Georgia', serif;
	font-size: 16px;
	text-align: right;
	}

.entry{
  margin: 15px 0px 0px 0px;
	}

/* THE BLOG HEADER */

#blogheader {
	font-family: 'Georgia', serif;
	padding: 25px 0 25px 20px;
	font-size: 32px;
	letter-spacing: -2px;
	border-top: 1px solid #000;
	}



/* COMMENTS */

.comment-wrap{
	padding: 0 20px;
	}

	.comment-wrap h3 {
		margin: 0;
		padding: 20px 0 0 0;
		font-weight: normal;
		font-size: 20px;
		clear: both;
		font-family:Verdana, Geneva, sans-serif;
		}

.comment {
	padding: 10px;
	margin: 10px 0 0 0;
	clear: both;
	border: 1px solid #000;
	min-height: 64px;
	}

	.comment .comment  {
	border: 1px dotted #000;
	}

.comment-author {
	display: inline;
	}

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

.says {
	display:none;
	}

.avatar {
	margin: 0 10px 0 0;
	float: left;
	}

#comment {
	width: 100%;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
	}

#author, #email, #url {
	width: 200px;
	font-size: 12px;
	font-family: 'Arial', 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 74px;
		}

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;
	border: 1px solid #000;
	background: #fff;
	opacity: 0.99;
	filter: alpha(opacity=99);
	}
 
	.comicarchiveframe:hover {
		opacity: 0.70;
		filter: alpha(opacity=70);
		}

	.comicarchiveframe h3 {
		margin: 0;
		}

	.comicarchiveframe a small {
		display: block;
		color: #000;
		}

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

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



/* SIDEBAR */

#sidebar {
	width: 200px;
	padding: 5px 0;
	float: right;
	font-size: 11px;
	overflow: hidden;
	}

#sidebar h2, #sidebar h2 a {
	font-weight:bold;
	font-size: 16px;
	}

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

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

		#sidebar ul li ul li {
			list-style-image:none;
			list-style-position:outside;
			list-style-type:circle;
			margin:0 0 0 13px;
			padding:0;
			}



/* WIDGETS */

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

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

.archive-dropdown {
	max-width: 100%;
	}



/* CALENDAR */

#wp-calendar {
	margin:0 0 0 -3px;
	width:190px;
	}

#wp-calendar th {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	background-color:#c9df75;
	}

#wp-calendar caption {
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	margin-bottom:5px;
	margin-top:-15px;
	color:#5A7009;
	}

#wp-calendar td {
	min-width: 20px;
	padding: 0;
	text-align: center;
	}

#wp-calendar a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	}

	#wp-calendar a:hover {
		color: #fff;
		background: #000;
		}



/* SEARCH */

#s {
	width: 140px;
	margin: 0;
	padding: 2px;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
	}

#searchsubmit {
	padding: 0 5px;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
	}



/* 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: 'Georgia', serif;
		font-style: italic;
		font-size: 16px;
		letter-spacing: -1px;
		border-bottom: 1px dashed #000;
		}

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

#s-transcript {
	width: 140px;
	margin: 0;
	padding: 2px;
	font-size: 12px;
	font-family: 'Georgia', serif;
	font-style: italic;
	}

	#searchsubmit-transcript {
		padding: 0 5px;
		font-size: 12px;
		font-family: 'Arial', sans-serif;
		}



/* STORYLINES */

.storyline-cats {
	padding: 0;
	margin: 0;
	list-style: none;
	}

.storyline-cats li {
	display: inline;
	}

	li.storyline-root {
		display: none;
		}



/* 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;
	}
	
/*Twitter*/

.twitter{
background-image:url(images/bg_twitter.png);
background-position:right;
background-repeat:no-repeat;
float:right;
height:240px;
margin:91px 6px 0 0;
width:207px;
	}
.twitterin{
margin:130px 50px 0 55px;
font-size:9px;
line-height:145%;
margin:130px 50px 0 18px;

}

/*Flickr*/
#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, Sans serif; color:#666666;}
#flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid rgb(0, 0, 0) !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_badge_uber_wrapper {width:150px;}
#flickr_www {display:block; text-align:center; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_wrapper {background-color:#ffffff;border: solid 1px #000000;margin-left:-10px;
width:185px;}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}

.archive{
	margin:10px 0px 0px 0px;
	font-family:Verdana, Geneva, sans-serif;
	}