@charset "utf-8";
/* CSS Document */

/*
02. 
03.Theme Name:     Kehv
04. 
05.Theme URI:      http://www.jonculver.com
06. 
07.Description:    A theme designed specifically for Kehv by Jon Culver. This update includes the new "sticky footer".
08. 
09.Version:        2.0
10. 
11.Author:         Jon Culver
12. 
13.Author URI:     http://www.jonculver.com
14. 
15.*/

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 


/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body {
	text-align:center;
	font-size: medium;
	background-color:#000;
	background-image:url(images/background_123.gif);
	background-repeat:repeat;
	color: #FFF;
	font:11px/15px Verdana,Helvetica,Arial,sans-serif;
	font-size-adjust:none;
	font-variant:normal;
	font-weight:normal;
	font-style:normal;
}	


body > #wrap {height: auto; min-height: 100%;}

#wrap {
	width:980px;
	text-align:left;
	margin:0 auto;
}

#main {
	padding-bottom: 150px; /* must be same height as the footer */
	background-image:url(images/980x2000-black-transp-70-pc-opaque.png);
	background-repeat:no-repeat;
} 

#header {
	position:absolute;
	z-index:110;
	top:0px;
	width: 980px;
	height: 196px;
	background-image:url(images/kehv-banner-980x196.jpg);
	background-repeat:no-repeat;
}
.banner-bottom {
	z-index:100;
	position:absolute;
	width:980px;
	height:3px;
	top:197px;
	background-image:url(images/980x3.jpg);
	background-repeat:repeat;
}
.nav {
	font-weight:bold;
	position: absolute;
	height: 20px;
	width: 980px;
	top: 207px;
	padding-left:8px;
	margin-left:8px;	
	background-image:url(images/964x20-nav.png);
	background-repeat:no-repeat;
}
.featured-img {
	float:left;
	position:relative;
	clear:none;
	top:215px;
	padding-left:8px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:8px;
	width:500px;
	height:45px;
/*	background-image:url(images/500x50-white-to-black-70-pc-transparent.png); */
	background-image:url(images/500x45-featured1.png);
	background-repeat:no-repeat;
	color:#16180f;
}
.featured {
	float:left;
	position:relative;
	clear:none;
	left:8px;
	top:217px;
	width:484px;
	padding-left:8px;
	padding-right:8px;
	padding-top:0px;
	margin-top:0px;
	background-image:url(images/500x300-white-to-transparent.png);
	background-repeat:no-repeat;
}
.post_title {
}
.entry {
}
.whats-new-img {
	position:relative;
	float:right;
	top:170px;
	left:-8px;
	margin-left:0px;
	padding-left:0px;
	width:444px;
	height:45px;
	background-image:url(images/444x45-whats-new1.png);
	background-repeat:no-repeat;
}
.whats-new {
	position:relative;
	float:right;
	clear:right;
	background-image:url(images/500x300-white-to-transparent.png);
	background-repeat:no-repeat;
	top:172px;	
	left:-8px;
	width:428px;
	padding-top:0px;
	padding-left:8px;
	padding-bottom:0px;
	padding-right:8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h1 {
	font-size: 185%;
}
h2 {
	font-size: 170%;
}
h3 {
	font-size: 155%;
	margin-top: 1em;
}
h4 {
	font-size: 140%;
}
h5 {
	margin-top:1em;
	font-size: 125%;
}
h6 {
	font-size: 110%;
}
p {
	margin-top:5px;
	padding-top:0px;
}
#footer {
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;
	width:964px;
	margin:0 auto;
	padding-left:8px;
	text-align:left;
	background-image:url(images/964x150-footer.png);
	background-repeat:no-repeat;
	color:#03F;	
} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
