/*---------------------------------------------------------------------

T H E  O A K S  B A R N S

Version: 1
Date: 5/01/2010
Author: Austen Nicholas Ezzell

---------------------------------------------------------------------*/

* {margin: 0; padding: 0;}

* html #footer{height: 1px;}

body {
	text-align: center;
	background: #fff;
	font: 12px Georgia, Times, serif;
	line-height: 18px;
	color: #191919;
	}
	
#container {
	width: 977px;
	position: relative;
	text-align: left;
	margin: 30px auto 0;
	border: 0px dotted red;
	}
	
/* Typography and Links
----------------------------------------------------------------------*/
	
a {
	color: #cdcdcd;
	text-decoration: none;
	}
		
a:link {
	color: #363636;
	}
	
a:visited {
	color: #363636;
	}
	
a:hover {
	color: #5f7da3;
	}
	
a img {
	border: none;
	}
	
h1 {
	font-size: 22px;
	}

h2 {
	font-size: 18px;
	}
	
p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	}
	
.centered {
	text-align:center;
	display: block;
	margin:0 auto;
	}
	
#logo a {
	background: url("../images/logo.gif") 0 0 no-repeat;
	display: block;
	width: 139px;
	height: 98px;
	border: 0px dotted blue;
	text-decoration: none;
	margin: 0 auto 14px;
	}
	
#logo a:hover {
	background-position: 0 -98px;
	}
	
/* NAVIGATION
----------------------------------------------------------------------*/

#nav {
	width: auto;
	margin: 0 auto 14px 0;
	padding-left: 2px;
	height: 11px;
	}

ul#navigation  {
	width: 100%;
	margin: 0 auto;	
	}

ul#navigation a {
	text-decoration: none;
	display: block;
	}

ul#navigation li {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0 14px;
	letter-spacing: 1px;
	font-size: 13px;
	text-transform: uppercase;
	}
	
.clear {
	height: 0;
	overflow: hidden;
	clear: both;
	}
	
#nav-stallions {
	background: url("../images/nav_stallions.gif") 0 0 no-repeat;
	width: 88px;
	height: 11px;
	}

#nav-comingattractions {
	background: url("../images/nav_coming_attractions.gif") 0 0 no-repeat;
	width: 182px;
	height: 11px;
	}	

#nav-horsesforsale {
	background: url("../images/nav_horses_for_sale.gif") 0 0 no-repeat;
	width: 138px;
	height: 11px;
	}

#nav-breedingprogram {
	background: url("../images/nav_breeding_program.gif") 0 0 no-repeat;
	width: 165px;
	height: 11px;
	}
	
#nav-aboutus {
	background: url("../images/nav_about_us.gif") 0 0 no-repeat;
	width: 80px;
	height: 11px;
	}	
	
#nav-news {
	background: url("../images/nav_news.gif") 0 0 no-repeat;
	width: 43px;
	height: 11px;
	}	
	
#nav-contact {
	background: url("../images/nav_contact.gif") 0 0 no-repeat;
	width: 74px;
	height: 11px;
	}	
	
#nav-stallions:hover,#nav-comingattractions:hover, #nav-horsesforsale:hover, #nav-breedingprogram:hover, #nav-aboutus:hover, #nav-news:hover, #nav-contact:hover {
	background-position: 0 -11px;
	}
		
ul#navigation li span {
	visibility: hidden;
	}

ul#navigation li.navon {
	background-position: 0 -11px;
	}
	
/* Slot 1
----------------------------------------------------------------------*/

#header {
	margin-bottom: 9px;
	width: 977px;
	height: 408px;
	overflow: hidden;
	}

/* Two Column Layout
----------------------------------------------------------------------*/
#leftcolumn {
	float: left;
	width: 578px;
	}

#rightcolumn {
	background: #e0e8f2;
	float: right;
	width: 389px;
	}
	
#leftcolumn, #rightcolumn {
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	}	
	
#footer {
	clear: both;
	background: url("../images/footer.gif") center no-repeat;
	margin: 30px 0 50px 0;
	height: 52px;
	}	
	
#contentwrap {
	overflow: hidden;
	}
	
ul#leftcolumncontent {
	margin: 0;
	}
		
#leftcolumncontent li {
	list-style: none;
	padding-bottom: 9px;
	margin: 0;
	height: 255px;
	}
	
ul#leftcolumncontent li.last {
	padding: 0;
	}	
	
#rightcolumncontent {
	padding: 30px;
	}
	
#rightcolumncontent li {
	list-style: none;
	margin-bottom: 100px;
	}
		
	
#rightcolumncontent h2 {
	color: #2f4c72;
	}

#rightcolumncontent img {
	margin-bottom: 20px;
	}	
	 
.rightcolumnheader {
	border-bottom: 2px solid #2f4c72;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	}	
	
	
#social {
	float: right;
	width: 240px;
	margin-top: 80px;
	}
	
#salehorsesocial {
	margin-top: 20px;
	}	



/* Two Column Layout HORSE DETAILS
----------------------------------------------------------------------*/
#leftcolumndtl {
	float: left;
	width: 560px;
	}

#rightcolumndtl {
	background: #e0e8f2;
	float: right;
	width: 408px;
	}
	
#leftcolumndtl, #rightcolumndtl {
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	}	
	
ul#leftcolumncontentdtl {
	margin: 0;
	
	}
		
#leftcolumncontentdtl li {
	list-style: none;
	padding-bottom: 9px;
	margin: 0;
	}
	
ul#leftcolumncontentdtl li.last {
	padding: 0px;
	}	
	
#rightcolumncontentdtl {
	padding: 30px;

	}
	
#rightcolumncontentdtl li {
	list-style: none;
	}
		
	
#rightcolumncontentdtl h2 {
	color: #2f4c72;
	}

#rightcolumncontentdtl img {
	margin-bottom: 20px;
	}	
	 
.rightcolumnheaderdtl {
	border-bottom: 2px solid #2f4c72;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	}	
	
	


	
/* Horses for Sale
----------------------------------------------------------------------*/

ul#horses li {
	list-style: none;
	margin-bottom: 9px;
	background: url("../images/horsesforsale_backgroundwood.jpg") center no-repeat;
	height: 250px
	}
	
ul#horses li img {
	float: left;
	padding: 10px 20px 10px 10px;
	}
	
.horsedetails {
	padding-top: 20px;
	}
	
.horsedetails h1 {
	color: #fff;
	padding-bottom: 10px;
	}
	.horsedetails h1 span {
		color: #9EDEFB;
		font-size: 12px;
		}
.horsedetails h2 {
	color: #c5c5c5;
	padding-bottom: 10px;
	}	
	
.horsedetails p {
	font-size: 16px;
	color: #fff;
	width: 95%;
	padding-bottom: 10px;
	}
	
.horsedetails a {	
	color: #9edefb;
	font-size: 16px;
	}
	.horsedetails a:hover {
		color: #d4e5ff;
		text-decoration: underline;
		}
	
/* ABOUT THE OAKS
----------------------------------------------------------------------*/


ul#about li {
	list-style: none;
	margin-bottom: 9px;
	color: #d48d28;
	}
	

.abouttheoaks {
	padding-top: 20px;
	}
	
.abouttheoaks h1 {
	color: #d6d6d6;
	padding-bottom: 10px;
	}
	
.abouttheoaks p {
	font-size: 16px;
	color: #194f13;
	width: 95%;
	padding-bottom: 10px;
	}
	

/* Contact
----------------------------------------------------------------------*/
	



#contactcontainer {
	width: 389px;
	margin: 20px auto 20px auto;
	display: block;
	border: 1px dotted red;
	}
	
#contactaddress {
	padding-left: 30px;
	line-height: 30px;
	font-size: 14px;
	display: block;
	border: 0px dotted red;
	}
	
#address h2 {
	font-size: 20px;
	line-height: 20px;
	}
	
	
	
/* Coming Attractions
----------------------------------------------------------------------*/	

#gallerya {
	float: left;
	margin: 8px 8px 8px 7px;
	width: 300px;
	height: 192px;
	}
	
#galleryb {
	float: left;
	margin: 8px;
	width: 300px;
	height: 192px;
	}
	
#galleryc {
	float: left;
	margin: 8px 0 8px 8px;
	width: 300px;
	height: 192px;
	}	


/* STALLIONS
----------------------------------------------------------------------*/
#aboutstallions {
	background: #e0e8f2;
	padding: 15px;
	margin-bottom: 10px
	}
	#aboutstallions a {
		color: #375b3b;
		}
		#aboutstallions h1 {
			text-align: center;
			padding: 10px 0;
			}
			#aboutstallions h2 {
				text-align: center;
				padding: 0 0 20px 0;
				}	
				#aboutstallions p {
					text-indent: 20px;
					}
	
	
table#stallionstable {
	margin: 0 auto;
	padding: 20px 0;
	width: 500px;	
	table#stallionstable td {
	    padding: 5px;
	    }


ul#stallions li {
	list-style: none;
	margin-bottom: 9px;
	background:  #e0e8f2;
	border: 1px dotted red;
	}
	ul#stallions li img {
		float: left;
		padding: 10px 20px 10px 10px;
		}
	
.stalliondetails {
	padding-top: 20px;
	}	
	.stalliondetails h1 {
		color: #000;
		padding-bottom: 10px;
		}
		.stalliondetails p {
			font-size: 16px;
			color: #fff;
			width: 95%;
			padding-bottom: 10px;
			}	
			.stalliondetails a {	
				color: #9edefb;
				font-size: 16px;
				}



	

/* HORSE DTLS
----------------------------------------------------------------------*/	
	
#leftcolumncontentdtl li {
	list-style: none;
	padding-bottom: 9px;
	margin: 0;
	}

	


