/* Companion Custom CSS over-rides for [ Studio Catch! ]: ComicPress - 2.9*/

body {
	margin: 0;
	font-family: 'Verdana', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	color: #fffff;
	z-index: 0;
}


#content-wrapper, #content-wrapper {
	background: #E2E2E2;
}

#subcontent-wrapper {
	background: #E2E2E2;
}

#footer {
	padding: 5px 0;
	color: #fff;
	background: #222;
	border-bottom: solid 1px #000;
}

#comic_navi_wrapper, #comic, .pagenav {
	background: #fff;
}

.narrowcolumn, .widecolumn {
	background: #E2E2E2;
	margin-top: -50px;
}

/* Add Image to Header AND make it clickable back to home - adjust height width and location of image*/
#header {width: 780px; height: 200px; background: url('http://studio-catch.com/wp-content/uploads/2012/01/sc_header_2012_001.jpg')top center no-repeat; overflow:hidden;}
#header h1 {padding: 0;}
#header h1 a {display: block; width: 780px; height: 200px;text-indent: -9999px;}
#header .description {display: none;}



/* THE PAGE WRAPPER */
/* Change this width to set the entire site's width - increase/reduce #content width by the same amount */

#page {
        background:#E2E2E2;
        margin:0 auto;
        padding:15px 0 10px;
        position:relative;
	width: 780px;
	margin: 0px auto;
}

#page-wide {
	width: 980px;
	margin: 0px auto;
}
/* Sidebar Class */

.sidebar {
       
	font-size: 11px;
	overflow: hidden;
	padding: 0 0 5px 0;
}

	.sidebar h2, .sidebar h2 a {
		font-family:arial;
		font-size: 16px;
	}

	.sidebar .widget {
		margin-bottom: 60px;
		text-align: left;
	}

	.sidebar ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

		.sidebar ul li {
			margin: 0;
			padding: 0;
			text-align: left;
			list-style: none;
		}

		.sidebar ul li ul li {
			margin: 0 15px 0 1px;
			padding: 0;
			text-align: justify;
		}

	.sidebar li h2 {
		margin-top: 15px;
	}
	


.sidebar .ComicPressLatestThumbnailWidget img{
width: 75%;
}

#sidebar-abovecomic {
	background: #E2E2E2;
}


#sidebar-undercomic, #comic-foot {
	background: #E2E2E2;
} 

/* THE BLOG HEADER */

#blogheader {
	padding: 0px 0 0px 0;
	border-top: 0px solid #000;
	margin: 0px 0 0px 0;
}

/* THE MENU */

#menubar {

#menu {

	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	line-height: 25px;
	font-size: 12px;
}
