

body {
	background:#000 url('images/wood_plank.jpg'); 
	background-repeat: repeat-x;
	background-position:0 346;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}
body a{
	text-decoration:none;
}
body a:hover{
	text-decoration:underline;
}
body a:visited{
	color:white;
}

#footer{
	color:#999999;
	font-size:12px;
	margin:0px;
	border: thin solid #ffffff;
}
#footer p{
	text-align:center;
	
}
.header{
}
#content{
	padding:10px;
	background-color:#ffffff;
	min-height:500px;
}
#left_content{
	float:left;
	text-align:left;
	background:url(images/thin_border_small.jpg);
	background-repeat:no-repeat;
	width:235px;
	height:470px;
	padding:15px;
	overflow-y:hidden;
}            
.background-border{
	background:url(images/thin_border.png);
	background-repeat:no-repeat;
}   
.background-border-short{
	background:url(images/thin_border_short.png);
	background-repeat:no-repeat;
}
#main_content{
	float:right;
	text-align:left;
    background-color:white;
	
	padding:15px;
	overflow-y:auto;
	/*margin-left:300px;*/
	width:560px;
	font-size:13px;
	line-height:150%;
}
h1, h2{
	margin-top:0px;
	color:maroon;
}

            
/* ---------------   Word press specific ----------------*/

.wp_post img{
	width:400px;
	border:0px;
}
.wp_post legend{
	background-color:#ffffff;
	border: thin solid #cccccc; 
	padding:3px;
}
.wp_post{
	color:#000000;
	font-family:times;
	font-size:16px;
	width:530px;
	padding:8px;
	background-color:#ffffff;
	border: thin solid #999999;
	margin: 0px 0px 0px 8px; 
}
.wp_post #title {
	color:maroon;
}

#post{
	font-size:12px;
	background-color:#ffffcc;
	padding:5px;
	border: thin solid #cccccc; 
	width:530px;
}
#post span#header{
	font-size:18px;
}
#post span#date{
	font-size:9px;
	color:maroon;
}
span#moreinfo a{
	font-size:12px;
	float:right;
	background-color:#ffffff;
	padding:5px;
	display:block;
	text-decoration:none;
	color:maroon;
}
#post img{
	max-width:300px;
	width: expression(this.width > 300 ? 300: true);
}
       

/*----------------------Sale Horses--------------------------*/
/*-----  about 650px wide ------*/
.salehorse{
	border:medium solid #maroon;
	font-weight:normal;
	text-align:center;
	padding:2px;
	background-color:#ffffcc;
	width:535px;
	margin-bottom:25px;
}

#salehorse_images img{
	width:260px;
	margin:0px 0px 15px 0px;
	border:solid thin #000000;
}

.salehorse p{
	margin:5px 0px 5px 0px;
	}
	
#salehorse_name, #salehorse_price{
	color:maroon;
	padding-bottom:10px;
}
#salehorse_name{
	padding-top:20px;
	font-size:36px;
	
}

#salehorse_description{
	background-color:#FFFFFF; 
	border: thin solid #cccccc; 
	width:250px;
	text-align:left;
	font-size:12px;
	float:left;
	margin:0px 0px 15px 0px;  
	padding-left:15px;

}
#salehorse_movies{
	margin-top:20px;
}

/* *******************   BOARDING *******************/  
#side_images{
  float:right;  
}
#boarding img{
	width:250px;   
	border: thin solid #000000; 
}      

/* *****************   SERVICES ******************/
.services_list ul{ 
	margin:-10px; 
	list-style: none;
}      
.services_list li h3{ 
	background-color:#ffffff;
}
.services_list li p{ 
	background-color:#cccc99;    
	padding:10px;
}