@charset "UTF-8";

/*
________________________________________


  	CSS STYLESHEET for ALL PAGES
	roanoke fiddlefest - http://www.roanokefiddlefest.org
	
	You're looking at VERSION FOUR - launched DATEHERE.
	Older versions may be available.  Contact wondermart@gmail.com more information.
	
	Questions about this stylesheet?  email wondermart@gmail.com


________________________________________

*/



body  { 
	background: #000000 url(../img/universal/bg.jpg) top center no-repeat;
	font-family: "Lucida Grande", "Trebuchet MS", "Verdana", "Arial", sans-serif;
	font-size: 80%;
	margin: 0 auto; 
	padding: 0;
	text-align: center;
	color: #444444;
	}
	
#surround_ext {
	width: 960px;
	}
	
#top_feature {
	text-align: left;
	height: 32px;
	}
	
#headline {
	text-align: left;
	padding: 52px 0 0 0;
	}
	
#menu {
	background: #d8d8d8 url(../img/universal/menu.gif) top repeat-x;
	padding: 15px 0;
	text-align: left;
	font-weight: normal;
	font-size: 90%;
	}
	
#menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}	
	
#menu li {
	display: inline;
	margin: 0px;
	}
	
#menu a {
	padding: 15px 10px;
	}
	
	
#menu a:hover {
	color: #006493;
	text-decoration: none;
	}		
		
#menu a.main_menu:hover {
	background: #d5d5d5;
	}
	
#menu div {
	text-align: center;
	float: right;
	margin: -7px 0 0 0;
	padding: 0 30px 0 0;
	}
			
#menu span {
	text-transform: uppercase;
	font-size: 80%;
	}		
	
#surround_int {
	background: #ffffff url(../img/universal/surround_int_bg.gif)	top center repeat-y;
	line-height: 2em;
	}
	
#main {
	float: left;
	width: 560px;
	text-align: left;
	padding: 20px 40px;
	}
	
#sidebar {
	float: left;
	text-align: left;
	padding: 20px 20px;
	}
	
#footer { 
	clear: both;
	background: #661105 url(../img/universal/footer_bg.png) top center repeat-x;
	padding: 40px;
	color: #ffffff;
	text-align: left;
	}	
	
	
/*
________________________________________
					   		 LINK STYLES						*/
	
	
A:link     {color: #901807; text-decoration: none;}
A:visited  {color: #901807; text-decoration: none;}
A:hover    {color: #d7a53e; text-decoration: underline;}
A:active   {color: #d7a53e; text-decoration: underline;}

#footer a {
	color: #d7a53e; 
	text-decoration: none;
	}
	
#footer a:hover {
	color: #ffffff; 
	text-decoration: underline;
	}
	
/*
________________________________________
					   UNIVERSAL CLASSES						*/
					   
h1 {
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 280%;
	font-weight: normal;
	line-height: 1.2em;
	color: #006493;
	}
	
h2 {
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 180%;
	font-weight: normal;
	line-height: 1.2em;
	color: #006493;
	margin-bottom: 0px;
	}
	
h3 {
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 120%;
	font-weight: normal;
	line-height: 1.2em;
	color: #006493;
	margin-bottom: 0px;
	}	
	
h4 {		/* THIS IS FOR THE FOOTER */
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 280%;
	font-weight: normal;
	margin: 0 0 30px 0;
	color: #ffffff;
	}	
	
	
h5 {		/*  SO IS THIS */
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 180%;
	font-weight: normal;
	line-height: 1.2em;
	color: #ffffff;
	margin-bottom: 0px;
	}					   
					   
.main_span {
	width: 640px;
	height: 360px;
	margin: -20px -80px 0 -40px;
	background: #00FF66;
	color: #ffffff;
	}	
	
	
.float_right {
	float: right;
	padding: 0 0 10px 10px;
	}
	
.float_left {
	float: left;
	padding: 0 10px 10px 0;
	}
	
.table_rule {
	background: #ebebeb;
	}			
	
.fine_print {
	font-size: 8pt;
	line-height: 1.4;
	}	
	
.no_bullets {
	list-style: none;
	}	
	
.schedule_thumbnail {
	margin: 0 10px 30px 0;
	float: left;
	clear: left;
	}	
	
.ticket_box {
	border-bottom: #ebebeb 7px solid;
	width: 400px;
	height: 175px;
	text-align: left;
	}

.ticket_price_box {
	float: right;
	}	
		
.sponsor_cloud img {
	margin: 10px;
	}		
	
.ad_disclaimer {
	text-transform: none;
	font-size: 80%;
	text-align: center;
	margin: 0 auto;
	display: block;
	line-height: 1.3em;
	}	
	
.thanks_list {	
	text-align: center;
	line-height: 2.4em;
	font-weight: bold;
	}
	
.linklist a {	
	display: block;
	width: 200px;
	padding: 5px 15px;
	border-top: #beb7b7 1px solid;
	}
	
.linklist a:hover { 	
	background-color: #d5d5d5;
	color: #006493;
	border-top: #beb7b7 1px solid;
	border-bottom: 0px;
	text-decoration: none;
	}	
		
		
.winefest_top_link {
	position: absolute;
	top: 80px;
	left: 760px;
	}	
		