/**
 * Theme Name: InkBlot Child
 * Theme URI: http://maikeruon.com/wcib/
 * 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' );

/** 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 {
	width:920px;
}

.content-main {
	width:710px;
}

.sidebar-one {
	width:210px;
	padding: 0px 0 0px 0;
	float: auto;
}
/* 
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: 0; }
*/

#body {
	background:#446644 url(images/body.png) 100% 0 repeat-y;
	color:#ffffff;
	font-family:Arial, sans-serif;
	font-size:115%;
}

	
/* change links */
a {
	color:#FFFF00;
	text-decoration:none;
}

a:hover {
	color:#FFFF00;

}

/* headings */
h1 {
	font-size:300%;
	font-family:Arial, sans-serif;
	font-weight:bold;
	line-height:1em;
	margin-bottom:.5em;
}

h2 {
	font-size:200%;
	font-family:Arial, sans-serif;
	font-weight:bold;
	line-height:1em;
	margin-bottom:.75em;
}

h3 {
	font-size:150%;
	font-family:Arial, sans-serif;
	font-weight:bold;
	line-height:1em;
	margin-bottom:1em;
}

h4 {
	font-size:125%;
	font-family:Arial, sans-serif;
	font-weight:bold;
	line-height:1em;
	margin-bottom:1.2em;
}

h5 {
	font-size:90%;
	font-family:Arial, sans-serif;
	font-weight:bold;
	line-height:1em;
	margin-bottom:1.3em;
}

h6 {
	font-size:75%;
	font-family:Arial, sans-serif;
	font-weight:bold;
	line-height:1em;
	margin-bottom:1.5em;
}

h7 {
	font-size:100%;
	font-family:Arial, sans-serif;
	font-weight:bold;
	text-align: center;
	line-height:1em;
	margin-bottom:1.3em;
}


	
/* Remove the site trim and use background images isntead */
html {
	background:#446644 url(images/html.png) repeat-x;
}

IMG.center {
    display: block;
    margin-left: auto;
    margin-right: auto }


#wrap-outer {
	background:#334433 url(images/wrap-outer.png) 50% 100% no-repeat;
	border-style:double;
	padding:0 0 45px;
}

#wrap-inner {
	background:url(images/wrap-inner.png) 50% 0 repeat-y;
	margin:0;
	padding:0;
}


	
/* Give the sidebar a background */

#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 */
	background:#446644;
}

	
/* Use an image for the logo */



#head .navi-site a {
	border: 2px solid #000000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color:#000000;
	background:#FFFF00;


}

#head .navi-site a:hover {
	border: 2px solid #ffff00;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color:#FFFF00;
	background:#000000;

}

#head .navi-site {
	background:#446644;

}


#head .interior {
	padding:0;
}

#head .name {
	margin:0;
}

#head .name span,#head .description {
	display:none;
}

#head .name a {
	background: #446644;
	display:block;
	height:300px;
}



/* Use images for comic navigation and always show all the navigation links */
.navi-comic {
	background:#446644;
	float:center;
}

.navi-comic span {
	display:none;
}

.navi-comic a {
	height:36px;
}

.navi-comic .current-comic {
	visibility:visible;
}

.navi-comic .first-comic-link {
	background:url(images/first.png) 50% 50% no-repeat;
}

.navi-comic .previous-comic-link {
	background:url(images/previous.png) 50% 50% no-repeat;
}

.navi-comic .next-comic-link {
	background:url(images/next.png) 50% 50% no-repeat;
}

.navi-comic .last-comic-link {
	background:url(images/last.png) 50% 50% no-repeat;
}


/* COMMENTS */


.comment-wrapper {
	padding: 0 20px;
	background: #334433;
	}
	
	.comment-wrapper h3 {
		margin: 0;
		padding: 20px 0 0 0;
		color: #777;
		font-family: 'Arial', serif;
		font-weight: normal;
		font-size: 24px;
		letter-spacing: -1px;
		clear: both;
		background: #334433;

		}

		.bigballoon {
			color: #eeeeee;
			font-family: 'Webdings', fantasy;
			font-size: 28px;
			background: #334433;
			}

	.comment-wrapper a {
		text-decoration: none;
		border-bottom: 1px dotted #777;
		}
		
		.comment-wrapper a:hover {
			color: #777;			
			border-bottom: 1px solid #777;
			}

	.comment-wrapper p {
		margin: 10px 0 0 0;
		}

.avatar {
	margin:0 10px 10px 0;
	padding:5px;
	float:left;
	border: 1px solid #777;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

#comment, #author, #email, #url {
	padding: 2px;
	color: #000000;
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
	border: 1px solid #999;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-webkit-border-radius: 6px;
	border-radius: 6px;



	}

	#comment:hover, #author:hover, #email:hover, #url:hover {
		background: #eeeeee;
		}
	
	#comment {
		width: 100%;
		}

	#author, #email, #url {
		width: 200px;
		}

#submit {
	margin: 0 0 20px 0;
	padding: 0 5px;
	float: right;
	color: #000000;
	background: #ffff00;
	font-family: 'Verdana', sans-serif;
	font-size: 18px;
	border-width: 2px;
	border-style: solid;
	border-color: #000000;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}

	#submit:hover {
		cursor:pointer;
		color: #ffff00;
		background: #000000;
		border-color: #ffff00;
		}

ol.commentlist {
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style: none;



	}

	.commentlist li {
		padding: 20px 0 0 0;
		clear: both;
		background: #334433;
		}
	.commentlist .even {
		background: #334433;
	}
	.commentlist .odd {
		background: #334433;
	}




