/* Overall Definitions */

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

@font-face {
    font-family: 'miso';
    src: url('/base/miso-bold-webfont2.eot');
    src: url('/base/miso-bold-webfont2.eot?#iefix') format('embedded-opentype'),
         url('/base/miso-bold-webfont.woff') format('woff'),
         url('/base/miso-bold-webfont.ttf') format('truetype'),
         url('/base/miso-bold-webfont.svg#misobold') format('svg');
    font-weight: bold;
    font-style: normal;

}

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

}

@font-face {
    font-family: 'signika';
    src: url('/base/signika-light-webfont.eot');
    src: url('/base/signika-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/base/signika-light-webfont.woff') format('woff'),
         url('/base/signika-light-webfont.ttf') format('truetype'),
         url('/base/signika-light-webfont.svg#signikalight') format('svg');
    font-weight: light;
    font-style: normal;
}

body {
	background-color:#000;
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment: fixed;
	margin:0;
	padding:0;
	border:0;
	font-family:miso, 'Arial Narrow';
	font-size:12px;
}

a {
	color:#ff702a;
	text-decoration:none;
	outline: none;

}

a:hover {
	color:#fff;
}

a.whitelink {
	color:#fff
}

a.whitelink:hover {
	color:#ff702a;
}

.orangeteaser {
	color:#ff702a;
	font-size:13px;
}

/* Master Container */
div#masterspacer {
	width:1000px;
	margin-left:auto;
	margin-right:auto;

}

div#master {
	width:980px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}

/* Topmost Block */
div#logoheader {
	height:110px;
	background-image:url('/base/t.png');

	padding-right:20px;
	line-height:59px;
	position:relative;

	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
div#logoheader_homevideo{
	height:150px;
	background-image:url('/base/t.png');

	padding-right:20px;
	line-height:59px;
	position:relative;

	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
div#logolink {
	position:absolute;
	cursor:pointer;
	left:870px;
	top:20px;
	width:91px;
	height:74px;
	background-image:url('/base/wblogo.gif');
}

a#facebook {
	width:24px;
	height:27px;
	position:absolute;
	left:730px;
	top:66px;
	background-image:url('/base/social.png');
	background-position:0px 3px;
	background-repeat:no-repeat;
}

a#facebook:hover {
	background-position:0px 0px;
}

a#twitter {
	width:24px;
	height:27px;
	position:absolute;
	left:762px;
	top:66px;
	background-image:url('/base/social.png');
	background-position:-32px 3px;
	background-repeat:no-repeat;
}

a#twitter:hover {
	background-position:-32px 0px;
}

a#youtube {
	width:24px;
	height:27px;
	position:absolute;
	left:794px;
	top:66px;
	background-image:url('/base/social.png');
	background-position:-64px 3px;
	background-repeat:no-repeat;
}

a#youtube:hover {
	background-position:-64px 0px;
}

a#gplus {
	width:24px;
	height:27px;
	position:absolute;
	left:826px;
	top:66px;
	background-image:url('/base/social.png');
	background-position:-96px 3px;
	background-repeat:no-repeat;
}

a#gplus:hover {
	background-position:-96px 0px;
}


a.fb {
	width:24px;
	height:27px;
	float:right;
	background-image:url('/base/social.png');
	background-position:0px 3px;
	background-repeat:no-repeat;
}

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





/* Level 1 Navigation */
div#navlevel1 {
	position:absolute;
	top:46px;
	left:16px;
	line-height:58px;
	font-size:58px;
}

div#navlevel1 a {
	float:left;
	color:#fff;
	outline: 0;
	text-decoration:none;
	margin-right:40px;
}

div#navlevel1 a:hover {
	color:#ff702a;
}

div#navlevel1 a.selected {
	color:#ff702a;
}

/* Left Nav */
div#leftnav {
	width:230px;
	margin-top:10px;
	background-color:#222;
	color:#fff;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	padding-top:5px;
	padding-bottom:5px;
}

div#leftnav a {
	display:block;
	margin:5px;
	margin-left:10px;
}

div#leftnav a.selected {
	color:#fff;
}

/* Linkwall */
div#linkwall {
	width:230px;
	float:left;
	margin-top:10px;
	padding-top:10px;
	padding-bottom:10px;
	background-image:url('/base/t.png');
	border-radius:5px;
}

div#linkwall a {
	display:block;
	font-size:11px;
	line-height:13px;
	color:#fff;
	font-family:signika;
	font-weight:light;
 	text-shadow:1px 1px 0px #000;
	margin-left:10px;

}

div#linkwall a.selected {
	color:#ff702a;
}

div#linkwall a:hover {
	color:#ff702a;
}

/* NTRwall */
div#ntrwall {
	width:230px;
	float:left;
	margin-top:10px;
	padding-top:10px;
	padding-bottom:10px;
	background-image:url('/base/t.png');
	border-radius:5px;
}


div#ntrwall a {
	display:block;
	font-size:22px;
	line-height:23px;
	color:#fff;
	font-family:signika;
	font-weight:light;
 	text-shadow:1px 1px 0px #000;
	margin-left:10px;

}

div#ntrwall a.selected {
	color:#ff702a;
}

div#ntrwall a:hover {
	color:#ff702a;
}

/* Footer */
div#footer {
	clear:both;
	color:#fff;
	height:40px;
	line-height:37px;
	font-size:10px;
	text-shadow:1px 1px 0px #000;
}

/* Searchbox */
div#searchbox {
	margin-top:10px;
	width:230px;
	height:29px;

	float:left;
	background-image:url('/base/search.png');
	background-repeat:no-repeat;

}

/* Linkbox */
a.linkbox {
	margin-top:10px;
	width:230px;

	background-color:#000;
	color:#ff702a;

	float:left;
	font-family:signika;
	font-weight:light;
	font-size:13px;
}
a.linkbox div.dark {
	position:absolute;
	bottom:0px;
	padding-bottom:8px;
	background-image:url('/base/t.png');
	width:230px;
	padding-top:8px;
}
a.linkbox h4 {
	padding:0;
	margin:0;
	border:0;
	font-weight:normal;
	margin-bottom:2px;
	margin-left:8px;
	color:#fff;
	font-family:miso;
	font-weight:regular;
	font-size:20px;
}
a.linkbox div.subline {
	margin-left:8px;
	margin-right:6px;
}

/* Panorama */
div#panorama_main {
	width:740px;
	height:290px;
	background-image:url('/base/t.png');
	margin-top:10px;
	color:#fff;
	position:relative;
	border-radius:5px;

}

div.panorama_text {

	width:230px;
	margin-left:12px;
	margin-top:12px;
	font-family:signika;
	font-weight:light;
	font-size:14px;
	line-height:18px;
}

h3 {
	font-family:miso;
	padding:0;
	margin:0;
	border:0;
	font-weight:normal;
	color:#ff702a;
	font-size:33px;
	line-height:32px;
	margin-bottom:10px;
}



/* Newsletter Widget */
div#wg_newsletter {
	width:230px;
	margin-top:10px;
	background-image:url('/base/t.png');
	color:#fff;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	border-top-left-radius:5px;

	float:left;

}

/* News Widget */
div#wg_news {
	width:230px;
	margin-top:10px;
	background-image:url('/base/t.png');
	color:#fff;
	border-radius:5px;

	float:left;

	font-family:signika;
	font-size:14px;

}

div.wg_news_header {

	padding-left:12px;
	padding-top:6px;
	color:#ff702a;
	font-size:28px;
	font-family:miso;
}


div#wg_news h1 {
	margin:14px;
	margin-bottom:4px;
	padding:0;
	font-size:14px;
	color:#e05623;
	padding-bottom:2px;

}

div#wg_news p {
	margin-top:4px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
}


/* Image Browser Widget */

div.ib_main {
	width:230px;
	margin-top:10px;

	color:#fff;
	border-radius:5px;
	background-image:url('/base/t.png');

}

div.ib_header {
	padding-left:12px;
	padding-top:10px;
	color:#ff702a;
	font-size:28px;
	font-family:miso;
}


div.ib_page {
	position:absolute;
	left:240px;
	top:10px;
	width:210px;
	text-align:left;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;

}

/* 2Col Product Teaser Widget */
div.home_2col {
	margin-top:10px;
	width:500px;
	background-image:url('/base/t.png');
	color:#fff;
	border-radius:5px;
}

div.home_2col a {
	float:left;
	margin-left:10px;
	margin-top:10px;
	width:112px;
	color:#fff;
	font-size:14px;
	text-align:center;
	font-family:signika;
	font-weight:regular;

}

div.home_2col_header {
	padding-left:12px;
	padding-top:6px;
	color:#ff702a;
	font-size:33px;

}

/* 3Col Product Teaser Widget */
div.home_3col {
	margin-top:10px;
	width:740px;
	background-image:url('/base/t.png');
	color:#fff;
	border-radius:5px;
}

div.home_3col a {
	float:left;
	margin-left:10px;
	margin-top:10px;
	width:136px;
	color:#fff;
	font-size:14px;
	text-align:center;
	font-family:signika;
	font-weight:regular;

}

div.home_3col_header {
	padding-left:12px;
	padding-top:6px;
	color:#ff702a;
	font-size:33px;

}

div.date_teaser {
	background-color:#ff702a;
	color:#fff;

	margin-top:5px;
	margin-left:25px;
	margin-right:25px;

	font-size:16px;
	border-radius:2px;

	padding:0px;
	padding-left:10px;
	padding-right:10px;

	font-family:miso;
	font-weight:bold;
}


/* Multi-Purpose Blocks */
div.grey_headline {
	color:#fff;
	font-size:15px;
	font-weight:bold;
	padding-left:16px;
	height:30px;
	line-height:25px;
}

/* Main Content Block */

h1 {
	margin:0;
	padding:0;
	margin-top:2px;
	font-size:32px;
	line-height:30px;
	color:#ff702a;
	font-family:miso;
	font-weight:normal;
	margin-bottom:0px;
}


h5 {
	margin:0;
	padding:0;
	margin-top:0px;
	font-size:12px;
	color:#c0c0c0;
	font-family:signika;
	font-weight:normal;
}

h2 {
	margin:0;
	padding:0;
	margin-top:10px;
	margin-bottom:5px;
	font-size:16px;
	color:#fff;
	font-family:signika;
	font-weight:normal;
}




div#main_content {
	float:left;
	margin-left:10px;
	width:500px;
	background-image:url('/base/t.png');
	margin-top:10px;
	color:#e3e3e3;

	font-family:signika;
	font-weight:light;
	font-size:14px;
	line-height:18px;


	border-radius:5px;


}


/* Main Picture Block */

div#main_picture {
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-repeat:no-repeat;
	height:264px;
}


/* Cast / Crew Table */
table.cast {
	margin-top:10px;
	width:440px;
}
table.cast tr td {
	width:220px;
}

/* In-Page Tabs */
div.tab, div.tab_selected {

	float:left;
	cursor:pointer;

	margin-right:10px;
	background-color:#313131;
	color:#c0c0c0;
	border:1px solid #454545;

	line-height:19px;
	font-size:17px;

	padding:1px;
	padding-top:2px;
	padding-left:15px;
	padding-right:15px;
	border-radius:2px;

	font-family:miso;
	font-weight:bold;

}

div.tab_selected {
	background-color:#ff702a;
	border:1px solid #ff702a;
	color:#fff;
}

div.tab:hover, div.tab_selected:hover {
	background-color:#ff702a;
	border:1px solid #ff702a;
	color:#fff;
}

object, embed {
 outline: 0;
 }
  .subnavi_homevideo{
 position: absolute;
 top: 45px;
 left: 285px;
 font-size: 28px;
 }
 .subnavi_homevideo_selected{
 position: absolute;
 top: 45px;
 left: 285px;
 font-size: 28px;
 color: #FF702A !IMPORTANT;
 }