/*
Theme Name: Zombie Books
Theme URI: http://zombiebooks.com/
Description: Theme for zombiebooks.com <a href="zombiebooks.com">zombiebooks.com</a>.
Version: 1.0
Author: Jason Brown
Author URI: http://loktar.com/
Tags: red, blood, one column, widgets

	zombiebooks v1.0
	 http://loktar.com

	This theme was designed and built by Jason Brown

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


.clear{
	clear: both;
}

html {
	background-image: url('images/zb_bg1.png');
	background-repeat: no-repeat;
	font-family: georgia;
	height: 100%;
}

body{
	margin: 0px;
	padding: 0px;
	height: 100%;
}

div#nav{
	background-color: #a70000;
	color: white;
	font-weight: bold;
	border-bottom: 3px solid black;
	width: 100%;
	height: 20px;
}

#nav ol{
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	width: 900px;
}

#nav li:first-child{
	float: right;
	margin: 0px;
}	

#nav li{
	float: right;
	margin: 0px;
	padding: 0px 12px 0px 12px;
}	

#nav .current_page_item{
	background-color: #f25100;
	border-bottom: 3px solid white;
}

#nav li a{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#nav li:hover{
	background-color: #f25100;
	cursor: pointer;
}

h1{
	text-indent: -9999px;
	background-image: url('images/zombie_books.png');
	background-repeat: no-repeat;
	height: 69px;
	width: 533px;
	margin: 0 auto;
	margin-top: 30px;
	position: relative;
}

.narrowcolumn h2{
	text-align: right;
}

div#container{
	margin: 0 auto;
	margin-top: 109px;
	width: 900px;
	color: black;
	padding: 5px;
	height: auto !important;
	height: 100%;
	min-height: 90%; 
    margin-bottom: -470px;; /* height of footer */ 
	z-index: 1;

}

.post{
	border: 1px solid black;
	background-color: white;
	padding: 10px;
	width: 640px;
	float: right;
	margin-bottom: 10px;
}

#comment{
	width: 635px;
}

div#zombay{
	background-image: url('images/2342346712322323211231234.png');
	width: 260px;
	height: 350px;
	position: relative;
	top: -130px;
	z-index: 1000;
	background-position: top right;
	background-repeat: no-repeat;
}

a img {
	border: none;
}

div#sidebar{
	border: 1px solid black;
	background-color: white;
	width: 225px;
	padding: 92px 0px 3px 6px;
	position: relative;
	top: -230px;
}

div#sidebar ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#sidebar_links li{
	padding-top: 5px;
}

div#container a{
	text-decoration: none;
}

div#container p a{
	text-decoration: none;
	color: #296c93;	
}

.post h2{
	color: #427e40;
}

.post h2 a{
	color: #427e40;	
}

.post h2 a{
	color: #427e40;
}

ol#booklist{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ol#booklist li{
	margin-top: 10px;
	margin-bottom: 10px;
}

.books .right{
	margin-top: -15px;
	float:right; 
	width: 80%;
}

div#footer{
	position: relative;
	height: 470px;
	width: 330px;
	background-image: url('images/zb_bg2.png');
	background-repeat: no-repeat;
	z-index: -1;
	clear: both;
	float: right;
}

div#footer a{
	text-decoration: none;
	color: #f25100;
}