body	{
	padding:0 0 50px 0;
	margin:0px;
	background-color:#000000;
	background-image:url(images/bg-site.gif);
	background-repeat:repeat-x;
	font-family:arial, helvetica, sans-serif;
	color:#ffffff;
	font-size:15px;
	}
	
body.film	{
	background-image:none;
	margin:0px;
	padding:15px 15px 0px 15px;
	}	
	
#container_site	{	
	width:870px;
	padding:0 30px 0 30px;
	margin-left:auto;
	margin-right:auto;
	}
		
div.clear {
	clear: both;
}

div.hero {
	width:100%;
	margin:0 0 20px 0;
}

div.hero_text {	
}

/* drop-down nav */
#nav	{
	width:870px;
	margin-top:15px;
	margin-bottom:40px;	
	}
	
/* first level */
#nav ul.nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul.nav li {
	float: left;
	margin-right: 45px;
	padding: 0;
	position: relative;
}
#nav ul.nav li a {
	display: block;
	color: #000;
	font-size: 12px;
}
#nav ul.nav li.last	{
	margin-right: 0;
}	
#nav ul.nav li.hover {}
#nav ul.nav li.active {}

/* second level */
#nav ul.subnav {
	display: none;
	position: absolute;
	margin: 0;
	padding: 19px 0 0;
	list-style: none;
	top: 21px;
	left: -10px;
	background-color: #fff;
}
#nav ul.subnav li {
	margin: 0;
}
#nav ul.subnav li a {
	width: 200px;
	padding: 10px;
}
#nav ul.subnav li.hover {}
#nav ul.subnav li.hover a {
	color: #ee008a;
}
#nav ul.subnav li.active {}




#content	{
	width:870px;
	overflow:hidden;
	}	

img	{
	border:0px;
	}
	

img.t1	{
	margin-bottom:20px;
	height:41px;
	}	
	
img.grace {
	float:right;
	margin-left:10px;
	}
	
p	{
	margin-top:0px;
	margin-bottom:20px;
	line-height:1.5em;
	}
	
p.times {	
	color:#ee008a;
	}
	
body.film p	{
	font-size:12px;
	}	
	
	
h2	{
	color:#ee008a;
	font-size:20px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:10px;
	font-family:helvetica, sans-serif;
	}	
	
	
h3	{
	color:#ffffff;
	font-size:16px;
	font-weight:normal;
	margin-top:0px;
	font-family:helvetica, sans-serif;
	}	
	
a	{
	color:#ee008a;
	text-decoration:none;
	outline:none;
	}		
	
a:hover	{
	color:#ee008a;
	}			
	
div.container	{
	width:100%;
	overflow:hidden;
	}	
	
td	{
	padding:5px;
	}	
	
ol, ul {
	padding-left:20px;
}
	
b.pink	{
	color:#ee008a;
	}	
	

	
div.partners	{	
	margin-bottom:4px;
	}	

div.partners img	{
	margin-right:4px;
	float:left;
	}
		
div.partners_min {
	width:auto;
	margin:0 0 4px 0;
	}

	
/* -- form -- */

form	{
	margin:0px;
	}

table.form	{
	width:100%;
	margin-bottom:15px;
	}	
	
table.form td.col_name	{
	width:50%;
	}

table.submission 	{
	width:100%;
	margin-bottom:15px;
	font-family:arial, helvetica, sans-serif;
	font-size:12px;	
	}	
	
table.submission td.col_name	{
	width:50%;
	}

table.submission td input, table.submission td select, table.submission td textarea {
	font-family:arial, helvetica, sans-serif;
	font-size:12px;	
	}
	
textarea	{
	width:250px;
	height:50px;
	border:#000000 solid 1px;
	font-family: helvetica, arial, sans-serif;
	font-size:12px;	
	}	
	
textarea.small	{
	height:60px;
	}	

input, select 	{
	font-family:helvetica, arial, sans-serif;
	font-size:15px;
	}	

	
input.text	{
	width:250px;
	border:#000000 solid 1px;
	}	
	
input.formtext	{
	width:250px;
	border:#000000 solid 1px;
	}	
	
input.shortfilm	{
	width:135px;
	border:#000000 solid 1px;
	}	

input.button	{	
	text-align:center;
	padding:3px;
	width:120px;
	background-color:#ddc3c5;
	border:#e1ae97 solid 1px;
	color:#000000;
	font-weight:bold;
	}		
	
	
/* -- photos page --*/
	
table.thumbs td	{
	background-color:#ffffff;
	height:170px;
	width:170px;
	text-align:center;
	padding:0px;
	}	
	
	
/* -- film page --*/

	div.film_container	{
		width:400px;
		margin-right:20px;
		overflow:hidden;
		height:100px;
		margin-bottom:20px;
		}

	div.films_container	{
		width:400px;
		margin-right:20px;
		overflow:hidden;
		height:150px;
		margin-bottom:20px;
		}
		
	#last.film_container	{
		margin-bottom:0px;
		}
		
	#last.films_container	{
		margin-bottom:0px;
		}
		
	div.film_list	{
		margin-right:0px;
		width:430px;
		border-right:#ee008a solid 1px;
		float:left;
		}	
		
	div.film_list2	{
		margin-right:0px;
		width:400px;
		float:right;
		}		
		
	p.film_description	{
		display:block;
		width:280px;
		float:right;
		font-size:11px;
		line-height:1.5em;
		}
			
	p.film_description b	{
		font-size:14px;
		margin-bottom:5px;
		}	
		
	img.film_thumb	{
		float:left;
		border:#ee008a solid 1px;
		}	
		
	img.film_large	{
		border:#ee008a solid 1px;
		}	
		
	div.overlay,	
	div.description_full	{
		margin-top:20px;
		}	
		
		
/* -- film page calendar --*/

table.calendar {
	text-align:center;
}

table.calendar td.calendarTopFirst {
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
	margin:5px;
	width:150px;
}

table.calendar td.calendarTop {
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
	margin:5px;
	width:235px;
}

table.calendar td.calendarTopEnd {
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
	border-right:1px solid #ffffff;
	margin:5px;
	width:235px;
}

table.calendar td.calendarBottomFirst {
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	width:150px;
}

table.calendar td.calendarBottom {
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	width:235px;
}

table.calendar td.calendarBottomEnd {
	border-right:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	width:235px;
}







/* --- SLIDE SHOW ----- */

div.slide_show {
	position: relative;
	margin: 0 auto 25px 0;
	width: 870px;
	height: 400px;
}


div.slide_show .view {
	position: absolute;
	top: 0;
	left: 0;
	width: 870px;
	height: 400px;
}

div.slide_show img	{
	border:0px;
	}

   


/* -- SLIDE CONTROL BUTTON DIMENSIONS --- */

div.slide_show .slide_controls

{
	position: absolute;
	top: 375px;
	left: 790px;
	width: 100px;
	overflow:hidden;
}
    



div.slide_show .slide_controls a

	{
	font-size:0px;
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-right: 5px;
	text-decoration: none;
	background: url(images/slide-button-off.gif); 
	background-repeat:no-repeat;
	overflow:hidden;
	float:left;
	
	

	
}



div.slide_show .slide_controls a.active

	{	
	background-image:url(images/slide-button-on.gif);

	}
	


      

			