/*
Theme Name: WHM
Theme URI: http://www.worshiphousemedia.com
Description: Template based on Ryan Jarrell's design.
Author: WorshipHouse Media
Author URI: http://www.worshiphousemedia.com
Version: 2.0
*/

/*RESET*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ul, ol { list-style: none;}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
} 
img { border: none; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: underline; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }


/*STYLES*/

body {
	background: #161414;
}

a {
	text-decoration: none;
}

.clear {
	clear: both;
}

#wrapper {
	width: 962px;
	margin: 0 auto;
}

#header {
	height: 166px;
}

	#header h1 a {
		float: left;
		text-indent: -9999px;
		background: url(images/header_img.jpg) no-repeat;
		height: 115px;
		width: 278px;
		margin-top: 25px;
	}
	
	#header h3 a {
		float: right;
		text-indent: -9999px;
		background: url(images/whm_bar.jpg) no-repeat;
		height: 41px;
		width: 214px;
		margin-top: 106px;
	}

#content {
	background: #e1e1e1;
	padding: 15px;
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: #161414;
}

#main {
	background: #fff;
	float: left;
	width: 600px;
	border: 1px solid #c8c8c8;
	padding: 32px 24px 16px;
}

div.post {
	border-bottom: 1px dotted #161414;
	margin-bottom: 28px;
}

div.post h4 a {
	color: #63c800;
	font-family: Georgia, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 8px;
}

	p.meta {
		color: #676767;
		font-size: 11px;
		margin-bottom: 21px;
	}
	
	p.tags, p.comments {
		font-size: 11px;
		font-weight: bold;
		float: left;
		margin: 0 16px 36px 0;
	}
	
	p.tags a, p.comments a {
		color: #498ca1;
	}
	
	p.tags a:hover, p.comments a:hover {
		color: #000;
	}

div.post_body p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 16px;
}

div.post_body p a {
	color: #498ca1;
	font-weight: bold;
}

div.post_body img, div.post_body object {
	padding: 5px;
	border: 1px solid #c8c8c8;
}

div.post_body span.vvqbox {
	margin-bottom: 16px;
}

#bottom_links {
	border-top: 9px solid #e1e1e1;
	padding-top: 16px;
	overflow: hidden;
}

p.prev a {
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	color: #383838;
}

p.next a {
	float: right;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	color: #383838;
}

p.prev a:hover, p.next a:hover {
	color: #63c800;
}

#sidebar {
	background: #fff;
	float: right;
	width: 232px;
	margin-left: 15px;
	border: 1px solid #c8c8c8;
	padding: 16px;
}

	#sidebar {
		font-size: 11px;
		font-weight: bold;
		color: #383838;
	}

	#sidebar a {
		color: #383838;
	}
	
	#sidebar a:hover {
		color: #63c800;
	}

	#sidebar h2 {
		color: #63c800;
		font-size: 28px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	
	.links_box li {
		margin-bottom: 12px;
	}


	.widead {
		margin-bottom: 12px;
	}
	
	.side_box, li.widget {
		border-top: 9px solid #e1e1e1;
		padding-top: 13px;
		margin-top: 13px;
	}
	
	li.widget {
		list-style: none;
	}
	
	.side_box ol {
		list-style: decimal;
		list-style-position: inside;
	}
	
	.side_box li, li.widget ul li {
		line-height: 18px;
	}
	
	.caps li {
		font-size: 10px;
		text-transform: uppercase;
	}
	
	.horiz {
		overflow: hidden;
	}
	
	.horiz li {
		float: left;
		text-align: center;
		margin-right: 8px;
	}

#searchform input[type=text] {
	height: 22px;
	width: 182px;
	border: 2px solid #c3c3c3;
	border-right: none;
	margin: 0;
	padding: 0 5px;
	color: #383838;
	font-weight: bold;
	font-size: 12px;
}

#searchform #searchsubmit {
	background: url(images/search_arrow.png) no-repeat bottom;
	height: 26px;
	width: 36px;
	text-indent: -9999px;
	border: none;
	padding: 0;
	margin: 0;
}

#searchform #searchsubmit:hover {
	cursor: pointer;
	background: url(images/search_arrow.png) no-repeat top;
}

#not_found h2 {
	font-weight: bold;
	font-size: 21px;
	font-family: Georgia, serif;
	font-style: italic;
	color: #383838;
}

#footer {
	height: 200px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	position: relative;
	clear: both;
}

	ul.f_mainlinks, ul.f_sublinks, p.f_meta, #rt { position: absolute; }

	ul.f_mainlinks {
		float: left;
		height: 10px;
		left: 0px;
		padding: 12px 0px;
		top: 18px;
	}
	ul.f_mainlinks li { 
		border-left: 1px solid #FFFFFF; 
		float: left;
		height: 9px; 
		padding: 0 10px;
		text-transform: uppercase;
	}
	ul.f_mainlinks li.first { border-left: 0px; padding-left: 0px; }
	ul.f_mainlinks li a, ul.f_mainlinks li a:visited { 
		color: #FFFFFF;	
		display: block;
		line-height: 10px;
		padding: 0;
		text-align: center;
		text-decoration: none;
	}
	
	ul.f_mainlinks li a:hover { color: #8CC63F; }
	
	ul.f_sublinks {
		float: right;
		height: 10px;
		padding: 12px 0px;
		right: 0px;
		top: 18px;
	}
	ul.f_sublinks li { 
		border-right: 1px solid #8CC63F; 
		float: left;
		height: 9px; 
		padding: 0 10px;
		text-transform: uppercase;
	}
	ul.f_sublinks li.last { border-right: 0px; padding-right: 2px; }
	ul.f_sublinks li a, ul.f_sublinks li a:visited { 
		color: #8CC63F;	
		display: block;
		line-height: 10px;
		padding: 0;
		text-align: center;
		text-decoration: none;
	}
	ul.f_sublinks li a:hover { color: #FFFFFF; } 
	
	#footer p.f_meta {
		color: #568594;
		left: 0px;
		padding-left: 0px;
		top: 38px;
		clear: both;
	}
	
	#footer p {
		color: #FFFFFF;
		font-size: 1em;
		line-height: 36px;
		margin: 0;
		padding: 0px 20px;
	}

	#footer #rt { 
		clear: both; 
		left: 0px;
		top: 110px;
	}
	#rt ul li {
		float: left;
		padding: 0;
		margin: 0;
	}
	#rt ul li a, #rt ul li span {
		background: transparent url('http://www.worshiphousemedia.com/images/rt_footer.png') no-repeat scroll 0 0;
		float: left;
		height: 49px;
		overflow: hidden;
		text-indent: -9999999px;
		width: 157px;
	}
	#rt ul li a.rt { background-position: 0 0; width: 157px; }
	#rt ul li a:hover.rt { background-position: 0 -54px; width: 157px; }
	#rt ul li a.whm { background-position: -157px 0px; width: 130px; }
	#rt ul li a:hover.whm { background-position: -157px -54px; width: 130px; }
	#rt ul li a.echo { background-position: -287px 0; width: 125px; }
	#rt ul li a:hover.echo { background-position: -287px -54px; width: 125px; }
	#rt ul li a.col { background-position: -412px 0; width: 91px; }
	#rt ul li a:hover.col { background-position: -412px -54px; width: 91px; }
	#rt ul li a.img { background-position: -503px 0; width: 120px; }
	#rt ul li a:hover.img { background-position: -503px -54px; width: 120px; }

#comment_template label {
	font-size: 10px;
}

	#comment_template p {
		font-size: 12px;
	}

	ol.commentlist {
		list-style: decimal;
		list-style-position: outside;
		margin: 18px 0 18px 36px;
		font-size: 12px;
	}

	#comment_template a {
		color: #498ca1;
	}

	#comment_template h3 {
		font-size: 14px;
		font-weight: bold;
	}
	
	cite.fn {
		font-weight: bold;
	}
	
	#comment_template p {
		margin: 12px 0;
	}
	
	.comment-meta a {
		font-size: 10px;
	}
	
	#commentform textarea {
		width: 480px;
	}
