@charset "UTF-8";
/* CSS Document */


body,html 
       {background-color: #00000;  }
	   
a {color:#efc652;}
a:visited {color: #666666; }   
a:hover,a:active {color: #CCC; }
	   
	h1
   		{font-size: 1.5em; letter-spacing: 4px; padding: 10px;}   
    h2
   		{letter-spacing: 3px;font-variant:small-caps;}
	h3
		{letter-spacing: 2px;font-variant:small-caps; padding-top: 10px;}
		
		
body#home a#homenav,
	body#about a#aboutnav,
	body#farm a#farmnav,
	body#horses a#horsesnav, 
	body#events a#eventsnav,
	body#links a#linksnav
	
	{background-color:#333; text-decoration: underline;
		}		
		
   
#container 
     {margin-left: 10%; margin-right: 10%;   }

 #header
       {text-align: center;}
	   
	   
#nav {text-align: center;  background-color: #000;  }
   		#nav ul 
       		{float:left;
			width:100%;
			list-style: none; 
       		margin:0; 
       		padding-top:10px;
			background-color: #000;
			 }
      	 #nav li
          	 {display:inline-block; }
         #nav a
           	
         	{display:block;
           	width:120px;
           	font-weight:bold;
           	color:#efc652;
           	text-align:center;
           	padding: 4px;
           	text-decoration:none;
           	}
		#nav a:hover,a:active
			{text-decoration: underline; background-color: #333;}
		#nav a:active
			{font-weight:bold; background-color: #005b7f;}
			
	


  #main
  {background-color: #333; padding:30px 20px; 
  line-height: 2em; letter-spacing: .06em; color:#FDF3C2;
 }
   #main ul
   		{list-style-position:inside;}
    .center
		{
		margin:auto;
		text-align: center;
			}
.right
	{float: right;}
.left
	{float: left;}
	
p.address
		{line-height: 1.5em;}
#photoboxright
	{float: right; margin-left: 12px;}
#photoboxleft
   {float: left; margin-right: 12px;}

#footer 
       {clear: both; text-align: center; margin:0; padding: 5px; font-size: .9em; }
	   
	p.small {font-size: .9em;}