/*
Theme Name: ComicPress Sister Claire
Theme URI: http://comicpress.org
Template: comicpress
Description: Publish a comic with WordPress.  <a href="http://comicpress.org">Visit the ComicPress Website.</a>
Author: ComicPress Developement Team
Author URI: http://comicpress.org/
Version: 1.0
.
The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html
.
*/

@import url("../comicpress/style.css");

/* Start Adding Modifications /overrides/ here */
#content-wrapper { backgroundcolor : #464646; }
#header {
	background: url('images/header.png') top center no-repeat;
	height: 150px;
	width: 980px;
	margin:0 auto;
}

#header h1 a, #header .description { display: none; }

#blogheader { background: url('images/confess.png');  background-repeat: no-repeat; background-position:0px 15px; height: 108px; width:560px; margin:0 auto; clear:both; border: 0; margin-bottom:-15px; padding-top:23px; padding-bottom:0px;}

body { color: #ffd353; margin:0; padding:0; }
a { color: #ffd353; } 
a:hover { color: #ffd353; }
 #sidebar-right .sidebar {  color: #ffd353; }

#page-wide-wrap{
background-color:#333;
}
#content-wrapper{
background-color:#000;
color:#fff;
}


#menu .current_page_item a {
background: #e19900;
}

#menu li:hover, #menu li ul li:hover{
background-color:#ffd353;
color:black;
}
#storyline li li .storyline-title {
	font-size: 24px;
	font-weight: bold;
	display: block;
	color: #ffd353;
}

#storyline li li .storyline-title:hover {
	color: #ffd353;
}


#sidebar-left { width: 165px; }  #sidebar-right { width: 165px; float:right; } .narrowcolumn { width: 730px; margin:0 auto; }


/* STANDARD TAGS */

html {
	overflow-y: scroll;
}

body {
	margin: 0;
	font-family: 'Arial' , sans-serif;
	font-size: 14px;
	color: #000;
}

a {
	color: #ffc600;
	text-decoration: none;
}

a:link {
	color: #fcff00;
}

a:visited {
	color: #ffc600;
}

a:hover {
	color: #f00;
}

a:focus {
	outline: none;
}

a img {
	border: none;
}

.blog_right_widget{
	padding: 12px;
	background-color: #111111;
	border: solid 1px #222;
	margin-top: 15px;
	float:right;
	width:200px;
	clear:right;
}

