/**
 * Theme Name: Inkblot Dark Places
 * Theme URI: http://maikeruon.com/wcib/
 * Description: A modified theme based on InkBlot.
 * Author: Steve Dismukes
 * Author URI: http://darkplacescomic.com/
 * Template: inkblot
 * Version: 1.0.1
 */

/** 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' );

/** Load the default InkBlot styles - This gives us the basic InkBlot appearance to build upon */
@import url( '../inkblot/includes/css/ib-default.css' );

	
/* change the site width */
.group {
	background:transparent;
	width:960px;
}

#body {
	color:#ccc;
}

.content {
}

.content-main {
	width:750px;
}

.sidebar-one {
	width:210px;
}

.sidebar-one ul {
	list-style-type:none;
	padding:0 10px 10px 0px;
	font-size:90%;
}

.sidebar-one li {
	line-height:1.25em;
	margin:0 0 5px 0;
}

.sidebar-one img {
	padding:0px;
}

.adrotate_widget img {
	margin: 0 0 0 30px;
}

.category-comic {
	width:750px;
}

.post  {
	width:600px;
	}
	
.entry {
	width:600px;
	}

.navi-posts {
	width:600px	;
	}

#content-insert {
	width:210px;
	padding:5px;
	border:1px solid #333;
	margin:5px 0px 5px 10px;
	float:right;
}


#content-insert ul {
	list-style-type:none;
	font-size:small;
	padding:0px;
}

#content-insert li {
	line-height:1.25em;
	margin:0 0 5px 0;
}

.page-top {
	float:right;
	}

.alt {
	background:transparent;
}

table.comic-archive .alt {
background:transparent;
}

#comments {
	width:480px;
	padding:0 10px 0 0;
}

.commentlist .comment.bypostauthor {
	 border:0px;
	}

.commentlist .odd {
	background:#333;
}

.commentlist .even {
	background:transparent;
}

.commentlist .comment, .commentlist .pingback {
border:1px solid #333;
margin:0;
padding:10px 10px 10px 10px;
}



/* 
Uncomment this block and adjust widths as necessary to override InkBlot's default content and sidebar widths.
By default, the content block will be 62% (for two-column layouts) or 50% (for three-column layouts) as wide as the site.
By default, the sidebars will be 38% (for two-column layouts) or 25% (for three-column layouts) as wide as the site.

This particular stylesheets assumes a two column layout, so we aren't using .sidebar-two.*/
.sidebar-two   { 
	width: 200px; 
}


.blog-title {
border-bottom:1px solid #333;
margin:5px 0 5px 0;
}

/* advertising banner */
.fullbanner {
	float:right;
	width:468px;
	height:60px;
	margin:30px 30px 0 0;
	}
	
/* change links */
a {
	color:#999;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#aaa;
}


	
/* Remove the site trim and use background images isntead */
html {
	background:#000;
}

#wrap-outer {
	background: #000;
	border-style:none;
	padding:0 0 45px;
}

#wrap-inner {
/*	background:url(images/wrap-inner.png) 50% 0 repeat-y; */
	background: #000;
	border-style:none;
	margin:0;
	padding:0;
}

#page {
	background:transparent;
}
	
/* Give the sidebar a background */
#body {
	background:#000;
	}

#body .comic { /* This rule ensures that our sidebar background doesn't show up in the "comic" area if our comic isn't as wide as the site */
margin:50px 0 0 0;
width:auto;
}

#body .object {
	height:auto;
}

/* Use an image for the logo */

#head .interior {
	padding:0;
}

#head .name {
	margin:0;
}

#head .name span,#head .description {
	display:none;
}

#head .name a {
	background:url(images/dpc_siteheader.png) no-repeat; 
	margin:10px 10px 10px 10px;
	padding:0px;
	display:block;
	height:135px;
}

.navi-site {
background:#000 url(images/dpc_menubar-bg.png) no-repeat;
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0px;
padding:0 0 0 25px;
width:100%;
height:25px;
}

.navi-site a {
	padding:0px;
}

/* Use images for comic navigation and always show all the navigation links */
.navi-comic {
	background:transparent;
	height:40px;
	width:760px;
	float:right;
}

.navi-comic span {
	display:none;
}

.navi-comic a {
	height:24px;
	margin-top:8px;
}

.navi-comic .current-comic {
	visibility:visible;
}

.navi-comic .first-webcomic-link {
	background:url(images/first.png) 50% 50% no-repeat;
}

.navi-comic .previous-webcomic-link {
	background:url(images/back.png) 50% 50% no-repeat;
}

.navi-comic .next-webcomic-link {
	background:url(images/next.png) 50% 50% no-repeat;
}

.navi-comic .last-webcomic-link {
	background:url(images/last.png) 50% 50% no-repeat;
}

.meta {
	margin:0 0 10px 0;
}

#foot {
	background:transparent;
	font-size:smaller;
	color:#777;
	height:50px;
	width:960px;
}

#foot a {
color:#aaa;
}

#foot a:hover {
color:#ccc;
}

#foot .interior {
	padding:30px 50px 0px 210px;
}