/* festival css */#maintitle {	font-size: 0.8em;}#festHeader {	float: left;}#festHeader h1 { font-size: 1.8em; margin: 0;}#festHeader h2 {	font-size: 1.2em;	margin: -3px 3px;}	/* past: div for looking at past  years*/#past {	float: right;	font-size: 1.2em;	/*	border: 1px solid #267DBA; */	border: 1px solid #232323;	width: 5.0em;	margin: 0 1.0em 1.0em 1.0em;	padding: 0.5em;}#past ul {	list-style: none;	margin: 0;	padding: 0;}#past a {	display: block;}	/* choice - the alphabetical (or other type of sorting) listing of grouped items */#choice  {	margin-top: 0;	padding-top: 0;	line-height: 0.75em;}	/* list  - the div that is next to the past, to make sure that it doesn't wrap under the past div */#list ul, #list ol {	margin: 10px 0 0 0;	padding: 0;}	#list li {	list-style: none;}  /* festival repeating items */.details {	color: #727272;	text-transform: uppercase;	font-weight: bold;	/* mb: I'm changing this	margin-top: -1.5em; */	margin-top: -1em;	margin-bottom: 1.2em;	font-size: .75em;}
