/*
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
*/

@import url("../inkblot/style.css");

/** 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: #f5f5f5; color: #3fb6ff; font: 100%/1.5em 'helvetica neue', helvetica, arial, sans-serif;  }
a                          { color: #CC3333; }
a:hover                    { color: #fff; }
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 0em; white-space: pre-wrap; }
p                          { margin: 0 0 1.3em; 
font-size: 14px; 
line-height: 1.3 }
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 1em; }
h4                         { font-size: 100%; font-weight: bold; line-height: 1em; margin: 0 0 1em; }
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: disc; }
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: none;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin: auto;
}

.clear {
	clear: both;
}

/** Structure */
#wrap {
	background-repeat: repeat-x;
	background-image: url("/webcomic-img/bg_comic.jpg");
	border-color: #e60000;
	border-style: solid;
	border-width: 0 1px;
	margin: auto;
	overflow: hidden;
	width: 996px;
}

/** Header */
#header {
	height:	58pt;
	}
	
	#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;
		}
		
#headmenu {
    margin: 11pt 0 0 398pt;
	position:absolute;
}
#headmenu ul {
        margin:0 0 0 0;  
	list-style-type: none; 
        list-style-image: none; 
        
}
#headmenu li {
       display: inline; 
}
#headmenu ul li a {
        color:#FFFFFF;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:bolder;
margin:0 0 0 10px;
padding:0 0 2px;
text-decoration:none;
}
#headmenu ul li a:hover {
       color:#FFFFFF;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:bolder;
margin:0 0 0 10px;
padding:0 0 2px;
text-decoration:none;
}		
#menu2{
	   margin:0 0 0 50pt;
}
#turbo
{
  display: inline-block;
  width: 171px;
  height: 15px;
  background: url("/webcomic-img/readitturbo.png") no-repeat 0 0;

}

#turbo:hover
{ 
  background: url("/webcomic-img/readitturbohl.png") no-repeat 0 0;
}

#turbo span
{
  display: none;
}
#tues{
margin: 2pt 0 0 164pt;
}
		
		
	#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;
						}



body { 
background-attachment: scroll;
background: #000 repeat-y url("/webcomic-img/bg_all.jpg") ;
background-position: 49% 50%;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
overflow-x: hidden;
}


/** Content */
#content {
border-top-width: thin;
border-left-width: thin;
border-right-width: thin;
border-bottom-width: thin;
border-top-style: none;
border-bottom-style: none;
border-top-color: #666666;
border-left-color: #666666;
border-right-color: #666666;
border-bottom-color: #666666;
border-left-style: dashed;
border-right-style: dashed;
width:100px;


}



	
	#content > div {
		padding: 1.5em;
	}
		
		#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;
		}
	
	#content h3 {
	color:#7FE1FF;
font-size:17px;
font-style:italic;
font-weight:200;
text-decoration:none;
}

content p {
     color:#3FB6FF;
     font-family:Verdana,Arial,Helvetica,sans-serif;
     font-size:12px;
}
content pre {
  color:#3FB6FF;
   font-family:Verdana,Arial,Helvetica,sans-serif;
   font-size:12px;
}


.post h2 {
     color: #ED001C;
     padding: 34px 0 20px;
}

.post h3 {
     color: #7FE1FF;
	 font-size:17px;
	 font-weight:200;
	 font-style:italic;
	 text-decoration:none; 
}
h4 {
     color: #7FE1FF;
	 font-size:11px;
	 text-decoration:none;
	 font-weight:bold; 
}


content p {
     color:#3FB6FF;
     font-family:Verdana,Arial,Helvetica,sans-serif;
     font-size:12px;
}
content pre {
  color:#3FB6FF;
   font-family:Verdana,Arial,Helvetica,sans-serif;
   font-size:12px;
}
.postinfo {
border-left:0 solid #CCCCCC;
color:#3FB6FF;
font-size:13px;
font-weight:normal;
line-height:1.5em;
margin:1px 0 30px;
padding:8px 5px 8px 8px;
}
.comment {
background-color:#000; 
border-left:0px solid #cccccc; 
color:#336633; 
margin:0 0 10px; 
padding:8px 5px 0 8px;
}
.comment p {
font-size:0.9em; 
line-height:1.3em; 
margin:0 0 6px; 
padding-bottom:5px;}



/*#wcchueco{ margin:300px;
float:left;
			}*/



/** Navigation */
nav.paginated {
	font-size: larger;
	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: larger;
	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 3em;
}

article.sticky {
	border: 1px double #ccc;
	padding: 1.5em 1.5em 0;
}
	
	article h1 {
		font-size:20pt;
		font-weight: 700;
		font-style: italic;
		color: #cc3333;
		margin: 0 0 .25em;
	}
	
	article footer {
		color: #ccc;
		font-size: smaller;
		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 {
	background-color:transparent;
	color:#3fb6ff;
	}
	
	#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 {
		background-color:transparent;
		color:#3fb6ff;
		padding: 1.5em;
		border:none;
	}
	
	#comments article.bypostauthor {
		border:none;
		
	}
	
		#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: 100%;
		}

	#commentform .form-allowed-tags {
		display: none;
	}
.webcomic-archive {
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
width: 560px;
}
.webcomic-archive ol li{
display: inline;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
padding-right: 20px;
}

.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; 
	}
	
	#webcomic nav.below {
		/*display: none; /* uncomment to hide the navigation below the webcomic */
		background: none;
		font-size: 9pt;
width: 626pt;
		margin: 0 0 0 81px;
	}
		
		#webcomic nav a {
			color: #ccc;
			float: left;
			font-weight: bold;
			line-height: 2em;
			text-align: center;
			width: 25%;
		}
		
		#webcomic nav a:hover {
			background: none;
			color: #fff;
		}
			
		#webcomic nav a.current-webcomic {
			visibility: hidden;
		}
		
	#webcomic .webcomic-object {
		display: block;
		text-align: center;
float: left;
margin-left: 62pt;
	}
	
		#webcomic .webcomic-object img {
			vertical-align: bottom;
			float: left;
		}
		.webcomic .webcomic-below {
			margin: 300px;
		}
	
/** 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: 0;
}

	aside select,
	aside input {
		width: 100%;
	}

#dona{
width:144px;
padding: 0px 0 0 15pt;
}

#imglucas {
	border:1px solid #519AC5; 
	margin:0 20px 20px 0;
	float:left;
	}
#imggala {
	border:1px solid #519AC5; 
	margin:0 0 20px 20px;
	float:right;
	}
#imgbarret {
	border:1px solid #519AC5; 
	margin:0 20px 35px 0;
	float:left;
}
#imgozman {
	border:1px solid #519AC5; 
	margin:0 0 35px 20px;
	float:right;
	}
	
		
#imgferran {
	margin:0 20px 120px 0;
	float:left;
	}
#imgjames {
	margin:0 0 90px 20px;
	float:right;
	}
#imgmudo {
	margin:0 20px 36px 0;
	float:left;
}
#imgaron {
	margin:0 20px 65px 0;
	float:left;
}
#imgcamps {
	margin:0 0 100px 20px;
	float:right;
	}
#imglobo {
	margin:0 0 140px 20px;
	float:right;
	}

.widgetized figure {
	margin-bottom: 1.5em;
}

	.widgetized figure figcaption {
		font-size: smaller;
		font-weight: bold;
		padding: .25em;
	}
	
	.widgetized figure table {
	border:0px solid ;
		text-align: center;
		width: 100%;
	}
	
		.widgetized figure table tbody {}
		
			.widgetized figure table tbody tr:nth-child(even) {
background:none repeat scroll 0 0 ;
				
			}
		
		.widgetized figure table thead {}
			
			.widgetized figure table thead tr {}
			
				.widgetized figure table thead tr th {
					font-weight: bold;
				}
		
		.widgetized figure table tfoot {}
			
			.widgetized figure table tfoot tr {}
			
				.widgetized figure table tfoot tr td {
					font-weight: bold;
				}
		
#today {
	border: 3px double;
}

/** Webcomic Archives */
table.webcomic-archive {
	
	border-collapse: collapse;
	margin: 0 0 1.5em;
	text-align: center;
	width: 100%;
}

	table.webcomic-archive th {
		
		font-weight: bold;
		padding: .75em 0;
	}
	
	table.webcomic-archive tr.alt {
		background: #f5f5f5;
	}
						
/** Footer */
#footer {
	background: #333;
	clear: both;
	color: #fff;
	padding: .25em .5em;
}
	
	#footer a {
		color: #ccc;
		font-weight: bold;
	}
	
	#footer a:hover {
		color: #fff;
	}
