/* CSS Document */

/* 1st Tier nav */

#nav ul li a.events {
	color: #333333;
	border-bottom: 1px solid #333333;	
	background-color: #E7E7B4;}

/* Open up 2nd Tier nav */

#events #nav ul ul.events  { 
	display:list-item;
	margin: 0px;
	padding: 0px;
	list-style: none; 
	font: 100% arial, helvetica, sans-serif; }	
	
#events #nav ul ul a {
	padding: 4px 0px 4px 20px;
	display: block;
	width: 119px;
	border-bottom: 1px solid #333333;
	text-decoration: none; }	
	
#events #nav ul ul a:link, #events #nav ul ul a:visited {
	padding: 4px 0px 4px 20px;
	font-weight: normal;
	color: #333333;
	background-color: #F3F3DA;  }
	
#events #nav ul ul a:hover {
	font-weight: normal;
	padding: 4px 0px 4px 20px;
	color: #333333;
	background-color: #ffffff; }
	
/* Second Tier nav Links */

#events.candlelight #nav ul ul li a.candlelight {	
	color: #333333;
	background: #FFC ; }

#events.living #nav ul ul li a.living {	
	color: #333333;
	background: #FFC ; }

#events.seasons #nav ul ul li a.seasons {	
	color: #333333;
	background: #FFC ; }	
	
#events.gypsy #nav ul ul li a.gypsy {	
	color: #333333;
	background: #FFC ; }		
	
#events.survivors #nav ul ul li a.survivors {	
	color: #333333;
	background: #FFC ; }			
	
#events.camelot #nav ul ul li a.camelot {	
	color: #333333;
	background: #FFC ; }		

#events.wine-tour #nav ul ul li a.wine-tour {	
	color: #333333;
	background: #FFC ; }			
#events #right_sidebar {
	border: 3px solid #8C3126;
	width: 280px;
	background: #FFFFFF ;
	padding-top: 200px;
	text-align: center;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	padding-bottom: 20px;
}
	
#events #right_sidebar ul {
	margin-top: 5px;
	padding-top: 0px;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 40px;}
	
#events #right_sidebar h4 {
	color: #841410;}
#events.wine-tour #right_sidebar {
	background: #FFFFFF url(/events/images/wine-tasting.jpg) no-repeat top;

}
.wine-tour .start {
	clear: left;
	float: left;
	width: 280px;
	margin-top: 10px;
}

.start label {
	width: 150px;
	display: block;
	float: left;
}
label.choose {
	width: 320px;
	display: block;
	float: left;
	margin-top: 20px;
}
select.choose {
	margin-top: 20px;
}



.wine-tour #tickets_button {
	float: left;
	width: 250px;
	margin-top: 5px;
	margin-bottom: 20px;
}
#events .clearPix {
	border: none;}

