/* SPRITEBAKER.COM */
body{
	margin:0;
	padding:0;
	background-image:url('../img/page-bg.jpg');
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#0e2024;
}

#news-left-arrow,#news-right-arrow{
	position:absolute;
	width:12px;
	height:23px;
	cursor:pointer;
}

#news-left-arrow{
	background-image:url(../img/left-arrow.png);
	background-repeat: no-repeat;
	margin-left:200px;
	margin-top:-50px;
}

#news-right-arrow{
	background-image:url(../img/right-arrow.png);
	background-repeat: no-repeat;
	margin-left:230px;
	margin-top:-50px;
}

.news-item{
	position:absolute;
	display:none;
}

#news-numbers{
	font-size:10px;
	color:#fff;
	position:absolute;
	left:231px;
	top:25px;
	width:20px;
	text-align:center;
	font-family:"Open Sans", "Helvetica","Arial",sans-serif;
}

#wrapper{
	width:100%;
}

#header{
	width:100%;
	min-width:980px;
	height:52px;
	background-image:url('../img/crave-header-castnames.png');
	background-position:top center;
	background-repeat:no-repeat;
	float:left;
	-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
-moz-box-shadow:    0px 0px 30px rgba(0, 0, 0, 1);
box-shadow:         0px 0px 30px rgba(0, 0, 0, 1);
	position:relative;
	z-index:99;
}

.bodytext a{
	color:#d6c684;
}

#copyright{
	float:left;
	clear:left;
	width:100%;
	text-align:center;
	height:20px;
	color:#889fa7;
	font-size:10px;
	margin-top:20px;
	
	font-family:"Open Sans", "Helvetica","Arial",sans-serif;
}

#masthead{
	float:left;
	clear:left;
	width:100%;
	min-width:980px;
	height:494px;
	background-image:url('../img/crave-masthead2.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	position:relative;
	z-index:98;
	background-color:#0b1a1d;
}

#page{
	float:left;
	clear:left;
	width:100%;
	background-image:url('../img/crave-bottom-bg.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	min-width:980px;
	background-size:1567px;
}

#body{
	width:960px;
	position:relative;
	top:0px;
	left:50%;
	margin-left:-490px;
	padding-left:10px;
	padding-right:10px;
}

#container{
	width:960px;
	margin-top:20px;
	float:left;
	clear:left;
}

#left-col{
	width:660px;
	min-height:800px;
	float:left;
	padding-top:20px;
}

#right-col{
	width:300px;
	float:left;
}

#trailer{
	width:960px;
	height:44px;
	background-image:url('../img/trailer.png');
	background-position:top center;
	background-repeat:no-repeat;
	float:left;
	clear:left;
	margin-top:1px;
	cursor:pointer;
}

#trailer-over{
	width:960px;
	height:44px;
	background-image:url('../img/trailer-over.png');
	background-position:top center;
	background-repeat:no-repeat;
	cursor:pointer;
}

#trailer-box{
	position:absolute;
	z-index:100;
	top:0px;
	left:0px;
	width:100%;
	background-image:url('../img/screen.png');
	display:none;
}

#trailer-container{
	z-index:120;
	width:960px;
	position:relative;
	top:27px;
	left:50%;
	margin-left:-480px;
	background-color:#000;
	display:none;
}

#trailer-container iframe{
	background-color:#000;
	-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
-moz-box-shadow:    0px 0px 30px rgba(0, 0, 0, 1);
box-shadow:         0px 0px 30px rgba(0, 0, 0, 1);
}

#footer{
	padding-top:30px;
	width:100%;
	margin-top:50px;
	background-color:#0b1A1D;
	min-height:100px;
	float:left;
	clear:left;
	position:relative;
	top:10px;
}

.close-video{
	display:block;
	text-shadow:0px 0px 6px #000000, 0px 0px 2px #333333;
	font-family:"Open Sans", "Helvetica","Arial",sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:normal;
	float:right;
	text-decoration: underline;
	margin-bottom:10px;
	cursor:pointer;
}

#trailer-container iframe{
	display:block;
	float:left;
	clear:both;
}

#news{
	width:260px;
	padding:20px;
	background-image:url('../img/news-bg.png');
	background-position:top left;
	background-repeat:no-repeat;
	min-height:400px;
	position:absolute;
}

h1.content-header{
	margin:0;
	padding:0;
	width:100%;
	height:20px;
	margin-bottom:30px;
}

.bodytext{
	display:block;
	width:630px;
	padding-right:20px;
	font-family:"Open Sans", "Helvetica","Arial",sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#889fa7;
	line-height:24px;
	margin-bottom:60px;
}

.innertext{
	margin-left:10px;
}

#news .bodytext{
	width:245px;
	margin-top:5px;
	margin-bottom:20px;
	padding:0;
	text-align:justify;
}

.news-headline{
	width:245px;
	padding-bottom:5px;
	border-bottom:1px dotted #49666E;
	display:block;
	font-weight:bold;
	font-family:"Open Sans", "Helvetica","Arial",sans-serif;
	font-size:14px;
	line-height:22px;
	color:#fff;
}

h1 .go-back{
	text-shadow:0px 0px 6px #000000, 0px 0px 2px #333333;
	font-family:"Open Sans", "Helvetica","Arial",sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:normal;
	float:right;
	margin-right:30px;
	text-decoration: underline;
	display:none;
}

.news{
	background-image:url('../img/news-header.png');
	background-position:top left;
	background-repeat:no-repeat;
}
.cast-crew{
	background-image:url('../img/cast-crew-header.png');
	background-position:top left;
	background-repeat:no-repeat;
}

.synopsis{
	background-image:url('../img/synopsis-header.png');
	background-position:top left;
	background-repeat:no-repeat;
}

#castcrew{
	margin-left:-10px;
}

.castmain{
	width:289px;
	height:163px;
	margin-top:9px;
	margin-left:15px;
}

.castcrew:nth-child(odd){
	margin-right:10px;
}
.castcrew{
	margin-bottom:10px;
	float:left;
	cursor:pointer;
	width:319px;
	height:185px;
	background-image:url('../img/castcard-normal.png');
	background-position:top left;
	background-repeat:no-repeat;
}

.castcrew:hover{
	width:319px;
	height:185px;
	background-image:url('../img/castcard-hover.png');
	background-position:top left;
	background-repeat:no-repeat;
}

.castcrew.innerpage{
	margin-bottom:0px;
	margin-right:15px;
	float:left;
	cursor:default;
	width:319px;
	height:185px;
	background-image:url('../img/castcard-normal.png');
	background-position:top left;
	background-repeat:no-repeat;
}

.castcrew.innerpage:hover{
	width:319px;
	height:185px;
}






/***************/

#nodes{
    height:100px;
    width:960px;
    position:relative;
    left:50%;
    margin-left:-480px;
}
#like {
    width:153px;
    float:left;
    clear:none;
    display:block;
    height:75px;
    padding:15px 0px 0px 0px;
}

#tw:hover,#fb:hover{
	cursor:pointer;
}

#tw{
	display:block;
	float:right;
	width:27px;
	height:25px;
	background-image:url("../img/twitter-share.jpg");
	background-position:top left;
	background-repeat:none;
	margin-top:2px;
}

#fb{
	display:block;
	float:right;
	width:28px;
	height:25px;
	background-image:url("../img/facebook-share.jpg");
	background-position:top left;
	background-repeat:none;
	margin-top:2px;
}

#find-facebook{
	margin-top:3px;
	background-image:url("../img/find-on-facebook.png");
	background-position:top left;
	background-repeat:none;
	display:block;
	width:75px;
	height:24px;
	float:left;
	clear:both;
}

#find-facebook-over{
	display:none;
}

#emailcap{
    float:left;
    clear:none;
    display:block;
    width:550px;
    height:50px;
}
#email-send{
    width:540px;
    height:50px;
    padding:18px 0px 0px 0px;
}

#email-confirm{
    text-align:center;
    display:none;
    width:500px;
    height:50px;
    padding:18px 0px 0px 50px;
}

.sub-head{
    font-family:"Open Sans", "Helvetica","Arial", sans-serif;
    font-size:14px;
    color:#889fa7;
    display:block;
    float:left;
    clear:none;
    position:relative;
    top:10px;
    margin-right:10px;
}

input[type=text]{
    display:block;
    float:left;
    border:none;
    background-color:#000;
    font-family:"Open Sans", "Helvetica","Arial", sans-serif;
    font-size:12px;
    outline:none;
    padding:8px;
    color:#889fa7;
}

#submit{
    border:1px solid #889fa7;
    background-color:#000;
    font-family:"Open Sans", "Helvetica","Arial", sans-serif;
    font-size:12px;
    outline:none;
    display:block;
    float:left;
    padding:7px;
    color:#889fa7;
    position:relative;
    top:2px;
    margin-left:2px;
    text-decoration:none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#share{
    display:block;
    padding:20px 0px 0px 0px;
    float:right;
    margin-right:0px;
}

.up20{
    top:7px;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
