@charset "UTF-8";
/* CSS Document */

body {
	background:#fff;
	color:#fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:0;
	padding:0;
}

#wrapper {
	width:703px;
	margin-left: auto;
 	margin-right: auto;
	background:#000;
	border-left:red 30px solid;
	position:relative;
	}

#content {padding:0 20px;}
	
#share {float:left;
width:480px;
height:150px;
}
#links {float:left;
width:183px;
}
	
/* Text */
a {color:red !important; text-decoration:none !important;}
h1 a {color:yellow !important;}
h1 {text-align:center;
-ms-transform: scale(1,1.2); /* IE 9 */
-webkit-transform: scale(1,1.2); /* Chrome, Safari, Opera */
transform: scale(1,1.2);
margin-top:0;
}
h3.sub {color:#999; 
text-align:center;
font-style:italic; 
font-weight:normal;
font-size:26px;
margin:0;
padding:4px 0  6px;
}
ul {list-style:none; margin-left:-40px; padding-left:none;}
li {margin-left:none; padding-left:none;}

#new-trailer-button {
	position:absolute;
	right:50px;
	top:800px;
	}
	
#full-review a {
	font-family:helvetica; 
	color:yellow !important;
	font-size:18px;
	float:right;
	margin-right:86px;
	margin-top:10px;
}

#close_trailer{
position:absolute;
top:390px;
left:700px;
width:10px;
height:10px;
padding:10px;
background:#111 url(../img/x.jpg) top left;
z-index:999;
	}
	
	#trailer{
position:absolute;
top:390px;
left:-10px;
width:704px;
height:304px;
background:url(../img/large_frame.png) left top no-repeat fixed #111;
padding:6px !important;
z-index:999;
	}
	
	.overlay {
    background-color: #000;
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0.8;
    filter: alpha(opacity = 50); /* IE7 & 8 */
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
}