/**
 * Theme Name: Silkscreen
 * Theme URI: http://maikeruon.com/webcomic/
 * Description: Comicpress look, <a href="http://maikeruon.com/webcomic/">Webcomic</a> power. Based on the Comicpress 2.8 theme, http://comicpress.org/
 * Version: 1.0.0
 * Author: Michael Sisk
 * Author URI: http://maikeruon.com/
 * Tags: black, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, theme-options, threaded-comments, sticky-post
 * Template: inkblot
 */
 
/** Load the Cascade Failure CSS Framework */
@import url( '../inkblot/includes/css/cf-reset.css' );
@import url( '../inkblot/includes/css/cf-layout.css' );
@import url( '../inkblot/includes/css/cf-typography.css' );

/* defaults - overrides basic styling from the Cascade Failure framework */
html {
	background:#fff url( 'images/bg2.png' ) repeat-x;
}

a {
	color: #bf1000;
	text-decoration: none;
}

a:hover {
	color: #ff1500
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color: #333;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}

textarea {
	width:98%;
}

.group {width:1000px;}
.content-main {width:600px;}
.sidebar-one {width:200px;}
.sidebar-two {width:200px;}

/* site name */
#head { url( 'http://www.joshcomic.com/wp-content/themes/silkscreen/images/header.jpg' )
	color: #fff;
	text-align: center;
}

#head .name {
	font: bold 300%/1em Constantia, Palatino, Times, serif;
	font-variant: small-caps;
	margin: 0 0 .25em;
}

#head .name a {
	color: #fff;
}



/* site description */
#head .description {
	color: #ddd;
	font-style: italic;
	font-size: 120%;
	line-height: 1em;
}



/* foot */
#foot {
	text-align:center;
}



/* navigation - site */
#head .group { /* This rule ensures dropdown menus aren't hidden behind other page elements in Internet Explorer */
	z-index:1;
}

.navi-site {
	background: #fff url( 'images/bg-nav.png' ) 0 50%;
	border: 1px solid #666;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
}

.navi-site li {
	background: url( 'images/sep-nav.png' ) 100% 0 no-repeat;
	float:left;
}

.navi-site li.alignright {
	float: right;
}

.navi-site a {
	color:#000;
	display:block;
	line-height:24px;
	padding:0 1em;
	text-decoration:none;
}

.navi-site a:hover {
	background: url( 'images/bg-nav-hover.png' );
	color:#fff;
}

.navi-site .current_page_item > a {
	background: url( 'images/bg-nav-current.png' );
	color: #fff;
}

.navi-site li ul {
	background:#333;
	display:none;
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
}

.navi-site li ul a {
	color: #fff;
}

.navi-site li ul a:hover {
	background: #bf1000;
}

.navi-site ul li {
	background: none;
	float:none;
	white-space:nowrap;
}

.navi-site .feed span {
	display: none;
}

.navi-site .feed a {
	background: url( 'images/feed-icon.png' );
	height: 22px;
	line-height: 22px;
	margin: 1px .5em;
	padding: 0;
	width: 22px;
}

.navi-site .feed a:hover {
	background: url( 'images/feed-icon.png' ) 0 22px;
}

#searchform p {
	margin: 0;
}

#s {
	background: url( 'images/search-box.png' );
	border: 0;
	line-height: 18px;
	margin: 1px 0;
	padding: 2px;
	vertical-align: middle;
	width: 176px;
}

#s:hover,#s:focus {
	background: url( 'images/search-box.png' ) 0 22px;
}

#sbutton {
	background: url( 'images/search-button.png' );
	border: 0;
	cursor: pointer;
	height: 22px;
	margin: 1px 0;
	padding: 0;
	vertical-align: middle;
	width: 22px;
}

#sbutton:hover {
	background: url( 'images/search-button.png' ) 0 22px;
}


	
/* navigation - comic */
.navi-comic {
	margin: auto;
	width: 526px;
}

.navi-comic a {
	color:#fff;
	display: block;
	float:left;
	font-size: 150%;
	line-height: 60px;
	margin: 0 5px;
	text-align: center;
}

.navi-comic a:hover {
	color:#bf1000;
}

.navi-comic a span {
	display:none;
}

.navi-comic .previous-comic-link,
.navi-comic .next-comic-link,
.navi-comic .random-comic-link,
.navi-comic .archive,
.navi-comic .comments a {
	background: url( 'images/navigation.png' );
	height: 64px;
	width: 64px;
}

.navi-comic .next-comic-link {
	background-position: -64px 0;
}

.navi-comic .random-comic-link {
	background-position: -192px 0;
}

.navi-comic .archive {
	background-position: -128px 0;
	margin-left: 25px;
}

.navi-comic .comments a {
	background-position: -256px 0;
	margin-right: 25px;
}

.navi-comic .previous-comic-link:hover {
	background-position: 0 -64px;
}

.navi-comic .next-comic-link:hover {
	background-position: -64px -64px;
}

.navi-comic .random-comic-link:hover {
	background-position: -192px -64px;
}

.navi-comic .archive:hover {
	background-position: -128px -64px;
}

.navi-comic .comments a:hover {
	background-position: -256px -64px;
}

.navi-comic .previous-comic-link.current-comic {
	background-position: 0 -128px;
}

.navi-comic .next-comic-link.current-comic {
	background-position: -64px -128px;
}

.navi-comic .first-comic-link,
.navi-comic .last-comic-link {
	background: url( 'images/firstlast.png' );
	height: 48px;
	width: 48px;
}

.navi-comic .first-comic-link:hover {
	background-position: 0 -48px;
}

.navi-comic .first-comic-link.current-comic {
	background-position: 0 -96px;
}

.navi-comic .last-comic-link {
	background-position: 48px 0;
}

.navi-comic .last-comic-link:hover {
	background-position: 48px -48px;
}

.navi-comic .last-comic-link.current-comic {
	background-position: 48px -96px;
}


	
/* navigation - posts (for the blog and on single post pages) */
.navi-posts {
	float:left;
	width:100%;
}

.navi-posts-above {
	margin-bottom:1.5em;
}

.navi-posts .navi-next {
	float:right;
}

.navi-posts .navi-previous {
	float:left;
}


	
/* navigation - paged (for paged posts) */
#comments .navi-paged { /* This rule centers the paged navigation above and below comment lists */
	text-align:center;
}

.navi-paged a {
	border:.1em solid #333;
	padding:.15em .25em;
	text-decoration:none;
}

.navi-paged a:hover {
	background:#333;
	color:#fff;
}

#comments-title {
	clear: both;
}



/* navigation - images */
.navi-attachment { /* This rule hides the attachment navigation for non-image attachments */
	display:none;
}

.attachment-image .navi-attachment { /* This rule reveals the attachment navigation for image attachments */
	display:block;
	float:left;
	width:100%;
}

.navi-attachment {
	border-bottom:.1em solid;
	margin:0 0 1.5em;
	padding:.75em 0;
}

.navi-attachment img {
	height:5em;
	vertical-align:bottom;
	width:5em;
}

.navi-attachment .navi-next {
	float:right;
}

.navi-attachment .navi-previous {
	float:left;
}



/* blog title */

.blog-title span {
	display:none;
}



/* content */
#body .content { /* This rule prevents wide content from overlapping the sidebars */
	overflow:hidden;
}


	
/* comics */
#body .comic img,#body .comic object {
	margin: .5em 0;
	vertical-align:bottom;
}



/* comic embed code */
.comic-embed-code {
	display:block;
	width:98%;
}



/* posts */
#body .post {
	clear: both;
	margin:0 0 3em;
}

#body .datetime {
	background: url( 'images/date.png' );
	color: #fff;
	float: left;
	font-size: 85%;
	height: 48px;
	margin: 0 .5em 0 0;
	width: 48px;
	text-align: center;
	overflow: hidden;
}

#body .datetime strong {
	display: block;
	color: #333;
	font-size: 200%;
	margin: 3px 0 0;
}

#body .meta {
	text-align:right;
}

#body .meta .comments a {
	background: url( 'images/comments.png') 100% 0 no-repeat;
	color: #333;
	float: right;
	font-weight: bold;
	height: 24px;
}

#body .meta .comments a:hover {
	background-position: 100% -24px;
}

#body .meta .comments .num {
	color: #333;
	display: block;
	float: right;
	text-align: center;
	width: 30px;
}

#body .meta .comments a:hover .num {
	color: #fff;
}



/* attachments */
#body .attachment .object {
	text-align:center;
}

#body .attachment .meta {
	border-style:solid;
	border-width:.1em 0;
	padding:.75em 0;
}



/* transcripts */
#transcript-title {
	border-top:.1em solid;
	cursor:pointer;
	font-weight:bold;
	padding:.75em 0;
}

#transcript {
	display:none;
}

#transcript label {
	display:block;
	float:left;
	width:25%;
}

#transcript-response {
	color:#fff;
	margin:0 0 1.5em;
	font-weight:bold;
	text-align:center;
}

#transcript-response span {
	display:block;
	padding:.75em;
}

#transcript-response .error {
	background:#c10;
}

#transcript-response .success {
	background:#9c0;
}



/* comments */
#respond label {
	display:block;
	float:left;
	width:25%;
}

.commentlist {
	list-style:none;
	margin:0 0 3em;
	padding:0;
}

.commentlist .comment,.commentlist .pingback {
	border:.1em solid #ccc;
	margin:0 0 3em;
	padding:.75em .75em 0;
}

.commentlist .vcard {
	font-weight:bold;
}

.commentlist .vcard img.avatar {
	float:left;
	margin:0 1.5em 1.5em 0;
}

.commentlist .vcard span.says {
	display:none;
}

.commentlist .comment-meta {
	color:#999;
	padding:0 0 1.5em;
}

.commentlist .reply {
	padding-bottom:.75em;
}

.commentlist .children {
	list-style:none;
	margin:0;
	padding:0;
}

.commentlist .even {
	background:#fff;
}

.commentlist .odd {
	background:#fafafa;
}



/* sidebars and widgetized areas */
.sidebar { /* This rule prevents wide content from breaking the sidebar */
	background: url( 'images/bg-nav-hover1.png' );
	color:#FFF;
        overflow:hidden;
}

.sidebar .interior {
color:#000;
	list-style:none;
	margin:0;
}

.sidebar .interior ul,.widgetized ul { /* This rule and the next correct unordered list display in the sidebars and widgetized areas */
	margin:0 0 1.5em 1.5em;
	padding:0 0 0 1.5em;
}

.sidebar .interior ul ul,.widgetized ul ul {
	margin:0 0 0 1.5em;
}

.sidebar input,.sidebar select { /* This rule ensures <input> and <select> elements don't break out of the sidebar */
	width:100%;
}



/* comic archive - date */
.comic-year {
	font:200%/1em 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	margin:0 0 .75em;
}

table.comic-archive .comic-date-col {
	border-right:.1em solid #ccc;
	width:30%;
}

table.comic-archive .alt {
	background:#fafafa;
}

table.comic-archive th {
	text-align:left;
}



/* comic archive - chapter */
ol.comic-archive {
	list-style:none;
	margin:0;
	padding:0;
}

ol.comic-archive .comic-series-item a {
	font:200%/1em 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	margin:0 0 .75em;
}

ol.comic-archive .comic-volume-item a {
	font:150%/1em 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	margin:0 0 1em;
}

ol.comic-archive .comic-chapter-item a {
	font:125%/1em 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	margin:0 0 1.2em;
}

ol.comic-archive .comic-chapter-pages a {
	font:115%/1em 'Lucida Sans', 'Lucida Grande', 'DejaVu Sans', sans-serif;
	margin:0 0 1.3em;
}



/* WordPress Calendar */
#calendar .widgettitle {
	display:none;
}

#wp-calendar {
	border:.1em solid #ccc;
	caption-side:top;
}

#wp-calendar caption {
	font-size:100%;
	font-weight:bold;
}

#wp-calendar th {
	padding:0;
}

#wp-calendar td {
	border:.1em solid #ccc;
	padding:0;
	text-align:center;
}

#wp-calendar .pad {
	background:#fafafa;
}

#wp-calendar a {
	background:#333;
	color:#fff;
	display:block;
	text-decoration:none;
}

#wp-calendar #today {
	border:.25em double #333;
}



/* 404 Recent Comics */
.error-404 .recent-comics {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
}

.error-404 .recent-comics li {
	float:left;
	margin:0 1.5em 1.5em 0;
}

.error-404 .recent-comics a {
	text-decoration:none;

}