@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000;
	background-image: url('../../images/bg-subpage.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

a {
	color: #0098fe;
}
a:hover {
	text-decoration: none;
}

#wrapper {
	margin: 0 auto;
	width: 823px;
}

h1 {
	height: 113px;
	margin-left: -20px;
	position: relative;
	z-index: 101;
}

h2 {
	border-bottom: 1px solid #012d59;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2.4em;
	font-weight: normal;
	padding-bottom: 30px;
	text-transform: uppercase;
}

h3 {
	font-size: 1.8em;
	font-weight: normal;
}
h3 a {
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}

h4 {
	color: #666;
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 5px;
}

#flash-background {
	height: 110px;
	margin: 0 auto;
	padding-left: 201px;
	position: absolute;
	top: 0;
	width: 640px;
	z-index: 100;
}

#breadcrumb-trail {
	color: #666;
	font-size: 1.1em;
	margin-top: 10px;
}

#copyright {
	border-top: 1px solid #012d59;
	color: #666;
	font-size: 1.1em;
	padding: 30px 0 50px 0;
}


/* Utility Navigation */

#utility-nav {
	float: right;
	height: 37px;
	margin-top: 20px;
	position: relative;
	z-index: 102;
}
#utility-nav li {
	color: #7dcbff;
	display: inline;
}
#utility-nav a {
	color: #fff;
	float: left;
	padding-left: 15px;
	text-decoration: none;
}
#utility-nav a:hover {
	text-decoration: underline;
}


/* Navigation */

#nav {
	float: right;
	height: 62px;
}
#nav li {
	display: inline;
	list-style: none;
}
#nav a {
	background: #000;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	height: 23px;
	padding: 9px 10px 0 10px;
	margin-left: 1px;
	text-decoration: none;
}
#nav a:hover {
	color: #005d9c;
}
#nav p, #nav ul {
	float: left;
}
#nav li#nav-news a {
	margin-left: 0;
	padding-left: 0;
}
#nav li#nav-profile a {
	padding-right: 0;
}

#news #nav-news a, #news #nav-news a:hover,
#director-of-photography #nav-director-of-photography a, #director-of-photography #nav-director-of-photography a:hover,
#color-grading #nav-color-grading a, #color-grading #nav-color-grading a:hover,
#photography #nav-photography a, #photography #nav-photography a:hover,
#profile #nav-profile a, #profile #nav-profile a:hover {
	color: #fff;
}


/* Sub-Navigation */

#sub-nav {
	float: right;
	height: 22px;
}
#sub-nav li {
	display: inline;
	list-style: none;
	white-space: nowrap;
}
#sub-nav a {
	float: left;
	font-size: 1.1em;
	height: 17px;
	padding: 5px 10px 0 10px;
	margin-left: 5px;
	text-decoration: none;
}
#sub-nav a:hover {
	color: #005d9c;
}
#sub-nav li.selected a, #sub-nav li.selected a:hover {
	background: #000;
	color: #fff;
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
}
#sub-nav li.cap {
	float: left;
}
#sub-nav li.cap-left {
	margin-left: 5px;
}


/* Content */

#content p {
	font-size: 1.1em;
	line-height: 1.6em;
	margin: 15px 0;
}

#content {
	margin-top: 50px;
}

.video, .news {
	margin: 30px 0;
	padding-bottom: 10px;
}

.thumb-strip {
	background: url('../../images/thumb-strip-rollover.gif');
}
/*
#content p.thumb-strip a:hover, #content div.thumbnails p a:hover {
	opacity: .20;
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
}
*/
.opacity {
	opacity: .20;
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
}

.news {
	border-bottom: 1px dotted #012D59;
	padding-bottom: 20px;
}

#content div.thumbnails p {
	/*
	background: #0098fe;
	*/
	float: left;
	margin: 0 2px 2px 0;
}

/* Site Map */

#site-map {
	border-top: 1px solid #012d59;
	font-size: 1.1em;
	margin-top: 50px;
	padding: 30px 0;
}
#site-map a {
	text-decoration: none;
}
#site-map a:hover {
	text-decoration: underline;
}
#site-map ul {
	float: left;
	margin-right: 40px;
}
#site-map li {
	color: #0098fe;
	margin: 7px 0px 7px 13px;
}
#site-map li.top {
	list-style: none;
	margin-left: 0;
}
#site-map li.top a {
	color: #666;
	text-decoration: none;
}
#site-map li.top a:hover {
	text-decoration: underline;
}


/* Miscellaneous */

.gray {
	color: #666;
}

/* Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */