/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #EDEBD5 url(../images/img01.gif) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}
p{text-align: justify; margin-top: 7px; margin-bottom: 7px;}

h1, h2, h3 {
	color: #333333;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

h3 {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.7em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(images/../img08.gif) no-repeat;
	font-style: italic;
}

a:link {
	color: #3a91c8;
	text-decoration: underline;
}

a:active {
	color: #3a91c8;
	text-decoration: underline;
}

a:visited {
	color: #3a91c8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #3a91c8;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}
td {text-align: center;}

/* Menu */

div#menu {
	width: 770px;
	height: 65px;
	margin: 0 auto;
	border-right: 1px solid #EDEBD5;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 109px;
	height: 45px;
	padding: 20px 0 0 0;
	border-left: 1px solid #EDEBD5;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 144%;
	color: #3a91c8;
}

#menu a:hover {
	background: #F7F7F4;
}

#menu .active a {
	background: #828282;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 770px;
	height: 170px;
	margin: 0 auto;
	background: url(../images/bannerHome.png) no-repeat;
}
#header.sale{background: url(../images/bannerForsale.png) no-repeat;}
#header.video{background: url(../images/bannerVideo.png) no-repeat;}
#header.contact{background: url(../images/bannerContact.png) no-repeat;}
#header.links{background: url(../images/bannerLinks.png) no-repeat;}
#header.clothing{background: url(../images/bannerClothing.png) no-repeat;}
#header.photos{background: url(../images/bannerPhotos.png) no-repeat;}
#header h1 {
	float: left;
	width: 220px;
	height: 100px;
	margin: 0;
	padding: 70px 0 0 0;
	background: url(../images/logo.png) no-repeat;
	text-align: center;
	font-size: 36px;
}

#header h2 {
	float: right;
	width: 530px;
	height: 86px;
	margin: 0;
	background: url(../images/img03.jpg) no-repeat;
	padding: 84px 20px 0 0;
	text-align: right;
}

#header a {
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 770px;
	margin: 0 auto;
	padding: 20px 0;
	min-height: 308px;
}

/* Content */

#content {
	float: left;
	width: 550px;
	padding-top: 10px;
}

.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.hr {
	border-bottom: 1px solid #EDEBD5;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
	padding: 5px;
	background: #FFF;
	
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
}

#sidebar h3 {
	font-size: 100%;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar li {
}

#sidebar a {
	color: #FFFFFF;
}

.bluebox {
	background: url(../images/img05.gif) repeat-y;
}

.bluebox h2 {
	background: url(../images/img06.gif) repeat-y;
}
#newsBox{padding: 10px; color: #fff; font-size: 12px;}

/* Footer */

#footer {
	clear: both;
	height: 300px;
	padding: 25px 0;
	
	width: 100%;
	background: #828282 url(../images/img02.gif) repeat-x;
}

#footer p {
	margin-top: 30px;
	text-align: center;
	font-size: 77%;
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: underline;
	
}
/* LINKS ******************************************/
.links {
	clear: left;
}
.links .logo{
	float: left;
	width: 113px;
	line-height: 20px;
	padding-top: 7px;
}
* html .links p{ /* IE 3px jog hack*/
	height: 1%;
}
.links p{
	margin-top: 0px;
	margin-left: 128px; /* 10px padding between photo and text */
}
.sale h2{margin-left: 128px;}
/* HORSES FOR SALE ***************************************************************************/
.sale {
	clear: left;
	min-height: 130px;
}
.sale .horsePhoto{
	float: left;
	width: 155px;
	font-size: smaller;
	line-height: 20px;
	text-align: center;
}
* html .sale p{ /* IE 3px jog hack*/
	height: 1%;
}
.sale p{
	margin-top: 0;
	margin-left: 165px; /* 10px padding between photo and text */
}
.sale h2{margin-left: 165px;}

.thumbnail{
	position: relative;
	z-index: 0;
}
.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	left: -1000px;
	background-color: #3a91c8;
	padding: 3px;
	visibility: hidden;
	color: #FFF;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border: none;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -100px;
	left: 60px; /*position where enlarged image should offset horizontally */
}
/************************************************************************************/
#twitter {width: 500px; margin: 0 auto; background-image: url(../images/speech.png); background-repeat: no-repeat; background-position: 150px 0px; }

	#twitter h1 a {
		display: block; 
		margin: 0;
		font: 30px Helvetica, Arial, Sans-Serif; color: #bfbfbf;
		text-decoration: none;
		text-align: right;
	}
		#twitter h1 a:hover { color: #3a91c8; }

	#twitter ul {
		list-style: none; padding: 0 0 0 140px;
		background: url(../images/twitter_bird.png) 0 0 no-repeat;
		min-height: 100px;
	}
		#twitter ul li {
			padding: 20px;
					}
			#twitter ul li a {
				font: italic 14px/30px Georgia, Times, Serif;
				color: #555b6e;
			}
				#twitter ul li a:hover { color: #1b2f6f; }

		#twitter ul li span {
			font: 15px Helvetica, Arial, Sans-Serif; color: #3a91c8;
		}
			#twitter ul li span a {
				font: 15px Helvetica, Arial, Sans-Serif;
			}
p#legal img{vertical-align:middle;}


div#photoday{padding: 5px; margin-right: 10px; margin-top: -50px; margin-bottom: -20px;}
div#photoday p{text-align: center;}









