@CHARSET "UTF-8";

/** FESTIVAL PROGRAM */
	
ul#headers {
	padding: 0;
}

ul#headers li {
	display: block;
	float: left;
	width: 84px;
	height: 67px;
	margin-right: 42px;
}

ul#headers li.last {
	margin-left: -1px;
}

#headers li a {
	display: block;
	width: 84px;
	height: 67px;
}

#headers li a span {
	display: none;
}

#headers li a {
	background-image: url("festival-program-2011.png");
	background-repeat: no-repeat; 
}	


#festival h1 {
	padding-top: 0px;
	font-size: 16px;
}

#festival h2 {
/*	padding-top: 5px;*/
	font-size: 0.8em;
	font-weight: normal;
	padding-bottom: 15px;
}

#festival h3 {
	margin-top: 5px;
	font-weight: normal;
	font-size: 1em;
	padding-bottom: 15px;
}

#festival h3.strong {
	font-weight: bold;
	margin-top: 15px;
}

#festival p, #festival ul, #festival .guest {
	font-size: 0.9em;
}

#festival p.tiny {
	font-size: 0.8em;
}
#festival .col1 {
	width: 200px;
	margin-right: 10px;
	float: left;
}

#festival .col2 {
	width: 370px;
	float: left;
}

#artists-list div.guest {
display: block;
width: 250px;
}

#artists-list div.odd {
	float: left;
	text-align: left;
}

#artists-list div.even {
	float: left;
	text-align: right;
}

#artists-list {
	margin: 0 auto;
}

#artists-list-twocol {
	margin: 10px auto;
	width: 500px;
}
#program-26 {
	width: 290px;
	float: left; 
	margin-left: 10px;
}
#program-26 div.guest {
	width: 290px;
}

#festival .header_wrapper {
	margin-top: 5px; 
	margin-bottom: 18px;
}

#festival .header_wrapper.movie {
	margin-top: 15px; 
	margin-bottom: 18px;
}

#festival .header_wrapper h3 {
	background-color: #bbe5f5;
	color: #8f1a6d;
	padding: 1px;
	display: inline;
}
	
#festival #artist-list_wrapper {
	margin-bottom: 18px;
}

#festival #artist-list_wrapper h2 {
	float: left;
}

