/* CSS Document  */  
/* render html5 elements as block */ 
 
 header, footer, section, aside, nav, article, figure {display: block;} 
 
 html, body {
 line-height:1;
 background:url("http://www.countyfairgrounds.net/images/woodplanksbackground.jpg"); 
 background-repeat:repeat;
 margin:0px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:14px;
 line-height: 16px;
 
 }
  /** HEADER */
  header{
  width:100%;
 
 }
  
 #inner {
 margin: 0px  auto;
 width:990px; 
 overflow: auto;
 
 }
 
 #inner h1 {
 float: left;
 margin: 30px 70px 20px 80px;
 width: 790px;
 background-color:transparent;
 
 }
 
 #inner h1 img {
 clear: none;
 display:inline;
 border:none;
 
 }
 
 /*social icons*/
#icons{
 width:550px;
 float:right;
  margin-right:20px;
  margin-left:400px;
 margin-bottom:10px;
 margin-top:30px;
 background-color:transparent;
}

/* nav */ 
#navbar{
width:990px;
margin: 0 auto;


}
nav {
height: 32px;
width:100%;
clear:both;
margin: 0 auto 0 0;
border-top: #eeeeee inset 2px;
border-bottom: #eeeeee solid 2px;
background-color: #400000;
}
nav .menu {
font-size: 12px;
font-weight: bold;
margin-left: 12px;
}
nav .menu ul {
list-style: none;
margin: 0;
}
nav .menu li {
float: left;
position: relative;
}
nav .menu a {
display: block;
text-decoration: none;
color: #ffffff;
padding: 0 20px;
line-height: 30px;
}
nav .menu a:hover {
color: #eeeeee;
text-decoration: underline;
}

/* nav 1-level dropdowns */
nav .menu li ul { 
display: none; 
z-index: 8888;
}
nav .menu ul li a {
display: block;
text-decoration: none;
color: #ffffff;
background: #400000 ;
white-space: nowrap;


}
nav .menu ul li a:hover { 
background: #400000; 
color:#e88562;
}
nav .menu li:hover ul {
display: block;
position: absolute;
top: 30px;
left: -40px;
}
nav .menu li:hover li {
float: none;
}
nav .menu li:hover a { 
background: #fff;
color:#eeeeee; 
}
nav .menu li:hover li a:hover { 
background: #fff; 
}

/* main container */
#container {
margin: 0 auto;
width:940px;
 }   
 
 #adcopy {    
 margin: 10px 0px 10px 100px;
 clear:right;
 }
 
 /* featured and all featured contents */
 #featured {              
 margin:10px 0px 10px 0px;
 width: 900px;
 }         
 
 #featured figure {
 margin:10px;/*top,right,bottom,left*/
 width: 880px;
 }            
 
 section.insidefigure { 
 margin:0px 50px 10px 40px;	
 clear:both;    
 }         
 
  carousel-caption a{
  color:#ffff80;
  
  }
 
 /*  Feature Section - end of all code *//*  
 
 start left third column */
 #sidebar {
 float: left;
 width:255px;
 margin: 5px 0px 10px 0px; /*top,right,bottom,left*/
 }
 
 #entertainment{  
 background-color:white;
 font-size:12px;
 font-weight:bold;
 color:#cc0000;
 border-style:inset; 
 border-width:2px;
 border-color:#400000;
 margin:10px 0px 10px 0px; 
 padding-top:5px;
 padding-left:10px; 
 padding-right:5px; 
 padding-bottom:5px; 
 
 }    
 
 #entertainment a{   
 color:#990000; 
 
 
 }   
 
 #entertainmenta:hover {   
 color:#400000;      
 }
 
  
 
 #findastate{
 margin-bottom:10px; 
   width:235px;	
 padding-top:10px;
 padding-bottom:10px;
  border-style:inset; 
 border-color:black; 
 border-width:2px;
 background-color:#400000; 
 color:white;  
 font-weight:bold;
 
 } 
 
  #countrymusic{	
 margin-top:25px;
 
 }  
 
 #ads{	
 margin-top:25px;
 margin-left:20px;
 }
 
 /*  end left third column */*  
 
 /*center content */
 
 #middle {      
 font-size:14px;
 color:white; 
 font-weight:bold; 
 margin-top:30px; 
 margin-left:290px;
 
 
 }    

 
 #InfoMovie { 
 font-size:16px; 
 margin-bottom:10px;
 background:#eeeeee; 
 width:300px;
 color:#990000;
 font-weight:bold;
 font-family: 'MarketingScriptRegular';
 border-style:ridge;
 border-width:3px; 
 border-color:#990000; 
 padding-left:20px;
 padding-top:5px; 
 padding-bottom:5px; 
 text-decoration:underline; 
 }   
 
 
 #InfoMovie   a { 
 color:#990000;  
 } 

 #InfoMovie   a :hover{ 
 color:#c0c0c0;

 }  
 
 #movie { 
 margin:0px 5px 10px 5px;
 color:#400000;
 font-size:16px;
 font-weight:bold;

 }   
 
 #movie a{   
 color:#ffffff;
 text-decoration:underline; 
 }   
 
 #movie a:hover {   
 color:#c0c0c0; 
 text-decoration:underline;
}



  #titleinfomore {
 font-size:14px;
 color:#ffffff;
 font-weight:bold;
 background-color:#800000;
 border-style:inset;
 border-width:4px;
 border-color:#c0c0c0;
 padding:10px;
  margin-top:60px;
  width:310px;

 }


 #moreinfo { 
 margin-top:10px;
 margin-left:20px;
width:350px;
color:#400000;
 }   
 
 
 
 #moreinfo a{   
 color:#400000;

 }   
 
 #moreinfo a:hover {   
 color:#c0c0c0; 
 
}
 /*  end center content */  
 
 /*  right side third column */ 
 
 #rightside{  
 margin-left:700px;
 margin-top:-600px; 

 
 }   
 
 
 
 /*  end right half content */ 
 
 /* footer */
 
  footer {
width:100%;
margin:100px auto 20px 0px;
border-top: #cc0000 inset 2px;
border-bottom: #c0c0c0 solid 2px;
background-color: #400000;
overflow:auto;
 
 }  
 
 #bottom {  
 width:990px;
 background-color:#400000;
 font-weight:bold;
 margin: 0px auto;
 }
 
 #bottomtext{
 float:left;
 font-size:14px;
 color:white;
 margin:30px auto 10px 50px; 
 
 }
 
 #privacy{
 float:left;
 display:inline;
 font-size:12px;
 color:#ffffcc;
 margin:10px 650px 5px 60px; 

 }   
 
 #privacy a {     
 color: #ffffcc; 
 
 }   
 
 #privacy a:hover {  
 color:#c0c0c0;
 
 }
 
 #bottomright{
 margin: -100px 20px 10px 450px;
 float:right;
 
 } 
 
 /* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 1, 2011 07:27:24 PM America/New_York */


@font-face {
    font-family: 'MarketingScriptRegular';
    src: url('MarketingScript-webfont.eot');
    src: url('MarketingScript-webfont.eot?iefix') format('eot'),
         url('MarketingScript-webfont.woff') format('woff'),
         url('MarketingScript-webfont.ttf') format('truetype'),
         url('MarketingScript-webfont.svg#webfontblVIzv19') format('svg');
   
   } 