html{
	background: #39452d url(images/background.jpg) repeat-x 0 -100px;
}
body{
	width:960px;
	margin: 0 auto;
	position: relative;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
a img{
	border:none;
}
li{
	list-style:none;
	float:left;
	margin: 0 5px;
}
h1{
	position: absolute;
	top: 20px;
	left: 70px;
	text-indent: -999px;
	overflow: hidden;
	background: transparent url(images/logo.png)  no-repeat;
	width: 471px;
	height:189px;
}
/* navigation */
#nav{
	position: absolute;
	right: 30px;
	top: -35px;
	text-align: right;
}
	#nav a{
		display:block;
		overflow: hidden;
		font-size: 18px;
		color: #555;
		text-decoration: none;
	}
	#nav a:hover{
		text-decoration: underline;
	}

#container{
	height: 550px;
	width:954px;
	margin: 70px auto 0px auto;
	background: transparent url(../images/home.png) no-repeat;
}
#syn{
	position: relative;
	width: 400px;
	top: 280px;
	left: 100px;
	font-size: 18px;
	color: #fff;
}
#bioContent{
	position: relative;
	width: 400px;
	top: 230px;
	left: 100px;
	font-size: 14px;
	color: #fff;
}
#videoBox object, embed{
	padding: 0;
	margin: 0;
	width: 400px;
	height: 240px;
	display:block;
}
#videoBox{
	position: absolute;
	top: 240px;
	left: 120px;
	text-align: center;
}
#videoBox a{
	color: #fff;
	font-size: 12px;
	margin-top: 5px;
	display: block;
}
form{
	position: absolute;
	top: 230px;
	left: 160px;
}
	form label{
		display:block;
		color: #fff;
		margin-top: 5px;
	}

	form input, form textarea{
		width: 300px;
		border: 1px solid #666;
		outline: none;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-box-shadow: 2px 3px 5px rgba(0,0,0, .5);
		-moz-box-shadow: 2px 3px 5px rgba(0,0,0, .5);
		font-size: 16px;
		padding: 2px 5px;
		background: #fff;
		background: rgba(255,255,255, .8);
	}
	form input:focus, form textarea:focus{
		background: #fff;
		background: rgba(255,255,255,.9);
	}
	form input{
		height: 18px;
	}

	form textarea{
		height: 80px;
	}
	form #submit{
		width: 150px;
		display: block;
		padding: 0;
		margin-top: 5px;
		font-size: 14px;
		height: 22px;
		background: #fff;
		cursor: pointer;
	}
	form #captcha_response{
		width: 140px;
		margin-left: 10px;
	}
	
	.error{
		padding-left: 10px;
		font-size: ;
	}
	
/* production stills */
#stills-wrapper{
	width: 375px;
	position: absolute;
	top: 230px;
	left: 100px;
	text-align: center;
}
	
	#stills-wrapper #press-kit{
		margin: 5px auto 0 0;
		padding-left: 75px;
		color: #fff;
		font-size: 12px;
		display: block;

	}

	#stills{
		list-style: none;
		width: 375px;
		
	
	}
		#stills li{
			margin: 5px;
			border: 5px solid #fff;
		}
		#stills img{
			border: 1px solid #888;
			padding:0;
			margin: 0;
			display:block;
		}
	
/* loader gif */

img.loader{
	position: absolute;
	top: 300px;
	left: 300px;
}
/* festival logos */

#sundance_logo{
	position: absolute;
	top: 460px;
	left: 775px;
}
/* footer */
#footer{
	text-align: center;
	position: relative;
}
	#footer p{
		font-size:14px;
	}
	#footer #names{
		font-size: 18px;
		margin-top: 0;
	}
	
	#footer p, #footer a{
		color: #888;
	}
	#footer #created_by{
		font-size: 11px;
	}
	#footer #created_by a:hover{
		color: #aaa;
	}
	#footer #socialMedia{
		width: 200px;
		left: 730px;
		top: 0;
		position: absolute;
		text-align: right;
	}
	.tips{
		width: 200px;
		background: rgba(0,0,0, .9);
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border: 1px solid #666
		display: none;
		color: #fff;
		padding: 10px;
		text-align: center;
		font-size: 14px;
	}
	#footer #socialMedia img{
		width: 36px;
		height: auto;
	}
	
	#footer #ads img{
		padding: 0 10px;
	}
.cleared{
	clear: both;
}