	/*
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.htmlino
.
*/



/* STANDARD TAGS */

body {
	margin: 0;
	color: #cdcdcd;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
	text-shadow: #000 0 0 0; /* Lighten Safari's heavy fonts */
	background: #212733 url(http://img.toonhole.com/background_layout.png) top center repeat-y;
	background-color: #212733;
	}

a {
	color: #517dc0;
	/* color: #45c0df; */
	text-decoration: none;
	}

  	a:hover {
		color: #fff;
		}

	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: #cdcdcd;
	font-size: 60px;
	font-family: 'Georgia', serif;
	font-weight: normal;
	line-height: 50px;
	text-decoration: none;
	letter-spacing: -4px;
	font-variant: small-caps;
	}

h2, h2 a, h2 a:hover {
	margin: 0;
	color: #cdcdcd;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 24px;
	}
	
	h2.pagetitle, h2.pagetitle a {
		padding: 0 0 5px 0;
		margin: 0 0 20px 0;
		font-family: 'Georgia', serif;
		font-size: 32px;
		font-weight: normal;		
		letter-spacing: -2px;
		}

h3, h3 a, h3 a:hover {
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	/* color: #cdcdcd; */
	color: #eae9bb;
	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 {
	/* width: 880px; 770*/
	width: 820px;
	margin: 0px auto;
	background: #131720;
	}



/* THE HEADER */

#header {
	text-align: center;
	width:  739px;
	min-height: 164px;
	margin: auto;
	}

	.description {
		padding: 0 0 10px 0;
		font-size: 14px;
		font-style: italic;
		letter-spacing: 2px;
		}
#headerbar {
	height: 24px;
	background: black;
	border-bottom: 1px solid #212733;
	padding 2px;
	}

#headerbar-icons {
	width: 735px;
	margin: 0px auto;
	text-align: right;
	}

#advertisement {
	background: url('http://katzenjammerstudios.com/toonhole_wordpress/images/advert_bg.jpg'); 
	height: 108px;
	width: 489px;
	padding-top: 0px;
	}

#advertisement img{
	padding-top: 0px;
	}

/* THE MENU */

#nav {
	width: 296px;
	min-height: 31px;
	float: right;
	background: none;
	margin-top: -15px;
	margin-bottom: 0px;
	border: 0px solid blue;
	}

#nav dl {
	list-style: none; }

#nav dd {
	float: left;
	margin: 0px;
	margin-bottom: 0px; 
	text-indent: -9999em; }

#nav dd a {
	display: block;
	height: 31px;
	background: url('http://katzenjammerstudios.com/toonhole_wordpress/images/nav.jpg') no-repeat;
	overflow: hidden; }

#nav dd#comicsnav a {
	width: 68px;
	background-position: 0 0; }
#nav dd#comicsnav a:hover {background-position: 0 -31px; }

#nav dd#toonsnav a {
	width: 76px;
	background-position: -69px 0; }
#nav dd#toonsnav a:hover {background-position: -69px -31px; }

#nav dd#forumnav a {
	width: 77px;
	background-position: -145px 0; }
#nav dd#forumnav a:hover {background-position: -145px -31px; }

#nav dd#gamesnav a {
	width: 68px;
	background-position: -302px 0; }
#nav dd#gamesnav a:hover {background-position: -302px -31px; }

#nav dd#storenav a {
	width: 66px;
	background-position: -221px 0; }
#nav dd#storenav a:hover {background-position: -221px -31px; }


/* THE COMIC */

#comic {
	padding: 2px 0;
	text-align: center;
	border: 0px dashed red;

	}

#comic-head {
	margin-right: -200px;
	}

#comic-head-single {
	margin-right: -115px;
	}

#comic-head img, #comic-head-single img {
	height: 50px;
	width: auto;
	}

#comic-foot {
	}



/* THE FOOTER */

#footer {
	padding: 20px 0;
	text-align: center;
	background: url ('http://img.toonhole.com/logo-tinted.gif') no-repeat;
	}

#footer-ad{
	width: 788px;
	min-width: 788px;
	height: 168px;
	min-height: 168px;
	/* height: 111px; or 130 for old scibol */
	/* min-height: 111px; */
	background: #212733;
	/* background: url("http://www.toonhole.com/wp-content/uploads/2011/09/footer_ad_rounded-v2.gif") no-repeat; */
	overflow: hidden;
	padding: 10px 30px 4px 10px;
	float:right;
	}

#footer-ad img{
	padding-top: 10px;
	}

.footer-ad-left {
	float: left;
	width: 30px;
	min-width: 30px;
	}

/* NAVIGATION */

.nav {	
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: #cdcdcd;
	}
	
	.nav-first {
		padding: 0 5px 0 0;
		float: left;
		border-right: 1px solid #000;
		}
	
	.nav-previous  {
		padding: 0 5px;
		float: left;
		}
	
	.nav-next  {
		padding: 0 5px;
		float: left;
		border-right: 1px solid #000;
		border-left: 1px solid #000;
		}
		
	.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: 14px 20px 0 20px;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	clear: both;
	}

	.pagenav-left {
		float: left;
		}

	.pagenav-right {
		float: right;
		}

.nav a, .pagenav a, .nav-blog a {
	display: block;
	float: left;
	color: #cdcdcd;
	}

	.nav a:hover, .pagenav a:hover, .nav-blog a:hover {
		color: #800;
		}

	.navdivider {
		padding: 0 5px 0 0;
		margin: 0 5px 0 0;
		border-right: 1px solid #000;
		}



/* POSTS - PAGES */

#column {
	/* width: 480px; 370*/
	width: 400px;
	/* padding: 5px 0 20px 0; */
	padding: 22px 10px 0px 10px;
	float: left;
	overflow: hidden;
	}


.post, .post-comic, .post-page {
	padding: 0 20px;
	}

.roundwrapper-head{	
	background: #212733;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(http://katzenjammerstudios.com/toonhole_wordpress/wp-content/uploads/2009/10/roundwrapper_blog.gif) no-repeat scroll 0 0;
	height:10px;
	}


.roundwrapper{	
	background: #212733;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(http://katzenjammerstudios.com/toonhole_wordpress/wp-content/uploads/2009/10/roundwrapper_blog.gif) no-repeat scroll 0 bottom;
	color:#443B2D;
	font-size:24px;
	letter-spacing:-1px;
	line-height:20px;
	padding:0 40px 8px 10px;
	}

.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: 14px;
		}

	.postdate {
		font-size: 11px;
		color: #ede15d;
		}

.more-link {
	border-top: 1px dashed #000;
	font-style: italic;
	display: block;
	clear: both;
	}
		
.tags {
	font-size: 11px;
	clear: both;
	float: right;
	margin-right: 220px;
	}

.comment-link {
	font-family: 'Georgia', serif;
	font-size: 16px;
	text-align: left;
	width: 120px;
	}

.comic-title {
	width: 270px;
vertical-align: top;
	text-align: left;
margin-left: -10px;
	}

/* THE BLOG HEADER */

#blogheader {
	font-family: 'Georgia', serif;
	padding: 0 0 25px 20px;
	font-size: 32px;
	letter-spacing: -2px;
	}


/* COMMENTS */

#respond{
	padding: 0 20px;
	background: #212733;
	width: 290px;
	}

.comment-headerwrap{
	padding: 0 20px;
	background: 0px solid yellow;
	}

	.comment-wrap h3 {
		margin: 0;
		padding: 20px 0 0 0;
		font-weight: normal;
		font-size: 20px;
		clear: both;
		font-family: 'Georgia', serif;
		}

.comment {
	padding: 10px;
	margin: 10px 0 0 0;
	clear: both;
	min-height: 64px;
	}

	.comment .comment  {
	border: 0px dotted yellow;
	}

.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: 18px;
	font-family: 'Arial', sans-serif;
	}

#author, #email, #url {
	width: 240px;
	font-size: 30px;
	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;
		}

	ol.commentlist li {
		background: black;
		}

.comment-body {
border: 0px solid blue;
}

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; */
	padding: 20px 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;
			}
.sidebar img {
	margin-bottom: 4px;
	height: auto;
	/* width: 50%;
	max-width: 50%; */
	}

.sidebar .post-title{
	font: bold;
	}


/* WIDGETS */

.random-comic-icon {
	padding: 0 5px;
	color: #fff;
	background: #000;
	}

.comic-bookmark {
	margin: 0 0 10px 5px;
	}

.archive-dropdown {
	max-width: 100%;
font: 18px;
	}



/* CALENDAR */

#wp-calendar {
	width: 165px;
	margin: 0 0 0 5px;
	}

#wp-calendar tbody {
	background-color: #212733;
	}

#wp-calendar tbody a:hover{
	background-color: #454e5f;
	}

#wp-calendar th {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	}

#wp-calendar caption {
	font-family: 'Georgia', sans-serif;
	font-size: 18px;
	letter-spacing: -1px;
	font-variant: small-caps;
	}

#wp-calendar td {
	min-width: 20px;
	padding: 0;
	text-align: center;
	border: 1px solid #8a8a8a;
	}

#wp-calendar td a {
	background-color: #212733;	
	}

#wp-calendar td a:hover {
	background-color: #454e5f;	
	}

#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: 18px;
	/* font-size: 18px; original font 12? */
	font-family: 'Arial', sans-serif;
	}

#comiclink input{
	width: 226px;
	}

#searchsubmit {
	padding: 0 5px;
	font-size: 18px;
	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;
	}

/* CUSTOM DESIGN CLASSES */
.black {
	color: #000;
	}

.red {
	color: #e02727;
	}

.white{
	color: #cdcdcd;
	}

.center {
	text-align: center;
	}

.comic-base{
	width: 100%;
}

#nl {
	width: 124px;
	}

#twitter-1 {
	background: #212733;
	}

#twitter-1 li{
	padding: 0 10px 10px 5px;
	}

/* SHARE BUTTON */
#sharebox {
margin-right: 20px;
width: 246px;
}

.addthis_toolbox .custom_images a
{
    width: 36px;
    height: 35px;
    margin: 0;
    padding: 0;
}

.addthis_toolbox .custom_images a:hover img
{
    opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;

}

.addthis_toolbox .custom_images a img
{
    opacity: 0.65;
	filter: alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity: 0.65;


}


/* COMIC NAV BUTTON */
.comic_navigation {
    float: right;
    width: 322px;
    margin-left: 0px;
    margin-top: 10px;
    /* text-align:right; */
    vertical-align: top;
}

.comic_navigation .comicnav_images a
{

}

.comicnav_images a:hover img
{
    opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}


.comicnav_images a img
{
    opacity: 0.85;
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	/* height: 83px; */
}


/* xxxxxxxxxxxx   COMMENT FORM  XXXXXXXXXXXXXX  */
.wpcf7-form-control-wrap your-message textarea{
width: 200px;
{

.wpcf7-form {
width: 200px;
{
