html{
	top:0;
	height: 100%;
	text-align:center;
	margin:0 auto;
	padding:0;
	background: url(../images/bg.jpg) right top black;
}

body {
	top:0;
	height: 100%;
	min-width:765px;
	width:90%;
	max-width:1000px;
	margin: 0 auto;
	padding:0;
	text-align:left; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:24px;
	font-weight: normal;
	color:#fff;
}


a:link{ color: #cedaa1;  }

a:visited{ color: #75a68b; }

a:hover{ color: #F6A700;	text-decoration:none; }

a:active{ color: #F6A700; }

p{	margin:1em 0; }

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p{	/*
margin-top:-0.05em;
*/}

h1, h2, h3, h4, h5, h6{ color: #d89b63; }

h1{ font-size:28px;}

h2{	font-size:26px;}

h3{	font-size:24px;}

h4{	font-size:22px;}

h5{	font-size:20px;}

h6{	font-size:18px;}

ol, ul{	margin: 1em 0 1em 2em; }

ol ol, ol ul, ul ol, ul ul{ margin-top:0; margin-bottom:0; }

ol li{	list-style:decimal }
ol li ol li{ list-style:upper-alpha; }
ol li ol li ol li{ list-style:upper-roman; }

ul li{ list-style:disc;}

em{font-style:italic;}

strong{font-weight:bolder;}

em strong, strong em{
	font-weight:bolder;
	font-style:italic;
}

#sunset{
	display:block;
	position:absolute;
	top:0;
	left:0;
	background: url(../images/sunset.jpg) repeat-x right top;
	height:241px;
	width:100%;
}

#sunsetRanch{
	display:block;
	position:absolute;
	top:0;
	right:0;
	background: url(../images/sunsetRanch.jpg) repeat-x right top;
	height:309px;
	width:779px;
}

#container {
	position: relative;
	min-height:100%;
	width:100%;
	overflow:hidden;
}

#header{
	width:100%;
	position:relative;
	display:block;
	height:325px;
}

#logo{
	display:block;
	position:relative;
	width:292px;
	height:323px;
	background: url(../images/logo.png) no-repeat 0 0;
	left:0;
	top:5px;
}

.metaContent{
	display:none;
	position:absolute;
	height:0;
	width:0;
}

.vcard *{
	display:inline;
	font-size:15px;
}

.vcard .tags{ display:none;}

#content{
	position:relative;
	display:block;
	width:100%;
	left:0;
	margin:0 ;
	padding:2.5% 0 120px 0;
	top:20px;	
	z-index:4;
}

#aside{
	position:relative;
	display:block;
	width:30%;
	float: left;
	top:20px;	
	left:70%;
	list-style:none;
	padding:2.5% 0 120px 0 ;
	margin:0 -30% 0 0;
	z-index:3;
	color:#fbdba4;
	text-align:center;
}

#aside + #content{
	width:65%;
}

#aside h3{
	font-size:24px;
	color:#fbdba4;
	text-align:center;
}

#aside p{
	text-align: center;
}

#musicBox{
	margin:15px 0 ;
}

#footer {
	position: relative;
	bottom: 0;
	height:40px;
	margin:-60px 0 0 0;
	width:100%;
	font-size:14px;
	text-align:center;
	color: #cedaa1;
	left:0;
	z-index:5;
}

#viewAll{
	display:block;
	position:relative;
	
	height:37px;
	left:0;
	margin:0 0 0 0;
	background:url(../images/viewAllHorsesForSale.gif) no-repeat center top ;
	
	overflow:hidden;
	text-indent:-999em;
	line-height:999em;

}

#aside p{
	position:relative;
	display:block;
}

#introOverlay{
	display: none;
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:black;
	z-index:1000000000;
}

#flashBox{
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	width:600px;
	height:480px;
	margin:-240px 0 0 -300px;
	/*
background:#34224A;
*/	
}

/*--[ search form styles ]---*/
#searchForm{
	display:block;
	position: relative;
	left:0;
	top:0;
	margin:20px 0;
	height:28px;
	background: url(../images/searchBg.gif) no-repeat 0 0 ;
	
}

#searchInput{
	display:block;
	position:relative;
	padding:5px 0;
	left:2%;
	border:0;
	width:80%;
	font-size:14px;
	color: #56682b;
	margin:0;
	background: transparent;
}

#searchInput.focused{
	color: #455422;
}

#searchBtn{
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:42px;
	height:28px;
	background: url(../images/goBtn.gif) no-repeat 0 -28px;
	cursor:pointer;
	overflow:hidden;
	text-indent:999em;
	line-height:999em;
	border:0;
	margin:0;
	padding:0;
}

#searchBtn:hover, #searchBtn:focus{
	background: url(../images/goBtn.gif) no-repeat 0 0;
}

.searchResults em{
	color: #7E9261;
}

hr{
	display:block;
	position:relative;
	width:100%;
	border:0;
	border-top:1px solid #2c2c2c;
	border-bottom:1px solid #403f3f;
	padding:0;
	left:0;
	margin:25px 0;
}

p{
	overflow:hidden;
}

#collage{
	display:block;
	height:300px;
	position:relative;
	background: url(../images/collage3.jpg) repeat-x -140px 0 ;
}

.t,.r,.b,.l{
	display:block;
	position:absolute;
}

.t{
	top:0;
	left:0;
	height:18px;
	width:100%;
	background: url(../images/t.png) no-repeat 0 0;
}

.r{
	top:0;
	right:0;
	height:300px;
	background: url(../images/r.png) no-repeat 0 0;
}

.b{
	bottom:0;
	left:0;
	height:24px;
	width:100%;
	background: url(../images/b.png) no-repeat 0 0;
}

.l{
	left:0;
	top:0;
	height:300px;
	background: url(../images/l.png) no-repeat 0 0;
}


span.greenButton a, a span.greenButton{
	background:#607539;
	color:#FBDBA4;
	padding:7px;
	
	position:relative;
	text-decoration:none;
	border:2px solid #788C47;		
	-moz-border-radius:		7px;
	-webkit-border-radius:	7px;	
	text-shadow: 2px 2px 2px #505C2F ;
}


