/**
****************************************
* General 
****************************************
*/
html {
	font-size:100%;
	overflow-y:scroll;
}
body {
	text-align: center;
	background-color: #000;
	margin: 0;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
a { 
	color: #a00;
	text-decoration: none;
}
a:hover {
	color: #fff;
}
img { border: none; }
.bugCrumb {
	display: block;
	background-color: #333;
	color: #fff;
	font-weight: bold;
}

/**
****************************************
* General Layout
****************************************
*/
#container {
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	color: #ccc;
	min-height: 400px;
	text-align: left;
	position: relative;
}

#content { 
	position: absolute;
	margin-left: 153px; 
	padding: 100px 0px 0px 0px;
	line-height: 17px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
}
body#contact #content { /* override */
	line-height: 18px;
}

#main_text {
	margin: 13px 0px 0px 72px;
	width: 450px;
}

#header {
	clear: both;
	background-color: transparent;
	height: 100px;
	position: fixed;
	width: 960px;
	margin: 0px;
	padding: 0px;
	display: inline;
	top: 0px;
}
#header a img {
	margin: 28px 0px 0px 37px;
}


#footer { 
	padding: 0px 100px 30px 0px; 
	clear: both; 
	color: #fff; 
	text-align: right;
	font-size: 12px;
}

/**
****************************************
* Navigation Styles
****************************************
*/
ul#nav { 
	position: fixed; /* Persistent Anchored Navigation */
	list-style-type: none; 
	margin: 110px 0px 0px 37px;
	padding: 0px;
	float: left;
	width: 117px;
	border-right: 1px solid #20201e;
	
}
ul#nav li {
	font-size: 36px;
	margin: 0px 0px 9px 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

ul#nav li#nav_client_login {
	margin-top: 275px;
	font-size: 20px;
}

ul#nav li, ul#nav li a {
	width: 103px;
	height: 30px;
}
ul#nav li a {
	display: block;
}

ul#nav li a span { display: none; }

ul#nav li#nav_feature {
	background-image: url(/_public/img/layout/nav_featured.png);
}

body#feature ul#nav li#nav_feature {
	background-image: url(/_public/img/layout/nav_featured_on.png);
}

ul#nav li#nav_news {
	background-image: url(/_public/img/layout/nav_news.png);
}

body#news ul#nav li#nav_news {
	background-image: url(/_public/img/layout/nav_news_on.png);
}

ul#nav li#nav_about {
	background-image: url(/_public/img/layout/nav_about.png);
}

body#about ul#nav li#nav_about {
	background-image: url(/_public/img/layout/nav_about_on.png);
}

ul#nav li#nav_archive {
	background-image: url(/_public/img/layout/nav_archive.png);
}

body#archive ul#nav li#nav_archive {
	background-image: url(/_public/img/layout/nav_archive_on.png);
}

ul#nav li#nav_contact {
	background-image: url(/_public/img/layout/nav_contact.png);
}

body#contact ul#nav li#nav_contact {
	background-image: url(/_public/img/layout/nav_contact_on.png);
}

ul#nav li#nav_reels {
	background-image: url(/_public/img/layout/nav_reels.png);
}

body#reels ul#nav li#nav_reels {
	background-image: url(/_public/img/layout/nav_reels_on.png);
}

/* Reels Subnav */
ul#subnav_reels { display: none; }

body#reels ul#subnav_reels { 
	display: block; 
	list-style-type: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
body#reels ul#subnav_reels li {
	margin: 0px 0px 1px 0px;
	padding: 0px;
	height: 18px;
}

#subnav_reels_general {
	background-image: url(/_public/img/layout/subnav_reels_general.png);
}
body#reels.general #subnav_reels_general {
	background-image: url(/_public/img/layout/subnav_reels_general_on.png);
}
#subnav_reels_vfx {
	background-image: url(/_public/img/layout/subnav_reels_vfx.png);
}
body#reels.vfx #subnav_reels_vfx {
	background-image: url(/_public/img/layout/subnav_reels_vfx_on.png);
}

#subnav_reels_sports {
	background-image: url(/_public/img/layout/subnav_reels_sports.png);
}
body#reels.sports #subnav_reels_sports {
	background-image: url(/_public/img/layout/subnav_reels_sports_on.png);
}

ul#nav li#nav_client_login {
	background-image: url(/_public/img/layout/nav_client.png);
}

/**
****************************************
* Content
****************************************
*/

/* generic */
h2 {
	font-size: 24px; 
	color: #666;
	margin: 0px 0px 12px 0px;
	padding: 0px;
}


/* 
****************************************
Backgrounds
****************************************
*/

/* Generic */
body {
	background-image: url(/_public/img/layout/salt_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}

body#news {
	background-image: url(/_public/img/layout/salt_bg_news.jpg);
}

body#about {
	background-image: url(/_public/img/layout/salt_bg_about.jpg);
}

body#archive {
	background-image: url(/_public/img/layout/salt_bg_reels.jpg);
}

body#contact {
	background-image: url(/_public/img/layout/salt_bg_contact.jpg);
}
body#reels {
	background-image: url(/_public/img/layout/salt_bg_reels.jpg);
}

/*
****************************************
* About Page
****************************************
*/
body#about #main_text {
	width: 425px;
	color: #aaa;
}

/*
****************************************
* News Pages 
****************************************
*/
.newsitem {
	color: #aaa;
	margin: 0px 0px 30px 0px;
}
.newsitem h2 {
	margin-bottom: 5px;
}
.newsitem div {
	font-size: 12px;
	line-height: 16px;
}
.newsitem a {
	color: #a00;
	font-size: 12px;
}
.newsitem a:hover {
	color: #aaa;
}

#news #main_text {
	margin: 13px 0px 0px 72px;
	width: 490px;
}


/**
****************************************
* Feature Page (homepage)
****************************************
*/
div#featured-thumb-container {
	width: 160px;
	height: 360px;
	float: left;
	position: absolute;
	top: 0px;
	position: fixed;
}
ul#featured-thumb {
	list-style-type: none;
	margin: 9px 0px 0px 16px;
	padding: 0px 10px 0px 0px;
	width: 130px;
	position: relative;
	top: 36px;
	float: left;
}
ul#featured-thumb li {
	margin: 3px 0px 4px 0px;
	padding: 0px;
}
ul#featured-thumb li img {
	display: block;
}

div#feature-details {
	margin-left: 163px;
	position: absolute;
	width: 650px;
	top: 0px;
}
h2.feature-detail-title-line {
	color: #666666;
	font-size: 21px;
	margin: 13px 0px 3px 0px;
	height: 22px;
	overflow: hidden;
}
#feature-detail-video {
	border: 1px solid #2a2a2a;
	width: 640px;
	height: 360px;
	margin-top: 13px;
	z-index: 1;
}
#feature-detail-description {
	margin: 11px 0px 0px 1px;
	color: #999999;
	font-size: 14px;
	font-weight: lighter;
	line-height: 20px;
	height: 82px;
}

ul#feature-detail-stills { 
	list-style-type: none; 
	margin: 15px 0px 0px 0px; 
	padding: 0px; 
}

ul#feature-detail-stills li { 
	display: inline; 
	float: left; 
	padding-right: 8px; 
} 

.feature_thumb { 
	border: 1px solid transparent;
	opacity: 0.3;
}
#feature-backstage { display: none; }

#fancybox-out { z-index: 10; }

/**
****************************************
* Archive Page
****************************************
*/
ul#cat-industry, ul#cat-client {
	position: fixed;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 95px;
	margin-left: 20px;
	float: left;
}
ul#cat-industry {
	width: 95px;
	height: 500px;
	border-right: 1px solid #333;
}
ul#cat-client {
	width: 120px;
	margin-left: 135px;
}
ul#cat-industry li, ul#cat-client li {
	font-size: 12px;
}
ul#cat-industry li a, ul#cat-client li a {
	color: #666666;
}
ul#cat-industry li a:hover, ul#cat-client li a:hover {
	color: #fff;
}
ul#cat-industry li a.xref, ul#cat-client li a.xref {
	color: #fff;
}
ul#cat-industry li a.selected, ul#cat-client li a.selected {
	color: #fff;
}
ul#cat-industry li a:hover.selected, ul#cat-client li a:hover.selected {
	color: #fff;
}
ul#thumbnails {
	list-style-type: none; 
	margin-left: 255px;
	padding: 0px;
}
ul#thumbnails li {
	display: inline;
	float: left;
	margin: 4px;
}
ul#thumbnails li a img {
	border: 0px;
	opacity: 0.85;
}

ul#thumbnails li a img.viewall {
	opacity: 0.85 !important;
}


/**
****************************************
* Project Page
****************************************
*/
#main_text_project {
	margin: 13px 0px 0px 72px;
	width: 650px;
}
span.projectClient { 
	color: #fff;
}
h2#projectTitleLine {
	font-size: 21px;
	margin: 3px 0px;
}
span#projectCredits {
	color: #fff;
	font-size: 11px;
}
div#projectDescription {
	width: 640px;
	line-height: 18px;
	color: #999;
	margin: 8px 0px 30px 0px;
}

/**
****************************************
* Contact Us Page
****************************************
*/

body#contact #main_text { 
	float: left;
	color: #999999;
	width: 700px;
	margin: 100px 0px 0px 58px;
}
body#contact #main_text div {
	clear: both;
}
body#contact #content {
	padding: 0px 0px 0px 0px;
}
body#contact h2 {
	font-size: 18px;
	color: #fff;
	clear: both;
	margin: 0px 0px 8px 0px;
	padding: 0px;
}

body#contact #main_text ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
body#contact #main_text ul li {
	float: left;
	display: block;
	width: 284px;
	margin: 0px 0px 12px 0px;
}

body#contact #who_we_are {
}

body#contact #where_we_are {
	padding: 17px 0px 0px 0px;
}

body#contact #representation {
	padding: 24px 0px 0px 0px;
}

body#contact #contact_footer {
	padding: 194px 0px 0px 0px;
}

body#contact #jobs {
}

body#contact #social_networking {
	color: #fff;
	margin-left: 140px;
}

