/*
Theme Name: ComicPress 1977
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");

body {
	background: #8b7c65 url('images/background.jpg') top repeat-x;
}

#page-wide { width: 1020px; }

#header { 
	height: 200px;
	background-color: transparent;
	background: url('images/header.png') top center no-repeat;
	position: relative;
	margin-bottom: -4px;
}

#header h1, #header .description { display: none; }

#menubar {
	height: 64px;
	width: 1020px;
	background: url('images/menubar.png') top center no-repeat;
}

#menu {
	padding-top: 22px;
	padding-left: 40px;
	font-size: 18px;
}
	
	#menu a {
		font-size: 18px;
		color: #000;
	}
	
	#menu li:hover a, #menu li.sfhover a {
		color: #f00;
	}
	
	#menu li:hover, #menu li.sfhover, .menunav-next a:hover, .menunav-prev a:hover, .menunav-rss:hover {
		color: #fff;
		background-color: Transparent;
	}	

#menu .current_page_item a {
	background: transparent;
	color: #000;
	font-weight: 700;
}

#menunav {
	padding-top: 22px;
	padding-right: 40px;
	line-height: 64px;
}

	#menunav a {
		font-size: 18px;
		color: #000;
	}
	
	.menunav-prev a, .menunav-next a {
		font-size: 18px;
	}
	
	a.menunav-prev:hover, a.menunav-next:hover {
		color: #f00;
	}
	
	a.menunav-rss {
		padding: 0 10px;
	}
	
	#menunav .menunav-search {
		line-height: 0;
		padding: 0;
		margin: 0;
	}

#content-wrapper {
	background: #6a6051;
}

#comic {
	padding: 8px;
}

#comic-foot, #subcontent-wrapper {
}
	
	#subcontent-wrapper {
		padding: 8px 0;
	}

.narrowcolumn {
	width: 560px;
	background: url('http://www.1977thecomic.com/wp-content/uploads/2010/03/post-back1.jpg') top center repeat-y;
}

.post, .post-comic, .post-page {
	background: #dcdcdc;
	font-size: 12px;
}


#sidebar-left {
	width: 242px;
}

#sidebar-right {
	width: 162px;
}