@charset "utf-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

html { overflow-y: scroll; }

body {
	font: 87.5%/1.35 Georgia, "Times New Roman", Times, serif;
	color: #666;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section { display: block; }

img,
object,
embed { max-width: 100%; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
	display: block;
	margin: 0px 0px 15px;
}

h1 { font-size:2.571em; }

h2 { font-size:1.286em; }

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

a:link,
a:visited {
	color: #666;
	text-decoration:none;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

a:hover,
a:active,
a.active,
a:focus {
	color: #666;
	text-decoration:underline;
}

ul { list-style: none; }

blockquote,
q { quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

.img-swap {
	display:block;
	text-indent:-9999px;
}

.hidden { display:none; }

/*** layout ***/
div#wrapper { display: block; }

div#wrapper.gray { background: #414142; }

#wrapper div#page {
	margin: 0px auto;
	width: 1200px;
	min-height: 550px;
}

/** main header **/
#main-header {
	height: 120px;
	width: 100%;
	position: relative;
}

#main-header div#header-inner {
	margin: 0px auto;
	width: 1200px;
}

#main-header.gray {
	background: #414142;
	width: 100%;
}

#main-header.white {
	background: #fff;
	width: 100%;
}

/** main nav **/
#main-nav {
	width: 480px;
	height: 30px;
	margin: 0px 0px 0px 480px;
	padding: 90px 0px 0px;
}

#main-nav ul {
	margin: 0px;
	width: 100%;
	height: 30px;
}

#main-nav ul li {
	width: 120px;
	display: block;
	float: left;
	height: 30px;
}

#main-nav ul li a {
	display: block;
	height: 30px;
	line-height: 1;
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-ms-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}

/* main nav (white marker)*/
#main-nav ul.gray-header li a:link,
#main-nav ul.gray-header li a:visited {
	color:#ccc;
	background: url(../img/main-nav-marker-white.png) no-repeat left 30px;
}

#main-nav ul.gray-header li a:hover,
#main-nav ul.gray-header li a:active,
#main-nav ul.gray-header li a:focus,
#main-nav ul.gray-header li a.active {
	color:#fff;
	font-weight:normal;
	background: url(../img/main-nav-marker-white.png) no-repeat left 24px;
	text-decoration:none;
}

/* main nav (gray marker)*/
#main-nav ul.white-header li a:link,
#main-nav ul.white-header li a:visited {
	color:#999;
	background: url(../img/main-nav-marker-gray.png) no-repeat left 30px;
}

#main-nav ul.white-header li a:hover,
#main-nav ul.white-header li a:active,
#main-nav ul.white-header li a:focus,
#main-nav ul.white-header li a.active {
	color:#414142;
	font-weight:normal;
	background: url(../img/main-nav-marker-gray.png) no-repeat left 24px;
	text-decoration:none;
}

/** sub nav **/
#sub-nav {
	height: 40px;
	margin-top: 10px;
}

#sub-nav ul {
	display: block;
	height: 40px;
	width: 360px;
	margin: 0px 0px 0px 105px;
}

#sub-nav ul li {
	display: inline-block;
	font-size: 2.571em;
	float: left;
	line-height: 40px;
	padding: 0px 15px;
}

#sub-nav ul li.mid-item {
	border-right: 2px solid #CCC;
	border-left: 2px solid #CCC;
}

#sub-nav ul li a:link,
#sub-nav ul li a:visited { color: #CCC; }

#sub-nav ul li a:hover,
#sub-nav ul li a:active,
#sub-nav ul li a:focus,
#sub-nav ul li a.active {
	color: #3F3F40;
	font-weight:normal;
	text-decoration:none;
}

/** sub sub nav **/
#sub-sub-nav {
	width: 240px;
	margin-left: 100px;
	position: relative;
	display: block;
	height: 100px;
}

#sub-sub-nav ul {
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 70px;
}

#sub-sub-nav ul li {
	font-size: 1.714em;
	font-weight: normal;
	display: block;
	margin-bottom: 10px;
	line-height: 1.12;
}

#sub-sub-nav ul li a:link,
#sub-sub-nav ul li a:visited {
	color: #CCC;
	display: block;
	padding-left: 20px;
	background: url(../img/sub-sub-nav-marker.png) no-repeat -6px center;
}

#sub-sub-nav ul li a:hover,
#sub-sub-nav ul li a:active,
#sub-sub-nav ul li a:focus,
#sub-sub-nav ul li a.active {
	color: #666;
	text-decoration:none;
	background: url(../img/sub-sub-nav-marker.png) no-repeat 5px center;
}

/** left sidebar **/
.left-sidebar {
	width: 360px;
	text-align: center;
	float: left;
	height: 550px;
}

.left-sidebar#front { background: url(../img/big-gray-g.png) no-repeat center -40px; }

.left-sidebar#front h1#front-logo {
	background: url(../img/front-logo.jpg) no-repeat center bottom;
	height: 114px;
	width: 272px;
	margin: 0 auto;
	padding-top: 436px;
}

.left-sidebar#about {
	width: 480px;
	background: url(../img/big-white-g.png) no-repeat 50px bottom;
}

.left-sidebar#work {
	background: url(../img/bigger-gray-g.png) no-repeat center 100px;
	width: 360px;
}

.left-sidebar#contact {
	background: url(../img/bigger-white-g.png) no-repeat center top;
	width: 480px;
}

/** main content **/
/* main content (home) */
.main-content#home {
	width: 840px;
	float: left;
	position: relative;
}

.main-content#home p { width: 240px; }

.main-content#home p.front-first { padding: 75px 0px 0px 120px; }

.main-content#home p.prominent {
	margin: 0px;
	font-weight: normal;
	line-height: 1.15;
	font-size:2.571em;
	width: 720px;
}

.main-content#home p.prominent span {
	display: inline-block;
	margin-left: 355px;
}

.main-content#home p.front-last { padding: 15px 0px 0px 360px; }

/* main content (about) */
.main-content#about {
	width: 720px;
	float: left;
	position: relative;
}

.main-content#about p {
	width: 360px;
	color: #CCC;
	padding: 0px 0px 0px 120px;
}

.main-content#about p.about-first {
	margin-bottom: 20px;
	padding-top: 90px;
}

.main-content#about p.prominent {
	/*font-size: 1.286em;*/
    color: #FFFFFF;
	font-size: 2.571em;
	font-weight: normal;
	line-height: 1.15;
	padding: 0 0 5px;
	width: 720px;
}

.main-content#about p.about-last { padding-top: 10px; }

/* main content (work - tv) */
.main-content#tv {
	width: 480px;
	float: left;
	position: relative;
}

.main-content#tv p {
	margin: 15px 0px 15px 120px;
	width: 240px;
}

.main-content#tv p#chevron-tv-first { margin-top: -80px; }

.main-content#tv p#honda-tv-first { margin-top: -5px; }

.main-content#tv p.prominent {
	margin: 0px;
	font-weight: normal;
	line-height: 1;
	font-size:2.571em;
	width: 480px;
}

.main-content#tv p.prominent span {
	display: block;
	padding-left: 120px;
}

.main-content#tv p.work-last { margin-top: 20px; }

/* main content (work - outdoor) */
.main-content#outdoor {
	width: 440px;
	float: left;
	position: relative;
}

.main-content#outdoor p {
	margin: -7px 0px 15px 120px;
	width: 240px;
}

.main-content#outdoor p.prominent {
	margin: 0px;
	font-weight: normal;
	line-height: 1;
	font-size:2.571em;
	width: 480px;
}

.main-content#outdoor p.work-last { margin-top: 20px; }

/* main content (work - social) */
.main-content#social {
	width: 600px;
	float: left;
	position: relative;
}

.main-content#social p {
	margin: 15px 0px 15px 120px;
	width: 240px;
}

.main-content#social p.prominent {
	margin: 0px;
	font-weight: normal;
	line-height: 1;
	font-size:2.571em;
	width: 600px;
}

.main-content#social p.work-last { margin-top: 20px; }

/* main content (contact) */
.main-content#contact {
	width: 720px;
	float: left;
	position: relative;
	color: #FFF;
}

.main-content#contact h1 { font-weight: normal; }

.main-content#contact p {
	margin: 50px 0px;
	width:600px;
}

.main-content#contact ul li {
	display: block;
	margin-bottom: 5px;
	width:300px;
}

.main-content#contact ul li#phone { background: url(../img/phone-number.jpg) no-repeat 45px 3px; }

.main-content#contact ul li a,
.main-content#contact ul li span {
	display: block;
	height: 35px;
	line-height: 35px;
	padding-left: 45px;
	color: #FFF;
}

.main-content#contact ul li#linkedin a { background: url(../img/linkedin-icon.png) no-repeat left center; }

.main-content#contact ul li#twitter a { background: url(../img/twitter-icon.png) no-repeat left center; }

.main-content#contact ul li#email a { background: url(../img/email-icon.png) no-repeat left center;}

.main-content#contact ul li#phone span { background: url(../img/phone-icon.png) no-repeat left center; }

/* right sidebar (work - tv) */
.right-sidebar#right-tv {
	width: 220px;
	display: block;
	float: left;
	position: relative;
}

.right-sidebar#right-tv ul {
	display: block;
	position: absolute;
	top: -140px;
	width: 220px;
}

.right-sidebar#right-tv ul li {
	display: block;
	height: 124px;
	width: 220px;
	margin-bottom: 15px;
}

/* right sidebar (work - outdoor) */
.right-sidebar#right-outdoor {
	width: 400px;
	display: block;
	float: left;
	position: relative;
}

.right-sidebar#right-outdoor ul {
	display: block;
	width: 400px;
	margin: -10px 0 0;
}

.right-sidebar#right-outdoor ul li {
	display: block;
	width: 400px;
	margin-bottom: 15px;
	text-align: center;
}

/* right sidebar (work - social) */
.right-sidebar#right-social {
	width: 240px;
	display: block;
	float: left;
	position: relative;
}
.right-sidebar#right-social p { margin-top: 15px; }

.right-sidebar#right-social p a { text-decoration: underline; }


.right-sidebar#right-social ul {
	display: block;
	width: 240px;
}

.right-sidebar#right-social ul li {
	display: block;
	height: 110px;
	width: 240px;
	margin-bottom: 15px;
}

/** main footer **/
.main-footer {
	height: 30px;
	width: 100%;
	display: block;
	clear: both;
}

.main-footer#gray-footer { background: #414142; }

.main-footer#white-footer { background: #FFF; }

/** let's clear some floats **/
.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after { clear: both; }

.clearfix { zoom: 1; }
