/*

Theme Name: Thunderhill Ranch
Theme URI: 
Description: This is the default theme for the Thunderhill Ranch website.
Version: 2.0
Author: Christopher Kennedy of PWL Studio (www.pwlstudio.com)

*/

a:hover {
	text-decoration: underline;
}

/* Global Layout */

body {
	font-size: .75em;
	margin: 0px;
	text-align: center;
	background: #000 url(img/bg_wood.jpg) top center fixed repeat-x;
	color: #581E00;
	font-family: Georgia, Arial, Helvetica, sans-serif;
}

#wrap {
	position: relative;
	width: 900px;
	margin: auto;
	margin-top: 30px;
	background: #EBCDA7;
}

#ts {
	position: absolute;
	top: -23px;
	left: 0px;
	width: 900px;
	height: 23px;
	background: url(img/ts.png) top left no-repeat;
}

* html #ts {
	background: none;
}

#ls {
	position: absolute;
	top: -23px;
	left: -33px;
	width: 33px;
	height: 100%;
	background: url(img/ls.png) top left no-repeat;
}

* html #ls {
	background: none;
}

#rs {
	position: absolute;
	top: -23px;
	right: -33px;
	width: 33px;
	height: 100%;
	background: url(img/rs.png) top left no-repeat;
}

* html #rs {
	background: none;
}

#top {
	position: relative;
	height: 165px;
	background: url(img/top.jpg) bottom left no-repeat;
}

#logo {
	position: absolute;
	top: 13px;
	left: 15px;
	height: 140px;
	width: 131px;
	background: url(img/logo.gif) top left no-repeat;
}

#tlinks {
	position: absolute;
	top: -25px;
	right: 15px;
	font-size: 1.2em;
	color: #fff;
	text-transform: lowercase;
}

#tlinks a {
	position: relative;
	color: #fff;
}

#tlinks a:hover {
	text-decoration: underline;
}

#nav {
	position: relative;
	float: right;
	padding: 133px 10px 0 0;
	height: 29px;
}

#nav li {
	position: relative;
	float: left;
}

#nav li a {
	position: relative;
	float: left;
	height: 29px;
	text-indent: -9999em;
}

#n1 {
	width: 77px;
	background: url(img/n1.gif) top left no-repeat;
}

#n2 {
	width: 93px;
	background: url(img/n2.gif) top left no-repeat;
}

#n3 {
	width: 58px;
	background: url(img/n3.gif) top left no-repeat;
}

#n4 {
	width: 85px;
	background: url(img/n4.gif) top left no-repeat;
}

#n5 {
	width: 83px;
	background: url(img/n5.gif) top left no-repeat;
}

#n6 {
	width: 83px;
	background: url(img/n6.gif) top left no-repeat;
}

#n7 {
	width: 59px;
	background: url(img/n7.gif) top left no-repeat;
}

#nav li a:hover, #nav li.current_page_item a {
	background-position: bottom left;
}

#head {
	position: relative;
	height: 426px;
}

#head img {
	display: block;
}

#pagewrap {
	position: relative;
	padding-bottom: 45px;
	background: url(img/pbg.jpg) top left no-repeat;
}

#content {
	position: relative;
	float: left;
	width: 563px;
	padding-left: 18px;
	font-size: 1.1em;
	text-align: left;
}

#content h2 {
	position: relative;
	font-size: 30px;
	font-weight: bold;
}

#content h3 {
	position: relative;
	clear: both;
	font-size: 1.45em;
	font-weight: bold;
}

#content h3 a {
	color: #581E00;
	text-decoration: none;
}

#content h3 a:hover {
	text-decoration: underline;
}

#content h4 {
	font-size: 1.1em;
	font-weight: bold;
	clear: both;
}

#content p {
	position: relative;
	line-height: 1.5em;
	padding-bottom: 1em;
}

#content .post div.small {
	position: relative;
	padding-bottom: 17px;
	font-size: .8em;
}

#content a {
	position: relative;
	color: #684C34;
	text-decoration: underline;
}

#content blockquote {
	position: relative;
	font-size: .9em;
	color: #c7c7c7;
	font-style: italic;
	margin: 0px;
	background-color: #27190E;
	padding: 1em 1.5em 0em;
}

#content blockquote p {
	line-height: 2em;
	text-align: justify;
}

#content ol {
	list-style: decimal;
}

#content ol, #content ul {
	margin: 0 0 15px 20px;
}

#content li {
	margin-bottom: 5px;
}

#content img.size-thumbnail {
	border: 3px solid #fff;
	margin: 4px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

.profphotoright, .profphotoleft {
	margin-bottom: 10px;
}

.profphotoright {
	float: right;
	margin-left: 10px;
}

.profphotoleft {
	float: left;
	margin-right: 10px;
}

table.timechart, table.costchart, table.trophies {
	font: .85em "Trebuchet MS", Tahoma, Verdana, Helvetica, Arial;
}

table.timechart td.time, td.cost {
	width: 75px;
}

table.trophies td.cost {
	width: 125px;
}

td.cost {
	text-align: right;
}

td.descriptor {
	width: 425px;
}

table.trophies td.descriptor {
	width: 175px;
}

.key, .total {
	font-weight: bold;
	text-transform: uppercase;
	background-color: #726450;
	color: #ebcea8;
}

tr.odd {
	background-color: #cdb38f;
}

#sidebar {
	position: relative;
	float: left;
	width: 280px;
	padding-left: 19px;
	padding-top: 30px;
	text-align: left;
}

.btop {
	position: relative;
	height: 23px;
	background: url(img/bracket.gif) top left no-repeat;
}

.bbottom {
	position: relative;
	height: 23px;
	background: url(img/bracketbottom.gif) top left no-repeat;
}

.bwrap {
	position: relative;
	padding: 10px;
}

#sidebar h3, #sidebar .fn {
	position: relative;
	font-size: 1.6em;
	padding-bottom: 8px;
	font-weight: bold;
	color: #581E00;
}

#sidebar h3 a, #sidebar a.fn {
	color: #581E00;
	text-decoration: none;
}

#sidebar a.fn:hover {
	text-decoration: underline;
}

#sidebar p {
	position: relative;
	line-height: 1.5em;
	padding-bottom: 1em;
}

.adr {
	position: relative;
	padding: 15px 0 10px 0;
}

.type {
	font-weight: bold;
}

#sidebar h4 {
	position: relative;
	font-size: 1.2em;
	font-weight: bold;
	color: #581E00;
}

#sidebar a {
	color: #684C34;
	text-decoration: underline;
}

#sidebar ul {
	position: relative;
	padding: 0 0 0 5px;
	font-size: .9em;
}

#footer {
	position: relative;
	padding: 13px 20px 13px 20px;
	background: #581E00;
	font-size: .8em;
	color: #D7B792;
	text-align: right;
	border-bottom: 15px solid #EBCDA5;
}

#footer p.flinks {
	position: relative;
	float: left;
}

#footer a {
	color: #efefef;
}

#comment {
	width: 450px;
}

#comwrap input {
	padding: 3px;
}

.commentlist li {
	position: relative;
	padding: 10px;
	margin-bottom: 10px;
	background: #DDB580;
	border: 1px solid #BD9A6E;
}

.avatar {
	float: right;
	border: 1px solid #BD9A6E;
}

/* #content img {max-width:535px;} */

img.alignright {
	float: right;
	margin: 0 0 1em 1em
}

img.alignleft {
	float: left;
	margin: 0 1em 1em 0
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

a img.alignright {
	float: right;
	margin: 0 0 1em 1em
}

a img.alignleft {
	float: left;
	margin: 0 1em 1em 0
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}