/*Font Face Rules*/
@font-face {
    font-family: 'TrajanProBold';
    src: url('../fonts/trajanpro-bold-webfont.eot');
    src: url('../fonts/trajanpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/trajanpro-bold-webfont.woff') format('woff'),
         url('../fonts/trajanpro-bold-webfont.ttf') format('truetype'),
         url('../fonts/trajanpro-bold-webfont.svg#TrajanProBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TrajanProRegular';
    src: url('../fonts/trajanpro-regular-webfont.eot');
    src: url('../fonts/trajanpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/trajanpro-regular-webfont.woff') format('woff'),
         url('../fonts/trajanpro-regular-webfont.ttf') format('truetype'),
         url('../fonts/trajanpro-regular-webfont.svg#TrajanProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MVSansBold';
    src: url('../fonts/mvsansbd-webfont.eot');
    src: url('../fonts/mvsansbd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/mvsansbd-webfont.woff') format('woff'),
         url('../fonts/mvsansbd-webfont.ttf') format('truetype'),
         url('../fonts/mvsansbd-webfont.svg#') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaNeueLTStd87HvCn';
    src: url('../fonts/helveticaneueltstd-hvcn_0-webfont.eot');
    src: url('../fonts/helveticaneueltstd-hvcn_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneueltstd-hvcn_0-webfont.woff') format('woff'),
         url('../fonts/helveticaneueltstd-hvcn_0-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneueltstd-hvcn_0-webfont.svg#HelveticaNeueLTStd87HvCn') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0;	border: 0;	outline: 0;	font-weight: inherit;	font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;} :focus { outline: 0; } body { line-height: 1; color: black; background: white; } ol, ul { list-style: none; } table { border-collapse: separate; border-spacing: 0;} caption, th, td { text-align: left; font-weight: normal; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; } img{ display:block; } a img{ border:none; outline:none; } .alignleft{ float:left } .alignright{ float:right; } .aligncenter{text-align:center; margin:0 auto;} .clear{ clear:both; }

html, body{
  height:100%;
  margin:0 auto -108px;
}

.trajan{
  font-family: 'TrajanProRegular', Arial, Helvetica, sans-serif;
 }
 
 .helvetica{
  font-family: 'HelveticaNeueLTStd87HvCn', Arial, Helvetica, sans-serif;
 }
 
.float_right{
  float:right;
}

.float_left{
  float:left;
}


#header{
	height:42px;
	background:url(../images/header_bg.png) top left repeat;
	min-width:1300px;
}

#content_main{
  margin-top:3px;
}

#content_wrapper{
  width:100%;
  min-height:100%;
  height:100%;
  height: auto !important;
  margin:0 auto -108px;
}

#content_wrapper_synopsis{
  width:100%;
  min-height:100%;
  height:100%;
  height: auto !important;
  margin:0 auto -108px;
}

#plus_one_btn{
	position:relative;
	top:8px;
}

#share_left{
  width:22%;
  float:left;
  margin-left:3%;
}

#mauto{
  margin:auto;
}

#like_btn{
	position:relative;
	top:6px;
}

#share_right{
width:75%;
float:right;
}

#share_center{
	text-align: center;
	width:61%;
	margin-top: 8px;
}

#share_center img{
  text-align:center;
}

#share_center ul{
  text-align:center;
  margin:auto;
}

#addthis{
	position:relative;
	top:8px;
	margin-right:50px;
}

#share_center li{
  margin:auto;
  text-align:center;
}

#followontext{
	position:relative;
	top:5px;
}

.inner{
	width:100%;
	margin:0 auto;
}

ul.inline li{
	float:left;
	display:inline;
}

.addthis_toolbox a{
	float:left;
	display:inline;
}

#body_wrapper{
  margin:auto;
  width:1300px;
  padding: 20px 0 0 0;
}

#body_main{ 
  min-width:640px;
}

#body_main_trailer{
  height:560px;  
  min-width:640px;
}

#content2{
  float:right;
  width:75%;
  height:650px;
}

#content2-1{
  float:left;
  width:60%;
}

#content2_video{
  float:right;
  width:72%;
}

#content2-1_video{
  float:left;
  width:915px;
}

#left_nav{
  padding:150px 0 0 0;
  width:25%;
  float:left;
}

#left_nav .active a{
	color:#F3E6D8;
}

#left_nav ul li{
}

#left_nav ul {
  list-style-type:none;
  margin: auto;
  padding: 0;
  width:100%;
  text-align:right;
}

#left_nav a {
  text-decoration: none;	
}

#left_nav li {
  margin: 10px;
}

#left_nav li a {	
  padding: .5em;
  text-decoration: none;
  color: #151b17;
}

#left_nav li a:hover{
	color:#F3E6D8;
}

#sub_nav{
  text-align:center;
}

#sub_nav ul li{
  display:inline;
}

#sub_nav ul{
  list-style-type:none;
  padding:0;
}

#sub_nav a{
  text-decoration:none;
  color:#faf5e8;
}

#sub_nav li{
  padding:0 10px;
}

#sub_nav li a{
  padding: .5em;
  text-decoration: none;
}

#sub_nav .active li a{
  color:#F3E6D8;
}

#sub_nav .ia li a{
  color: #151b17;
}

#sub_nav .active{
  background:url(../images/tab_bg.png);
}

#sub_nav .ia{
  background:url(../images/tab_bg_ia.png);
}

#sub_nav li a:hover, #main_nav_vert li.active a{
	color:#F3E6D8;
}

#youtube_wrapper{
	position:relative;
	float:left;
	width:60%;
}

#youtube_wrapper p{
  text-align:center;
  margin-top:-40px;
  padding-bottom:40px;
  color:#F3E6D8;
}

#player{
  text-align:center;
}


a.banner{
  margin:auto;
  background:url('../images/changinglives.png') #fff;
  display:block;
  height:31px;
  width:560px;
}

a.banner:hover{
  background-position:0 -31px;  
} 


.img_ff{
  margin: 0 auto 0 auto;
}

.img_main{
  margin: auto;
  padding:0 0 20px 0;
}

.img_main_video{
  margin-left: 100px;
}

#right_content{
  float:right;
  width:40%;
}

#quote_wrapper{
  margin:auto;
  padding-top: 75px;
  float:left;
  width: 100%;
}

#quotes{
  padding: 50px 25px 25px 25px;
  height:80px;
}


blockquote{
  font-family: 'TrajanProRegular', Arial, Helvetica, sans-serif;
  text-align:center;
}


#text_wrapper{
	position:relative;
	border:0px solid #000;
	margin:auto;
}
.scrollable {
	padding-right:5px !important;
	width:575px !important;
}

.scrollable2 {
	width:575px !important;
	margin:0 auto;
	padding:10px 0 0 0;
}

#text_content {
	width:535px;
	margin:0 auto;
	padding:10px;
	background:url(../images/text_bg.png);
	height:450px;
}

#text_content #scrollbar_navigation {	
	background:url(../images/text_bg.png) repeat;
	padding:5px;
	width:545px;
	margin-bottom:10px;
}
#text_content #scrollbar_navigation ul {
	text-align:center;
}                                                                                                              

#text_content #scrollbar_navigation ul li {		
	display:inline;
	padding:0px 15px 0px 0;
}

#text_content #scrollbar_navigation ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px; 
	text-transform:uppercase;
	color:#f6e8db;
	text-decoration:none;
	/*font-weight:bold; */
	line-height:18px;
}
#text_content #scrollbar_navigation ul li a:hover {
	color:#9a928a;
}

#text_content h1 {
	font-size:20px;
	color:#f3e6d8;
	margin:0;
	padding:0 0 30px 0;
	font-weight:normal
}
#text_content p {
	color:#f3e6d8;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	margin:0;
	padding:0 0 10px 0; 
}
#text_content p strong {
	font-weight:bold;
}
#text_content p em {
	font-style:italic
}
.tooltip {
	zoom: 1;
}

.tooltip_right{
	position:absolute;
	left:100%;
	top:-5px;
	width:107px;
	height:31px;
	background:url(../images/tooltip_right.png) top left no-repeat;
	margin:2px 0 5px 0;
}

.tooltip_under{
	position:absolute;
	left:50%;
	top:100%;
	width:102px;
	height:37px;
	background:url(../images/tooltip_under.png) top left no-repeat;
	margin:0 0 0 -50%;
	z-index:100;
}

.tooltip_over{
	position:absolute;
	left:20%;
	top:-180%;
	width:102px;
	height:37px;
	background:url(../images/tooltip_over.png) top left no-repeat;
	margin:0 0 0 -50%;
	z-index:100;
}

/* scrollbar */

.init_hidden { display:none; }

#scrollbar_text { width: 555px; clear: both; margin: 0px 0 0px; }
#scrollbar_text .viewport { width: 535px; height: 340px; overflow: hidden; position: relative; }
#scrollbar_text .overview { list-style: none; position: absolute; left: 0; top: 0; }
#scrollbar_text .thumb .end,
#scrollbar_text .thumb { background-color: #212217; }
#scrollbar_text .scrollbar { position: relative; float: right; width: 15px; }
#scrollbar_text .track { background-color: #7e7363; height: 100%; width:13px; position: relative; padding: 0 1px; }
#scrollbar_text .thumb { height: 20px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#scrollbar_text .thumb .end { overflow: hidden; height: 5px; width: 13px; }
#scrollbar_text .disable{ display: none; }


.photogallery-holder {
	width:535px;
}
.photogallery-holder ul { margin:0; padding:0 }
.photogallery-holder ul li { float:left; padding-right:5px; padding-bottom:5px }
.photogallery-holder ul .lastinrow { padding-right:0px }

#footer, .push{
  height:108px;
}

.credits{
width:100%;
clear:both;
}

.mvsans{
	font-family: 'MVSansBold'; 
  float: right;
}

cite{
  color: #F3E6D8;
  padding-top: 10px;
  font-size:.8em
}

.img_parade{
  margin-right:50px;
  display:inline;
}


#photo_content {
	width:535px;
	margin:0 auto;
	padding:10px;
	background:url(../images/text_bg.png);
	height:410px;
}

#photo_content h1 {
	font-size:20px;
	color:#f3e6d8;
	margin:0;
	padding:0 0 30px 0;
	font-weight:normal
}
#photo_content p {
	color:#f3e6d8;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	margin:0;
	padding:0 0 10px 0; 
}
#photo_content p strong {
	font-weight:bold;
}
#photo_content p em {
	font-style:italic
}

#video_wrapper{
width:915px;
margin-top:20px;
}
#news_content{
  margin: 20px 0 0 0;
  font-family: Arial, Helvetica, sans-serif;
  color:#F3E6D8;
}

#news_content h1{
   padding-bottom: 0px; 
}

#news_content h2{
  margin: 10px 0 0 0;
}

#news_content h3{
  margin-bottom:20px;
}


#news_content a{
  text-decoration:none;
  color:#F3E6D8;
}

#followontext{
  margin:auto;
  text-align:center;
}
