/*
Theme Name: Inkblot Child
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
Version: 3
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: #4e205e; color: #000; font: 75%/1.5em 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif; padding: 0 1.5em; }
a                          { color:#4e205e; text-decoration:underline;}
a:hover                    { text-decoration:none; }
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: 250%/1em Constantia, Palatino, Times, serif; margin: 0 0 .6em; }
h2                         { font: 200%/1em Constantia, Palatino, Times, serif; margin: 0 0 .75em;}
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; }

/* site description */
.description {
	font:bold italic 150%/1em Constantia, Palatino, Times, serif;
padding: .15em;
margin: .2em;
text-align: left;
color: #fff;
}


/**ADS */
.leaderboard-ad
{ display:block; 
width: 748px; 
height: 110px; 
margin: .40em auto; 
padding: 10px 0 0 14px;
background: url('images/ad-bg728x90.gif') no-repeat; }

.side-ad-234
{ display:block; margin: .15em auto; }

.side-ad-300
{ display:block; width: 317px; height: 270px; margin: .25em auto; padding: 7px 0 0 10px;background: url('images/ad-bg300x250.jpg') no-repeat; }

#btm-ad { 
display:block; 
width: 748px; 
height: 110px; 
margin: .40em auto;
padding: 7px 0 0 14px;
background: url('images/ad-bg728x90-btm.gif') no-repeat; 

}

#btm-ad a span{
display:none;
}

#btm-ad img {
padding: .5em 0;
margin: 0;
}

/** Classes */

h1.blog-title {
font: 270%/1em Constantia, Palatino, Times, serif;
padding: .3em;
margin: .2em 0;
color: #fff;
	-moz-border-radius: 10px;
   	 -webkit-border-radius: 10px;
   	 -khtml-border-radius: 10px;
   	 border-radius: 10px;
background: #8c7db6; /* Old browsers */
/* Rad CSS3 Gradient magic */
background: -moz-linear-gradient(top, #794ca6 0%, #9062c4 53%, #a575e3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#794ca6), color-stop(53%,#9062c4), color-stop(100%,#a575e3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #794ca6 0%,#9062c4 53%,#a575e3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #794ca6 0%,#9062c4 53%,#a575e3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #794ca6 0%,#9062c4 53%,#a575e3 100%); /* IE10+ */
background: linear-gradient(top, #794ca6 0%,#9062c4 53%,#a575e3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#794ca6', endColorstr='#a575e3',GradientType=0 ); /* IE6-9 */

}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

.clear {
	clear: both;
}

/** Structure */
#wrap {
	background: #fff;
	padding: 0px;
	margin: auto;
	overflow: hidden;
}


/** Header */
#header {
background: #4e205e; 
}
	
	#header hgroup {
	display: table-cell;
	position: relative;
	vertical-align: middle;	
	background: #8c7db6;
	padding: 0 -8px 0 0;
	border: 2px #fff solid;
	 height: 90px;
	width: 985px;
	margin: .1em;
 	-moz-border-radius: 20px;
   	 -webkit-border-radius: 20px;
   	 -khtml-border-radius: 20px;
   	 border-radius: 20px;
	}
			#header hgroup h1 {
			display:block;
			height:105px;
			width:303px;
			background: url('images/fizzle-logo.png') no-repeat;
			text-decoration:none;
			float:left;
			margin:  .1em 0 .3em .6em;
		}
	

		#header hgroup h1 a span{
			display:none;
			}
		
		#header hgroup h2 {
			font-style: italic;
			font-weight: normal;
			padding: 0;
			line-height: 0;

		}
#header .color {position:relative;}

		#header .color span {
			position: absolute;
			height:185px;
			width:296px;
			display: block;
			z-index: 99999;
			top: -110px; 
			left: 670px; 
			margin: 16px 2px 5px 0;
			background: url('images/coloring-btm.png') no-repeat;
		}
		
	#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 {
		margin: 3.5em .5em 1em .5em;
padding: 1em; 
-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
border: 2px solid #bd86ba; 
/* min-height: 1050px; */

	}

#content div .type-page {min-height: 1050px;}
		
		#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 */

/* SIDE NAVIGATION MAP */
div#holder {
margin-bottom: 5px;
}

dl.map {
	position:relative;
	width:295px;
	height:188px;
	background:url(images/side-nav-map.jpg) no-repeat;
	text-align:left;
	margin:-8px auto 0 auto;
	padding:0px;
	

}
dl.map dt {
	list-style:none;
	display:inline;
}

 
dl.map a.cast {
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(images/cast.png) no-repeat 0 0;
	width:94px;
	height:50px;
	outline:none;
	z-index:10;
	text-decoration:none;
}
dl.map a.cast:hover {
	background:url(images/cast.png) no-repeat 0 -50px;
}


dl.map a.extras {
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(images/extras.png) no-repeat 0 0;
	width:115px;
	height:56px;
	outline:none;
	z-index:10;
	text-decoration:none;
}
dl.map a.extras:hover {
	background:url(images/extras.png) no-repeat 0 -56px;
}


dl.map a.archive {
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(images/archive.png) no-repeat 0 0;
	width:138px;
	height:46px;
	outline:none;
	z-index:10;
	text-decoration:none;
}
dl.map a.archive:hover {
	background:url(images/archive.png) no-repeat 0 -46px;
}

dl.map a.about {
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(images/about.png) no-repeat 0 0;
	width:136px;
	height:37px;
	outline:none;
	z-index:10;
	text-decoration:none;
}
dl.map a.about:hover {
	background:url(images/about.png) no-repeat 0 -42px;
}

dl.map a.store {
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(images/store.png) no-repeat 0 0;
	width:102px;
	height:49px;
	outline:none;
	z-index:10;
	text-decoration:none;
}
dl.map a.store:hover {
	background:url(images/store.png) no-repeat 0 -49px;
}
 
dl.map a.links {
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(images/links.png) no-repeat 0 0;
	width:127px;
	height:43px;
	outline:none;
	z-index:10;
	text-decoration:none;
}
dl.map a.links:hover {
	background:url(images/links.png) no-repeat 0 -43px;
}

/* START OF CSS FOR MAP POINTS */
dl.map a#cast01 {
	top:18px;
	left:18px;
}
dl.map a#archive01 {
	top:18px;
	left:140px;
}
dl.map a#extras01 {
	top:70px;
	left:165px;
}
dl.map a#about01 {
	top:73px;
	left:28px;
}
dl.map a#store01 {
	top:126px;
	left:175px;
}

dl.map a#links01 {
	top:126px;
	left:22px;
}


#side-map
{
background: url('images/side-nav-map.jpg') no-repeat; 
display:block;
width: 295px;
height: 188px;
margin: 2px auto;
 text-indent: -9999px;
}



nav.paginated {
	font-size: medium;
	margin: 0 0 1.5em;
	text-align: center;

}

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

nav.prevnext {
	border-bottom: 1px solid #ccc;
	float: left;
	font-size: medium;
	margin: 0 0 .75em;
	padding: 0 0 .75em;
	width: 100%;
}
	
	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 2em;
overflow:auto; 

}

article.sticky {
	border: 1px double #ccc;
	padding: 1.5em 1.5em 0;
}
	
	article h1 {
		font-weight: normal;
		margin: 0 0 .25em;
	}
	
	article footer {
		color: #000;
		font-size: normal;
		line-height: 1.5em;
		margin: 0 0 1.5em;
	}
	
	article .webcomic-embed-code {
		display: block;
		margin: 0 0 1.5em;
		width: 100%;
	}

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

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

/** Transcripts */
#transcripts {}
	
	#transcripts h1 {
		cursor: pointer;
		font-size: 100%;
		font-weight: bold;
		margin: 0 0 1.5em;
	}
	
	#transcripts article {
		display: none;
	}
	
		#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 h3 small {
			font-weight: normal;
			padding: 0 0 0 1.5em;
		}

	#comments article {
		border: 1px solid #000;
		padding: 1.5em;
	}
	
	#comments article.bypostauthor {
		border: 3px double;
	}
	
		#comments article footer {
			margin: -1.5em -1.5em 1.5em;
		}
		
			#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: 95%;
		}

	#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 {
		color: #000;
		margin: .5em auto;
		width:100%;

	}
	
	#webcomic nav.above {
		margin-top:-1px;
		margin-left:35px;
		width: 495px;
		/*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 3.5em;
		width: 495px;
		margin-left:35px;
	}
		
		#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 nav.below .first-webcomic-link, #webcomic nav.above .first-webcomic-link  
		{  background: url('images/comic-nav.png') 0 0;display: block; width: 120px; height: 42px; margin-bottom:.75em; }
		#webcomic nav.below .previous-webcomic-link, #webcomic nav.above .previous-webcomic-link
		{ background: url('images/comic-nav.png') -120px 0; display: block; width: 150px; height: 42px; margin-bottom:.75em;}
		#webcomic nav.below .next-webcomic-link, #webcomic nav.above .next-webcomic-link
		{ background: url('images/comic-nav.png') -270px 0; display: block; width: 126px; height: 42px;margin-bottom:.75em;}
		#webcomic nav.below .last-webcomic-link, #webcomic nav.above .last-webcomic-link 
		{  background: url('images/comic-nav.png') -395px 0;display: block; width: 99px; height: 42px;margin-bottom:.75em;}

#webcomic nav.below .first-webcomic-link:hover, #webcomic nav.above .first-webcomic-link:hover{ background-position: 0 -41px; }
#webcomic nav.below .previous-webcomic-link:hover, #webcomic nav.above .previous-webcomic-link:hover { background-position: -120px -41px; }
#webcomic nav.below .next-webcomic-link:hover, #webcomic nav.above .next-webcomic-link:hover { background-position: -270px -41px; }
#webcomic nav.below .last-webcomic-link:hover, #webcomic nav.above .last-webcomic-link:hover { background-position: -395px -41px; }


#webcomic nav.below .first-webcomic-link.current-comic { background-position: 0 -84px; margin-bottom:.75em; }
#webcomic nav.below .previous-webcomic-link.current-comic { background-position: -120px -84px; margin-bottom:.75em; }
#webcomic nav.below .next-webcomic-link.current-comic { background-position: -270px -84px; margin-bottom:.75em;}
#webcomic nav.below .last-webcomic-link.current-comic { background-position: -395px -84px; margin-bottom:.75em;}

#webcomic nav.below span{display:none;}
#webcomic nav.above span{display:none;}
		
	#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: 1em;
}

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


#content-below {clear:both;}

.widgetized ul li {
list-style: none;
font-size: 1em;
}


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

	.widgetized figure figcaption {
font-size:medium;
font: 150%/1em Constantia, Palatino, Times, serif; margin: 0 0 .25em;
		padding: .45em;
color: #fff;
	-moz-border-radius: 10px;
   	 -webkit-border-radius: 10px;
   	 -khtml-border-radius: 10px;
   	 border-radius: 10px;

background: #8c7db6; /* Old browsers */
/* Rad CSS3 Gradient magic */
background: -moz-linear-gradient(top, #794ca6 0%, #9062c4 53%, #a575e3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#794ca6), color-stop(53%,#9062c4), color-stop(100%,#a575e3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #794ca6 0%,#9062c4 53%,#a575e3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #794ca6 0%,#9062c4 53%,#a575e3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #794ca6 0%,#9062c4 53%,#a575e3 100%); /* IE10+ */
background: linear-gradient(top, #794ca6 0%,#9062c4 53%,#a575e3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#794ca6', endColorstr='#a575e3',GradientType=0 ); /* IE6-9 */

	}
	
	.widgetized figure table {
		border: 1px solid #ccc;
		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 #ccc;
					font-weight: bold;
				}
		
		.widgetized figure table tfoot {}
			
			.widgetized figure table tfoot tr {}
			
				.widgetized figure table tfoot tr td {
					border-top: 3px double #ccc;
					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;
	}
	
ol.webcomic-archive-storylines {
list-style-type:none;
font: 120%/2em 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


					
/** Footer */
#footer {
	background: #8c7db6;
margin: 1em auto;
	clear: both;
	color: #fff;
	height: 105px;
width: 900px;
 -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	padding: .5em;
}


#footer .hero  {
position: relative;	
}

#footer .hero span { 
height: 200px;
width: 258px;
position: absolute; 
left: 670px; 
top: -35px;
background: url('images/superhero-btm.png') no-repeat;
}

	
	#footer nav {
		/*display: none; /* uncomment to hide the main menu */
		float: left;
		width: 65%;
		margin-bottom: .75em;
	}
		
		#footer nav ul {
			margin: 0;
		}
			
			#footer nav ul li {
				float: left;
				list-style: none;
				position: relative;
			}
				
				#footer nav ul li a {
					color: #4e205e;
					display: block;
					padding: .25em .75em;
				}
				
				#footer nav ul li:hover  {
					color: #fff;
				}
				
				#footer nav ul li ul {
					background: rgba( 0, 0, 0, .8 );
					display: none;
					left: 0;
					position: absolute;
					top: 2em;
					z-index: 9999;
				}
				
				#footer nav ul li:hover > ul {
					display: block;
				}
				
					#footer nav ul li ul li {
						min-width: 10em;
					}
					
						#footer nav ul li ul li ul {
							left: 100%;
							top: 0;
						}






	
	#footer a {
		color: #4e205e;
		font-weight: bold;
text-decoration:none;
	}
	
	#footer a:hover {
		color: #fff;
	}
