/*
Theme Name:  Whetstone Boys Ranch
Theme URI:  http: //www.whetstoneboysranch.com
Description:  A custom theme for Whetstone Boys Ranch by Park East, Inc.
Author:  Noel Green
Author URI:  http: //www.parkeastinc.com
version:  1.0
*/


/*basics*/
	
* {
	behavior: url(iepngfix.htc);
	margin: 0;
	padding: 0;
}


body {
/*	background: #e4c58e url('images/backgrounds/background.jpg') ;*/
	background: #d2cec2 url('images/backgrounds/rotate.php') repeat-y center top fixed;
	font-family: cochin, times new roman, times, serif;
	font-size: 8pt;
	margin: 27px 0px 0px 0px;
}


h1 {
	font-size: 18pt;
}


h2 {
	font-size: 14pt;
	margin-top: 10px;
}


h3 {
	font-size: 10pt;
	margin-top: 10px;
}


h4 {
	font-size: 9pt;
}


	
/*imagesandmisc.*/


.gallery img,
.gallery img a,
.gallery img a:visited,
.gallery img a:hover{
	width: 100px;
	height: auto;
	border: 2px solid #2e3b05;
}
	
img {
	border: none;
	padding: 0px;
}


img a {
	border: none;
}


img.left {
	float: left;
	border: none;
	padding: 0px;
}


img.right {
	float: right;
	border: none;
	padding: 0px;
}


blockquote {
	border-left: 1px solid #A5ABAB;
	margin: 15px;
	padding: 012px012px;
}


code {
	margin: 10px;
	font-family: cochin, times new roman, times, serif;
}


	
/*links*/
	
a {
	color: #666;
	text-decoration: none;
	border: none;
}


a: hover {
	color: #6A7CA0;
	text-decoration: underline;
	border: none;
}


	
	
/*container*/
	
	
#container {
	width: auto;
	margin: 0 auto;
	padding: 0;
	color: #333;
	overflow: hidden;
}


/*header*/
	
#header {
	background: #ebe7d0 url('images/header_bg.jpg');
	width: auto;
	height: 156px;
	color: #fff;
	
}

#logo img {
	margin: 0px 0px 0px 40px;
}


#title_bg {
	width: 528px;
	height: 156px;
	position: absolute;
	top: 27px;
	right: 0px;
	background: transparent url('images/title_bg.png');
}

#header h1 {
	font-family: cochin, times new roman, times, serif;
	font-size: 40px;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: right;
	color: #004840;
	padding: 110px 20px 0px 0px;
}



	
#header h2 {
	font-family: cochin, times new roman, times, serif;
	font-size: 10pt;
	font-weight: 300;
	font-style: italic;
	color: #404040;
	letter-spacing: 1px;
	margin: 0;
	
	padding: 00018px;
	
}


/*mainmenu*/
	
	
#menu {
	background: #004840;
	font-family: cochin, times new roman, times, serif;
	font-size: 18px;
	width: auto;
	height: 32px;
}

	
#menu ul {
	margin: 0;
	padding: 6px 0 0 20px;
	text-align: left;
	list-style: none;
}


#menu ul li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}


#menu ul li a,
#menu ul li a:visited {
	padding: 8px 13px 0px 13px;
	color: #fff;
	text-decoration: none;
	border: 0px;
}


#menu ul li a:hover {
	padding: 8px 13px 9px 13px;
	position: relative;
	top: -5px;
	background-color: #5e8b86;
	border: 0px;
	color: #fff;
}


	
	
/*content*/
	
	
#content {
	float: left;
	width: auto;
	margin: 0px 0px 0px 20px;
	overflow: hidden;
}

.post {
	background: transparent url('images/content_bg.png') repeat;
	width: 380px;
	margin: 0px 80px 20px 40px;
	padding: 20px 80px 50px 70px;
	border-left: 1px solid #004840;
	border-right: 1px solid #004840;
	border-bottom: 1px solid #004840;
	line-height: 20px;
	z-index: 100;
}

.post h2 {
	font-family: cochin, times new roman, times, serif;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #333;
	width: 100%;
	margin: 0px 0px 20px 0px;
}

.post-wide {
	background: transparent url('images/content_bg.png') repeat;
	width: 580px;
	margin: 0px 80px 20px 40px;
	padding: 20px 80px 50px 70px;
	border-left: 1px solid #004840;
	border-right: 1px solid #004840;
	border-bottom: 1px solid #004840;
	line-height: 16px;
}

.post-wide h2 {
	font-family: cochin, times new roman, times, serif;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #333;
	width: 100%;
	margin: 0px 0px 20px 0px;
}



#posted_picture {
/*	position: absolute;
	margin: -280px 0px 0px 550px;
	margin: -485px 0px 0px 700px;
	float: left;
	clear: both;
	top: 240px;
	left:700px;
	position: absolute;*/
	float: left;
	display: inline;
	margin: 20px 0px 20px -70px;
	z-index: 5000;
}

#posted_picture img {
	border: 1px solid #004840;
}

/* PHOTO CAPTION */

.post-meta {
	background: transparent url('images/content_bg.png') repeat;
	
	margin: 10px 0px 0px 0px;
	padding: 8px;
	border: 1px solid #004840;

	font-family: times new roman, times, serif;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1.5px;
	font-weight: normal;
	font-style: italic;
	color: #333;
	
	width: 200px;
	height: auto;

	list-style: none;
}

.post-meta p{
	line-height: 16px;
}

.post-meta-key {
	display: none;
}


.post-meta-header {
	background: transparent url('images/content_bg.png') repeat;
	
	margin: 10px 0px 0px 0px;
	padding: 8px;

	font-family: times new roman, times, serif;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 1.5px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	color: #333;
	
	width: 200px;
	height: auto;

	list-style: none;
}

.post-meta-paypal img,
.post-meta-paypal input {	
	margin: 0px 0px -50px 0px;
	padding: 8px;
}

.post-meta-footer {
	background: transparent url('images/content_bg.png') repeat;
	
	margin: 10px 0px 0px 0px;
	padding: 8px;

	font-family: times new roman, times, serif;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1.5px;
	font-weight: normal;
	font-style: italic;
	color: #333;
	
	width: 200px;
	height: auto;

	list-style: none;
}

/* END */



.post p {
	font-family: "Trebuchet MS", verdana, tahoma, arial, sans-serif;
	font-size: 16px;
	padding: 0px 0px 20px 0px;
}

.post p strong {
	font-size: 16px;
}

.post a {
	color: #333;
	text-decoration: underline;
}


.post-wide p {
	font-family: "Trebuchet MS", verdana, tahoma, arial, sans-serif;
	font-size: 16px;
	padding: 0px 0px 20px 0px;
}


.post-wide a {
	color: #333;
	text-decoration: underline;
}


.entry ul {
	font-family: "Trebuchet MS", verdana, tahoma, arial, sans-serif;
	color: #333;
	font-size: 16px;
	line-height: 20px;
}


.entry li {
	font-family: "Trebuchet MS", verdana, tahoma, arial, sans-serif;
	color: #333;
	font-size: 16px;
	line-height: 20px;
	padding: 0px 0px 10px 0px;
}


.entry p {
	margin: 12px 0px 5px 0px;
	line-height: 20px;
}

.entry strong {
	font-size: 18px;
	text-decoration: underline;
}

.entry img {
	margin: 0px 10px 8px 0px;
}


#content2 {
/*	clear: both;*/
	float: right;
	width: 75%;
	margin: 0px 0px 50px 0px;
	overflow: hidden;
	z-index: 3;
}

.post2 {
	background: transparent url('images/green_bg.png') repeat;
	width: 100%;
	margin-top: 20px;
	line-height: 16px;
	color: #eae6cf;
	padding: 20px;
	border-left: 1px solid #004840;
	border-top: 1px solid #004840;
	border-bottom: 1px solid #004840;
	z-index: 200;
}


.post2 h2 {
	font-family: times new roman, times, serif;
	font-size: 35px;
	letter-spacing: 2px;
	font-weight: bold;
	color: #eae6cf;
}


.post2 p {
	font-family: "Trebuchet MS", verdana, tahoma, arial, sans-serif;
	font-size: 14px;
	width: 350px;
	margin: 10px 0px 0px 20px;
}


.post metadata {
	clear: both;
	background: #F7F7F7;
	padding: 6px;
	margin-top: 16px;
}


	
.navigation {
	font-size: 8pt;
	float: left;
	width: 100%;
}


.alignleft {
	float: left;
	margin: 25px;
}


.alignright {
	float: right;
	margin: 25px;
}


.notfound {
	padding: 25px;
	font-size: 14pt;
	font-weight: 300;
}


/*sidebar*/
	
#sidebar {
	font-family: "Trebuchet MS", verdana, tahoma, arial, sans-serif;
	font-size: 14px;
	background: #1a0d0e;
	width: 154px;
	min-height: 450px;
	float: left;
	margin: 0;
	padding: 0px 0px 50px 0px;
}



#sidebar p {
	margin: 0;
	padding: 20px 0px 10px 0px;
}

#sidebar a,
#sidebar a:visited {
	font-family: "Trebuchet MS", verdana, tahoma, arial, sans-serif;
	font-size: 14px;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
}

#sidebar a:hover {
	display: block;
	background: #4b3c20;
	text-decoration: none;
}

#sidebar img {
	padding: 0;
	margin: 0;
}


#sidebar ul {
	margin: 12px;
	padding: 0;
	list-style-type: none;
}


#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 16px;
	list-style-type: none;
}


#sidebar ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}


#sidebar ul ul li {
	list-style-type: none;
	list-style-position: inside;
}


#sidebar ul ul ul {
	margin: 0;
	padding: 0;
}


#sidebar ul ul ul li {
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}


/*comments*/
	
#comments section {
	clear: both;
	padding: 2px12px;
	margin: 0;
}


#comments section h3 {
	font-family: cochin, times new roman, times, serif;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
}


#comment form {
	background: #F0F0F0;
	margin: 12px12px20px12px;
	padding: 20px;
}


#comment form p {
	color: #000;
}


#comment form a {
	color: #000;
	text-decoration: none;
	border-bottom: 1pxdotted#465D71;
	line-height: 16px;
}


#comment form h3 {
	font-family: cochin, times new roman, times, serif;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
}


#comment box {
	width: 75%;
	min-width: 400px;
	margin: 5px5px00;
}


#author,
#email,
#url,
#commentbox,
#submit {
	background: #fff;
	font-family: cochin, times new roman, times, serif;
	font-size: 8pt;
	margin: 5px5px00;
	padding: 6px;
	border: 1pxsolid#B2B2B2;
}


#submit {
	margin: 5px5px00;
}


	
ol.comment list {
	list-style-type: none;
}


ol.comment list li {
	background: #fff;
	margin: 10px0;
	padding: 5px05px10px;
	overflow: hidden;
}


ol.comment list li.alt {
	background: #E5E5E5;
}


ol.comment list li p {
	margin: 6px06px0;
	padding: 012px00;
	line-height: 16px;
}


ol.comment list a {
	color: #000;
}


cite {
	font-family: cochin, times new roman, times, serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
}


cite a {
	color: #000;
	text-decoration: none;
	border-bottom: 1pxdotted#465D71;
}


	
/*search*/
	
#searchform {
	padding: 6px06px6px;
	font-family: cochin, times new roman, times, serif;
}


#searchform input
#s {
	font-family: cochin, times new roman, times, serif;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1pxsolid#B7B7B7;
}


#searchform input
#search submit {
	font-family: cochin, times new roman, times, serif;
	font-size: 7pt;
	padding: 2px;
	margin: 2px002px;
	border: 1pxsolid#B7B7B7;
	background-color: #fff;
	color: #797979;
}


/*footer*/
	
#footer {
	background: #004840;
	clear: both;
	width: 100%;
	margin-top: 15px;
	font-family: cochin, times new roman, times, serif;
	font-size: 12px;
}



#footer p {
	padding: 6px;
	margin: 0;
	color: #eee;
}


#footer a {
	color: #BCBCBC;
	text-decoration: none;
}


#footer a: hover {
	color: #5D5D5D;
	text-decoration: underline;
}