/*
Theme Name: InkBlot
Theme URI: http://rad.maikeruon.com/wcib/
Description: Highly customizable theme designed for WordPress with <a href="http://rad.maikeruon.com/wcib/webcomic/">WebComic</a>.
Version: 1.0
Author: Michael Sisk
Author URI: http://maikeruon.com/
Tags: black, white, custom layout, one column, two column, three column, webcomic, comic
*/

#inkblot-download             { position: absolute; right: 1.5em;  top: 1.5em; width: 220px; }
#inkblot-download span        { display:none; }
#inkblot-download a           { background: url('images/download.png') no-repeat; border: 0; display: block; height: 60px; }
#inkblot-download a:hover     { background-position: 0 -60px; }

#inkblot-donate                      { position: absolute; right: 230px;  top: 1.5em; width: 20em; }
#inkblot-donate .donate-button       { background: url('images/donate.png') no-repeat; border: 0; cursor: pointer; display: block; height: 60px; width: 224px; }
#inkblot-donate .donate-button:hover { background-position: 0 -60px; }

/*
InkBlot v 1.0 by Michael Sisk
----------------------------------------------------------------------
Modifying this file directly is not recommended. Any CSS modifications
should be made in sytle.css. That said, do take a look at the styles
defined here. More general styles are at the top, while InkBlot
specific styling is near the bottom.

If you want to change the widths of major page elements--the page
wrapper, content block, sidebars, etc.--this should *not* be done
manually. InkBlot dynamically calculates these values based on the
settings you selected in the InkBlot settings page.
*/

/* reset all elements */
address,blockquote,body,caption,div,dd,dl,dt,fieldset,form,
h1,h2,h3,h4,h5,h6,html,legend,noscript,ol,p,pre,table,tbody,
td,tfoot,th,thead,tr,ul,a,abbr,br,cite,code,dfn,em,kbd,label,
q,samp,span,strong,sub,sup,tt,var,img {
 border:0;
 border-collapse:collapse;
 border-spacing:0;
 color:inherit;
 font-family:inherit;
 font-size:inherit;
 font-style:inherit;
 font-weight:inherit;
 line-height:inherit;
 list-style:none;
 margin:0;
 outline:0;
 padding:0;
 text-decoration:none;
 text-align:inherit;
 vertical-align:baseline;
}

/* DEBUG */
/*
div {
	border:dashed;
	}
*/

/* Standard formatting and typography. Skip to the "InkBlot" section
   for more specific styles.
----------------------------------------------------------------------*/
body {
	font-family: "Lucida Sans", Verdana, Arial, sans-serif;
	background-repeat: repeat;
	background-attachment:fixed;
	background-image:url('images/bg-tile.png');
	color: #333333;
	font-size: 75%;
	line-height:1.5em;
}

	
/* hyperlinks */
a {
	color:#333;
	text-decoration:underline;
}
	
	a:hover {
		text-decoration:none;
	}
	
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	text-decoration:none;
}

	h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
		text-decoration:underline;
	}


	
/* headings */
h1 {
/* 	font-family:"Lucida Sans", Verdana, Arial, sans-serif; */
	font-family: "Courier New","Courier", Monaco, monospace;
	font-size:300%;
	line-height:1em;
	margin-bottom:.5em;
	color: #660000;
	font-weight: bold;
}

h2 {
/* 	font-family:"Lucida Sans", Verdana, Arial, sans-serif; */
	font-family: "Courier New","Courier", Monaco, monospace;
	font-size:200%;
	line-height:1em;
	margin-bottom:.75em;
	color: #660000;
	font-weight: bold;
}

h3 {
	color: #660000;
	font-weight: bold;
	font-family:"Courier New", Courier, Monaco, monospace;
	font-color:#660000;
	font-size: 160%;
	line-height:1em;
	margin-bottom:1em;
}

h4 {
/* 	font-family:"Lucida Sans", Verdana, Arial, sans-serif; */
	font-family: "Courier New","Courier", Monaco, monospace;
	font-size:125%;
	line-height:1em;
	margin-bottom:1.2em;
	color: #660000;
	font-weight: bold;
}

h5 {
/* 	font-family:"Lucida Sans", Verdana, Arial, sans-serif; */
	font-family: "Courier New","Courier", Monaco, monospace;
	font-size:115%;
	line-height:1em;
	margin-bottom:1.3em;
	color: #660000;
	font-weight: bold;
}

h6 {
	font-family:"Lucida Sans", Verdana, Arial, sans-serif;
	line-height:1em;
	margin-bottom:1.5em;
}


	
/* text */
abbr {
	border-bottom-style:dotted;
	border-bottom-width:.1em;
	cursor:help;
}

blockquote {
	margin-bottom:1.5em;
	padding-left:1.5em;
	padding-right:1.5em;
}

code,kbd,pre,var {
	font-family:'Andale Mono', 'Courier New', monospace;
	font-size:125%;
}

dfn,strong {
	font-weight:bold;
}

pre {
	display:block;
	margin-bottom:1.5em;
	padding-left:1.5em;
	padding-right:1.5em;
	white-space:pre-wrap;
}

em,samp {
	font-style:italic;
}

p {
	margin-bottom:1.5em;
}

sub {
	font-size:85%;
	vertical-align:sub;
}

sup {
	font-size:85%;
	vertical-align:super;
}


	
/* lists */
dl {
	margin-bottom:1.5em;
}

dt {
	font-weight:bold;
}

dd {
	margin-left:1.5em;
}

ol,ul {
	margin-bottom:1.5em;
	margin-left:1.5em;
	padding-left:1.5em;
}

ol ol,ul ul {
	margin-bottom:0;
}

ol {
	list-style:decimal;
}

ul {
	list-style:square;
}


	
/* tables */
table {
	caption-side:bottom;
	margin:0 0 1.5em;
	width:100%;
}

caption {
	font-size:85%;
	padding:.25em .75em;
	text-align:center;
}

col {
	border:.1em solid #ccc;
}

thead {
	border-bottom:.25em double #ccc;
}

tfoot {
	border-top:.25em double #ccc;
}

tbody tr {
	border:.1em solid #ccc;
}

th {
	font-weight:bold;
	padding:.25em .75em;
	text-align:left;
}

td {
	padding:.25em .75em;
}


	
/* forms */
fieldset {
	border-width:.1em;
	border-style:solid;
	border-color:#ccc;
	padding:1.5em;
	margin-bottom:1.5em;
}

legend {
	font-weight:bold;
	padding-left:1.5em;
	padding-right:1.5em;
}

label {
	cursor:pointer;
}

textarea {
	font-family:"Lucida Sans", Verdana, Arial, sans-serif;
	font-size:75%;
}
#searchform h3 {
padding: 0px;
}

/* InkBlot
----------------------------------------------------------------------*/
.pad {
	padding:1.5em;
}

.clear {
	clear:both;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

.align-right {
	text-align:right;
}

.align-center {
	text-align:center;
}

.aligncenter {
	display:block;
	margin-right:auto;
	margin-left:auto;
}

.align-left {
	text-align:left;
}


/* #wrap */
#wrap {

	margin:auto;
	padding-left:10px;
	padding-right:10px;
	position:relative;
}



/* #page */
#page {

	margin-right:-10px;
	padding-right:10px;
}


	
/* #head */
#head{
	position: relative;

}
	#head .title {
		#z-index: 1;
		#clear: none;
		position: relative;
		top: -18px;
 		left: 0px; 
		padding: 0px;
	}
		#head .title span {
			clear: none;
			#display: none;
		}
	
		#head .title a {
			#float: none;
/* 			z-index: -2; */
			#clear: none;
			text-decoration:none;
			background-image:url('images/banner.png');
			#background-position: center;
			display:block;
			height:131px;
		}
	
			#head .title a:hover {
				text-decoration:none;
			}
			
	#head .tagline {
		#clear: none;
		display:none;
		font-family:"Lucida Sans", Verdana, Arial, sans-serif;
		font-size:150%;
		line-height:1em;
		margin-top:1em;
	}
	
/*
	#head .bookpromo {
		z-index: 5;
		clear: none;
		float: right;
		
	}
*/
	
	#head .pad {
		#z-index: -1;
		#clear: none;
		padding:0px;
	}
	
	#head .navi {
		#clear: none;
		display: none;
		background:#968f8a;
		color:#999;
		#float: none;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		width:100%;
		z-index:1;
	}
	
		#head .navi li {
			float:left;
		}
		
		#head .navi .feed {
			float: right;
		}
		
		#head .navi a {
			color:#999;
			display:block;
			font-weight:bold;
			line-height:2.5em;
			padding-right:1em;
			padding-left:1em;
			text-decoration:none;
		}
		
			#head .navi a:hover,#head .navi .current_page_item>a,#head .navi .current_page_ancestor>a {
				color:#fff;
			}
	
		#head .navi ul {
			background-image:url('images/inkblot/navi.png');
			display:none;
			list-style:none;
			margin:0;
			padding:0;
			position:absolute;
		}
	
			#head .navi ul li {
				float:none;
				position:relative;
				white-space:nowrap;
			}
		
		#head .newcomers {
				padding-left: 175px;
				padding-bottom: 5px;
			}

			#head .newcomers a {
				font-size: 165%;
				font-weight: bold;
				font-family: "Courier New", Courier, Monaco, monospace;
				text-decoration: none;
				color: #660000;
			}

	
			#head .newcomers a:hover {
				color: #333333;
			}

	
           
/* #foot */
#foot {
	background:#968f8a;
	color: #cfcfcf;
	line-height:2.5em;
	padding-left:1em;
	padding-right:1em;
}

	#foot a {
		color: #48290d;
		font-weight:bold;
		text-decoration:none;
	}
	
		#foot a:hover {
			color:#fff;
		}



/* #body */
#body {
	background-image: url('images/sidebar-tile.png');
	background-repeat: repeat;
	
	}
	
#content {
	background-image: url('images/sidebar-tile.png');
	background-repeat: repeat;
}

/* #comic */
#comic {
	background-image: url('images/main-panel-tile.png');
	background-repeat: repeat;	
	text-align: center;
	vertical-align: middle;
	width: 820px;
}
#comic img {

	max-height: 970px;
	max-width: 800px;
	vertical-align: middle;
	padding-bottom: 30px;
	padding-top: 30px;
}

#comic span {
	text-align:center;
	vertical-align: middle;
}

#comic h1 {
	display:none;
}

#comic .navi {
	
	background-color: #968f8a;
	color: #cfcfcf;
	font-weight:bold;
	line-height:2.5em;
	padding-left:1em;
	padding-right:1em;
	vertical-align: middle;
	max-height: 48px;
}

	#comic .navi a {
		color: #48290d;
		text-decoration:none;
		vertical-align: middle;

	}
	
		#comic .navi a:hover {
			color: white;
		}
			#comic .navi img {
				padding:3px;
				margin:0px;
				border:0px;
				vertical-align: middle;	
			}

/* Blog Title */
.blog-title {
	font-family:"Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 300%;
	line-height: 1em;
	margin-bottom: .5em;
}
	
           
.blog-title span {
	color: #660000;
	font-family:"Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 100%;
	line-height: 1em;
	margin-bottom: .5em;
}
	
/* Posts */
.post .navi {
	font-weight:bold;
}

	.post .navi a {
		text-decoration:none;
	}
	
		.post h2 a {
		color: #996666;
		text-decoration:none;
	}
	
		.post h2 a:hover {
		color: #996666;
		text-decoration: underline;
	}
	
		.post .navi a:hover {
			color:#999;
		}

.post .date {
	font-size:115%;
	margin-top:-1em;
	margin-bottom:1.3em;
}

.post .foot {
	font-size:115%;
	margin-bottom:2.6em;
	text-align:right;
}

.post .meta {
	background:#eee;
	border-width:.1em;
	border-style:solid;
	border-color:#ddd;
	font-weight:normal;
	font-size:85%;
	padding:.5em;
}

.sticky {
	background-color:#333;
	color:#999;
	margin-bottom:3em;
	padding:1em;
}

	.sticky a {
		color:#999;
	}
	
		.sticky a:hover {
			color:#fff;
		}

	.sticky .foot {
		margin:0;
	}


	
/* Page Navigation */
.page-navi {
	font-weight:bold;
}

	.page-navi a {
		text-decoration:none;
	}
	
	.page-navi a:hover {
		color:#999;
	}


	
/* archive comics */
a.comic {
	background-color:#333;
	color:#999;
	display:block;
	margin-bottom:1.5em;
	padding:1.5em;
	text-align:center;
	text-decoration:none;
}

		a.comic:hover {
			color:#fff;
		}

		a.comic .title {
			display:block;
			font-family: "Lucida Sans", Verdana, Arial, sans-serif;
			font-size:175%;
			line-height:1em;
		}


	
/* Comic Transcripts */
.transcript-title {
	cursor:pointer;
	font-weight:bold;
	margin-bottom:.75em;
}

	.transcript-title:hover {
		color:#999;
	}
	
.transcript {
	display:none;
	border-width:.1em;
	border-style:solid;
	border-color:#ddd;
	margin-bottom:1.5em;
	padding-left:1.5em;
	padding-right:1.5em;
	padding-top:1.5em;
}


	
/* Attachments */
.attachment .navi {
	margin-bottom:1.5em;
	position:static;
}

	.attachment .navi .meta {
		background:#eee;
		border-width:.1em;
		border-style:solid;
		border-color:#ddd;
		font-weight:normal;
		font-size:85%;
		margin-right:8em;
		margin-bottom:1.5em;
		margin-left:8em;
		padding:.5em;
	}
	
	.attachment .navi .thumb a {
		border-color:#ddd;
		border-style:solid;
		border-width:.1em;
		display:inline-block;
		padding:.5em;
	}
	
		.attachment .navi .thumb a:hover {
			border-color:#333;
		}
	
	.attachment .navi .thumb img {
		height:5em;
		vertical-align:bottom;
		width:5em;
	}

.attachment .attachment {
	border-width:.1em;
	border-style:solid;
	text-align:center;
}

	.attachment .attachment a {
		background-color:#333;
		display:block;
		padding:1.5em;
	}

/* Links */

.linkcat {
	margin-left: 25px;
	margin-top: 15px;
}

.xoxo li {
		line-height: 20px;
		list-style-type: none;
	}
	
/* Comments */
.commentlist {
	list-style:none;
	margin-bottom:1.5em;
	padding:0;
}

	.commentlist .comment {
		background-color:#fff;
		color:#333;
		padding:.5em;
	}
	
		.commentlist .comment li {
			margin-bottom:1.5em;
		}
	
		.commentlist .comment a {
			color:#333;
		}
	
		.commentlist .comment .vcard {
			font-weight:bold;
		}
		
		.commentlist .comment .avatar {
			border-width:.1em;
			border-style:solid;
			border-color:#ddd;
			float:right;
			padding:.25em;
			vertical-align:middle;
		}			
		.commentlist .comment .comment-meta,.reply {
			font-size:85%;
			margin-bottom:1.5em;
		}

		.commentlist .comment .children {
			border-width:.1em;
			border-style:solid;
			border-color:#ddd;
			list-style:none;
			margin:0;
			padding:0;
		}
		
			.commentlist .comment .children li {
				margin:0;
			}

	.commentlist .comment.alt {
		background-color:#eee;
	}

	.commentlist .comment.bypostauthor {
		background-image:url('images/inkblot/bypostauthor.png');
		background-position:top;
		background-repeat:no-repeat;
	}

#comment {
	width:96%;
}

/* Comic Archive Page */
.comic-archive {
	margin-top:-.75em;
}
	
	.comic-archive col {
		border:0;
	}
	
	.comic-archive col.date {
		border-right-width:.25em;
		border-right-style:double;
		border-right-color:#ddd;
		width:30%;
	}

	.comic-archive tr {
		border:0;
	}

	.comic-date-archive tr.alt {
		background: #eee;
	}

		.comic-archive th {
			padding:0;
		}
.comic-library {
	list-style:none;
	margin-left:0;
	padding:0;
}
	.comic-library a {
		cursor:pointer;
		display:block;
		font-size:200%;
		line-height:1em;
		margin-bottom:.75em;
		text-decoration:none;
	}
		.comic-volume-chapters {
			display:none;
			list-style:none;
		}
			.comic-volume-chapters a {
				font-size: 150%;
			}
			.comic-volume-chapters p {
				margin-bottom:.75em;
			}
			.comic-chapter-pages {
				display:none;
				list-style:none;
				margin-bottom:1.5em;
			}
				.comic-chapter-pages a {
					display:inline;
					font-size:100%;
				}



/* .recent-list-404 */
.recent-list-404 {
	list-style:none;
	margin-left:0;
	padding:0;
	text-align:center;
}

	.recent-list-404 li {
		display:inline;
		margin-right:.75em;
	}



/* #sidebar */
#sidebar1,#sidebar2 {

	font-size:100%;
}

#sidebar1 .line,#sidebar2 .line {
	margin-bottom:15px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-top-style: solid;
	border-top-width: 1px;
	color: #9ed057;

}
	#sidebar1 a,#sidebar2 a {
/* 	color: #662524; */
	text-decoration: none
	}
	
	#sidebar1 a:hover,#sidebar2 a:hover {
/* 		color: #cfcfcf; */
	}

	#sidebar1 ul,#sidebar2 ul {
		list-style:none;
		margin:0;
	}
	
		#sidebar1 ul ul,#sidebar2 ul ul {
			list-style:square;
			margin-bottom:1.5em;
			margin-left:1em;
			padding-bottom:1.5em;
		}
		
#sidebar1 .feed,#sidebar2 .feed {
	font-size: 110%;
	font-family: "Lucida Sans", Verdana, Arial, sans-serif ;
	margin-bottom: 20px;
	font-color:#333333;
	}
	#sidebar1 .feed img,#sidebar2 .feed img {
		vertical-align: middle;
		padding-right: 10px;
	}
		#sidebar1 a:hover,#sidebar2 .feed a:hover {
				font-weight: bold;
				color:#660000;
				
		}

#sidebar1 .adsense,#sidebar2 .adsense {
	height: 600px;
	width: 120px;
	margin-left: 22px;
	}

#sidebar2 .page_list {
	padding-bottom: 4px;
	padding-top: 4px;
	border-style: solid;
	border-color: #9cca59;
	border-width: 1px;
	margin-bottom: 20px;
	}
	
#sidebar2 .page_item {
	color: #660000;
	text-align: center;
	font-size: 128%;
	line-height:170%
	font-family: "Courier New","Courier", Monaco, monospace;
	font-weight: bold;
	list-style-type: none;
}
	#sidebar2 .page_item a {
	color: #660000;
	text-align: center;
	font-size: 128%;
	font-family: "Courier New","Courier", Monaco, monospace;
	font-weight: bold;
	list-style-type: none;
}
	#sidebar2 .page_item a:hover {
		font-weight: bold;
		color: #cfcfcf;
	}
	
#sidebar2 .minibadge {
	padding-top: 5px;
	margin-left: 22px;
}

/* Navigation stuff */
.home a {
	margin-left:-8px;
	display: block; 
	width: 147px; 
	height: 102px; 
	background: transparent url(images/byzhome2.png) no-repeat; 
	padding-bottom: 10px;
}

	.home a:hover { 
		background-position: -147px 0; 
	}
	
#usagibutton {
	margin-left:-14px;
	margin-top: 10px;
}

/* Widget - Comic Archive */
#comic-archive .comic-library a {
	font-size:150%;
}
	#comic-archive .comic-volume-chapters a {
		font-size:125%;
	}
		#comic-archive .comic-chapter-pages a {
			font-size:100%;
		}



/* Widget - Comic Bookmark */
#inkblot-bookmark {
	font-size:115%;
	font-weight:bold;
}

	#inkblot-bookmark a {
		cursor:pointer;
		line-height:2.5em;
		padding-left:1em;
		padding-right:1em;
		text-decoration:none;
	}
	
		#inkblot-bookmark a:hover {
			color:#999;
		}

		#inkblot-bookmark a.goto-bookmark,#inkblot-bookmark a.clear-bookmark {
			display:none;
		}


	
/* Widget - WP-Calendar */
#calendar .widgettitle {
	display:none;
}

#wp-calendar {
	border-collapse:separate;
	border-spacing:.25em;
	caption-side:top;
	margin-bottom:1.5em;
	text-align:center;
	width:100%;
}
	
	#wp-calendar caption {
		font-family:"Lucida Sans", Verdana, Arial, sans-serif;
		font-size:200%;
		line-height:1em;
	}
	
	#wp-calendar tfoot {
		background:#fff;
		color:#000;
	}
	
	#wp-calendar tbody td {
		border-width:.1em;
		border-style:solid;
		border-color:#ddd;
		padding:0;
	}

	#wp-calendar th {
		font-weight:bold;
		padding:0;
		text-align:center;
	}
	
	#wp-calendar #today {
		background-color:#eee;
		font-weight:bold;
	}
	
	#wp-calendar .pad {
		padding:0;
	}
	

	#wp-calendar a {
		background:#333;
		color:#999;
		display:block;
		text-decoration:none;
	}
	
		#wp-calendar a:hover {
			color:#fff;
		}


	
/* Shortcode - WP-Captions */
.wp-caption {
	background-color:#eee;
	border-width:.1em;
	border-style:solid;
	border-color:#ddd;
	margin:1em;
	padding-top:.25em;
	text-align:center;
}

	.wp-caption a {
		text-decoration:none;
	}

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

	.wp-caption p.wp-caption-text {
		font-size:85%;
		line-height:2em;
		margin:0;
		padding-right:.25em;
		padding-left: .25em;
	}
	
/* Shortcode - WP-Gallery */
#body .gallery a {
	text-decoration:none;
}

#body .gallery img {
	border-width:.1em;
	border-style:solid;
	border-color:#333;
}


#supercache {
	font-family: "Lucida Sans", Verdana, Arial, sans-serif;
	font-style: italic;
	font-size: 100%;
	margin-right: 58px;
	text-align: right;
	}




