/*
Theme Name: ComicPress GingersBread
Theme URI: http://comicpress.org
Template: comicpress
Description: Publish a comic with WordPress.  <a href="http://comicpress.org">Visit the ComicPress Website.</a>
Author: Tyler Martin, John Bintz, Philip M. Hofer
Author URI: http://mindfaucet.com/
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: #4165AC;
}

#header {
	width: 1000px;
	height: 213px;
	background: url('images/header.png') top center no-repeat;
	overflow: hidden;
}

#header h1 {
	padding: 0;
}

#header h1 a {
	float: left;
	display: block;
	color: #000;
	font-family: 'Skia', serif;
	width: 220px;
	height: 202px;
	text-indent: -9999px;
}

#header .description {display: none;}


#menubar {
	width: 1000px;
	background: #ece28c;
	border: solid 6px #e8a900;
	font-family: 'Skia', serif;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size: 20px;
}

#menu {
	font-size: 20px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

	#menu a, #menunav a, #menu li:hover, #menu li.sfhover{
		color: #000;
		-moz-border-radius: 6px;
		-khtml-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
	}
	
#comic, #subcontent-wrapper {
	background: #F0F4FF;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#comic {
	width: 1000px;
	padding: 5px;
}
	
#blogheader {
	font-size: 25px;
	text-align: center;
	color: #000;
	font-family: 'Skia', serif;
	background: #ece28c;
	border: solid 6px #e8a900;
	padding: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#page {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	background: #F0F4FF;
	}

#footer {
	width: 1000px;
}

