/*
Theme Name: Larry Stockstill
Theme URI: http://larrystockstill.com/
Description: This is a custom theme created for Larry Stockstill.
Version: 1.0
Author: Kfx2
Author URI: http://www.kfx2.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Larry Stockstill v1.0
	 http://larrystockstill.com/

	This theme was designed and built by Kfx2

*/

html, body {
	width: 100%;
	height: 100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/wp-content/themes/larrystockstill/images/bg_repeat.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #AEB6BD;
}

.debug {
	opacity: .5;
	filter: alpha(Opacity=50);
	background-color: orange;
	outline: 1px solid blue;
}

.offscreen {
	position: absolute;
	left: -9999px;
}

#site_holder {
	background-image: url(/wp-content/themes/larrystockstill/images/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	height: 100%;
}

#tab_tbl {
	margin-top: 40px;
	width: 968px;
}

#top_banner_tbl {
	width: 972px;
	height: 344px;
	margin-left: auto;
	margin-right: auto;
}

#body_holder_wrapper {
	width: 972px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 4px;
}

#body_holder {
	width: 929px;
	margin-left: auto;
	margin-right: auto;
	border-left: #CFD696 solid 5px;
	border-right: #CFD696 solid 5px;
	border-bottom: #CFD696 solid 5px;
}

#center_tbl {
	width: 100%;
	height: 100%;
}

#right_col_tbl {
	width: 100%;
}

#left_col_tbl {
	width: 100%;
}

.odd_entry, .narrowcolumn, .widecolumn {
	background-color: #DEE5E9;
	padding-top: 25px;
	padding-left: 30px;
	padding-right: 35px;
	padding-bottom: 28px;
}

.even_entry {
	background-color: #D8DFE3;
	padding-top: 25px;
	padding-left: 30px;
	padding-right: 35px;
	padding-bottom: 28px;
}

.post_title, h2 {
	color: #cc8218;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.pagetitle {
	color: #4C3527;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 30px;
	padding-top: 0px;
	margin-top: 0px;
}

.post_text, small, .post, .postmetadata, .entry, .alt {
	color: #4c3527;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.posted_in {
	color: #6f96a1;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.num_comments {
	color: #6eb5c9;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.right_col_gray {
	background-color: #EAEEF1;
	padding-left: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #191919;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.right_col_gray a {
	color: #191919;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a {
	color: #191919;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.right_col_white {
	background-color: #FFFFFF;
	padding-left: 18px;
	color: #cc8218;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header_spacer {
	width: 100%;
	height: 42px;
}

#footer {
	width: 939px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/wp-content/themes/larrystockstill/images/footer.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#kfx2_link {
	float: left;
	display: block;
	height: 75px;
	width: 119px;
	margin-left: 812px;
	margin-top: -75px;
}

#powered_by {
	float: left;
	display: block;
	height: 75px;
	width: 400px;
	margin-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
	color: #dee5e9;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#powered_by a {
	color: #dee5e9;
	font-size: 10px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul, li {
	list-style: none;
	padding-left: 0px;
	margin: 0px;
}

#comment {
	width: 95%;
}

#index_holder {
	background-color: #DEE5E9;
}