/*
Theme Name: WordPress Classic
Theme URI: http://wordpress.org/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.5
Author: Dave Shea
Tags: mantle color, variable width, two columns, widgets

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/

BODY {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background: #2C2C2C;
}
A {
	text-decoration: none;
}
A:HOVER {
	text-decoration: underline;
}
IMG {
	border: none;
}
LABEL {
	cursor: pointer;
}
H1, H2, H3, H4, H5, H6, P, UL, FORM, OL {
	padding: 0;
	margin: 0;
}
.content H1, .content H2, .content H3, .content H4, .content H5, .content H6, .content P {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0px;
}
.content P {
	font-size: 12px;
}
.content UL, .content OL {
	font-size: 12px;
	margin: 10px 40px 0;
}
.content A {
	color: #a55a32;
}


.relax {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/*  Page  */
#page {
	text-align: left;
	border: 1px solid #81653F;
	padding: 10px;
	margin: 10px auto;
	width: 900px;
	_width: 900px;
}
/*  Header  */
.header {
}
.header .main-img {
	position: relative;
	left: 0;
	top: 0px;
}
.header .main-img .main-title {
	position: absolute;
	left: 0;
	top: 47px;
	width: 100%;
	height: 142px;
	background: url(images/sub-title.png) no-repeat left top;
}
.home .header .main-img .main-title {
	background: url(images/main-title.png) no-repeat left top;
	top: 147px;
}
.header IMG {
	display: block;
}
UL.main-menu {
	background: url(images/menu-bg.png) no-repeat;
	margin: 0;
	padding: 16px 0 17px;
	border-bottom: 1px solid #2E1E08;
	border-top: 1px solid #2E1E08;
	text-align: center;
			line-height: normal!important;
}
UL.main-menu LI {
	list-style: none;
	font-size: 11px;
	margin-left: 35px;
	color: #E7D890;
	display: inline;

}
UL.main-menu LI A {
	color: #E7D890;
	margin-right: 35px;
}

UL.main-menu LI A:hover {
	color: #ffffff;
	margin-right: 35px;
	text-decoration: none!important;
}

/*  Content  */
.content {
	background: #CBBFA0;
	line-height: 1.5em;	
}
.content .wrapper {
	padding: 50px 42px;
}
.content IMG {
	border: 1px solid #9D8666;
}
.content .align-right {
	float: right;
	margin-leftc: 30px;
}
.content H2 {
	font-size: 18px;
	color: #8D6914;
	margin: 0 0 28px;
	text-transform: uppercase;
	font-weight: normal;
}
.content P {
	font-size: 12px;
	color: #2E1E08;
	margin: 0 0 20px;
}
.content UL.main-menu {
	border: none;
}
/*  Footer  */
.footer {
	background: url(images/footer-bg.png) no-repeat;
	text-align: center;
	padding-top: 32px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	line-height: normal!important;
}
.footer P {
	color: #FFFFFF;
	font-size: 12px;
}
.footer A {
	color: #FFFFFF;
}


.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}


p.wp-caption-text{
font-style:italic;
}


.meta {
	font-size: 11px;
}

.post h2 {
	color: #000000!important;
	font-size: 22px;
	font-weight: bold;
	text-transform: none!important;
	margin-bottom: 0px;
}

.post h3 {
	color: #000000!important;
	font-size: 14px;
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;
	margin-top: 3px!important;
	margin-bottom: 20px!important;

}

.feedback { font-size: 12px;}




#horse_search td { padding: 10px;}



.borderLine td{
	border: 1px solid #ebe3ce;
}

.cellName {font-weight: bold; }
.searchCell td {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #ebe3ce;
	padding-top: 25px; padding-bottom: 25px;
}



.searchCell td tr td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none!important;
	border-left-style: none;
	padding: 0px!important;

}


#sideBarRight {
	float: right;
	width: 150px;
	padding-right: 0px;
	padding-left: 0px;
}

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

#sideBarRight ul li {
	font-weight: bold;
	padding-top: 15px;
}


#sideBarRight ul li ul li {
	font-weight: normal!important;
	padding-top: 0px!important;
}

#sideBarRight li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.post {
	width: 600px;
border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999966;
  padding-right: 30px;
}


#wso-credits {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;

}

#wso-credits a{
	color: #666666;
	text-decoration: none;
}

#wso-credits a:hover{
	color: #999999;
	text-decoration: none;
}