	/*
Theme Name: ComicPress 3C
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: #000;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
	text-shadow: #000 0 0 0; /* Lighten Safari's heavy fonts */
	background: url(/wp-content/themes/comicpress3c27/images/fencebg.gif) left -25px repeat-x #fcfcfc;
	}

a {
	color: #4d6e8a;
	text-decoration: underline;
	}

  	a:hover {
		color: #fff;
		}

	a:focus {
		outline: none;
		}

	a img {
		border: none;
		}
.right {float:right;}
.postimageright {float:right; margin-left:10px; border:2px solid #666}
a.postimageright:hover {border:2px solid #ccc;}
p {
	margin: 12px 0;
	}

img {
	max-width: 100%;
	padding: 0;
	}

small {
	font-size: 11px;
	}

hr {
	height: 1px;
	color: #000;
	background-color: #000;
	border: 0px;
	}
.left {float:left;}
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: #ccc;
	font-size: 60px;
	font-weight: normal;
	line-height: 70px;
	text-decoration: none;
	font-variant: small-caps;
	}

h2, h2 a, h2 a:hover {
	margin: 5px 0 0 0;
	color: #ccc;
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	display: inline;
	}
	
	h2.pagetitle, h2.pagetitle a {
		padding: 5px 0 15px 0;
		/* border-bottom:1px solid #666; */
		margin: 0 0 40px 0 !important;
		font-size: 26px;
		font-weight: normal;	
		}

h3, h3 a, h3 a:hover {
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #ccc;
	text-decoration: none;
	clear: both;
	}
h3 {
	border-bottom:1px solid #666;
	margin-bottom:10px;
}
#column h3 {
	border:none;
	background-color:#444;
	padding:5px;
}
#column h3 a:hover {
	color:#181818;
}
h4 {
	margin:0;
	font-size: 14px;
	font-weight: bold;
}


/* THE PAGE WRAPPER */
/* Change this width to set the entire site's width - increase/reduce #column width by the same amount */

#page {
	width: 100%;
	margin: 0px auto;
	}



/* THE HEADER */

#header {
	text-align: center;
	width:960px;
	padding-top:10px;
	margin:0 auto;
	height:180px;
	position:relative;
	}

	.description {
		padding: 0 0 10px 0;
		font-size: 14px;
		font-style: italic;
		letter-spacing: 2px;
		}
#logo {
	clear:both;
	float:left;
	width:299px;
	height:80px;
	display: block;
	margin:0;
	padding:0;
}
#logo a {
	display:block;
	width:299px;
	height:94px;
	text-indent: -9000px;
	background: url(images/atgglogo.gif) left top no-repeat;
}
.topbanner {
	float:right;
	width:728px;
	height:90px;
	margin:0;
	padding:0;
}

/* THE MENU */

#menubar {
	/* background: #000; */
	zoom: 1; /* IE fix, allows for variable height menu  */
	width:661px;
	float:right;
	}

#menunav {
	float: right;
	clear:right;	
	/* margin-top:20px; */
	}

	#menunav a  {
		width: 25px;
		height: 25px;
		display: block;
		float: left;
		color: #4d6e8a;
		font-size: 19px;
		font-weight: bold;
		line-height: 25px;
		text-align: center;
		/* border-left: 1px solid #fff; */
		}

		#menunav a:hover {
			background: #d8d6d5;
			}
.leftarrow {
	text-indent: -9000px;
	display: block;
	width:25px;
	height:25px;
	background:url(images/leftarrow.gif) left top no-repeat;
}
.rightarrow {
	text-indent: -9000px;
	display: block;
	width:25px;
	height:25px;
	background:url(images/rightarrow.gif) left top no-repeat;
}

#menu {
    padding: 0;
    margin:40px 0 0 0;
	list-style: none;
    float: right;
    line-height: 25px;
	font-size: 14px;
	/* text-transform: uppercase; */
	/* width:661px; */
    }

	#menu a {
		padding: 0px 5px;
		display: block;
		color: #4d6e8a;
		text-decoration: none;
		/* border-right: 1px solid #fff; */
		}

	#menu li {
		float: left;
		padding:0 10px;
		}

	#menu li:hover a, #menu li.sfhover a {
	   /* color: #fff;  Main menu highlighted text color */
	    }

	#menu li:hover, #menu li.sfhover {
	    background: #d8d6d5; /* 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;
	    }
.navrss {padding:0 10px 0 0 !important;}
.navrss a{
	background: url(images/rssicon.gif) right 4px no-repeat;
	padding-right: 15px;
	display: block;
	width:98px;
}

/* THE COMIC */

#comic {
	padding: 10px 0;
	text-align: center;
	width:960px;
	margin:0 auto 5px auto;
	}

/* content area */

#lower {
	background: url(images/lowerbg2.gif) left top repeat-x #333;
	clear:both;
	/* margin-top:15px; */
}
#lowercontent {
	width:960px;
	margin:0 auto;
	padding:0px 0 15px 0;
	color:#ccc;
}
#titlebar {
	with:100%;
	background:url(images/titlebarbg.gif) left top repeat-x #4e6e89;
}
#titlebarinner {
	width:960px;
	margin:0 auto;
}
#titlebar h2 {
	
	float:left;
	display: inline;
}
#titlebar .comicdate{
	width:100px;
	float:left;
	line-height:24px;
	margin-left:15px;
}
.nav-first a {
	display: block;
	text-indent: -9000px;
	background:url(images/first.gif) left top no-repeat;
	width:30px;
	height:24px;
}
.nav-previous a {
	display: block;
	text-indent: -9000px;
	background:url(images/prev.gif) left top no-repeat;
	width:30px;
	height:24px;
}
.nav-next a{
	display: block;
	text-indent: -9000px;
	background:url(images/next.gif) left top no-repeat;
	width:30px;
	height:24px;
}

.nav-last a{
	display: block;
	text-indent: -9000px;
	background:url(images/last.gif) left top no-repeat;
	width:30px;
	height:24px;
}
.nav-first a:hover, .nav-previous a:hover, .nav-next a:hover, .nav-last a:hover {background-position:left bottom;}
#titlebar .comment-link {
	width:100px;
	float:right;
}
.post-comic .sociable {
	width:200px; float:left;
	position:absolute;
	top:-10px;
	right:200px;
}
.castbox img{
	float:left;
	width:120px;
	border:1px solid #666;
	margin:0 10px 10px 0;
}
.castbox {
	border-bottom:1px solid #666;
	margin-bottom:10px;
}
/* THE FOOTER */

#footer {
	padding: 20px 0 0 0;
	text-align: center;
	}



/* NAVIGATION */

.nav {	
	float: right;
	font-size: 12px;
	font-weight: bold;
	margin-top:5px;
	}
	
	.nav-first {
		padding: 0 5px 0 0;
		float: left;
		/* border-right: 1px solid #ccc; */
		}
	
	.nav-previous  {
		padding: 0 5px;
		float: left;
		}
	
	.nav-next  {
		padding: 0 5px;
		float: left;/*

		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
*/
		}
		
	.nav-last {
		padding: 0 0 0 5px;
		float: left;
		}

.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;
	float: left;
	}

	.nav a:hover, .pagenav a:hover, .nav-blog a:hover {
	
		}

	.navdivider {
		padding: 0 5px 0 0;
		margin: 0 5px 0 0;
		border-right: 1px solid #000;
		}

#menu .current_page_item {
	background-color:#d8d6d5;
}

/* POSTS - PAGES */

#column {
	width: 540px;
	padding: 5px 10px 20px 10px;
	float: left;
	overflow: hidden;
	}

.post, .post-comic, .post-page {
	/* padding: 0 20px; */
	}
.post-comic {padding-top:5px;}
.post-head, .post-page-head, .post-comic-head {
	}
	
.post-foot, .post-comic-foot, .post-page-foot {
	/* margin: 0 0 40px 0; */
	height: 10px;
	overflow: hidden;
	}
	
	.comicdate {
		font-size: 12px;
		display: inline;
		padding-left: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-size: 16px;
	text-align: right;
*/
	width:30px;
	height:24px;
	float:right;
	margin-right:10px;
	margin-top:5px;
	}
.comment-link a {
	display:block;
	width:30px;
	height:24px;
	background: url(images/comment.gif) left top no-repeat;
	text-indent: -9000px;
}
#column .comment-link a {background: url(images/comment2.gif) left top no-repeat;}
.comment-link a:hover, #column .comment-link a:hover {background-position:left bottom;}

.post-comic {
	/*
background-color:#324859;
	border:1px solid #666;
*/
	/* padding:10px; */
	color:#ccc;
	position:relative;
}
.post-comic a {
	color:#fff;
}
.post-comic a:hover {
	color:#000;
}
/* THE BLOG HEADER */

#blogheader {
	padding: 25px 0 25px 20px;
	font-size: 32px;
	letter-spacing: -2px;
	border-top: 1px solid #ccc;
	}



/* COMMENTS */

.comment-wrap{
	padding: 0 20px;
	}

	.comment-wrap h3 {
		margin: 0;
		padding: 20px 0 0 0;
		font-weight: normal;
		font-size: 20px;
		clear: both;
		}

.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;
	/* 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;
		}

.archive-year {
	font-size: 48px;
	}

.archive-yearlist {
	padding: 0 0 10px 0;
	font-size: 14px;
	}



/* SIDEBAR */

#sidebar {
	width: 200px;
	padding: 5px 0;
	float: left;
	font-size: 11px;
	overflow: hidden;
	
	}

#sidebar h2, #sidebar h2 a {	
	font-size: 16px;
	}

#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;
			}

#leftbanner {
	padding:10px 20px;
}

/* WIDGETS */

.random-comic-icon {
	padding: 0 5px;
	color: #fff;
	background: #000;
	}

.comic-bookmark {
	margin: 0 0 10px 5px;
	}

.archive-dropdown {
	max-width: 100%;
	}



/* CALENDAR */

#wp-calendar {
	width: 165px;
	margin: 0 0 0 5px;
	}

#wp-calendar th {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	background-color:#444;
	}

#wp-calendar caption {
	margin-top:10px;
	font-size: 14px;
	font-variant: small-caps;
	}

#wp-calendar td {
	min-width: 20px;
	padding: 0;
	text-align: center;
	border: 1px solid #444;
	}

#wp-calendar a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	background:#4d6e8a;
	color:#222;
	}

	#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-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-style: italic;
	}

	#searchsubmit-transcript {
		padding: 0 5px;
		font-size: 12px;
		font-family: 'Arial', sans-serif;
		}



/* STORYLINES */

.storyline-cats {
	padding: 0;
	margin: 0 0 -5px 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-timestamp {
	clear:both;
	display: block;
}
.twitter-link {
	display: block;
	margin-top:10px;
	clear:both;
}
.twitter-item {
border-bottom: 1px solid #666;
padding: 10px 0 !important;
display:block;
clear:both;
}
.updated {
	clear:right;
	position:absolute;
	top:130px;
	right:10px;
}
.widgettitle {border-bottom:1px solid #666;}
.twitter {
	background-color:#333;
}
#comic img {
border:1px solid #bcb6af;
}

.desktopbox {
	width:200px;
float:left;
}
.nocomicpost {
	background: url(images/lowerbg3.gif) left top repeat-x #333 !important;
	padding-top:10px;
}
.leftcolumn {
	width:200px;
	float:left;
}
.comicentry {
	background: #4d6e89;
	padding:0 10px 0px 10px;
	width:176px;
	border:2px solid #444;
	margin-top:5px;
}
.comicentry a {color:#FFF !important;}
.comicentry a:hover {color:#000 !important;}
#blogheader {display:none;}
p.cf-sb {
	text-align: center;
}
.contactinfo {
	background: #4d6e89;
	padding:0 5px;
	border:2px solid #444;
	margin:5px 0;
}
.contacterror {background:#b25252;}
.contact-form fieldset{
	border:1px solid #444;
	margin-top:10px;
}
.contact-form legend {font-weight: bold;font-size: 16px;}
.form-label {
	width:150px;
	float:left;
	margin-top:5px;
}
.form-input, .form-textarea {
	width:350px;
	float:left;
	margin-top:5px;
}
.form-option {
	clear:both;
}