/*
Theme Name: Harvest Church
Theme URI: http://wordpress.org/
Description: Designed by Trevor.
Version: 1.6
Author: Trevor Gehman
Author URI: http://designbygraphite.com
Tags:

*/

* {
	vertical-align: baseline;
	padding: 0;
	margin: 0;
}

p {
	padding: 0 0 15px 0;
}

img {
	border: none;	
	padding: 0;
	margin: 0;
	position: relative;
}

html,body {
	height: 100%;
}

ul, ol, dl {
     position: relative;  
}

ul {
	padding-left: 25px;
}

.post {
	position: relative;
	padding: 5px 15px 0 10px;
	margin: 0;
	overflow: hidden;
}
.post .date {
	position: relative;
	height: 50px;
	width: 45px;
	background: url(img/calendar.gif) no-repeat;
	font: normal 22px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	padding: 0px 2px 0 0;
	line-height: 100%;
	float: left;
}
.post .date span {
	height: 16px;
	display: block;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	padding-top: 7px;
}
.post .title {
	position: relative;
	float: left;
	margin-left: 10px;
	width: 835px;
}

.postdata {
	font-size: 10px;
	color: #333;
}
.postdata a, .postdata a:visited {
	color: #999999;
	text-decoration: none;
}
.postdata a:hover {
	color: #0088CC;
	text-decoration: none;
}
.postdata .category{
	float: left;
}
.postdata .comments{
	float: right;
}
.entry {
	padding: 5px 0px 5px 0px;
	font-size: 14px;
	line-height: 1.8em;
	clear: left;
	font-size: 12px;
}

.entry h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0 10px 0;
}

.entry h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 5px 0;
	line-height: 1.5em;
}

.entry p {
	padding: 0 0 15px 0;
	margin: 0;
}

h2.pagetitle {
	font-size: 18px;
	width: 660px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 8px 0;
	font-weight: bold;
	margin: 0 0 15px 0;
}

h2.posttitle {
	color: #000;
	margin: 5px 0 2px;
	padding: 3px;
	font-size: 18px;
	border-bottom: dotted 1px #666;
}
h2.posttitle a, h2.posttitle a:visited {
	color: #000;
	text-decoration: none;
}
h2.posttitle a:hover {
	color: #0088CC;
	text-decoration: none;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0;
	margin: 0;
	display: inline;
	}

img.alignleft {
	padding: 0;
	margin: 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* SIDE BAR */

ul#sidebar-right {
	padding: 0;
	margin: 0;
}
#sidebar-right li {
	padding: 0;
	margin: 0;
}

#sidebar-right ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 100%;
}

#sidebar-right a.kbrsswidget {
	position: relative;
	line-height: 18px;
	font-size: 11px;
	color: #fff;
	display: block;
	padding: 3px 10px 3px 10px;
	width: 215px;
	text-decoration: none;
	border-bottom: 1px solid #4c4c4c;
}

#sidebar-right a.kbrsswidget:hover {
	background: #111;
	color:#FC0;
}

#sidebar-right a.kbrsswidget span.date {
	font-size: 9px;
	color: #eee;
	float: right;
	line-height: 15px;
	padding-top: 2px;
	text-align: right;
}