/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
html{color:#000;background:#000;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
/* end reset stylesheet */

html {
	height:100%;
	width:100%;
	background-color:#000;
}

body {
	font-family:Georgia, serif;
	text-align:center;
	min-height:100%;
	width:100%;
	color:#fff;
	background-color:#000;
}

#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:0;
}

#shield {
	background-color:#000;
	width:980px;
	height:100%;
	overflow:hidden;
	left:50%;
	margin-left:-490px;
	position:fixed;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity:0.85;
	opacity:0.85;
}

#splash {
	position:absolute;
	z-index:9999;
	width:100%;
	height:100%;
	left:0;
	top:0;
}

a {
	cursor: pointer;
}

.scrim {
	background-color:#000;
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:fixed;
	z-index:5000;
}

a,a:visited {
	text-decoration:none;
}

a {
	outline:none;
	color:#ffb700;
}

span.arrow {
	color:#ff6400;
	font-weight:700;
}

div.croc {
	position:absolute;
	left:340px;
	top:0;
	height:129px;
	width:530px;
	background-image:url(../images/croc.png);
	background-repeat:no-repeat;
}

#innerContainer {
	text-align:left;
	min-height:100%;
	width:980px;
	left:50%;
	margin-left:-490px;
	position:absolute;
}

#contentWrapper {
	width:800px;
	position:relative;
	clear:both;
	margin-left:90px;
	min-height:100%;
	padding-bottom:80px;
}

.contentWrapperProjectList {
	width: 850px !important;
	padding-bottom: 70px !important;
}

#content {
	display:block;
	float:left;
	width:100%;
	margin-bottom:20px;
}

.contentWrapperProjectList #content {
	margin-bottom: 0;
}

.overflow {
	width:850px;
}

#print_logo {
	display: none;
}

#header {
	clear:both;
	height:60px;
	margin-bottom:40px;
	margin-left:45px;
}

#header a.logo {
	margin-top:37px;
	float:left;
	height:23px;
	width:212px;
	background-image:url(../images/logo.png);
	text-decoration:none;
	overflow:hidden;
}

#header a.logo:hover {
	background-image:url(../images/logo.png);
	background-position:0 -23px;
}

#header #nav {
	position:absolute;
	/*left:630px;*/
	right: 65px;
	top:34px;
}

#header #nav li {
	float:left;
	display: block;
	font-size:10px;
	padding:0 2px;
	height: 3em;
	line-height: 3em;
}

#header #nav li a {
	display:block;
	height: 3em;
	line-height: 3em;
}

#header #nav li.divider {
	padding:0;
}

.indent_old {
	width:850px;
	margin-left:43px;
}

#title_bar {
	clear:both;
	overflow:hidden;
	margin-bottom:20px;
	position: relative;
}

#title_bar h1 {
	display:block;
	float:left;
	width:450px;
}

#title_bar #link_area {
	width:200px;
	left: 600px;
	position:absolute;
	font-family:Georgia;
	font-size:21px;
	bottom: 6px;
}

.page_intro {
	font-size:20px;
	line-height:23px;
	color:#fff;
}

.page_intro h1 {
	display:block;
	width:600px;
	font-size:30px;
	line-height:36px;
	font-family:Georgia;
	color:#fff;
	margin-bottom:0.65em;
}

.footer {
	clear:both;
	text-align:center;
	border-top:solid 1px #464941;
	padding-top:23px;
	padding-bottom:23px;
	bottom:0;
	left:90px;
	width:800px;
	position:absolute;
	font-family:Verdana MS, Verdana, sans-serif;
	font-size:11px;
	color:#515447;
}

.footerProjectList {
	width:850px;
}

.footer li {
	float:left;
	margin-right:4px;
}

.welcome {
	clear:both;
	padding-bottom:20px;
	border-bottom:solid 1px #3d3f38;
	margin-bottom:20px;
}

.small_indent {
	margin-left:15px;
}

.featured_projects {
	margin-top:15px;
	height:400px;
	border-bottom:solid 1px #3d3f38;
}

.featured_projects .sidebar {
	float:left;
	width:258px;
	margin-left:17px;
}

.sidebar .description {
	color:#ABB1A4;
	font-size:14px;
}

.featured_projects .sidebar .playlist_overview_list {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	font-family:Verdana, sans-serif;
}

.sticky_header {
	border-bottom:solid 1px #3d3f38;
	padding-bottom:15px;
	padding-top:15px;
}

.homepage_news {
	margin-top:15px;
}

.playlist_overview_list .list_row {
	margin-bottom:5px;
	display:block;
}

.playlist_overview_list .list_row .index {
	float:left;
	width:20px;
	display:block;
}

.playlist_overview_list .list_row .name {
	width:220px;
	margin-left:20px;
	display:block;
}

.playlist_overview .sidebar {
	float:left;
	width:260px;
	margin-right:20px;
}

.playlist_overview .sidebar .playlist_overview_list {
	margin-top:20px;
	margin-left:10px;
	font-family:Verdana, sans-serif;
}

.playlist_overview_thumbs a {
	float:left;
	margin-right:6px;
	margin-bottom:6px;
	border:solid 2px #000;
	height:120px;
	width:120px;
}

.playlist_overview_list a {
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#fff;
	margin-bottom:5px;
}

.playlist_overview_list a .index {
	color:#c39745;
}

#project_finder_toggle ul {
	position:absolute;
	color:#6e7d70;
	font-size:10px;
	font-family:Verdana MS, Verdana, sans-serif;
	left:207px;
	bottom: -2px;
}

#project_finder_nav {
	margin-bottom:10px;
	height:15px;
	position: relative;
}

#project_finder_heading {
	height:14px;
	border-top:solid 1px #6e7d70;
	padding-top:3px;
	margin-bottom:8px;
}

#project_finder_heading .list_head {
	height:12px;
}

#project_finder_heading li.project {
	margin-left:215px;
	width:390px;
}

.project_finder_area {
	overflow:hidden;
	margin-bottom:20px;
	height:100%;
}

.project_list {
	width:190px;
	float:left;
	padding-top:30px;
	padding-right:10px;
	padding-bottom:30px;
	/*height:100%;*/
}

.project_list .all a {
	display:block;
	text-transform:uppercase;
	margin-bottom:10px;
	font-size:10px;
	font-family:Verdana MS, Verdana, sans-serif;
	color:#ffb700;
	font-weight:700;
}

.project_list .all_active a {
	display:block;
	text-transform:uppercase;
	margin-bottom:10px;
	font-size:11px;
	font-family:Verdana MS, Verdana, sans-serif;
	color:#fff;
	font-weight:700;
}

.project_list a .minor {
	color:#4f534a;
	font-weight:400;
}

.project_list .filter_head {
	color:#4f534a;
	font-style:italic;
	font-size:10px;
	margin-bottom:10px;
	padding-top:5px;
	font-family:Verdana MS, Verdana, sans-serif;
}

.project_list .filter_head_spacing {
	margin-top: 2em;
}

.project_list .play_all a {
	display:block;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:10px;
	font-size:10px;
	font-family:Verdana MS, Verdana, sans-serif;
	color:#ffb700;
	text-transform:uppercase;
	font-weight:700;
}

.project_list .play_all a .minor {
	font-weight:400;
}

.projects {
	width:650px;
	float:left;
	height:100%;
	z-index:-2;
	font-family:Verdana MS, Verdana, sans-serif;
	color:#a7b2a9;
	font-size:11px;
}

.projects a {
	font-family:Verdana MS, Verdana, sans-serif;
	color:#a7b2a9;
	font-size:11px;
}

.projects .project_title {
	font-family:Georgia, serif;
	font-style:italic;
}

.projects .title {
	padding-left:30px;
	width:375px;
}

.projects .indent_title {
	padding-left:15px;
	width:390px;
}

.projects .project_thumb_item {
	background:#2e302c;
	height:120px;
	width:120px;
	text-align:center;
	line-height:119px;
	overflow:hidden;
	float:left;
	margin-left:6px;
	margin-bottom:6px;
	border:solid 2px #000;
	position:relative;
	vertical-align:middle;
}

.thumb_tooltip {
	background-color:#3d3f38;
	color:#fff;
}

.thumb_tooltip .group {
	font-style:italic;
	font-size:11px;
	margin-bottom:4px;
}

.project_finder_pagination ul {
	margin-top:2px;
	float:right;
	color:#6e7d70;
	font-size:11px;
	font-family:Verdana MS, Verdana, sans-serif;
}

.project_finder_pagination li {
	display:block;
	float:left;
	margin-left:5px;
}

.rec_pagination_area {
	border-top:solid 1px #464941;
}

.rec_pagination {
	padding-bottom:10px;
	margin-bottom:10px;
	float:right;
}

.rec_pagination li.divider {
	font-size:10px;
	color:#555;
	margin-left:3px;
	margin-right:3px;
	margin-top:4px;
}

.recognition {
	margin-left:20px;
	margin-bottom:40px;
}

.recognition .press_attribution_1 {
	font-size:11px;
	line-height:14px;
	color:#fff;
}

.recognition .link {
	color:#a0762f;
	font-family:Verdana MS, Verdana, sans-serif;
	font-size:11px;
	line-height:14px;
}

.recognition p {
	color:#6e7d70;
	line-height:18px;
	margin-left:20px;
	margin-top:5px;
	font-size:14px;
}

.work_recognition .recognition {
	margin-left:0;
	margin-bottom:0;
}

.work_recognition .recognition .press_attribution_1 {
	color:#c6c9bc;
}

.work_body .work_recognition {
	border-bottom:1px solid #464941;
	margin-bottom:15px;
}

#careers .pos_divider {
	margin-bottom:15px;
	font-size:24px;
}

#careers .pos_list{
	width:200px;
	padding-left:20px;
	float:left;
}

#careers .pos_list li {
	margin-top:4px;
}

#careers .pos_list li a .icon {
	margin-top:0 !important;
	top: 1px;
}

#careers .posdescription_lists  {
	width:580px;
	float:left;
}

#careers .posdescription_lists  a:hover{
	color: #FFB700;
}

#careers .posdescription_lists p {
	color:#ABB1A4;
	font-size:14px;
	line-height:18px;
	margin-bottom:15px;
}

#careers .posdescription_title {
	margin-bottom:10px;
	font-size:18px;
}

#careers .posdescription_title a {
	color:#FFF;
}

#recognition .year_divider {
	margin-bottom:15px;
	font-size:24px;
}

#recognition .years_list, #news .years_list {
	width:80px;
	padding-left:20px;
	float:left;
}

#recognition .years_list li, #news .years_list li  {
	margin-top:4px;
}

#recognition .years_list li a .icon, #news .years_list li a .icon  {
	margin-top:0 !important;
	top: 1px;
}

.profile_work li a .icon {
	margin-top:0 !important;
	top: 1px;
}

#recognition .recognition_lists, #news .news_lists {
	width:700px;
	float:left;
}

#recognition .slideshow_nav {
	height:21px;
}

#recognition .slideshow_nav ul {
	display:block;
	float:right;
}

.slideshow_nav ul {
	margin-top:-1px;
	font-size:21px;
	height:21px;
}

.slideshow_nav li {
	display:block;
	float:left;
	height:21px;
}

.slideshow_nav li.pages {
	width:70px;
	text-align:center;
}

.slideshow_nav li.play {
	margin-left:-50px;
}

.ssDetail {
	width:640px;
}

.ssDetail .ssImage {
	background:#000;
	position:relative;
	height:365px;
	overflow:hidden;
	text-align:center;
	width:100%;
}

.ssDetail .ssImage a {
	display:block;
	width:100%;
}

.ssDetail .ssImage img {
	top:0;
	margin:0 auto;
}

.ssDetail .playerContainer {
	background:#000;
	height:365px;
	top:0;
	width:100%;
	margin:0 auto;
}

.ssDetail .player {
	top:0;
	background:#000;
	width:100%;
}

.ssDetail .ssCaption {
	position:absolute;
	width:100%;
	bottom:0;
	background:#000;
	color:#fff;
	line-height:1.4em;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.8;
}

.ssDetail .ssBar {
	text-align:right;
}

.ssDetail .btnToRecord {
	background:#9cf;
	text-align:center;
	text-transform:uppercase;
	font-size:0.8em;
	text-decoration:none;
	color:#000;
	padding:0.4em;
}

.overview_text {
	width:320px;
	float:left;
}

.overview_slides {
	width:520px;
	margin-left:10px;
	float:left;
	font-size:0.9em;
}

.overview_slides ul li {
	float:left;
	width:120px;
	height:165px;
	margin:0 0.4em;
}

.overview_slides ul li .ssImage img {
	position:relative;
	top:-1px;
	vertical-align:middle;
}

.overview_slides ul li .ssBar {
	height:4em;
	overflow:hidden;
}

.link_divider {
	color:#999;
	font-size:12px;
}

.listDetail {
	clear:both;
	position:relative;
}

.listImagesContainer {
	margin-top:1em;
	position:relative;
}

.listDetail .btnPrev,.listDetail .btnNext {
	position:absolute;
	top:0;
	bottom:0;
	width:135px;
	height:365px;
	background:#000;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity:0.4;
	opacity:0.4;
	overflow:hidden;
}

.listDetail .btnPrev a span,.listDetail .btnNext a span {
	z-index:10;
	color:#FF6400;
	position:absolute;
	bottom:0;
	font-size:26px;
	font-weight:700;
	display:none;
	padding:6px;
	cursor: pointer;
}

.listDetail .btnPrev a span {
	right:0;
}

.listDetail .btnPrev {
	left:-90px;
}

.listDetail .btnNext {
	right:-90px;
}

.listDetail .btnPrev a,.listDetail .btnNext a {
	display:block;
	width:133px;
	height:361px;
	overflow:hidden;
	position:relative;
	border:solid 2px #000;
	border-left:solid 2px #000;
	border-right:solid 2px #000;
}

.listDetail .btnPrev a {
	border-left:solid 0 #000;
}

.listDetail .btnNext a {
	border-right:solid 0 #000;
}

.listDetail .btnPrev a img {
	position:absolute;
	right:0;
}

.listDetail .btnNext a img {
	position:absolute;
	left:0;
}

.listDetail .btnNext:hover,.listDetail .btnPrev:hover,.listDetail .btnNextActivate, .listDetail .btnPrevActivate {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.8;
}

.listDetail .btnNext a:hover,.listDetail .btnPrev a:hover,.listDetail .btnNextActivate a, .listDetail .btnPrevActivate a {
	display:block;
	border-color:#FFB700;
}

.listDetail .btnNext a:hover span,.listDetail .btnPrev a:hover span,.listDetail .btnNextActivate a span, .listDetail .btnPrevActivate a span {
	display:block;
}

.listDetail .ssDetail {
	margin:0 auto;
}

.listDetail .ssText {
	font-family:Georgia, serif;
	width:640px;
	display:block;
	position:relative;
	margin:0 auto;
	padding:2em 0 0;
}

.listDetail .ssText h3 {
	display:block;
	text-align:left;
	width:640px;
	margin-bottom:5px;
}

.listDetail .ssText p {
	width:640px;
	display:block;
	margin-bottom:7px;
}

.contentNav {
	height:2em;
	clear:both;
	padding-top:1em;
}

.contentNav a.btnToOverview,.contentNav a.btnPrint {
	color:#000;
	text-transform:uppercase;
	text-align:right;
	display:block;
	position:absolute;
	bottom:1em;
	right:1em;
}

.contentNav a.btnToList {
	color:#000;
	display:block;
	text-transform:uppercase;
	text-align:right;
	position:absolute;
	bottom:1em;
	right:1em;
}

.contentNav a.btnBack {
	color:#000;
	text-transform:uppercase;
	display:block;
	position:absolute;
	bottom:1em;
}

.work_body {
	margin-top:30px;
	width:530px;
	padding-right:45px;
	border-right:solid 1px #3d3f38;
	float:left;
}

.work_body .summary {
	margin-bottom:15px;
}

.work_body .description {
	padding-left:10px;
	padding-bottom:5px;
	margin-bottom:15px;
	border-bottom:solid 1px #464941;
}

.work_body .description p {
	padding-bottom:10px;
}

.work_body ul li {
	padding-left:10px;
}

.work_body .credit dt {
	clear:left;
	float:left;
	text-align:right;
	display:inline;
	margin-bottom:1em;
	width:232px;
	margin-right:10px;
	line-height:16px;
}

html>body .work_body .credit dt {
	width:242px;
	margin-right:10px;
}

.work_body .credit dd {
	float:left;
	display:inline;
	vertical-align:top;
	margin-bottom:1em;
	width:242px;
	line-height:16px;
}

.work_body .credit h3 {
	font-weight:700;
	font-style:italic;
	font-size:1.1em;
	clear:both;
	text-decoration:underline;
	margin:1em 0;
}

.work_sidebar {
	margin-top:30px;
	margin-left:45px;
	width:170px;
	float:left;
}

.work_sidebar dt {
	font-family:Verdana MS, Verdana, sans-serif;
	font-weight:700;
	font-size:10px;
	color:#515447;
	margin-top:12px;
	text-transform:uppercase;
	letter-spacing:0.1em;
}

.work_sidebar dd {
	font-family:Georgia, serif;
	font-size:14px;
	line-height:14px;
	color:#ebede2;
	padding-left:10px;
	padding-top:7px;
}

.work_sidebar dd.client a, .work_sidebar dd.location a, .work_sidebar dd.client a:visited, .work_sidebar dd.location a:visited  {
	color:#ebede2;
}

.work_sidebar dt.date {
	padding-top:25px;
	margin-top:25px;
	border-top:solid 1px #464941;
}

.work_sidebar .link_1 .raquo {
	display:block;
	float:left;
	width:15px;
}

.work_sidebar .link_1 .link {
	display:block;
	width:145px;
	margin-left:15px;
}

.workDetail {
	position:relative;
}

.workLists {
	float:left;
	width:280px;
	font-size:0.8em;
}

.workLists h2 {
	color:#666;
	text-transform:uppercase;
	font-weight:700;
	font-size:0.9em;
}

.workDetail .assets {
	width:640px;
	float:left;
	margin:0 1em 0 0;
}

.workDetail .assets .asset {
	display:block;
	position:relative;
	background:#000;
	text-align:center;
	height:360px;
	line-height:360px;
	overflow:hidden;
}

.workDetail .assets .asset img {
	vertical-align:middle;
}

.workDetail .assetCaption {
	line-height:1.4em;
	position:absolute;
	width:100%;
	bottom:0;
	background:#000;
	color:#fff;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.8;
}

.workDetail .assetBar .asset {
	display:block;
	float:left;
	margin-right:2px;
	border:2px solid #fff;
	width:32px;
	height:18px;
	line-height:18px;
}

.workDetail .assetBar .active {
	border:2px solid #9cf;
}

.workDetail .assetPrev,.workDetail .assetNext {
	display:block;
	float:left;
	width:12px;
	height:18px;
	text-decoration:none;
	color:#000;
	font-weight:700;
	font-size:0.8em;
	background-color:#9cf;
	border:2px solid #fff;
	margin-right:2px;
}

#content .workDetail h1 {
	margin:1em 0 0;
}

.workDetail .location {
	text-transform:uppercase;
	font-weight:700;
	font-size:0.9em;
	border-left:1px solid #000;
	padding-left:0.6em;
}

.workDetail .locationuri {
	font-size:0.9em;
	border-left:1px solid #000;
	padding-left:0.6em;
}

.workDetail .launchDate {
	text-transform:uppercase;
	font-weight:700;
	font-size:0.9em;
}

.workDetail .workText {
	width:640px;
	float:left;
	clear:both;
	font-size:0.9em;
	margin:0 1em 0 0;
	padding:0 1em 0 0;
}

.workText h2 {
	color:#666;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:1em;
	font-size:0.9em;
}

.workText p {
	font-size:0.9em;
	line-height:1.6em;
	margin-bottom:1em;
}

a.externalLink {
	clear:both;
	display:block;
	width:10em;
	background:#9cf;
	border:1px solid #FFF;
	margin-bottom:4px;
	text-transform:uppercase;
	text-align:center;
	font-size:0.8em;
	text-decoration:none;
	color:#000;
	padding:0.2em 0.4em;
}

table.index {
	border-collapse:collapse;
	font-size:0.9em;
	margin:0 1em 1em 0.5em;
}

table.index thead th {
	text-transform:uppercase;
	font-weight:700;
	color:#555;
}

table.index td.client {
	text-transform:uppercase;
	width:30%;
}

table.index td.date {
	width:10%;
}

table.index td.work {
	width:60%;
}

table.index td,table.index th {
	vertical-align:top;
	padding:0.3em;
}

#static ul.people li {
	float:left;
	margin-right:1em;
	list-style:none;
	margin-bottom:40px;
}

#static ul.people li div.area {
	float:left;
	width:550px;
	margin-left:25px;
}

#static ul.people li div.image {
	float:left;
	height:136px;
	width:180px;
	background-color:#666;
	display:table-cell;
	vertical-align:middle;
}

ul.people li img {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

ul.people .name {
	display:block;
	margin-bottom:4px;
}

ul.people .title {
	display:block;
	letter-spacing:0.1em;
	margin-bottom:10px;
}

#static ul.people li p {
	margin-bottom:3px;
	width:575px;
}

html>body #static ul.people li p {
	width:600px;
}

#static h3 {
	text-transform:uppercase;
	font-size:0.9em;
	font-weight:700;
	margin-top:1em;
}

#static ul {
	font-size:0.9em;
	list-style:circle;
	padding-left:1em;
	margin-bottom:1em;
}

#static ul li {
	list-style:disc;
}

#studio .column {
	float:left;
	width:245px;
}

#studio .column .quote {
	color:#999;
	width:195px;
	margin-left:20px;
}

#studio .column .quote p {
	margin-bottom:10px;
	font-size:11px;
	font-family:Trechubet MS, Trechubet, sans-serif;
}

#studio .column .quote p em {
	font-size:14px;
	font-style:italic;
	font-family:Georgia, serif;
}

#studio .column h3 {
	margin-top:50px;
	font-size:18px;
	margin-bottom:15px;
}

#studio .column ul {
	margin-left:20px;
}

#studio .column p.inquiries {
	margin-left:20px;
	color:#b9b8b4;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.6em;
}

#studio .page_body {
	width:500px;
	float:left;
	margin-left:27px;
}

#studio .page_body p.first {
	margin-top:30px;
	font-size:18px;
	line-height:21px;
	color:#fff;
}


#contact .column {
	float:left;
	width:245px;
}

#contact .column h3 {
	margin-top:40px;
	font-size:18px;
	margin-bottom:15px;
}

#contact .column h3.first {
	margin-top: 20px;
}

#contact .column p {
	margin-left:20px;
	color:#fff;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.6em;
	margin-bottom: 1.2em;
}

#contact .column p.normal {
	color:#b9b8b4;
}


#contact .page_body {
	width:500px;
	float:left;
	margin-left:27px;
	padding-top: 23px;
	color:#b9b8b4;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}



.news li {
	margin-bottom:20px;
	position:relative;
}

.news .page_body {
	display:block;
	color:#6B6F67;
	font-family:Verdana, sans-serif;
	font-size:9pt;
	line-height:16px;
}

.news .date {
	display:block;
	height:13px;
	position:absolute;
	top:4px;
	left:0;
	width:60px;
}

.news .body {
	width:720px;
	margin-left:60px;
}

form.contact {
	width:30em;
}

form.contact label {
	display:block;
	font-weight:700;
	font-size:0.8em;
	margin-bottom:1em;
}

form.contact label input,form.contact label textarea {
	display:block;
	font-weight:400;
	width:98%;
}

#inside {
	width:65%;
	float:left;
	margin-bottom:2em;
}

#inside a {
	color:#666;
}

#inside .post {
	font-size:0.9em;
	margin-bottom:1em;
	padding-bottom:1em;
	border-bottom:1px solid #999;
}

#inside .post .categories {
	font-size:0.9em;
	margin-bottom:1em;
}

#insideNav {
	width:25%;
	margin-left:5%;
	float:left;
}

.clearfix:after {
  clear:both;
  content:".";
  display:block;
  height:0pt;
  visibility:hidden;
}
.clearfix { display: inline-block; }
* html .clearfix { height:1%; }
.clearfix { display:block; }

.page_title {
	font-size:30px;
	line-height:36px;
	font-family:Georgia;
	color:#fff;
}

.record_summary {
	font-size:18px;
	line-height:21px;
	color:#fff;
}

.page_body {
	font-size:14px;
	line-height:18px;
	color:#abb1a4;
}

.header_1 {
	text-transform:uppercase;
	font-family:Verdana MS, Verdana, sans-serif;
	font-size:10px;
	color:#515447;
	font-weight:700;
	letter-spacing:0.1em;
}

.header_2 {
	text-transform:uppercase;
	font-size:20pt;
	color:#fff;
	letter-spacing:0.1em;
}

.press_attribution_1 {
	font-family:Verdana MS, Verdana, sans-serif;
	font-size:11px;
	line-height:13px;
	color:#272825;
}

.press_attribution_2 {
	font-family:Verdana MS, Verdana, sans-serif;
	font-size:10px;
	font-weight:700;
	line-height:13px;
	color:#515447;
}

.credit dt {
	font-family:Verdana MS, Verdana, sans-serif;
	font-size:10px;
	line-height:12px;
	font-weight:700;
	color:#515447;
}

.credit dd {
	font-family:Georgia, serif;
	font-size:14px;
	line-height:14px;
	color:#d8d8ce;
}

.tombstone_value {
	font-weight:700;
	font-size:14px;
	line-height:14px;
	color:#ebede2;
}

.link_1 {
	color:#ffb700;
	font-family:Verdana MS, Verdana, sans-serif;
	font-weight:700;
	font-size:10px;
	line-height:14px;
}

.link_1 span.raquo {
	color:#ff6400;
	font-size:13px;
}

.meta_nav li {
	letter-spacing:.1em;
	color:#fff;
	text-transform:uppercase;
	font-family:Verdana MS, Verdana, sans-serif;
	font-weight:700;
}

.meta_nav li.divider {
	color:#3d3f38;
}

.meta_nav li a {
	text-transform:uppercase;
	font-family:Verdana MS, Verdana, sans-serif;
	font-weight:700;
	color:#ffb700;
}

.footer .company {
	font-family:Georgia, serif;
	font-weight:700;
	text-transform:uppercase;
}

.slideshow_nav a {
	color:#e74924;
	font-weight:700;
}

.overview_slides ul li a .ssBar {
	font-size:0.9em;
	text-decoration:none;
	color:#B28739;
}

.overview_slides ul li a .ssBar .index {
	color:#343531;
}

.slideshow_summary {
	font-size:16px;
	line-height:18px;
	color:#6e7d70;
	height:70px;
}

.homepage_link {
	font-size:21px;
	color:#fff;
}

.news_headline {
	font-size:14px;
	color:#fff;
}

.news_headline a {
	font-size:16px;
	color:#fff;
}

.tooltip {
	width:380px;
}

.tooltip .project {
	font-family:Verdana MS, Verdana, sans-serif;
	font-size:12px;
	color:#d8d8ce;
	margin-top:5px;
}

.tooltip .thumbnail {
	height:120px;
	width:120px;
	float:left;
	margin-right:10px;
}

.tooltip .group {
	font-size:12px;
	font-style:italic;
	color:#d8d8ce;
	margin-bottom:10px;
}

.tooltip .group_title {
	font-family:Verdana MS, Verdana, sans-serif;
	font-size:12px;
	font-weight:700;
	color:#d8d8ce;
	text-transform:uppercase;
	margin-bottom:10px;
}

.project_list_tooltip {
	width:630px;
	display:block;
	position:absolute;
	margin-left:-102px;
}

li.playlist_menu {
	margin-bottom: 5px;
}

.playlist_menu a {
	position:relative;
	display:block;
	padding-left:10px;
	font-size:11px;
	color:#B28739;
	font-family:Verdana MS, Verdana, sans-serif;
}

.playlist_menu a .icon {
	display:block;
	line-height:11px;
	height:11px;
	position:absolute;
	left:0;
	top:2px;
	font-size:11px;
	color:#FF6400;
	width:10px;
}

.playlist_menu a:hover .icon {
	font-size:11px;
	color:#FF6400;
}

em,.italic,.projects em,p.quote,#inside .post .posted {
	font-style:italic;
}

.hidden {
	display:none;
}

#header a.logo span {
	display:none;
}

.work_sidebar .link_1 {
	display:block;
}

#title_bar #slideshow a,.playlist_overview_list a:hover,.playlist_overview_list a.highlight,#studio .column p.inquiries a:hover,.slideshow_nav a.overview,.overview_slides ul li a:hover .ssBar,.news_headline a:hover,.playlist_menu a:hover, #contact a:hover {
	color:#FFB700;
}

#project_finder_toggle li.selected,.project_finder_pagination li.selected a,#recognition .years_list .selected a,#recognition .years_list .selected a:hover,.page_title a,.record_summary a,.meta_nav li.selected a,.playlist_selected a,.playlist_selected a:hover, #news .years_list .selected a,#news .years_list .selected a:hover {
	color:#fff;
}

#project_finder_toggle li a,.projects a:hover .title a,.projects a:hover .title,.projects a:hover .date a,.projects a:hover .date,.projects a:hover .client a,.projects a:hover .client,.project_finder_pagination li a,.recognition a,.recognition .link a:visited,.recognition .link a:hover,.page_title a:hover,.record_summary_highlight a,.record_summary a:hover,.page_body a:hover,a.credit:hover,a.tombstone_value:hover,.footer a:hover,.footer a.address:hover,.homepage_link:hover {
	color:#ffb700;
}

#project_finder_toggle li .aside {
	color:#6B6F67 !important;
}

#subnav li.active > a,.recognition .press_attribution_1 .title,#static h2,#inside .post h3,.press_attribution_1 em {
	font-weight:700;
}

.featured_projects .playlist_overview_thumbs,.playlist_overview .playlist_overview_thumbs {
	width:520px;
	float:left;
}

.sidebar .description p,.workDetail .workHeader {
	margin-bottom:1em;
}

.featured_projects .title,#studio .page_body .ssDetail,.page_body p {
	margin-bottom:10px;
}

.sticky_header a,#studio .column p.inquiries a,#studio .column p.inquiries a:visited,.page_body a,.page_body a:visited,.footer a, #contact a, #contact a.visited {
	color:#B28739;
}

.playlist_overview_thumbs a:hover,.playlist_overview_thumbs a.highlight,.projects a:hover .project_thumb_item {
	border:solid 2px #F0AC00;
}

.playlist_overview_thumbs .ssImage,.overview_slides ul li .ssImage {
	background:#2e302c;
	height:120px;
	width:120px;
	position:relative;
	text-align:center;
	line-height:119px;
	overflow:hidden;
}

.playlist_overview_list a:hover .index,.playlist_overview_list a.highlight .index,.slideshow_nav a:hover,.overview_slides ul li a:hover .ssBar .index {
	color:#FF6400;
}

#project_finder_toggle li,#project_finder_heading li {
	float:left;
}

#project_finder_heading li.date,.projects .date {
	width:60px;
}

#project_finder_heading li.client,.projects .client,.playlist_menu a .name {
	width:170px;
}

.project_list .all a:hover,.project_list .play_all a:hover,.project_list .play_all a .icon,.project_finder_pagination li a .icon,.slideshow_nav li.play a:hover,.slideshow_nav li.return a:hover,.link_1_highlight,.link_1:hover,.meta_nav li a:hover {
	color:#ff6400;
}

.projects a div.project_list_item,.projects a div.work_list_item,.projects div.project_list_item,.projects div.work_list_item {
	padding-top:2px;
	padding-bottom:2px;
}

.projects a:hover div.project_list_item,.projects a:hover div.work_list_item,.projects div.row:hover {
	background-color:#3d3f38;
}

.projects span,.rec_pagination li {
	display:block;
	float:left;
}

.thumb_tooltip .summary,.tooltip .summary {
	color:#999;
	margin-top:2px;
	font-size:11px;
	font-family:Verdana MS, Verdana, sans-serif;
}

.rec_pagination .playlist_menu a .icon,#recognition .years_list .playlist_menu a .icon,#studio .column ul .playlist_menu a .icon, #news .years_list .playlist_menu a .icon {
	margin-top:3px;
}

.recognition li,.work_body .work_recognition .header_1 {
	margin-bottom:25px;
}

.recognition a:hover,.recognition .link a,.recognition .link a:visited {
	color:#a0762f;
}

#recognition,#static p, #news {
	width:800px;
}

#news .news .body {
	width: 635px;
}

#news ul.news {
	margin-top: 0;
}

.all_news_link {
	text-align: right;
	padding-right: 20px;
}

.slideshow_nav li.overview,.slideshow_nav li.prev,.slideshow_nav li.next {
	width:15px;
}

.slideshow_nav li.play a,.slideshow_nav li.return a {
	color:#ffb700;
	font-weight:400;
}

.ssDetail .ssCaption p,.workDetail .assetCaption p {
	padding:0.4em 1em;
}

.listDetail .ssText h3 .date,.footer a.address,.slideshow_nav {
	color:#515447;
}

.work_body .credit,.news {
	margin-top:10px;
}

.workLists a,table.index td.work a {
	color:#000;
}

.workLists ul,.workLists p {
	margin-bottom:1em;
	line-height:1.6em;
}

.workText .creditBlock,.clear {
	clear:both;
}

table.index thead,table.index tr.first {
	border-top:1px dashed #000;
}

ul.people,#studio {
	margin-top:20px;
}

form.contact input.btnSubmit,.playlist_menu a .right_icon {
	float:right;
}

.projects a div.row,.projects div.row {
	background-color:#171717;
	border-bottom:solid 1px #000;
}

/* MAP STYLES */

#map_canvas {
	width:100%; height:100%;
	position:relative;
	border:1px solid black;
}

/* Map - Info window content */
.place {
	text-align:left;
	font-family:Verdana, Arial, sans-serif; font-size:10px;
	color:#222222;
	line-height:14px;
	margin-bottom: 0 !important;
}


.placeLabel{
	font-weight:bold; font-size:13px;
	line-height:20px;
	text-align:left;
	color:#222222;
	margin-top:15px;
	margin-bottom: 0 !important;
}
.placeListItem{
	font-weight:bold; font-size:13px;
	line-height:16px;
	text-align:left;
	color:#222222;
	margin-top:2px;
}
.place a, .place a:hover {
	font-family:Verdana, Arial, sans-serif; font-size:10px;
}
.place a {color:#f8297f;}
.place a:hover {color:#AAAAAA;}
