/*
Theme Name: Farm Default
Theme URI: 
Description: This is the theme for the Horse Lessons site.
Version: 1.0
Author: 
Author URI: 
Tags: 

*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a0b686;
	background-color: #000000;
	margin: 0px;
}

a {
	color: #FFF;
	text-decoration: underline;	
}

h2 {
	font-size: 24px;
	font-weight: bold;
	color: #FFF;	
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;	
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;	
}

#page {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/farm_content_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

#content {
	background-image: url(images/farm_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 950px;	
}

#content-bottom {
	background-image: url(images/farm_footer.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 950px;	
	clear: both;
}

#contact {
	width: 900px;
	height: 210px;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 50px;
	text-align: right;
	font-size: 14px;
}

#search {
	width: 900px;
	padding-right: 50px;
	text-align: right;
}

#sidebar {
	float: left;
	width: 215px;
	margin-bottom: 30px;
	text-align: right;
	padding-top: 25px;
}

#sidebar li {
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	list-style-type: none;
	padding-right: 20px;
	padding-top: 3px;
	margin-bottom: 10px;
}

#sidebar a {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#column {
	color: #000000;
	width: 658px;
	margin-left: 215px;
	padding-left: 25px;
	min-height:300px;
	padding-bottom: 20px;
}

#footer {
	background-color: #000000;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	text-align: center;
}