/* SITEWIDE ************************************************************************************************/

html, body {
	height: 100%;
}
body {
	font-family: "HelveticaNeue", helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	height: 100%;
	background: #000;
}
img {
	display: block;
}
a {
	color: #000;
	text-decoration: none;
}

/* MAIN STAGE ************************************************************************************************/

#stage, #stage div, #stage embed, #stage object {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
}

/* NAVIGATION ************************************************************************************************/

#playlist, #close, #more_info {
	top: 0px;
	left: 0px;
	line-height: 12px;
	position: fixed;
}
#close {
	z-index: 100;
	display: none;
	top: -12px; /* ACCOUNT FOR MARGIN TOP IN .nav_list */
}
#logo {
	margin-top: 30px;
}
#more_info {
	display: none;
	top: -6px; /* ACCOUNT FOR MARGIN TOP IN .nav_list */
	right: 0px;
}

.hide_video_nav{
	width: 100%;
	height:50px;
	position: absolute;
	bottom: 0px;
	background: #000;
	
}
.nav_list {
	margin-top: 42px;
	float: left;
	clear: both;
}
.nav_list li a {
	display: block;
	float: left;
	color: #bbb;
	clear: both;
	padding: 2px 0px 2px 20px;
	margin: 5px 0;
}
.nav_list li a:hover {
	color: #fff;
}
.nav_list .active a {
	margin-left: 12px;
	padding-left: 5px;
	border-left: 3px solid #777;
}

/* LEFT NAV SPECIFIC */

#social_links {
	margin-top: 8px;
	margin-left: 20px;
}

/* RIGHT NAV SPECIFIC */

#more_info li { /* INLINE IMAGES */
	white-space: nowrap;
}
#more_info a {
	float: right;
	padding: 2px 20px 2px 0px;
}
#more_info .play_film_btn a {
	background: url(images/play.png) no-repeat right 3px; 
	padding-right: 32px;
}

/* INFO SLIDER ************************************************************************************************/

#content {
	position: fixed;
	top: 100px;
	padding: 10px;
	right: 0;
	width: 800px;
	margin-right: -820px;
	color: #ddd;
	background: #241f20;
	font-size:12px;
	overflow: auto;
}
#column1 {
	width: 390px;
	float: left;
}
#column2 {
	width: 390px;	
	float: right;
}
#content h1 {
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
}
#thumbs {
	float: left;
	margin: 0 0 13px 0;
	width: 100%;
}
#thumbs li {
	float: left;
}
#thumbs li a {
	float: left;
	border-bottom: 2px solid #241f20;
	margin-right: 5px;
}
#thumbs li a:hover {
	border-bottom: 2px solid #ddd;
}
#content p {
	margin-bottom: 10px;
	float: left;
	width: 100%;
	clear: both;
}
#content a {
	font-weight: bold;
	color: #fff;
}
#content a:hover {
	color: #000;
	background: #fff;
}

/* LIGHTBOX BUT NOT */

#image_full {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #111 url(images/ajax-loader.gif) no-repeat center center;
	overflow: hidden;
	text-align: center;
	z-index: 50;
}
#image_full img {
	margin: 0 auto;
	width: 100%;
}

/* SOCIAL LINKS ************************************************************************************************/

#social_share {
	float: left;
	width: 100%;
	clear: both;
	margin-top: 10px;
}
.social li {
	float: left;
}
.social li a {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 23px;
	height: 14px;
}
a#twitterButton {
	background: url(images/twitterButton.png);
}
a#deliciousButton {
	background: url(images/deliciousButton.png);
}
a#facebookButton {
	background: url(images/facebookButton.png);
}
a#twitterButton:hover {
	background: url(images/twitterButtonOver.png);
}
a#deliciousButton:hover {
	background: url(images/deliciousButtonOver.png);
}
a#facebookButton:hover {
	background: url(images/facebookButtonOver.png);
}

/* INFO PAGES ************************************************************************************************/

#page #social_share { /* DONT SHOW SHARE ON INFO PAGES */ 
	display: none;
}
#page #stage { /* DONT SHOW STAGE ON INFO PAGES */ 
	display: none;
}
#page #content { /* SHOW SLIDER BY DEFAULT */ 
	margin-right: 0px;
}