/**
 * Theme Name: InkBlot Child
 * Theme URI: http://webcomicms.net
 * Description: An example of a child theme based on InkBlot.
 * Author: Michael Sisk
 * Author URI: http://maikeruon.com/
 * Template: inkblot
 * Version: 1.0.0
 */

/** Load the Cascade Failure CSS Framework - The CSS framework should always be loaded */
@import url( '../inkblot/includes/css/cf-reset.css' ); 
@import url( '../inkblot/includes/css/cf-layout.css' ); 
@import url( '../inkblot/includes/css/cf-typography.css' ); 

/* This is LF's stylesheet! */

/* defaults - overrides basic styling from the Cascade Failure framework */
html {
	background: #000; 
	font-family: Arial, Helvetica, Verdana, sans-serif; 
}

a,
a:link {
	color: #737373; 
	text-decoration: none; 
}

a:visited {
	color: #830000; 
}

a:hover {
	color: #ED0000; 
}

a:active {
	color: #FFEDED; 
}

p {
	line-height: 18px; 
}

input,
textarea {
	background: #000; 
	border: 1px solid #555; 
	color: #fff; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px; 
	padding: 2px; 
}

input:focus,
textarea:focus {
	background: #111; 
	box-shadow: 0 0 10px #333; 
	-webkit-box-shadow: 0 0 10px #333; 
	-moz-box-shadow: 0 0 10px #333; 
}

textarea {
	width: 98%; 
}

.group { /* This rule sets the default width for the entire site */
	width: 530px; 
}



/* wrappers */
#wrap-outer {
	background: url(images/trim-left.png) repeat-y; 
	padding: 0 25px; 
}

#wrap-inner {
	background: url(images/trim-right.png) right repeat-y; 
	margin: 0 -25px 0 0; 
	padding: 0 25px 0 0; 
}



/* page */
#page {
	background: #fff; 
	text-shadow: 1px 1px 1px #ddd; 
}



/* site name */
#header .name {
	font: bold 300%/1em Constantia, "Palatino Linotype", Palatino, Times, serif; 
	margin: 0 0 .25em; 
}


/* Use an image for the logo */
#header .interior {
	padding: 0; 
}

#header .name {
	margin: 0; 
}

#header .name span,
#header .description {
	display: none; 
}

#header .name a {
	background: url(images/logo.png) no-repeat center; 
	display: block; 
	height: 120px; 
}


/* entries */

.entry-title {
	text-align: center; 
}

.entry-date {
	margin: 8px; 
	text-align: center; 
}

.post .entry {
	width: 95%; 
	margin: 0 auto; 
}

/* foot */
#footer {
	text-align: center; 
	font-size: 8px; 
	padding: 8px 0; 
}

#footer .interior {
	line-height: 2em; 
	padding: 0 1em; 
}

#pw-banner {
	margin: 0 auto; 
	padding: 0 0 15px; 
	width: 468px; 
}


/* navigation - site */
#header .group { /* This rule ensures dropdown menus aren't hidden behind other page elements in Internet Explorer */
	z-index:1; 
}

.navi-site {
	background: #333; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px; 
	height: 25px; 
	list-style: none; 
	margin: 0; 
	text-align: center; 
	text-shadow: 1px 1px 1px #222; 
	width: 96%; 
}

.navi-site ul {
	margin: 0 auto; 
}

.navi-site li {
	display: inline; 
	float: none; 
}

.navi-site a {
	color: #ccc; 
	display: inline; 
	font-weight: bold; 
	line-height: 2em; 
	padding: 0 1.3em; 
	text-align: center; 
}

.navi-site a:hover {
	color: #fff; 
}

.navi-site li ul {
	background: #333; 
	display: none; 
	list-style: none; 
	position: absolute; 
}

.navi-site ul li {
	float: none; 
	white-space: nowrap; 
}


	
/* navigation - comic */
.navi-comic {
	background: #333; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px; 
	color: #fff; 
	float: left; 
	height: 25px; 
	text-shadow: 1px 1px 1px #222; 
	width: 100%; 
}

.navi-comic a {
	color: #ccc; 
	font-weight: bold; 
	line-height: 2em; 
	padding: 0 3px; 
}

.navi-comic a:hover {
	color: #fff; 
}

.navi-comic .current-comic {
	visibility: hidden; 
}


/* 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; 
	font-size: 16px; 
	margin: 5px; 
}

.navi-posts .navi-previous {
	float: left; 
	font-size: 16px; 
	margin: 5px; 
}

	
/* 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; 
}



/* 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 {
	border-bottom: .1em solid; 
	margin: 0 0 3em; 
}

.blog-title span {
	display:none; 
}


/* content */
#body .content { /* This rule prevents wide content from overlapping the sidebars */
	overflow: hidden; 
}

	
/* comics */
#body .comic {
	text-align: center; 
}

#body .comic img,
#body .comic object {
	vertical-align: bottom; 
}

.object {
	margin: 0 auto; 
	text-align: center; 
	width: auto; 
}


/* comic embed code */
.comic-embed-code {
	display: block; 
	width: 98%; 
}


/* posts */
#body .post {
	margin: 0 0 3em; 
}

#body .post .meta {
	text-align: right; 
}

#body .post .meta-single {
	border-style: solid; 
	border-width: .1em 0; 
	padding: .75em 0; 
	text-align: left; 
}



/* 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; 
	font-weight: bold; 
	margin: 0 0 1.5em; 
	text-align: center; 
}

#transcript-response span {
	display: block; 
	padding: .75em; 
}

#transcript-response .error {
	background: #c10; 
}

#transcript-response .success {
	background: #9c0; 
}



/* comments */

#comments {
	position: relative;
}

#leftside {
	float: left;
	width: 310px;
}

#rightside {
	float: right;
	margin: 78px -15px 0 0;
	width: 175px;
}

#respond {
	text-align: left; 
}

#respond label {
	display: block; 
	float: left; 
	margin: 0 3px; 
}

#respond input {
	float: left; 
	margin: 3px 3px 12px; 
}

.commentlist {
	list-style: none; 
	margin: 0 0 3em; 
	padding: 0; 
	text-align: left; 
}

.commentlist .comment,
.commentlist .pingback {
	margin: 0 0 3em; 
	padding: .75em .75em 0; 
}

.commentlist .comment.bypostauthor {
	border: none; 
}

.commentlist .vcard {
	font-weight: bold; 
	font-size: 13px; 
}

.commentlist .vcard img.avatar {
	border: 1px solid #ccc; 
	float: right; 
	margin: 0 1.5em 1.5em 0; 
}

.commentlist .vcard span.says {
	display: none; 
}

.commentlist .comment-meta {
	color: #999; 
	padding: 0 0 1.5em; 
	font-size: 10px; 
}

.commentlist .reply {
	padding-bottom: .75em; 
	font-size: 10px; 
}

.commentlist .children {
	list-style: none; 
	margin: 0; 
	padding: 0; 
}

.commentlist .even {
	background: none; 
}

.commentlist .odd {
	background: #fafafa; 
}

.comment-required {
	font-size: 9px; 
}


/* sidebars and widgetized areas */
.sidebar { /* This rule prevents wide content from breaking the sidebar */
	overflow: hidden; 
}

.sidebar .interior {
	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 - chapter */
ol.comic-archive,
ol.comic-volume-chapters {
	list-style: none; 
	margin: 5px 0; 
	padding: 5px; 
}

ol.comic-archive .comic-series-item a {
	font: 400%/1em 'Palatino Linotype', Palatino, 'Book Antiqua', serif; 
	padding: .4em .3em; 
}

ol.comic-archive .comic-volume-item a {
	font: 250%/1em 'Palatino Linotype', Palatino, 'Book Antiqua', serif; 
	padding: 0 .3em; 
}

ol.comic-archive .comic-chapter-item a {
	font: bold 125%/1em 'Palatino Linotype', Palatino, 'Book Antiqua', serif; 
	margin: 0 1.4em; 
}

ol.comic-chapter-pages {
	margin: 7px 0; 
	list-style: disc; 
}

ol.comic-archive .comic-chapter-pages a {
	display: inline; 
	font-weight: normal; 
	margin: 0 0 1.3em; 
}

.comic-chapter-item li {
	display: inline-block; 
	margin: 1em 0; 
}

.comic-chapter-pages li {
	margin: 0 3px; 
}

.thumbnailarch .comic-chapter-pages li {
	display: inline; 
}

.thumbnailarch img {
	border: 1px solid #000; 
}


/* 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; 
}


/* Recent Comics */

.recent-comics {
	list-style: none; 
	margin: 0 auto; 
	padding: 0; 
	text-align: center; 
}

.recent-comics li {
	display: inline; 
}

.recent-comics img {
	border: 1px solid #000; 
	margin: 5px 2px 2px; 
}
