/**
 * 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( 'cf-reset.css' );
@import url( 'cf-layout.css' );
@import url( 'cf-typography.css' );

/** Load the default InkBlot styles - This gives us the basic InkBlot appearance to build upon */
@import url( 'ib-default.css' );

	
/* change the site width */
.group {
	width:900px;
}

.content-main {
	width:450px;
}

.sidebar-one {
	width:200px;
}



/* 
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; }
*/

/* blockquote */
blockquote {
	background:#99ff99;
	width:400px;
}

	
/* change links */
a {
	color:#33cc00;
	text-decoration:none;
}

a:hover {
	color:#336600;
}


	
/* Remove the site trim and use background images isntead */
html {
	background:#33cc00 url(images/html.png) repeat-x;
}

#wrap-outer {
	background: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;
}


/* Setting up the three comic-specific buttons near the navigation */
#tripbutton {
        float:left;
        margin-top:10px;
        margin-left:25px;
        text-align:center;
        font-weight:bold;
        width:150px;
        height:80px;
}

/* Setting up the three comic-specific buttons near the navigation */
#triplink {
        background:#33cc00;
        font-weight:bold;
        border-top:2px solid #33cc00;
        border-left:2px solid #33cc00;
        border-right:2px solid #33cc00;
        border-bottom:2px solid #33cc00;
}

#triplink a {
        color:#ffffff;
}

#triplink a:hover {
	color:#336600;
}

/* Setting up the three comic-specific buttons near the navigation */
#tripabout {
        font-weight:normal;
        text-align:center;
        border-top:1px solid #33cc00;
        border-left:2px solid #33cc00;
        border-right:2px solid #33cc00;
        border-bottom:2px solid #33cc00;
}

	
/* Give the sidebar a background 
#body {
	background:url(images/body.png) 100% 0 repeat-y;
}*/

#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:#fff;
}

	
/* 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/web_header.jpg);
	display:block;
	height:184px;
}



/* Use images for comic navigation and always show all the navigation links */
.navi-comic {
	background:#fff;
	float:right;
}

.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;
}


.widget_twitter {
	margin-left:0px;
	border-style:solid;
	border-width:2px;
	padding:3px;
}
.widget_twitter h2.widgettitle {
	background:url(images/twitter_logo.png) 50% 50% no-repeat;
	background-position:top;
	padding-top:36px;
	text-align:center;
}
.widget_twitter .twitter-avatar { }
.widget_twitter ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.widget_twitter ul li {
	margin-left:-35px;
	margin-top:2px;
	margin-bottom:2px;
	padding:4px;
	border-style:solid;
	border-width:2px;
	border-color:#33cc00;
}
.widget_twitter ul li span {
}
.widget_twitter ul li a { }