html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after  {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
.clearfix  {display: block;}
* html .clearfix {height: 1%;}
/* end hide from IE-mac */

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

body {
    text-align: center;
    background: #B9BABE url("/2009/images/bg_tile.jpg") top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}

p {
    letter-spacing: 0px;
	font-size: 13px;
    line-height: 20px; 
	margin-bottom: 8px;
}

h1 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 32px;
	margin-bottom: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h2 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 28px;
	margin-bottom: 8px;
	letter-spacing: 1px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;	
	margin: 22px 0 8px 0;
	line-height: 22px;
	letter-spacing: .5px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 2px 0 5px 0;
	line-height: 18px;
	letter-spacing: 0;
}

a:link, a:visited { 
	text-decoration: none; 
	color: #C2CF23;
}

a:hover, a:active { 
	text-decoration: none; 
	color: #A5C0E4;
}
	
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
	color: #9B5BA4;
	font-size: 22px;
	line-height: 28px;
	text-align: center;
}

img.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}

.wrapper {
    margin: auto; text-align: left;
    width: 992px;
    overflow: hidden;
    background: url("/2009/images/wrapper_bg.png") top left repeat-y; 
}

.content {
    margin: 0 11px 0 11px;
	padding: 0;
	width: 970px;
	background-color: #3B3B3B;
	position: relative;
	overflow: hidden;	
}

#header {
	position: relative;
}
	.home #header {
		height: 460px;
	}
	
	.sub #header {
		height: 90px;
	}

	#banner {
		z-index: 1000;
		position: absolute;
		top: 0;	left: 0;
		width: 970px;
		height: 90px;
	}
	
		.sub #banner {
			background-color: #000;
		}

		#festival-logo {
			display: inline;
			margin-right: 130px;
		}
		
		#banner-logo {
			display: inline;
			margin: 0;
		}
		
		ul#banner-menu {
			position: absolute;
			bottom: 25px; right: 5px;
			display: inline-block;
			color: #FFF;
			font-size: 14px;
			text-transform: lowercase;
		}
			
			ul#banner-menu li {
				border-right: 1px solid #FFF;
				padding-right: 5px;
				margin-right: 5px;
				display: inline;
				list-style: none;
			}
				ul#banner-menu li.last-child {
					border: none;
				}
				
				ul#banner-menu li a {
					color: #FFF;
					font-weight: bold;
				}
				ul#banner-menu li a:hover,
				ul#banner-menu li a:active {
					color: #A5C0E4;
					font-weight: bold;
				}

#billboard {
	position: absolute;
	top: 0; left: 0;
	padding: 0;
	z-index: 10;
	overflow: hidden;
	width: 970px;
	height: 460px;
}	

	#carousel {
		position: absolute;
		top: 0; left: 0;
		width: 970px;
		margin: 0;
		padding: 0;
	}
	
		#carousel li {
			display: none;
		}
		
			#carousel li.active {
				display: block;
			}

	#pager {
		position: absolute;
		bottom: 0; left: 0;
		width: 970px;
		padding: 5px 30px;
		height: 30px;
		background-color: #000;
		color: #FFF;
		opacity: 0.5;
		filter: alpha(opacity = 50);	
	}

		ul#captions {
			position: absolute;
			top: 8px; left: 20px;
			width: 970px;
			margin: 0;
			padding: 0;
			display: inline;
			font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
			font-size: 22px;
			opacity: 1;
			filter: alpha(opacity = 100);		
		}
			ul#captions li {
				display: none;
				list-style: none;
			}				
				ul#captions li.active {
					display: block;
				}
				
			ul#captions li a {
				color: #FFF;
			}
				ul#captions li a:hover, ul#captions li a:active {
					color: #A5C0E4;
				}
				
		ul#credits {
			position: absolute;
			top: 15px; right: 40px;
			width: 200px;
			margin: 0;
			padding: 0;
			display: inline;
			font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
			font-size: 12px;
			opacity: 1;
			filter: alpha(opacity = 100);		
		}
			ul#credits li {
				display: none;
				list-style: none;
			}				
				ul#credits li.active {
					display: block;
				}				

#page {
	padding: 0 25px 30px 25px;
}

ul.navigation {
	text-transform: uppercase;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 28px;	
}
	.home ul.navigation {
		font-size: 36px;
		margin-left: 70px;
	}
	
	.sub ul.navigation {
		font-size: 28px;
		margin-left: 0;
		margin-top: 12px;
	}
	
	ul.navigation li {
		padding-right: 12px;
		margin-right: 12px;
		display: inline;
		list-style: none;	
	}
		ul.navigation li a {
			text-decoration: none;
			color: #C2CF23;
		}
		ul.navigation li a:hover, 
		ul.navigation li a:active,
		ul.navigation li.active a:link,
		ul.navigation li.active a:visited {
			color: #A5C0E4;
		}

.main {
	float: left;
	display: block;
	width: 600px;
	margin-right: 50px;
}

	.featured-programs {
		margin-bottom: 35px;
	}
	
	.latest-updates {
		margin-bottom: 35px;
	}
		.latest-updates .post {
			margin-bottom: 35px;
		}
			.latest-updates .post .entry h3 {
				width: 100%;
				border-bottom: 1px solid #666;
				margin-bottom: 2px;
			}
			.latest-updates .post img.alignleft {
				float: left;
				margin: 0 15px 15px 0;
			}
			.latest-updates .post .entry .postdate {
				font-size: 12px;
				font-style: italic;
				text-align: right;
				margin-bottom: 12px;
				color: #999;
			}
		.latest-updates .view-all {
			font-size: 13px;
			font-weight: bold;
		}
	
	table.schedule-table {
		width: 100%;
		border: none;
		font-size: 12px;
	}
		table.schedule-table h3 {
			margin-top: 10px;
			border-bottom: 1px solid #FFF;
			padding-bottom: 2px;
		}
	
		table.schedule-table h4 {
			font-size: 16px;
		}
		
		table.schedule-table td {
			vertical-align: top;
			/* padding: 5px; */
		}
			table.schedule-table td.time-col {
				width: 15%;
				text-align: right;
				padding-right: 15px;
			}
			table.schedule-table td.detail-col {
				width: 60%;
			}
			table.schedule-table td.venue-col {
				width: 25%;
			}
		
		table.schedule-table .program-type {
			font-size: 11px;
		}
		
		table.schedule-table ul {
			margin: 6px 0 16px 20px;
			font-size: 13px;
			color: #CCC;			
		}
		
			table.schedule-table ul li {
				list-style: none;
				margin-bottom: 6px;				
			}
			
.program h2 {
	text-transform: uppercase;
}

	.program img.alignleft {
		float:left;
		margin: 0 20px 20px 0;
	}

	.program .event-date {
		margin-bottom: 4px;
		font-size: 16px;
		font-weight: bold;
		text-transform: uppercase;
	}
	.program .event-time {
		margin-bottom: 4px;
		font-size: 22px;
		font-weight: bold;
		text-transform: uppercase;
	}	
	
	.program .venue-info {
		margin-bottom: 30px;
		font-size: 14px;	
	}
		
		.program .map-link {
			margin-left: 18px;
		}
			.program .map-link a {
				text-decoration: underline;
			}
	
	.program .ticket-info {
		display: block;
		clear: both;
		margin-bottom: 30px;
	}
		img.ticket-button {
			float: left;
			margin: 0 20px 20px 0;
		}
		
		table.ticket-table,
		table.pass-table,
		table.free-table {
			border:1px solid #999999;
			font-size: 12px;
		}
		
		table.ticket-table {
			width: 300px;
		}
		
		table.pass-table,
		table.free-table	 {
			width: 500px;
		}
			
			table.ticket-table th,
			table.pass-table th,
			table.free-table th{
				background: #999999 none repeat scroll 0 0;
				color: #FFFFFF;
				padding: 5px;
			}
			table.ticket-table td,
			table.pass-table td,
			table.free-table td{
				background: #FFF none repeat scroll 0 0;
				color: #000;
				border: 1px solid #999999;
				padding: 5px;
			}
			
			table.ticket-table ul,
			table.pass-table ul,
			table.free-table ul {
				margin-left: 15px;
			}
			
				table.ticket-table ul li,
				table.pass-table ul li,
				table.free-table ul li {
					list-style: disc;
					margin-left: 5px;
				}
				
				table.ticket-table a,
				table.pass-table a,
				table.free-table a{
					color: #339900;
				}
					table.ticket-table a:hover, table.ticket-table a:active,
					table.pass-table a:hover, table.pass-table a:active,
					table.free-table a:hover, table.free-table a:active{
						color: #3366CC;
					}
			
	ul.anchor-links {
		font-size: 13px;
		margin: 12px 0 22px 0;
	}
		ul.anchor-links li {
			margin-bottom: 4px;
		}
			ul.anchor-links li:before {
				content: "\00BB \0020";
			}

#sponsors h3 {
	border-bottom: 1px solid #FFF;
	padding-bottom: 2px;
	margin-bottom: 8px;
}

#sponsors img {
	margin-bottom: 15px;
}

.sidebar{
	float: left;
	display: block;
	clear: right;
	width: 270px;
}

	.sidebar h2 {
		margin-left: 30px;
	}
	
	.sidebar-widget {
		width: 250px;
		margin: 0 0 35px 30px;		
	}
		.sidebar-widget h3 {
			margin-top: 0;
		}
		
	.upcoming-event img {
		float: left;
		margin: 0 15px 15px 0;
		border: 1px solid #fff;
		padding: 2px;
		width: 56px;
	}
	.upcoming-event .eventinfo {
		width: 170px;
		float: left;
		clear: right;
	}

	.sidebar #vimeo {
		width: 220px;
		margin: 0 0 35px 30px;
	}
	
	.sidebar #flickr {
		width:250px;
		margin: 0 0 35px 19px;
	}
	
	.sidebar #twitter {
		margin: 0 0 30px 30px;
	}
	
	.sidebar #join-us {
		width: 220px;
		margin: 0 0 35px 30px;
	}
		.sidebar ul#social-networks li{
			float: left;
			margin-right: 20px;
		}

#footer {
	clear: both;
	color: #FFF;
	font-size: 10px;
	background-color: #000;
	padding: 20px 35px;
}