html, body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, Verdana, Sans-Serif;
}
body {
	background:#000 url(../images/background.gif) scroll top left repeat-x;
	position:relative;
}
#shadow {
	background:rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	cursor:pointer;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	z-index:10;
}
#container {
	background:url(../images/radial.jpg) top center no-repeat;
	min-height:100%;
	position:absolute;
	min-width:100%;
	margin:0;
	padding:0;
	top:0;
	left:0;
}
#vote {
	background:url("../images/vote_bg.gif") repeat-x scroll left top transparent;
	height:26px;
	left:0;
	min-width:100%;
	padding:9px 0 0;
	position:absolute;
	top:0;
	z-index:100;
}
#vote p {
	text-align:center;
	font-weight:bold;
	color:#720376;
	text-shadow: 1px 1px 1px #f18ff4;
}
#mainwrap {
	margin:0 auto;
	width:780px;
}
#header {
	margin:25px 0 -28px;
	position:relative;
	width:780px;
}
#logo {
	width:443px;
}
#contact {
	width:225px;
}
#contact ul {
	list-style:none;
	color:#FFF;
	font-weight:bold;
	font-size:.85em;
	margin:25px 0 0;
	text-align:right;
	float:left;
}
#contact ul li {
	border-bottom:1px solid #666666;
	float:left;
	padding:5px 10px;
	width:90%;
}
#contact ul li:last-child {
	border:none;
}
#contact ul img {
	float:left;
	margin:3px 10px 0 0;
}
#contact ul li span {
	float:left;
	margin:5px 0 0;
	text-align:left;
}
#content {
	float:left;
	width:780px;
	position:relative;
	padding:0 0 50px;
}
#content.frame {
	background:transparent url(../images/top_shadow-trans.png) no-repeat scroll center top;
	float:left;
	margin:0 0 0 -28px;
	padding:45px 28px 50px 50px;
	position:relative;
	width:756px;
	z-index:110;
}
ul#bios, ul#crew {
	color:#FFF;
	width:730px;
	float:left;
	list-style:none;
	font-size:.8em;
}
ul#crew {margin:25px 0 0;}
ul#bios li, ul#crew li {
	float:left;
	border-bottom:1px solid #CCC;
	border-top:1px solid #999;
	width:730px;
	padding:10px 0;
}
ul#crew li {
	border:none;
}
ul#bios li img {
	padding:1px;
	background:#FFF;
	border:1px solid #000;
	margin:0 10px 0 0;
}
.lights {
	background:transparent url(../images/lights.png) no-repeat scroll 0 0;
	height:36px;
	left:-45px;
	outline:none;
	position:absolute;
	text-indent:-9999em;
	top:40px;
	width:44px;
	z-index:200;
}
.turnedOff {
	background:url(../images/lights.png) no-repeat 0 -36px;
}
#embed {
	background:url(../images/frame-trans.png) scroll top left no-repeat;
	width:806px;
	height:465px;
	padding:28px 0 0 28px;
	margin:0 0 0 -28px;
	position:relative;
	z-index:111;
}
#footer {
	background:transparent none repeat scroll 0 0;
	border-top:1px solid #333333;
	bottom:0;
	clear:both;
	height:25px;
	left:0;
	margin:0 auto;
	padding:10px 0 0;
	width:780px;
}
#footer_inner {
	width:780px;
	margin:0 auto;
}
#footer_inner p {
	color:#484848;
	font-size:.75em;
}
/**** VIMEO API STYLING ****/
ul#thumbs {
	list-style-type:none;
	margin:25px 0 0;
	padding:0;
	width:800px;
	float:left;
}
ul#thumbs li {
	display:inline;
	padding:0;
	margin:10px 20px 10px 0;
	float:left;
	width:140px;
	height:150px;
	text-align:center;
}
ul#thumbs li p {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:.65em;
}
ul#thumbs li a {outline:none;}
ul#thumbs li a:link, li a:visited {
	display:block;
	color:#FFF;
	text-decoration:none;
	float:left;
}
ul#thumbs li a:hover {
	text-decoration:none;
}
ul#thumbs img {
	border:0;
}
