/**
 * 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:980px;
}

.content-main {
	width:600px;
}

.sidebar-one {
	width:190px;
}
/* 
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:190px;
}
	
/* change links */
a {
	color:#ccc;
	text-decoration: underline;
	}

	a:hover {
		color:#fff;
text-decoration: underline;		
	}

	a img {
		border: none;
		}
p img {
	max-width: 100%;
	padding: 0;
	}
		
small {
	font-size: 11px;
	}
 
hr {
	height: 1px;
	color: #888;
	background-color: #777;
	border: 0px;
	}

/* HEADINGS */

h1, h1 a {
	margin: 0;
	color: #888888;
	font-family: georgia;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
padding: 0;
	}

h2, h2 a {
	margin: 0;
	color: #ccc;
	font-family: 'Georgia', serif;
	font-weight: bold;
	font-size: 22px;
	text-align: left;
	text-decoration: none;
	}

	h2.pagetitle, h2.pagetitle a {
		margin: 20px 0 0 0;
		padding: 0 0 5px 0;
		color: #999;
		font-family: 'Georgia', serif;
		font-size: 32px;
		font-weight: normal;		
		letter-spacing: -2px;
		text-align: left;
		}

h3, h3 a {
	margin: 0px 10px 0 0;
	padding: 0;
	color: #ccc;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	clear: both;
	}

h2 a:hover, h3 a:hover {
	color: #fff;
	}

h4, h4 a {
	margin: 0;
	color: #888888;
	font-family: georgia;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px dashed #777777;
	text-align: left;
	text-decoration: none;
padding: 3px;
	}

h5, h5 a {
	margin:0 0 7px;
	color: #888888;
	font-family: georgia;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px dashed #666666;
	text-align: center;
	text-decoration: none;
	padding: 1px;
	}

h6, h6 a {
	margin: 0;
	color: #888888;
	font-family: georgia;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
padding: 0;
	}
h6 a:hover {
	color: #fff;
border-bottom: none;
text-decoration: none;
	}

h7, h7 a {
	margin: 10px 0 0 0;
	color: #999;
	padding: 0 0 5px 0;

	font-family: georgia;
	font-size: 28px;
	font-weight: normal;		
	text-align: center;
		}


h8, h8 a {
	margin: 0;
	color: #ccc;
	font-family: 'Georgia', serif;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	text-decoration: none;
	}

h9, h9 a {
	margin: 0;
	color: #888888;
	font-family: georgia;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
padding: 0;
	}
h9 a:hover {
	color: #fff;
border-bottom: none;
text-decoration: none;
	}


	
/* Remove the site trim and use background images isntead */
html {
	background:#000000;
	margin: 0;
	color: #A9A9A9;
	font-size: 12px;
	font-family: 'Arial', sans-serif;;
}

#wrap-outer {
	background:url(images/wrap-outer.png) 50% 100% no-repeat;
	border-style:double;
	padding:0 0 2px;
}

#wrap-inner {
	background:url(images/wrap-inner.png) 50% 0 repeat-y;
	margin:0;
	padding:0;
}


	
/* Give the sidebar a background */
#body {
	background:#3C2020;
}
#body .interiora {
padding:6px 15px 4px 15px;
font-size: 11px;
line-height: 15px;
}

#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:#3C2020;
	font-size: 12px;
	line-height: 18px;
padding: 0;
padding-top:19px;
}

	
/* 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(http://redmoonrising.org/images/header_980_07.jpg) #000;
	display:block;
	height:168px;
}
#head .navi {
	background:#000;
	font-size: 11px;
	margin: 0;
	color: #A9A9A9);
	font-family: georgia;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	padding: 0;
	text-align: center;
}

.navi-site {
 	text-align: center;
 	padding: 4;}
.navi-site a {
 	display: inline;
 	text-align: center;
 	padding: 0.1;}
.navi-site li {
 	display: inline;
 	float: none;
 	padding: 4;}
.navi-site li a {
 	display: inline;
 	text-align: center;
 	padding: 4 10px;}
.navi-site li a:hover {
 	background:#333333 none repeat scroll 0 0;
 	color:#FFFFFF; 
text-decoration: none;}
.navi-site a:hover {
 	background:#333333 none repeat scroll 0 0;
 	color:#FFFFFF;
text-decoration: none;
}

.postdate {
	color:#777777;
font-family:'Georgia',serif;
font-size:11px; }

.comment-body {
	background:#251414;
}

.metaa a {
color:#777777;
font-family:'Georgia',serif;
display: inline;
align:right;
font-size:16px;
}

.metaa a:hover {
	color:#A9A9A9;
}

.meta a {
text-decoration: none;
color:#AAAAAA;
}

.meta a:hover {
color:#CCCCCC;}

.meta {
color:#888888;
font-size:11px;}

.navigation a {
font-family:'Georgia',serif;
	font-weight: bold;
color: #cccccc;
padding: 0;
font-size:14px;
	text-decoration: none;
}

.navigation a:hover {
font-family:'Georgia',serif;
	font-weight: bold;
color: #fff;
background-color: #623230;
display: inline;
padding: 0;
font-size:14px;
	text-decoration: none;
}

div.centered 
{
text-align: center;
}
div.centered table 
{
margin: 0 auto; 
text-align: left;
}

#castmaintable tr {
height:120px;
}

#top_adsdaq {
padding-top:3px;
}

