/**
 * Theme Name: InkBlot
 * Theme URI: http://maikeruon.com/wcib/
 * Description: Highly customizable theme framework for WordPress with WebComic.
 * Version: 2.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
 */
 
/** Load the Cascade Failure CSS Framework */
@import url( 'includes/css/cf-reset.css' );
@import url( 'includes/css/cf-layout.css' );
@import url( 'includes/css/cf-typography.css' );

/** Load the default InkBlot styles */
@import url( 'includes/css/ib-default.css' );

/**
 * Thanks for choosing InkBlot! This is the InkBlot style.css file.
 * Wihle you can make alterations to the theme here, it's strongly
 * recommended that you use a child theme and not modify InkBlot
 * itself directly.
 * 
 * For more information on child theme and customizaing InkBlot please
 * see: http://maikeruon.com/wcib/documentation/inkblot/customizing/
 */

/* These classes are included here only for the WordPress theme directory and should be deleted. */
.aligncenter  { margin: auto; }
.alignleft    { float: left; }
.alignright   { float: right; }

/** Site Width - This should replace any existing CSS rule in your style.css file */
.group { width: 1200px; }

/**
 * These are the widths that InkBlot will use for the content and sidebar areas. See the style.css file if you want to change these widths.
 * 
 * .content-main = 800px
 * .sidebar-one  = 200PX
 * .sidebar-two  = 200PX
 */

.content-main {
width:800px;

}

/* defaults - overrides basic styling from the Cascade Failure framework */
html {
	background: #FBFDFF url('http://www.thedoghousediaries.com/logos/') top repeat-x;
	font-family: "helvetica", "arial", sans-serif;

}

.sidebar-one {
	display: none;
	width: 0px;
	color: #000;
	background: url('http://www.thedoghousediaries.com/logos/') top;
	font-size: 12pt;
}

.sidebar-two {
	display: none;
	width: 0px;
	background: url('http://www.thedoghousediaries.com/logos/') center;
	background-repeat: no-repeat;
	color: #000;
	font-size: 12pt;
}

#content-bottom {
	width: 800px;
	background: url('http://www.thedoghousediaries.com/logos/') #FBFDFF center top;
	background-repeat: no-repeat;
	margin-top: -20px;

}

#body-top {
	font-size: 9pt;
	margin-bottom: -9px;

}

a {
	color:#000;
	text-decoration: none;
}

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a, a:hover {
	text-decoration:none;
	font-family: "helvetica", "arial", sans-serif;
}

textarea {
	width:100%;
}

/* wrappers */
#wrap-outer {
	background:url() repeat-y;
}
#wrap-inner {
	background:url() right repeat-y;
}




.group { /* This rule sets the default width for the entire site */
	width: 800px;
	border-style:solid;
	border-width:0px;
}


/* page */
#page {
	background: none;
	border-style:solid;
	border-width:0px;
	color: #000;
}



/* site name */

#head .name {
	display: none;
}

#head .name a {
	display: none;
}

#head .group .interior {
	display: none;
	height: 80px;
	padding:0 0em;
	margin-bottom: -10px;
	background: url('http://www.thedoghousediaries.com/logos/logo3.png');
	background-repeat: no-repeat;
	background-position:center top;
}


/* site description */
#head .description {
	display: none;	
}



/* foot */
#foot {
	background: none;
	color:#000;
	text-align:center;
}

#foot a {
	color:#000;
	text-decoration:none;
}

#foot a:hover {
	color:#000;
}

#foot .interior {
	line-height:1em;
	padding:0 1em;
}



/* navigation - site */
#head .group { /* This rule ensures dropdown menus aren't hidden behind other page elements in Internet Explorer */
	z-index:1;
}

.navi-site {
	display: none;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
}

.navi-site li {
	display: none;
	float:left;
}

.navi-site li.alignright {
	display: none;
	float: right;
}

.navi-site a {
	display: none;
	color:#fff;
	display:block;
	font-weight:bold;
	line-height:2em;
	padding:0 1em;
	text-decoration:none;
}

.navi-site a:hover {
	display: none;
	color:#fff;
}

.navi-site li ul {
	display:none;
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	height: 0px;
}

.navi-site ul li {
	display: none;
	float:none;
	white-space:nowrap;
}


	
/* navigation - comic */
.navi-comic {
	background: #B1EEF0;
	text-transform: uppercase;
	font-size: 10pt;
}

.navi-comic a {
	font-size: 10pt;
	color:#000;
	float: left;
	line-height: 2em;
	text-decoration:none;
	width:25%;
}

.navi-comic a:hover {
	color:#000;
}

.navi-comic .current-comic {
	visibility:hidden;
}


	
/* navigation - posts (for the blog and on single post pages) */
.navi-posts {
	background: none;
	display: none;
	float:left;
	width:100%;
}

.navi-posts-above {
	display: none;
	margin-bottom:1.5em;
}

.navi-posts .navi-next {
	display: none;
	float:right;
}

.navi-posts .navi-previous {
	display: none;
	float:left;
}


	
/* navigation - paged (for paged posts) */
#comments .navi-paged { /* This rule centers the paged navigation above and below comment lists */
	text-align:center;
	display: none;
}

.navi-paged a {
	display: none;
	border:.1em solid #fff;
	padding:.15em .25em;
	text-decoration:none;
	height: 0px;

}

.navi-paged a:hover {
	display: none;
	background:#fff;
	color:#000;
	height: 0px;
}



/* 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:none;
	float:left;
	width:100%;
}

.navi-attachment {
	display: none;
	border-bottom:;
	margin:0 0 1.5em;
	padding:.75em 0;
}

.navi-attachment img {
	display: none;
	height:5em;
	vertical-align:bottom;
	width:5em;
}

.navi-attachment .navi-next {
	display: none;
	float:right;
}

.navi-attachment .navi-previous {
	display: none;
	float:left;
}



/* blog title */
.blog-title {
	display: none;
	border-bottom:;
	margin:0 0 0em;
}

.blog-title span {
	display:none;
}



/* content */
#body .content { /* This rule prevents wide content from overlapping the sidebars */
	overflow:hidden;
}
	
/* comics */
#body .comic {
	border: 3px solid #88D8D8;
	padding-bottom: 26px;
	background: #fff;
	margin-bottom: -15px;
}

#body .comic img,#body .comic object {
	vertical-align:bottom;
}



/* comic embed code */
.comic-embed-code {
	display:block;
	width:100%;
}



/* posts */
#body .post {
	width: 800px;
	color: #000;
	background: #FBFDFF;
	font-family: "helvetica", "arial", sans-serif;
	margin-top: 10px;
}

#body .post a h2 {
	font-family: "helvetica", "arial", sans-serif;
}

#body .post a h1 {
	font-family: "helvetica", "arial", sans-serif;
}

#body .post .meta {
	text-align: center;
}

#body .post .meta-single {
	text-align: center;
}

#body .meta-single {
	display:none;
}

#body .meta {
	display:none;
}

/* attachments */
#body .attachment .object {
	text-align:center;
}

#body .attachment .meta {
	border-style:;
	border-width:.1em 0;
	padding:.75em 0;

}



/* transcripts */
#transcript-title {
	display:none;
	border-top:;
	cursor:pointer;
	font-weight:bold;
	padding:.75em 0;
}

#transcript {
	display:none;
}

#transcript label {
	display:none;
	float:left;
	width:25%;
}

#transcript-response {
	display:none;
	color:#fff;
	margin:0 0 1.5em;
	font-weight:bold;
	text-align:center;
}

#transcript-response span {
	display:none;
	display:block;
	padding:.75em;
}

#transcript-response .error {
	display:none;
	background:#c10;
}

#transcript-response .success {
	display:none;
	background:#9c0;
}



/* comments */
#respond label {
	display:none;
	float:left;
	width:25%;
}

.commentlist {
	display:none;
	list-style:none;
	margin:0 0 3em;
	padding:0;
}

.commentlist .comment,.commentlist .pingback {
	display:none;
	border:.1em solid #ccc;
	margin:0 0 3em;
	padding:.75em .75em 0;
}

.commentlist .comment.bypostauthor {
	display:none;
	border:.25em double #333;
}

.commentlist .vcard {
	display:none;
	font-weight:bold;
}

.commentlist .vcard img.avatar {
	display:none;
	float:left;
	margin:0 1.5em 1.5em 0;
}

.commentlist .vcard span.says {
	display:none;
}

.commentlist .comment-meta {
	display:none;
	color:#999;
	padding:0 0 1.5em;
}

.commentlist .reply {
	display:none;
	padding-bottom:.75em;
}

.commentlist .children {
	display:none;
	list-style:none;
	margin:0;
	padding:0;
}

.commentlist .even {
	display:none;
	background:#fff;
}

.commentlist .odd {
	display:none;
	background:#fafafa;
}



/* 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 - date */
.comic-year {
	font:200%/1em 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	margin:0 0 .75em;
}

table.comic-archive .comic-date-col {
	border-right: #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;
}
