

/* @HTML5-BOILER-PLATE*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; background-color: #000; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

//::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
//::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* @SVG */

svg {
	margin-top: 2%;
	margin-left: 2%;
	overflow: hidden !important;
}

#mapHolder {
	margin-top: -8%;
	margin-left: 2%;
	display:inline; 
	float:left;
}

/* @NAV */

nav {
	background-color: #363636;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 3px;
	height: 20px;
	color: #ccc;
	opacity: 0.9;
}

nav p {
	margin-top: 0px;
	padding-left: 5px;
	// courier new / regular / 12px / crisp
	color: #fff;
	font-family: 'Courier New', Courier, monospace;
	font-size: 12px; 
}

nav p #value {
	// helvetica neue / regular / 12px / crisp
}

nav ul li {
    padding-top: 5px;
    padding-left: 5px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 12px;
}

nav ul li:hover {
    text-decoration: underline;
}

/* @NAV:ARTICLE */

#nav-article-container {
	height: 80px;
	width: 75%;
	margin-left: 12.5%;
	margin-right: 12.5%;
}

/* @NAV:STREAM */

#nav-stream {
	width: 50%;
	float: left;
	height: 20px;
}

#nav-stream p {
    text-transform : capitalize;
    //color: #CCC;
}

//#nav-stream p:hover {
//	color: #00ffff;
//	cursor: pointer;
//}

.nav-header-hover {
    color: #00ffff;
    cursor: pointer;
}

#nav-stream-label {
    text-transform : capitalize;
}

#nav-stream-arrow {
    background-image: url(/images/nav_arrow_right.png);
    background-repeat: no-repeat;
    background-position: right top;
    height: 10px;
    float: left;
    width: 15px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 3px;
}

#nav-explore-arrow {
    background-image: url(/images/nav_arrow_right.png);
    background-repeat: no-repeat;
    background-position: right top;
    height: 10px;
    float: left;
    width: 15px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 3px;
}

.nav-arrow-hover {
    background-image: url(/images/nav_arrow_right_hover.png) !important;
}

.nav-arrow-toggle {
    background-image: url(/images/nav_arrow_down.png) !important;
    margin-top: 5px !important;
}

/* @NAV:EXPLORE */

.nav-selected {
    color: #00ffff !important;
    text-decoration: underline;
}

#nav-stream-underline {
    border-bottom: 1px cyan solid;
    width: 90px;
    margin-top: 16px;
    position: absolute;
    margin-left: 25px;
}

#nav-explore-underline {
    border-bottom: 1px cyan solid;
    width: 50px;
    margin-top: 16px;
    position: absolute;
    margin-left: 38.5%;
}

#nav-about-underline {
    border-bottom: 1px #111 solid;
    width: 50px;
    margin-top: 16px;
    position: absolute;
    margin-left: 565px;
}

#nav-explore {
	width: 32%;
	float: left;
	height: 20px;
}

//#nav-explore p:hover {
//	color: #00ffff;
//	cursor: pointer;
//}

/* @NAV:ABOUT */

#nav-info {
	width: 18%;
	float: left;
	background-color: #ccc;
	color: #111;
	height: 23px;
	padding-top: 10px;
	margin-top: -10px;
	opacity: 0.9;
}

#nav-info {
	font-family: "gazelluloid";
	font-size: 12px; 
}

#nav-info:hover {
	color: #111;
	background-color: #00ffff;
	cursor: pointer;
}

.nav-info-selected {
    background-color: #00ffff !important;
}

.nav-info-topic-selected {
    text-decoration: underline;
}

.youtube-z-index-hack {
    z-index: -99999999999999999999 !important;
}

article {
}

/* @VIDEO */

#video-title {
    float: left;
    width: 82%;
    color: #9200EF;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light",'Helvetica Neue', Helvetica,Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding-left: 5px;
    display: inline;
    margin-top: 15px;
}

/*
#video-title {
	float: left;
	width: 83%;
	color: #9200ef;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light",'Helvetica Neue', Helvetica,Arial, sans-serif; 
	font-size: 14px; 
	font-weight: 300;
	padding-left: 5px;
}
*/

#video-title-text {
    display: inline;
    float: left;
}

#video-title-text h1 {
    font-size: 14px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light",'Helvetica Neue', Helvetica,Arial, sans-serif;
    font-weight: 300;
}

#video-title-plus {
    background-image: url(/images/nav_plus_sign.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: 10px;
    float: left;
    width: 31%;
    margin-left: 10px;
    margin-top: 18px;
}

.video-title-plus-toggle {
	background-image: url(/images/nav_minus_sign.png) !important;
}

#video-title:hover {
	cursor: pointer;
}

.video-title-toggle {
    visibility: hidden;
}

.video-publish-date-toggle {
    visibility: hidden;
}

#video-publish-date {
    float: left;
    width: 14%;
    text-align: right;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light",'Helvetica Neue', Helvetica,Arial, sans-serif; 
    font-size: 10px; 	
    color: #959595;
    padding-top: 10px;
}

#nav-stream-overlay {
	width: 61.44%;
	background-color: #363636;
	height: 210px;
	opacity:0.9;
	position: absolute;
	//z-index: 1000;
	z-index: 1000 !important;
}

.nav-stream-overlay-toggle {
    display: none;
}

#nav-explore-overlay {
    width: 61.4%;
    background-color: #363636;
    height: 210px;
    opacity:0.9;
    //z-index: 1000;
    z-index: 1000 !important;
    position: absolute;
}

.nav-explore-overlay-toggle {
	display: none;
}

#video-overlay {
	width: 38%;
	background-color: #9200ef;
	height: 210px;
	opacity:0.9;
	z-index: 500;
	position: absolute;
	top: 91px;
}

.video-overlay-toggle {
    display: none;
}

#nav-info-overlay {
	width: 18.0%;
	color: #111;
	background-color: cyan;
	opacity: 0.9;
	margin-top: 23px;
	padding-bottom: 8px;
	position: relative;
	margin-left: 82%;
	z-index: 500 !important;
}

//#nav-info-overlay {
//    width: 13.5%;
//    color: #111;
//    background-color: #00ffff;
//    //height: 100px;
//    opacity: 0.9;
//    margin-top: 23px;
//    margin-right: 2px;
//    padding-bottom: 8px;
//    position:absolute;
//    right: 12.60%;
//    z-index: 500 !important;
//}

.nav-info-overlay-1440 {
    right: 12.53% !important;
}

.nav-info-overlay-toggle {
    display: none;
}

#nav-info-overlay ul li {
    list-style-image: url(/images/nav_info_arrow_right.png);
    margin-left: 25px;
}

.nav-info-overlay-arrow-toggle {
    list-style-image: url(/images/nav_info_arrow_down.png) !important;
}

#video-detail {
    width: 100%;
}

#video-detail a {
    text-decoration: none;
}

#video-detail a:hover {
    text-decoration: underline;
}

#video-detail a:hover {
    text-decoration: underline;
}

#video-detail-leftcol {
    width: 49%;
    color: #fff;
    padding-left: 10px;
}

#video-detail-leftcol a {
    color: #fff;
}

#video-detail-leftcol a:hover {
    color: #111;
}

#video-detail-leftcol dl {
    width:95%;
    overflow:visible;
}

#video-detail-leftcol dt {
    float:left;
    width:22%; 
    margin-left: 5px;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 300;
}

#video-detail-leftcol dd {
    float:left;
    width:60%; 
    text-align: left;
    margin-left: 10px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light",'Helvetica Neue', Helvetica,Arial, sans-serif;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 13px;
    margin-top: -1px;
    line-height: 18px;
}

#video-detail-rightcol {
    width: 46%;
    color: white;
    margin-left: 50%;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light",'Helvetica Neue', Helvetica,Arial, sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
}

.nav-about p {
    font-size: 12px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light",'Helvetica Neue', Helvetica,Arial, sans-serif;
    font-weight: 200;
}

#nav-info-overlay a {
    padding-left: 15px;
    padding-top: 5px;
    margin-bottom: 0px;
    padding-bottom: 5px;
    color: #363636;
    text-decoration: none;
}

#nav-info-overlay li:hover {
    cursor: pointer;
}

#nav-info-overlay a:hover {
    text-decoration: underline;
}

#nav-info-overlay p {
    padding-left: 15px;
    padding-top: 5px;
    margin-bottom: 0px;
    line-height: 15px;
}

#nav-about-text p {
    line-height: 15px;
    padding-left: 30px;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-right: 15px;
    color: #363636;
}

#nav-about-text p a {
    margin-left: -12px;
}

.nav-about-text-toggle {
        display: none;
}

#nav-contact-text {
    line-height: 15px;
    padding-bottom: 8px;
    padding-right: 25px;
}

.nav-contact-text-toggle {
        display: none;
}

.nav-subscribe-text-toggle {
        display: none;
}
.nav-connect-text-toggle {
        display: none;
}

.nav-links-text-toggle {
        display: none;
}

#nav-credits-text p a {
  padding-left: 0px;
}

#nav-credits-text p {
  margin-left: 16px;
  padding-right: 15px;
}

#nav-stream-overlay {
    color: #fff;
    overflow: hidden;
    width: 61.44%;
    position: absolute;
    white-space: nowrap;
}

#nav-stream-overlay ul {
    list-style: none;
    white-space:nowrap;
    padding:0; 
    margin:0;
    overflow: hidden;
}

#nav-stream-overlay ul li {
    display:inline-block;
    width: 200px;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    z-index: 100;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 10px;
}

#nav-stream-overlay ul li:hover {
    color: #9200ef;
}

.nav-explore-video-detail {
    padding-top: 8px;
    padding-bottom: 2px;
    line-height: 18px;
    font-size: 13px;
    margin-left: 2px;
}

#nav-explore-video-thumbnail-overlay {
    background-color: #9200ef;
    opacity: 0.7;
    width: 200px;
    height: 115px;
    position: absolute;
    margin-top: -115px;
    cursor: pointer;
}

.nav-explore-video-thumbnail-overlay-toggle {
    display: none;
}

.nav-explore-video-thumbnail-overlay-toggle-playing {
    background-color: #00ffff !important;
}

.nav-explore-video-thumbnail-overlay-toggle-playing:hover {
    background-color: #00ffff !important;
}

.nav-explore-video-detail-toggle-playing {
    color: #00ffff;
}

#nav-explore-detail {
    width: 100%;
}

#nav-explore-detail ul {
    list-style: none;    
}

#nav-explore-detail ul li {
    display: inline-block;
    float: left;
    width: 15.5%;
    font-family: 'Courier New', Courier, monospace;
    color: #fff;
    padding-bottom: 5px;
    cursor: pointer;
}

#nav-explore-detail ul li:hover {
    color: #00ffff;
    text-decoration: underline;
}

#nav-explore-detail ul li a {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light",'Helvetica Neue', Helvetica,Arial, sans-serif;
    color: #fff;
    text-decoration: none;
}

#nav-explore-detail ul li a:hover {
    color: #00ffff;
    text-decoration: underline;
}

#nav-explore-info {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light",'Helvetica Neue', Helvetica,Arial, sans-serif;
    font-size: 13px;
    color: #acacac;
    width: 20%;
    display: inline;
    float: left;
    height: 150px;
}

#nav-explore-info-wrap {
    width: 87%;
    text-align: left;
    padding-left: 10px;
}

.nav-explore-options {

    font-family: "HelveticaNeue-Light", "Helvetica Neue Light",'Helvetica Neue', Helvetica,Arial, sans-serif !important!;
    font-size: 12px;
//    margin-top: 5px;
//    padding-top: 10px;
    overflow: hidden;
    width: 75%;
//    height: 150px;
    text-transform : capitalize;
    line-height: 18px;
}

#nav-explore-options ul {
    width: 100%;
    margin-left: -40px;
}

#nav-explore-options ul#medium-list li {
    width: 34%;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light",'Helvetica Neue', Helvetica,Arial, sans-serif !important;
    font-size: 12px;
    padding-bottom: 5px;
    line-height: 18px;
}


#nav-explore-options ul li {
//    width: 100% !important;
    width: 20%;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light",'Helvetica Neue', Helvetica,Arial, sans-serif !important;
    font-size: 12px;
}


#nav-country-options {
	height: 15px;
	//border: 1px red solid;
	margin-top: -10px;
	margin-left: -5px;
}

#nav-country-options ul li {
	width: 32px;
	text-align: center;
}

#nav-country-options span {
	margin-left: -32px;
	color: white;
	font-size: 13px;
	font-weight: 300;
	//margin-right: 19px;
}


#director-list li {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light",'Helvetica Neue', Helvetica,Arial, sans-serif !important;
    font-size: 12px;
    text-transform : capitalize;
    line-height: 18px;
}

/* @DIRECTORS:LISTNAV */
.ln-letters { overflow:hidden; font-size: 12px; margin-top: 10px; width: 75%; padding-top: 10px;}
.ln-letters a { font-size:0.9em; display:block; float:left; padding:2px 6px; color: #e1e1e1; text-decoration:none; }
.ln-letters a.ln-last { solid #fff; }
.ln-letters a:hover,
.ln-letters a.ln-selected { text-decoration: underline; color: #00ffff; }
.ln-letters a.ln-disabled { color:#959595; }

.ln-letters {
    font-size: 14px;
}   

cufon {
    margin-left: 3%;
}


/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}



/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

