/* 
Theme Name: Lonesome Coyote Ranch Theme
Theme URL: http://www.lonesomecoyoteranch.com
Description: A custom WordPress theme for Lonesome Coyote Ranch
Author: LeftLane Designs
Author URI: http://www.leftlanedesigns.com
Version: 1.0
*/

* {
	margin: 0;
	padding: 0;
}

/* ---- LAYOUT ---- */

#wrapper {
	background-image: url(images/bg_content.jpg);
	width: 816px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

#container {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background-color: #fffcd3;
}

#post {
	
}

#postmeta {
	display: block;
	background-color: #f2efc9;
	border-width: 1px;
	border-style: solid;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 7px 10px 5px;
	border-top-color: #cbc9a9;
	border-left-color: #d8d6b3;
	border-right-color: #fffde5;
	border-bottom-color: #fffded;
}

#postnavigation {
	
}

#searchform {
	
}

#sidebar {
	display: block;
	float: left;
	width: 267px;
	min-height: 364px;
	background: #b78443 url(images/bg_sidebar.jpg) repeat-x left top;
	padding-top: 20px;
	margin-bottom: -9000px;
	padding-bottom: 9000px;
}

#main {
	display: block;
	float: right;
	width: 450px;
	padding: 20px 40px 20px 0px;
	position: relative;
}

body {
	margin: 0px;
	padding: 0px;
	background: #23120B url(images/bg.jpg) center top;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #643509;
	font-size: .77em;
	line-height: 1.6;
}

#main p {
	margin-bottom: 10px;
}

.bold_green {
	font-size: 11px;
	font-weight: bold;
	color: #2E5708;
}

.green {
	color: #2E5708;
}

h1, h2, h3, h4 {
	font-weight: bold;	
	margin: 0px;
	padding: 0px;
	line-height: 1.3;
}

h1 {
	font-size: 22px;
	color: #2E5708;
}

h2 {
	font-size: 22px;
	color: #2E5708;
	margin-bottom: 20px;
}

.post h2 a {
	color: #2E5708;	
}

h3 {
	font-size: 18px;
	color: #2E5708;
}

h4 {
	font-size: 12px;
	color: #830000;
}

h1#logo a {
	text-indent: -9999px;
	display: block;
	float: left;
	width: 254px;
	height: 152px;
	background: #3e2518 url(images/logo.jpg) no-repeat center top;
}

#header {
	display: block;
	float: left;
	width: 800px;
	height: 244px;
	background: url(images/bg_top.jpg) no-repeat center bottom;
	overflow: hidden;
}

p.description {
	display: block;
	float: right;
	width: 546px;
	height: 152px;
	overflow: hidden;
	background-color: #3e2518;	
}


/* ---- SIDEBAR STYLES ---- */
#sidebar h2 {
	font-size: 18px;
	margin: 10px 0 6px 18px;
	color: #653b1e;
}

#recentposts {
	list-style-type: none;
	margin-top: 0px;
	padding-top: 0px;
}

#recentposts li {
	margin-top: 0px;
	padding-top: 0px;
	border-bottom: 1px solid #bf9153;
}

#recentposts li a {
	color: #653b1e;
	text-decoration: none;
	line-height: 24px;
	display: block;
}

#recentposts li a:hover {
	color: #391c0c;
	text-decoration: none;
}

/* ---- NAVIGATION BAR ---- */
#navigation {
	display: block;
	float: left;
	width: 800px;
	height: 29px;
	background: url(images/nav_bg.jpg) repeat-x left top;
	text-indent: -9999px;
	overflow: hidden;
}

ul#navbar {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul#navbar li {
	display: inline;
}

#navbar a#about {
	display: block;
	float: left;
	width: 131px;
	height: 29px;
	background: url(images/nav_about.gif) no-repeat 0 0;
}
#navbar li a#about:hover {
	background-position: 0 -29px;
}

#navbar a#lodge {
	display: block;
	float: left;
	width: 94px;
	height: 29px;
	background: url(images/nav_lodge.gif) no-repeat 0 0;
}
#navbar li a#lodge:hover {
	background-position: 0 -29px;
}

#navbar a#breeding {
	display: block;
	float: left;
	width: 87px;
	height: 29px;
	background: url(images/nav_breeding.gif) no-repeat 0 0;
}
#navbar li a#breeding:hover {
	background-position: 0 -29px;
}

#navbar a#photos {
	display: block;
	float: left;
	width: 127px;
	height: 29px;
	background: url(images/nav_photo.gif) no-repeat 0 0;
}
#navbar li a#photos:hover {
	background-position: 0 -29px;
}

#navbar a#directions {
	display: block;
	float: left;
	width: 100px;
	height: 29px;
	background: url(images/nav_directions.gif) no-repeat 0 0;
}
#navbar li a#directions:hover {
	background-position: 0 -29px;
}

#navbar a#hunting {
	display: block;
	float: left;
	width: 161px;
	height: 29px;
	background: url(images/nav_hunting.gif) no-repeat 0 0;
}
#navbar li a#hunting:hover {
	background-position: 0 -29px;
}

#navbar a#contact {
	display: block;
	float: left;
	width: 100px;
	height: 29px;
	background: url(images/nav_contact.gif) no-repeat 0 0;
}
#navbar li a#contact:hover {
	background-position: 0 -29px;
}

/* ---- LINK COLORS ---- */

a:link {
	color: #765021;
	text-decoration: underline;
}

a:visited {
	color: #765021;
	text-decoration: underline;
}

a:hover {
	color: #765021;
	text-decoration: underline;
}

a:active {
	color: #765021;
	text-decoration: underline;
}

a.green:link {
	font-weight: bold;
	color: #2E5708;
	text-decoration: underline;
}

a.green:visited {
	font-weight: bold;
	color: #2E5708;
	text-decoration: underline;
}

a.green:hover {
	font-weight: bold;
	color:#2E5708;
	text-decoration: underline;
}

a.green:active {
	font-weight: bold;
	color:#2E5708;
	text-decoration: underline;
}

.no_bg_repeat {
	background-repeat: repeat-x;
}


/* ---- TYPOGRAPHY ---- */
ul, ol {
	margin: 20px;
}

#main ul, #main ol {
	margin-left: 40px;
}

hr {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wp-content/themes/custom/images/hr.jpg');
	border: 0;
	width: 1px;
	height: 1px;
	background: url(images/hr.jpg) no-repeat center center;
	margin-top: 20px;
	margin-bottom: 10px;
	overflow: hidden;
}

html>/**/body hr {
	clear: both;
	display: block;
	width: 100%;
	height: 13px;
}

/* ---- FOOTER ---- */
#footer {
	width: 816px;
	margin: 0 auto;
	padding: 80px 0;
	background: url(images/footer.jpg) no-repeat center top;
	text-align: center;
	font-size: 13px;
	line-height: 30px;
}

#footer_onecol {
	width: 816px;
	margin: 0 auto;
	padding: 80px 0;
	background: url(images/footer_onecol.jpg) no-repeat center top;
	text-align: center;
	font-size: 13px;
	line-height: 30px;
}

ul#footerlinks {
	width: 816px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul#footerlinks li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}