/* tags */

	/* debug */
	/* div { border: 1px solid #f00; } */

	body {
		font-family: verdana, sans-serif;
		background-color: #000;
		text-align: center;
		padding: 0;
	}
	
	body.preview { /* preview class for body */
		background-image: url('preview.gif');
		background-repeat: repeat;
	}
	
	p { margin-top: .5em; margin-bottom: 0; padding: 0; }
	p.accent { color:#fa0; }
	
	a:link { color: #f70; text-decoration: none; }
	a:visited { color: #f70; text-decoration: none; }
	a:hover { color: #fc0; text-decoration: none; border-bottom: 1px dotted #f70; }
	a:active { color: #fff; }

	#menu a:link { color: #000; text-decoration: none; }
	#menu a:visited { color: #000; text-decoration: none; }
	#menu a:hover { color: rgb(255,255,255); text-decoration: dotted; }
	#menu a:active { color: #000; }
	
	.buy { padding-right: 5px; width: 50px; }
	table form { display: inline; }
	table input { display: inline; }
	
	p.invisible { display: none; }
	
	h3 { clear: both; padding-top: 10px; color:#FA0; }
	h2 { color:#FA0; }

/* major divisions */

	/* this is the overall container */
	#container {
		width: 655px;
		margin: 0 auto;
		font-family: verdana, sans-serif;
		font-size: 12px;
		line-height: 1.5em;
	}
		
	#main {
		color: #DFF;
		text-align: left;
		float: left;
		width: 655px;
	}

	#sidebar {
		margin-left: 5px;
		float: right;
		width: 145px;
		background: #0;
		color: rgb(220, 220, 255);
		font-family: georgia, serif;
	}
	
	#menu {
		clear: both;
		margin-top: 5px;
		margin-bottom: 15px;
		background: #777;
		text-align: center;
	}
	
	#menu a {
		top: 2px;
		padding-left: 10px;
		padding-right: 10px;
		font-family: verdana, sans-serif;
		font-size: 11px;
	}

	#people {
		padding-top: 5px;
		padding-bottom: 5px;
		padding: 10px;
		text-align: center;
		font-size: 14px;
		background: #630;
	}
	#people span.name { display: block; }
	#people h2 { 
		border-bottom: 2px solid #777; 
		text-indent: 0;
		font-size: 12px;
		line-height: 110%;
	}
	
	#header { 
		height: 250px;
		color: #BBF;
	}
	
	#footer {
		clear: both;
		height: 50px;
	}

/* people subdivisions */

	#board {}
	#staff { line-height: 100%; }
	#staff span.title { margin-bottom: 5px; }
	#staff span.title { display: block; font-style: italic; font-size: 85%; }
	
	#sponsor-logos { line-height: 0; }
	div.sponsor-logos img { display: block; margin-bottom: 5px; }
	#sponsors {}
	#sustaining-sponsor {}
	#founders-circle {}
	
	#founders-circle span { 	
		font-size: 12px;				
		font-style: italic;
		padding-left: 5px;
		text-indent: -5px;
		padding-bottom: 4px; 
		line-height: 100%;
	}
	
	#sustaining-sponsor span {
		padding-bottom: 6px; 
		line-height: 1em;
	}

	/* Schedule Items */
	
	#schedule { display: block; }
	
	#schedule-header {
		height: 88px;
		width: 500px;
	 }
	
	div.schedule-day {
		clear: both;
		margin-top: 10px;
		padding-left: 10px;
		padding-top: 10px;
		padding-bottom: .25em;
		border-top: 6px solid #557;
		font-family: arial, sans-serif;
		font-weight: bold;
		font-size: 20px;
		background: #113;
		/* background: #027; */
		/* background: url(images/day-gradient.jpg); */
		color: #FFF;
	}
	
	div.schedule-item {
		font-family: verdana, san-serif; clear: both;
		margin-top: 15px;
		border-top: 1px solid #777;
		clear: none;
	}
	
	div.schedule-divider {
		clear: both;
		height: 5px;
	}
	
	/* the main elements of the schedule */
	
		.item-images {
			float: left;
			width: 160px;
		}
		
		.item-description {
			padding-top: .5em;
			float: right;
			width: 420px;
			display: inline;
		}
		
		div.schedule-divider {
			/* height: 20px; */
			/* clear: both; */
		}
	
	p.community-sponsor {
		font-style: italic;
		text-align: left;
		/* padding-top: .5em; */
		color: #f70;
		clear: both;
	}
	
	p.community-sponsor img { float: left; margin-right: 8px;}
	
	p.community-partner {
		font-style: italic;
		text-align: left;
		padding-top: .5em;
		color: #f60;
	}

	p.sponsor-list {
		font-size: 15px;
		font-style: italic;
		text-align: left;
		padding-top: .5em;
		color: #f70;
		clear: both;
		display: block;
	}
		
	p.sponsor-list img { float: left; margin-right: 8px; }
	
	h3.sponsor-list { clear: both; padding-top: 25px; color: #f70; font-size: 20px; }
	
	span.sname { vertical-align: middle; }
	
	.post {
		font-size: 1.2em; 
		font-weight: bold;		
		color: #CCC; 
		margin-top: 5px;
		display: block;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	div.schedule-item span.film-name { 
		font-size: 1.4em; 
		font-weight: bold;		
		color: #FB0; 
		text-transform: uppercase; 
		margin-top: 5px;
		display: block;
	}
	
	div.schedule-item span.film-details { 
		font-size: smaller; 
		font-style: italic; 
		line-height: 100%;
	}
	
	div.schedule-item p { }
	div.schedule-item p.festivals { font-style: italic; color: #9c3; }
	
	div.schedule-item img.i2 { 
		margin-left: 10px; 
		display: inline; 
	}
	
	div.paypal {
		margin-top: .5em;
	}
	
	p.discussion {
		font-style: italic;
		color: #fb0;
	}
	
	p.short-film {
		font-style: italic;
		color: #9b0;
	}
	
	span.schedule-item-location {
		padding-left: 0px; 
		font-size: 100%; 
		font-style: italic;
		display: block;
		color: #f73;
		/* float: right;  */
	}
	span.schedule-date {
		display: inline;
	}
	span.schedule-time { 
		color: #FB0; 
		display: inline;
	}	
	span.schedule-program {
		color: #9c3;
		display: inline;
	}
	span.film-time { 
		display: none; 
	}
	span.schedule-item-image { 
		float: right; 
		display: inline; 
	}
	
	span.sold-out {
		font-size: 12px;
		display: block;
	}

