/*
Theme Name: Inkblot - Catolate
Theme URI: http://webcomicms.net/
Description: Make an impression with the original, highly customizable <a href="http://webcomicms.net/">Webcomic</a> theme.
Author: Michael Sisk & Miguel Chaves
Version: 3
Tags: catolate, chocolate, webcomic
Template: inkblot
*/

/** Reset */
address,article,blockquote,body,caption,col,colgroup,dd,dialog,div,dl,dt,fieldset,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,hr,nav,legend,li,menu,ol,p,pre,section,table,tbody,td,tfoot,th,thead,tr,ul,a,abbr,b,bdo,br,cite,code,del,dfn,em,i,ins,kbd,label,mark,meter,progress,q,rp,rt,ruby,samp,small,span,strong,sub,sup,time,var,audio,canvas,embed,figure,figcapture,iframe,img,math,object,svg,video {
	border:          0;
	margin:          0;
	outline:         0;
	padding:         0;
	border-spacing:  0;
	list-style:      none;
	color:           inherit;
	font-size:       inherit;
	font-style:      inherit;
	text-align:      inherit;
	font-weight:     inherit;
	font-family:     inherit;
	line-height:     inherit;
	text-decoration: inherit;
	vertical-align:  baseline;
	border-collapse: separate;
	background:      transparent; }
article,dialog,figure,figcaption,footer,header,hgroup,legend,nav,section { display: block; }

/** Basic Styling */
html                       { background: #464646; color: #fff; font: 100%/1.5em 'helvetica neue', helvetica, arial, sans-serif; padding: 0em; }
a                          { color: #FF691F; }
a:hover                    { color: #FFDD3F; }
a:visited                    { color: #CFAA00; }
abbr                       { border-bottom: 1px dotted; cursor: help; }
b,dfn,strong               { font-weight: bolder; }
blockquote                 { margin: 0 3em; }
address,cite,em,i,var      { font-style: italic; }
code,kbd,pre,var,samp      { font-family: menlo, consolas, courier, monospace; }
del                        { text-decoration: line-through; }
ins                        { text-decoration: underline; }
mark                       { text-decoration: overline; }
pre                        { margin: 0 0 1.5em; white-space: pre-wrap; }
p                          { margin: 0 0 1.5em; }
small                      { font-size: smaller; }
sub                        { vertical-align: sub; }
sup                        { vertical-align: super; }
sub,sup                    { font-size: smaller; line-height: 0; }
h1                         { font-size: 200%; font-weight: bold; line-height: 1em; margin: 0 0 .75em; }
h2                         { font-size: 150%; font-weight: bold; line-height: 1em; margin: 0 0 1em; }
h3                         { font-size: 125%; font-weight: bold; line-height: 1em; margin: 0 0 1.2em; }
h4                         { font-size: 100%; font-weight: bold; line-height: 1em; margin: 0 0 1.5em; }
h5                         { font-size: 85%; font-weight: bold; line-height: 1em; margin: 0 0 1.75em; }
h6                         { font-size: 75%; font-weight: bold; line-height: 1em; margin: 0 0 2em; }
hr                         { clear: both; }
ol li                      { list-style: decimal; }
ul li                      { list-style: disc; }
menu li                    { list-style: circle; }
ol,ul,menu                 { margin: 0 0 1.5em 3em; }
ul ul,ul ol,ol ol,ol ul,dd { margin: 0 0 0 3em; }
dl,dialog                  { margin: 0 0 1.5em; }
dt                         { font-weight: bolder; }

/** Classes */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

.clear {
	clear: both;
}

/** Structure */
#wrap {
	background: #6d2a0a url(images/header_bg.png) repeat-x;
	border-color: #333;
	border-style: solid;
	border-width: 0 1px;
	box-shadow: 0 0 2em rgba( 0, 0, 0, .2 );
	-moz-box-shadow: 0 0 2em rgba( 0, 0, 0, .2 );
	-webkit-box-shadow: 0 0 2em rgba( 0, 0, 0, .2 );
	margin: auto;
	overflow: hidden;
}

/** Header */
#header {}
	
	#header hgroup {
		display: table-cell;
		vertical-align: middle;
	}
		
		#header hgroup h1 {
			margin: 0 .25em;
			padding: 0 .5em;
		}
		
		#header hgroup h2 {
			font-style: italic;
			font-weight: normal;
			padding: 0 1em;
		}
		
	#header nav {
		background: #333;
		/*display: none; /* uncomment to hide the main menu */
		float: left;
		width: 100%;
	}
		
		#header nav ul {
			margin: 0;
		}
			
			#header nav ul li {
				float: left;
				list-style: none;
				position: relative;
			}
				
				#header nav ul li a {
					color: #ccc;
					display: block;
					padding: .25em .75em;
				}
				
				#header nav ul li:hover > a,
				#header nav ul li.current_page_item > a,
				#header nav ul li.current_page_ancestor > a,
				#header nav ul li.current-menu-item > a,
				#header nav ul li.current-menu-ancestor > a {
					background: #000;
					color: #fff;
				}
				
				#header nav ul li ul {
					background: rgba( 0, 0, 0, .8 );
					display: none;
					left: 0;
					position: absolute;
					top: 2em;
					z-index: 9999;
				}
				
				#header nav ul li:hover > ul {
					display: block;
				}
				
					#header nav ul li ul li {
						min-width: 10em;
					}
					
						#header nav ul li ul li ul {
							left: 100%;
							top: 0;
						}

/** Content */
#content {}
	
	#content > div {
		padding: 1.5em;
		background: #fff;
		color:#000;
	}
	
	#content a, #content a:visited  {
		color: #BF460B;
	}
	
	#content a:hover {
		color: #9F3B09;
		text-decoration: underline;
	}
		
		#content div .webcomic_post .webcomic.full {
			margin: -1.5em -1.5em 0;
		}
		
		#content div hr.webcomic {
			 border-bottom: 3px double #ccc;
			 margin: 0 0 1.5em;
		}

/** Navigation */
nav.paginated {
	font-size: larger;
	margin: 0 0 1.5em;
	text-align: center;
}

	nav.paginated a {
		font-weight: bold;
	}d

nav.prevnext {
	border-bottom: 1px solid #ccc;
	float: left;
	font-size: larger;
	margin: 0 0 .75em;
	padding: 0 0 .75em;
	width: 100%;
}	
		
	nav.prevnext a {
		font-size: 0.7em;
	}
	
	nav.prevnext a:last-child {
		float: right;
	}

	nav.prevnext a:first-child {
		float: left;
	}

.attachment nav.prevnext img {
	height: 80px;
	width: 80px;
}
	


/** Articles */
article {
	margin: 0 0 3em;
}

article.sticky {
	border: 1px double #ccc;
	padding: 1.5em 1.5em 0;
}
	
	article h1 {
		font-weight: normal;
		margin: 0;
		clear: both;
	}
	
	article footer {
		color: #8F8F8F;
		font-size: smaller;
		line-height: 1.5em;
		margin: 0;
		padding: 0;
		vertical-align: middle;
	}
		#content article footer a{
			color: #AFAFAF;
		}
		#content article footer a:hover, #content article footer a:visited{
			color: #8F8F8F;
		}
	
	article .webcomic-embed-code {
		display: block;
		margin: 0 0 1.5em;
		width: 100%;
	}
	
	article.webcomic_post{
	}
	
		article.webcomic_post h1 {
		}

.single-webcomicpost article .preview {
	text-align: center;
}

.webcomic-verify-age .content,
.webcomic-verify-fail .content {
	text-align: center;
}

/** Transcripts */
#transcripts {
	margin-top:1em;
}
	
	#transcripts h1 {
		cursor: pointer;
		font-size: 	1.5em;
		font-weight: bold;
		margin: 0 0 1.5em;
	}
	
	#transcripts article {
		display: none;
		padding: 10px;
	}
	
		#transcripts article footer {
			border-bottom: 1px solid #ccc;
		}

/** Comments */
#comments {}
	
	#comments h1,
	#comments h3 {
		font-size: 100%;
		font-weight: bold;
		margin: 0 0 1.5em;
	}
	
	#comments h1 {
		font-size: 1.3em;
	}
	
		#comments h3 small {
			font-weight: normal;
			padding: 0 0 0 1.5em;
		}

	#comments article {
		border: 1px solid #ccc;
		padding: 1.5em;
		background:#fff;
	}
	
	#comments article.bypostauthor {
		border: 3px double;
		background:#FFC9AF;
	}
	
		#comments article footer {
			margin: -1.5em -1.5em 1.5em;
			padding: 0;
			background:none;
		}
		
			#comments article footer img {
				padding: 0 .75em 0 0;
				vertical-align: middle;
			}

/** Forms */
#transcribeform {}
	
	#transcribeform h2 {
		cursor: pointer;
		font-size: 100%;
		font-weight: bold;
		margin: 0 0 1.5em;
	}

	#transcribeform p {
		display: none;
		margin: 0 0 .75em;
	}
	
		#transcribeform p .required {
			padding: .25em;
		}
	
		#transcribeform p label {
			display: block;
			float: left;
			width: 4em;
		}
	
	#transcribeform .transcribe-before {
		display: none;
	}

	#transcribeform .webcomic-transcribe-language {
		margin: 0;
	}

		#transcribeform .webcomic-transcribe-language label {
			display: none;
		}

	#transcribeform .webcomic-transcribe-text {}

		#transcribeform .webcomic-transcribe-text label {
			display: none;
		}
		
		#transcribeform .webcomic-transcribe-text textarea {
			width: 100%;
		}
		
	#transcribeform dl {
		display: none;
	}

#commentform {}

	#commentform p {
		margin: 0 0 .75em;
	}
	
		#commentform p label {
			/*display: block;
			float: left;
			width: 4em;*/
		}
	
		#commentform p .required {
			padding: .25em;
		}
	
	#commentform .comment-notes {
		/*display: none;*/
	}

	#commentform .comment-form-comment {}
	
		#commentform .comment-form-comment label {
			/*display: none;*/
		}
		
		#commentform .comment-form-comment textarea {
			width: 98%;
		}

	#commentform .form-allowed-tags {
		/*display: none;*/
	}

	
.webcomic-purchase-form {}

	.webcomic-purchase-form input {
		float: left;
		margin: 0 .75em 0 0;
	}

/** Webcomics */
.home article.webcomic_post {}
	
	#webcomic nav {
		background: #333;
		color: #ccc;
		float: left;
		width: 100%;
	}
	
	#webcomic nav.above {
		border-top: 1px solid #fff;
		/*display: none; /* uncomment to hide the navigation above the webcomic */
	}
	
	#webcomic nav.below {
		/*display: none; /* uncomment to hide the navigation below the webcomic */
		margin: 0 0 1em;
	}
		
		#webcomic nav a {
			color: #ccc;
			float: left;
			font-weight: bold;
			line-height: 2em;
			text-align: center;
			width: 20%;
		}
		
		#webcomic nav a:hover {
			background: #000;
			color: #fff;
		}
			
		#webcomic nav a.current-webcomic {
			visibility: hidden;
		}
		
	#webcomic .webcomic-object {
		display: block;
		text-align: center;
	}
	
		#webcomic .webcomic-object img {
			vertical-align: bottom;
		}
	
/** Galleries */
article .gallery {
	border: 1px solid #ccc;
	margin: 0 0 1.5em;
	padding: .75em;
}

	article .gallery figure {
		float: left;
	}
	
		article .gallery figure a {
			float: left;
			padding: .75em;
		}
		
		article .gallery figure div {}
	
			article .gallery figure div img {
				vertical-align: bottom;
			}
	
	article .gallery hr {
		margin: .75em 0;
	}

/** Attachments */
article.attachment .attachment {
	text-align: center;
}

/** Characters */
.character-avatar {
	float: left;
	margin: 0 .75em .75em 0;
}

/** Sidebars & Widgetized Areas */
aside > div {
	padding: 1.5em;
}

	aside select,
	aside input {
		width: 100%;
	}

	
#sidebar1 {
	background:#3A1704;
}

#sidebar2 {
	background:#3A1704;
}

#sidebar1, #sidebar2 {
	font-size: 0.9em;
	line-height: 1.2em;
}

.widgetized figure {
	margin-bottom: 1.5em;
}

	.widgetized figure figcaption {
		border-top: 1px solid #fff;
		font-size: smaller;
		font-weight: bold;
		padding: .25em;
	}
	
	.widgetized figure table {
		border: 1px solid #fff;
		text-align: center;
		width: 100%;
	}
	
		.widgetized figure table tbody {}
		
			.widgetized figure table tbody tr:nth-child(even) {
				background: #eee;
			}
		
		.widgetized figure table thead {}
			
			.widgetized figure table thead tr {}
			
				.widgetized figure table thead tr th {
					border-bottom: 3px double #fff;
					font-weight: bold;
				}
		
		.widgetized figure table tfoot {}
			
			.widgetized figure table tfoot tr {}
			
				.widgetized figure table tfoot tr td {
					border-top: 3px double #fff;
					font-weight: bold;
				}
		
#today {
	border: 3px double;
}

/** Webcomic Archives */
table.webcomic-archive {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0 0 1.5em;
	text-align: center;
	width: 100%;
}

	table.webcomic-archive th {
		border: 3px double #ccc;
		font-weight: bold;
		padding: .75em 0;
	}
	
	table.webcomic-archive tr.alt {
		background: #f5f5f5;
	}
						
/** Footer */
#footer {
	background: #333;
	clear: both;
	color: #fff;
	padding: .25em .5em;
	/*
	font-size: 0.8em;
	line-height: normal;
	*/
}
	
	#footer a {
		color: #ccc;
		font-weight: bold;
	}
	
	#footer a:hover {
		color: #fff;
	}
	
/*---------------------*/

#topbar {
	background:#464646;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	font-size:0.7em;
	font-weight:bold;
	color:#7d7d7d;
	border-bottom:1px solid #000;
}

#topbar li {
	float:left;
	height:20px;
	vertical-align:middle;
	padding:0 1em;
	list-style:none;
}

#topbar li.alignright {
	float: right;
}

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

#topbar a:hover {
	color:#fff;
}

/*---------------------*/


/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
	overflow: hidden;
	float: left;
	width: 870px;
	margin-top: 40px;
	height: 388px;
}

#slideshow ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 1%; /* IE fix */
}

#slideshow ul:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}            

/* ---------------------------------------------------- */
/* dHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
	overflow: hidden;
	width: 870px;
	background-color: #3a1704;
	margin: 0;
	padding: 0;
}

#slideshow .slides  h3{
	margin: 0;
	padding: 2px;
}

#slideshow .slides ul {
	width: 2550px;
}

#slideshow .slides li {
	width: 870px;
	float: left;
	padding: 0px;
	font-size: 1em;
	line-height: normal;
	list-style: none;
	background-color: #592408;
}

#slideshow .slides h2 {
	margin-top: 0;
}

.smalltext {
	font-size: 0.8em;
	line-height: normal;
}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
	background-color: #803510;
	margin-left: 674px;
	height: 34px;
}

#slideshow .slides-nav li {
	list-style: none;
	float: left;
	border-left: 1px solid #3a1704;
	font-size: 0.6em;
	font-weight: bold;
}

#slideshow .slides-nav li a {
	color: #fff;
	display: block;
	padding: 5px 5px;
	outline: none;
}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
	background-color: #3a1704;
	font-size: 0.8em;
}

.js #slideshow .slides-nav li.on a {
	position: relative;
	top: 4px;
}

/*---------------------*/

img, div, a, input { behavior: url(/wp-content/themes/inkblot-catolate/scripts/iepngfix.htc) }
/*****************/

#comicleft { float:left; width: 140px; height:350px; color:#fff; padding:20px 5px 5px 5px; text-align:center; font-size:11px; }
#comicright { float:right; display:inline; width:140px; height:350px; color:#fff; padding:20px 5px 5px 5px; text-align:center; font-size:11px; }

#comicleft h2, #comicright h2 { color: #ad4510; font-size: 14px; font-family: 'Arial', sans-serif; }

a.linkfade { color: #3a1604; text-decoration:none; }
a.linkfade img{
filter:alpha(opacity=30);
-moz-opacity: 0.30;
opacity: 0.30;
}
a.linkfade:hover { color: #ad4510; }
a.linkfade:hover img{
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
}

ol.contentlist  { 
	float: right;
	padding: 5px;
	background-color: #9e0b0f;
	border: 1px solid #3a1604;
	margin: 0;
	list-style-position:inside;
 }
 
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

ul.gallerycontainer {
	position: relative;
	/*Add a height attribute and set to largest image's height to prevent overlaying*/
	margin:0;
	padding:0;
	list-style: none;
	line-height:0px;
}

ul.gallerycontainer li {
	list-style: none;
}

.thumbnail img {
	border: 1px solid white;
	margin: 0 5px 5px 0;
}

.thumbnail:hover {
	background-color: transparent;
}

.thumbnail span { /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	left: -1000px;
	display:none;
	color: black;
	text-decoration: none;
	padding:0;
	margin:0;
	border: 2px solid #3a1604;
	border-left: 10px solid #3a1604;
}

.thumbnail_right span { /*CSS for enlarged image*/
	border-right: 10px solid #3a1604;
	border-left:2px solid #3a1604;
}

.thumbnail span img { /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
	padding:0;
	margin:0;
}

.thumbnail:hover span { /*CSS for enlarged image*/
	display: inherit;
	top: 0;
	left: 145px; /*position where enlarged image should offset horizontally */
	top: 0px;
	z-index: 50;
}

.thumbnail_right:hover span { /*CSS for enlarged image*/
	left: -317px;
}

/*---------------------*/

#agerating {
	background:#2b2b2b; text-align:center; padding:2px; margin:0; color:#fff; font-family:"Times New Roman",Georgia,Serif; line-height:0px; border: 1px solid #2b2b2b;
}
#agerating h2{
	padding:0; margin:0;
	font-size: 1.1em;
}
#agerating p{
	background:#4b4a4a; padding:5px; margin:0; line-height:12px;
	font-size: 0.8em;
}
/*---------------------*/
/*  WP-ESTORE  */

#sidebar_cart {
	background: #5F5F5F;
	color: #fff;
}
	#sidebar_cart a{
		color: #fff;
	}
	#sidebar_cart .shopping_cart h2{
		margin:0;
		padding: 0;
	}
	
	#sidebar_cart .shopping_cart #pinfo{
		color: yellow;
	}
	
	#sidebar_cart .shopping_cart table{
		border: 0;
	}	
	#sidebar_cart .shopping_cart table tbody tr:nth-child(odd){
		background:#7F7F7F;
	}
	#sidebar_cart .shopping_cart table tbody tr:nth-child(even){
		background:#9F9F9F;
	}
	#sidebar_cart .shopping_cart table tbody tr th{
		font-weight: bold;
		padding-left: 5px;
	}
	#sidebar_cart .shopping_cart table tbody tr td a{
		color: #fff;
	}
	#sidebar_cart .shopping_cart INPUT{
		width: auto;
	}
	#sidebar_cart .shopping_cart INPUT[type='submit'] {
		border: 0;
	}
	
	#sidebar_cart .shopping_cart .eStore_remove_item_button, #sidebar_cart .shopping_cart .eStore_empty_cart_button  {
			width: 10px;
			height: 10px;
	}
	
	#sidebar_cart .shopping_cart .eStore_paypal_checkout_button {
		border: 0;
		margin-left: 50px;
	}

/*  Sidebar product highlight  */

.sidebar_product  h3{
	font-size:1em;
	margin: 0 0 3px 0;
}
.sidebar_product  p{
	font-size:0.6em;
	font-weight: bold;
	margin: 0;
}

.sidebar_product .eStore-product {
	border: 1px solid #fff;
	background: #FFD01C;
}

.sidebar_product .eStore-product .eStore-product-description {
	font-size: 0.7em;
	line-height: normal;
	font-weight: normal;
	color: #CFA500;
	margin-left: 0px;
	text-align: center;
}
	.sidebar_product .eStore-product .eStore-product-description a strong{
		font-size: 1.2em;
		color: #fff;
	}
	.sidebar_product .eStore-product .eStore-product-description ccc{
		font-size: 1.2em;
		font-weight: bold;
		color: #BF9800;
	}
.sidebar_product .eStore-product .eStore-thumbnail{
	float: none;
	text-align: center;
}
	.sidebar_product .eStore-product .eStore-thumbnail img, .eStore-thumbnail a img {
		border: 1px solid #fff;
	}
	.sidebar_product .eStore-product .eStore-thumbnail .thumb-image{
		width: 200px;
	}
	.sidebar_product .eStore-product .eStore_button  {
		opacity:0.7;
	}
		.sidebar_product .eStore-product .eStore_button:hover  {
			opacity:1;
		}
		
/*---------------------*/
	
input.eStore_button {
	width: auto;
}

/*---------------------*/

#get_recent_comments_wrap ul{
	line-height: normal;
	font-size: 0.9em;
}

/*---------------------*/
/* comic archive - chapter */
ol.webcomic-archive {
	background:#fff url(images/archive_title_02.png) no-repeat;
	width:570px;
	margin:0 0 0 15px;
}

.webcomic-archive-storyline .children {
}

.webcomic-archive-items {
	display:none;
	margin-left: 0px;
}

.webcomic-archive-items li {
	display: inline;
	margin: 5px;
	border-bottom: 1px solid silver;
}

/*------------------------------------*/

