@charset "UTF-8";
/*
Theme Name: TD
Theme URI: http://www.taylordesign.com/
Description: Taylor Design Website
Version: 1.0
Author: Erin Cummings
Author URI: http://www.taylordesign.com/
Tags: TD
*/

/*Colors: Dk Gray: #808285; Purple: #933A81; Blue: #319fc5; Orange: #eb8523; Cyan: #319fc5; Red: #cd2036; Lt. Gray: #cccccc; Green: #a1b35b */

.hasJS #awards, .hasJS #identity, .hasJS #interactive, .hasJS .overlay {
	display: none;
}
body {
	font: 12px/17px arial, helvetica, sans-serif;
	padding: 60px 0 0;
	margin: 0 auto;
	color: #808285;
	width: 670px;
}
#home, #work, #about, #news, #contact {
	width: 100%;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	position: relative;
	padding: 0 0 60px;
}
#wrapper.ipad {
	padding: 0 0 20px;
}
a:link, a:visited {
	color: #319fc5;
	text-decoration: none;
}
a:hover, a:active {
	color: #a1b35b;
}
:focus {
	outline: 0;
	border: none;
}
/* Headers */
h1 {
	font: normal 50px/55px arial, helvetica, sans-serif;
	color: #808285;
	padding: 0;
	margin: 0 0 20px;
}
h2 {
	color: #7f8183;
	font: normal 21px/24px arial, helvetica, sans-serif;
	margin: 0;
	padding: 0 0 15px;
}
h3 {
	font: bold 10px/18px arial, helvetica, sans-serif;
	color: #808285;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 5px;
}
h4 {
	font: 12px/18px Arial, Helvetica, sans-serif;
	padding: 0 0 5px;
	margin: 0;
	color: #333;
	font-weight: bold;
}
h4 a:link, h4 a:visited {
	color: #333;
	border-bottom: none;
}
h5 {
	font-weight: bold;
	font: 11px/16px Arial, Helvetica, sans-serif;
	color: #319fc5;
	margin: 0;
	padding: 3px 0;
}
p {
	font: normal 12px/17px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 15px;
	color: #666;
}
ul {
	margin: 0;
	padding: 0 0 12px;
	list-style-type: none;
	color: #666;
}
ul li {
	font: normal 12px/17px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 5px 10px;
	list-style-type: none;
	background: url(art/home-bullet.gif) 0 7px no-repeat;
	position: relative;
}
#work ul li {
	background: url(art/work-bullet.gif) 0 7px no-repeat;
}
#about ul li {
	background: url(art/about-bullet.gif) 0 7px no-repeat;
}
#news ul li {
	background: url(art/news-bullet.gif) 0 7px no-repeat;
}
#contact ul li {
	background: url(art/contact-bullet.gif) 0 7px no-repeat;
}
ol {
	margin: 0;
	padding: 0 0 12px 15px;
	color: #666;
}
ol li {
	font: normal 12px/17px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 5px;
}
img {
	border: 0;
}
.clear, #work.single p.clear {
	clear: both;
}
div.clear {
	line-height: 1px;
}
.alignleft {
	float: left;
	position: relative;
	display: inline;
	margin: 0 20px 10px 0;
}
.alignright {
	float: right;
	position: relative;
	display: inline;
	margin: 0 0 10px 20px;
}
.section .date {
	padding: 15px 0 10px;
	font: 11px/15px Arial, Helvetica, sans-serif;
	color: #808285;
}
.postmetadata {
	font-size: 9px;
	line-height: 12px;
	border-bottom: 1px solid #ccc;
	padding: 0 0 15px;
	margin: 0;
	color: #808285;
}
.col {
	float: left;
	display: inline;
	position: relative;
	width: 210px;
	margin: 0 20px 0 0;
}
.col.alignright {
	float: right;
	margin: 0 0 10px 20px;
}
.border {
	border-top: 1px solid #ccc;
	padding-top: 15px;
}
.slash {
	display: inline-block;
	color: #bbb;
	padding: 0 5px;
}
blockquote {
	background: url(art/blockquote-bg.gif) center repeat;
	padding: 15px 18px 0;
	margin: 0 0 15px;
	float: left;
}
blockquote .col {
	width: 198px;
}
/* Home Page Styles */

#home .aside {
	float: left;
	position: relative;
	display: inline;
	width: 210px;
	margin: 0 20px 20px 0;
	padding: 0 0 10px;
}
#home .aside img {
	float: left;
	display: inline;
	position: relative;
	margin: 13px 0 0;
}
#home .aside img.fact-icon, #home .aside img.news-icon {
	position: relative;
	left: -10px;
}
#home .aside h2 {
	font-size: 13px;
	line-height: 15px;
	color: #a1b35b;
	font-weight: bold;
	padding: 10px 0 7px;
	margin: 0 0 0 35px;
	border-top: 1px solid #ccc;
}
#home .aside h2 a:link, #home .aside h2 a:visited {
	color: #a1b35b;
}
#home .aside h2 a:hover, #home .aside h2 a:active {
	border-bottom: 1px solid #ccc;
}
#home .aside p {
	font-size: 11px;
	line-height: 15px;
	padding: 0 0 0 35px;
}
#home a.more:link, #home a.more:visited {
	display: block;
	background: url(art/arrow.gif) right 4px no-repeat;
	padding: 0 14px 0 0;
	margin: 5px 0 0;
	float: left;
	text-transform: lowercase;
}
#home a.more:hover, #home a.more:active {
	border-bottom: 1px solid #ccc;
	color: #319fc5;
}
#home h4 {
	color: #319fc5;
	padding: 15px 0 7px;
	border-top: 1px solid #ccc;
	clear: both;
}
/* Work Styles */

#work a:link, #work a:visited {
	color: #eb8523;
}
#work.single strong {
	font-weight: normal;
	color: #eb8523;
}
#work.category-work .section {
	clear: both;
	border-top: 1px solid #ccc;
	padding: 44px 0 0;
}
#work.category-work #main {
	padding: 0;
	background: #fff;
	z-index: 2000;
}
#work.single.hasJS .section {
	height: 520px;
}
#work.category-work h1 {
	padding: 0;
	margin: 10px 0 0;
	color: #babcbe;
}
#work.single h1, #identity h2 {
	color: #eb8523;
	width: 190px;
	float: left;
	display: inline;
	position: relative;
	font: normal 18px/22px Helvetica, Arial, sans-serif;
	padding: 0 0 10px;
	margin: 0;
}
#work.category h2 {
	color: #808285;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	margin: 0;
	padding: 10px 0;
	font-weight: bold;
}
#work.category h2.border {
	border-top: 1px solid #ccc;
	clear: both;
}
#work.category #awards h2 {
	border-top: none;
	color:#EB8523;
	font: 18px/22px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-transform: none;
	letter-spacing: normal;
	width: 460px;
	height: 300px;
	float: left;
	display: inline;
	position: relative;
	text-indent: -5000px;
	background: url(art/h1/awards.gif) top left no-repeat;
}
#work.category #interactive h2 {
	border-top: none;
	color:#EB8523;
	font: 18px/22px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-transform: none;
	letter-spacing: normal;
	width: 460px;
	height: 300px;
	float: left;
	display: inline;
	position: relative;
	text-indent: -5000px;
	background: url(art/h1/interactive.gif) top left no-repeat;
}
#work.category #interactive a:link, #work.category #interactive a:visited {
	color: #666;
}
#work.category #interactive a:hover, #work.category #interactive a:active {
	color: #EB8523;
}
#work ul.tabs {
	position: absolute;
	top: 112px;
	right: 0;
}
#work ul.tabs li {
	background: none;
	display: inline;
	float: left;
	position: relative;
	padding: 0 0 0 30px;
	border: 1px solid #fff;
}
#work ul.tabs li a:link, #work ul.tabs li a:visited {
	color: #808285;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: bold;
	font-weight: 700
}
#work ul.tabs li a:hover, #work ul.tabs li a:active, #work ul.tabs li a.current {
	color: #eb8523;
	border-bottom: none;
}
#work.category li.main-page {
	padding: 0;
	position: absolute;
	right: 0;
	top: 35px;
	z-index: 1000;
}
#work.category li.main-page a:link, #work.category li.main-page a:visited {
	background: url(art/main-page-bg.gif) top left no-repeat;
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
	padding: 0 0 0 20px;
	display: block;
	line-height: 15px;
	margin: 4px 0 5px;
	position: relative;
}
#work.category li.main-page a:hover, #work.category li.main-page a:active, #work.category li.main-page a.current {
	background: url(art/main-page-bg.gif) bottom left no-repeat;
	color: #eb8523;
	border-bottom: none;
}
#work a:hover, #work a:active {
	color: #eb8523;
	border-bottom: 1px solid #ccc;
}
#work .work-thumbnails {
	width: 210px;
	float: left;
	display: inline;
	position: relative;
	cursor: pointer;
	margin: 0 20px 20px 0;
}
#work .work-thumbnails a.thumbnail {
	display: block;
	border-bottom: none;
	position: relative;
	width: 210px;
	height: 165px;
}
#work .work-thumbnails h3 {
	color: #eb8523;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	margin: 0;
	padding: 5px 7px 0;
	letter-spacing: 0;
	text-transform: none;
}
#work .work-thumbnails h4 {
	color: #808285;
	font-size: 11px;
	padding: 0 7px 6px;
	font-weight: normal;
}
#work.single .section p {
	width: 190px;
	float: left;
	display: inline;
	position: relative;
	clear: left;
	font-size: 11px;
	line-height: 15px;
}
#identity .wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:15px;
	padding:0;
	width:190px;
}
#work.single .wp-caption, #identity .wp-caption {
	width: 670px;
	margin: 0 0 20px;
	float: right;
	display: inline;
	position: relative;
}
.hasJS #identity .wp-caption {
	width: 900px;
}
.hasJS #identity .wp-caption img {
	float: right;
	display: inline;
	position: relative;
	border-bottom: 32px solid #ebebeb;
}
#work.single.hasJS .wp-caption {
	float: left;
	background: #ebebeb;
	cursor: pointer;
	height: 487px;
}
.hasJS #identity {
	height: 480px;
}
.hasJS #identity .wp-caption {
	float: left;
	cursor: pointer;
	height: 487px;
	background: #fff;
}
#work.single .section .wp-caption p.wp-caption-text {
	float: none;
	display: block;
	width: auto;
	position: relative;
}
#work.single .section .wp-caption-text, .wp-caption-text {
	font-size: 10px;
	line-height: 17px;
	padding: 8px 10px 7px;
}
.wp-caption-text .of {
	position: absolute;
	height: 16px;
	bottom: 8px;
	right: 70px;
	width: 100px;
	text-align: right;
}
#work .client-nav {
	font-size: 10px;
	line-height: 25px;
	border-top: 1px solid #ccc;
	position: absolute;
	top: 0;
	right: 0;
	width: 670px;
	height: 25px;
}
#work a.main-page:link, #work a.main-page:visited {
	background: url(art/main-page-bg.gif) top left no-repeat;
	padding: 0 0 0 20px;
	display: block;
	font-size: 10px;
	line-height: 15px;
	text-transform: none;
	font-weight: normal;
	color: #808285;
	border-bottom: none;
	margin: 4px 0 5px;
	position: relative;
}
#work .client-nav a.main-page:link, #work .client-nav a.main-page:visited {
	float: left;
	position: relative;
	margin: 8px 0 0;
	left: 10px;
}
#work a.main-page:hover, #work a.main-page:active {
	background: url(art/main-page-bg.gif) bottom left no-repeat;
	color: #eb8523;
	border-bottom: none;
}
#work .next-client a:link, #work .next-client a:visited {
	background: url(art/next-client-arrow.gif) top right no-repeat;
	padding: 0 20px 0 0;
	margin: 8px 7px 0 0;
	color: #808285;
	float: right;
	display: block;
	position: relative;
	border-bottom: none;
	font-size: 10px;
	line-height: 15px;
}
#work .next-client a:hover, #work .next-client a:active {
	background: url(art/next-client-arrow.gif) bottom right no-repeat;
	color: #eb8523;
}
.hasJS .scrollable {
	position: absolute;
	overflow:hidden;
	width: 670px;
	height: 490px;
	top: 31px;
	right: 0;
}
.hasJS #identity .scrollable {
	width: 900px;
}
.hasJS .scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}
a.browse {
	text-indent: -5000px;
	display:block;
	width:25px;
	height:16px;
	cursor:pointer;
	position: absolute;
	z-index: 1000;
	background: #EBEBEB;
}
a.browse.right {
	background: #EBEBEB url(art/next-button.gif) bottom left no-repeat;
	right: 0px;
	bottom: 11px;
}
#work a.right:hover, #work a.right:active {
	background: #EBEBEB url(art/next-button.gif) top left no-repeat;
	border-bottom: none;
}
a.browse.left {
	background: #EBEBEB url(art/previous-button.gif) bottom left no-repeat;
	right: 25px;
	bottom: 11px;
}
#work a.left:hover, #work a.left:active {
	background: #EBEBEB url(art/previous-button.gif) top left no-repeat;
	border-bottom: none;
}
#work a.prevPage.browse.left.disabled {
	background: #ebebeb url(art/prev-button-disabled.gif) top left no-repeat;
}
/* About Styles */

#about h1, #about h3, #about a:link, #about a:visited {
	color: #933A81;
}
#about blockquote li a:link, #about blockquote li a:visited {
	color: #666; 
	border-bottom: 1px solid #ccc;
}
#about a:hover, #about a:active, #about blockquote li a:hover, #about blockquote li a:active {
	color: #933A81;
	border-bottom: 1px solid #ccc;
}
#about h2 {
	padding: 5px 0 5px;
}
#about a.more:link, #about a.more:visited {
	background: url(art/about-arrow.gif) right 3px no-repeat;
	padding: 0 14px 0 0;
}
#about a.more:hover, #about a.more:active {
	color: #933A81;
	border-bottom: 1px solid #ccc;
}
#about.parent-pageid-157 h1 {
	margin: 0;
	padding: 0 0 10px;
	color: #94367f;
	letter-spacing: 0;
	font: normal 18px/22px Helvetica, Arial, sans-serif;
}
#about.parent-pageid-157 h3 {
	color: #666;
	float: left;
	display: inline;
	position: relative;
}
#about.parent-pageid-157 h3 span {
	background: url(art/footer-li-bg.gif) center right no-repeat;
	padding: 0 10px 0 0;
	margin: 0 5px 0 0;
	display: block;
	float: left;
	position: relative;
}
#about.parent-pageid-157 h3 span.last {
	background: none;
}
#about.parent-pageid-157 p {
	clear: left;
}
#about.page-id-160 .one, #about.page-id-160 .two {
	height: 208px;
}
#about.page-id-160 .three, #about.page-id-160 .four {
	height: 277px;
}
#about.page-id-160 .one, #about.page-id-160 .three {
	background: url(art/blockquote-bg.gif) center repeat;
	margin: 0 0 20px;
	float: left;
	position: relative;
	display: inline;
	width: 325px;
	margin: 0 20px 20px 0;
}
#about.page-id-160 .two, #about.page-id-160 .four {
	background: url(art/blockquote-bg.gif) center repeat;
	margin: 0 0 20px;
	float: left;
	position: relative;
	display: inline;
	width: 325px;
	margin: 0 0 20px;
}
#about.page-id-160 .one h3 {
	background: url(art/whyus1.gif) top left no-repeat;
	padding: 20px 0 10px 55px;
	margin: 15px 15px 10px;
	border-bottom: 1px solid #ccc;
	display: block;
}
#about.page-id-160 .two h3 {
	background: url(art/whyus2.gif) top left no-repeat;
	padding: 20px 0 10px 65px;
	margin: 15px 15px 10px;
	border-bottom: 1px solid #ccc;
}
#about.page-id-160 .three h3 {
	background: url(art/whyus3.gif) top left no-repeat;
	padding: 20px 0 10px 65px;
	margin: 15px 15px 10px;
	border-bottom: 1px solid #ccc;
}
#about.page-id-160 .four h3 {
	background: url(art/whyus4.gif) top left no-repeat;
	padding: 20px 0 10px 65px;
	margin: 15px 15px 10px;
	border-bottom: 1px solid #ccc;
}
#about.page-id-160 .one p, #about.page-id-160 .two p, #about.page-id-160 .three p, #about.page-id-160 .four p {
	padding: 0 15px 15px;
}
#about ul li {
	background: url(art/about-bullet.gif) 0 7px no-repeat;
}
#about .profile {
	float: left;
	display: inline;
	position: relative;
	margin: 0 14px 14px 0;
	width: 100px;
}
#about .profile a:link, #about .profile a:visited {
	color: #808285;
	font: normal 10px/25px Arial, Helvetica, sans-serif;
}
#about .profile a:hover, #about .profile a:active {
	color: #933A81;
	border-bottom: none;
}
/* News Styles */

#news h1 {
	position: absolute;
	top: 260px;
	left: 0;
}
#news h2, #news a:link, #news a:visited {
	color: #cd2036;
}
#news h2 {
	padding: 0 0 10px;
}
#news a:hover, #news a:active {
	color: #cd2036;
	border-bottom: 1px solid #ccc;
}
#news .postmetadata a {
	color: #808285;
}
#news #respond h3 {
	padding: 15px 0 10px;
	color: #cd2036;
}
/* Contact Styles */

#contact h1, #contact h3, #contact a:link, #contact a:visited {
	color: #319FC5;
}
#contact a:hover, #contact a:active {
	color: #319FC5;
	border-bottom: 1px solid #ccc;
}
#contact.page-id-130 .section {
	width: 420px;
	float: left;
	position: relative;
	display: inline;
	clear: left;
	margin: 60px 0 0;
}
#contact.page-id-130 .col {
	position: absolute;
	top: 125px;
	left: 460px;
}
#contact.page-id-130 .col.last {
	left: 680px;
	width: 300px;
}
#contact.page-id-130 .section img,
#contact.page-id-130 .section #flashmap {
	position: absolute;
	left: 460px;
	top: -175px;
}
/* Special Styles */

form {
	background: url(art/blockquote-bg.gif) center repeat;
	padding: 15px;
	margin: 0;
	color: #666;
	position: relative;
}
.gform_heading {
	padding: 0 0 15px;
}
#home form li, #contact form li {
	background: none;
	padding: 0;
	margin: 0;
}
label {
	width: 100px;
	text-align: right;
	float: left;
	display: inline;
	position: relative;
	margin:4px 15px 0 0;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
}
label em {
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0;
	text-transform: none;
}
input {
	width: 300px;
}
input, textarea {
	color: #777;
	border: 1px solid #e0e0e0;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
}
#respond label {
	width: 100%;
	float: none;
}
#respond input, #respond textarea {
	width: 380px;
}
input:focus, textarea:focus {
	border: 1px solid #319FC5;
}
#news input:focus, #news textarea:focus {
	border: 1px solid #cd2036;
}
input.button, input#searchsubmit {
	padding: 0;
	text-indent: -5000px;
	border: none;
	background: url(art/send-away.gif) top left no-repeat;
	width: 109px;
	height: 19px;
	cursor: pointer;
	display: block;
	position: relative;
	left: 315px;
}
input.button:hover {
	background: url(art/send-away.gif) bottom left no-repeat;
}
#news input.button {
	background: url(art/news-send-away.gif) top left no-repeat;
	left: 280px;
}
input#searchsubmit {
	background: url(art/news-send-away.gif) top left no-repeat;
	left: 750px;
}
#news input.button:hover, input#searchsubmit:hover {
	background: url(art/news-send-away.gif) bottom left no-repeat;
}
.error404 input {
	width: 735px;
}
.page-id-211 textarea {
	width: 500px;
}
.page-id-211 .button {
	left: 506px;
}
.page-id-130 .button {
	left: 338px;
}
#input_1_5 {
	border: none;
}
.last, #home .aside.last, #work .work-thumbnails.last, #about .profile.last {
	margin-right: 0;
}
.overlay {
	clear: both;
	width: 900px;
	margin: 0 auto;
}
.close {
	background: url(art/close.gif) top right no-repeat;
	height: 10px;
	width: 10px;
	position: absolute;
	right: 4px;
	top: 4px;
	cursor: pointer;
}
.hasJS .overlay {
	z-index: 10000;
	background-color: #fff;
	width: 600px;
	border: 1px solid #ccc;
	border-top: 10px solid #319FC5;
}
#work.hasJS .overlay {
	border-top: 10px solid #eb8523;
}
#about.hasJS .overlay {
	border-top: 10px solid #933A81;
}
#news.hasJS .overlay {
	border-top: 10px solid #cd2036;
}
#contact.hasJS .overlay {
	border-top: 10px solid #319fc5;
}
#email-signup {
	margin-top: 60px;
}
.hasJS .overlay .container {
	padding: 25px;
}
#email-signup h3 {
	color: #319FC5;
}
#email-signup h4 {
	border-top: none;
	padding: 0 0 15px;
	font-weight: normal;
}
/* h1 Headlines: Image Replacement */

.category-work h1 {
	background: url(art/h1/work.gif) top left no-repeat;
	height: 57px;
	width: 603px;
	text-indent: -5000px;
}
.category-news h1 {
	background: url(art/h1/news.gif) top left no-repeat;
	width: 246px;
	height: 38px;
	text-indent: -5000px;
}
.page-id-2 h1 {
	background: url(art/h1/approach.gif) top left no-repeat;
	height: 163px;
	width: 637px;
	text-indent: -5000px;
}
.page-id-150 h1 {
	background: url(art/h1/history.gif) top left no-repeat;
	height: 163px;
	width: 618px;
	text-indent: -5000px;
}
.page-id-152 h1 {
	background: url(art/h1/services.gif) top left no-repeat;
	height: 163px;
	width: 623px;
	text-indent: -5000px;
}
.page-id-154 h1 {
	background: url(art/h1/clients.gif) top left no-repeat;
	height: 163px;
	width: 640px;
	text-indent: -5000px;
}
.page-id-157 h1 {
	background: url(art/h1/team.gif) top left no-repeat;
	height: 105px;
	width: 429px;
	text-indent: -5000px;
}
.page-id-160 h1 {
	background:url(art/h1/why-us.gif) top left no-repeat;
	height: 163px;
	width: 607px;
	text-indent: -5000px;
}
.page-id-130 h1 {
	background: url(art/h1/contact.gif) top left no-repeat;
	height: 110px;
	width: 295px;
	text-indent: -5000px;
}
.page-id-209 h1 {
	background: url(art/h1/studio-tour.gif) top left no-repeat;
	height: 47px;
	width: 630px;
	text-indent: -5000px;
}
.page-id-211 h1 {
	background: url(art/h1/careers.gif) top left no-repeat;
	height: 110px;
	width: 572px;
	text-indent: -5000px;
}
#news.error404 h1 {
	background: url(art/h1/404.gif) top left no-repeat;
	width: 358px;
	height: 36px;
	text-indent: -5000px;
	position: relative;
	top: 0;
}
a#logo:hover, a#logo:active {
	border-bottom: none!important;
}
#header {
	height: 125px;
}
#home #header {
	height: 77px;
}
#work #header {
	height: 77px;
}
#header ul {
	float: right;
	display: inline;
	position: relative;
	margin: 0;
	padding: 0;
	height: 11px;
}
#header ul li, #about #header ul li, #work #header ul li, #news #header ul li, #contact #header ul li {
	display: inline;
	float: left;
	position: relative;
	padding: 0 0 0 47px;
	margin: 0;
	background: url(art/nav-li-bg.gif) 18px 1px no-repeat;
	height: 11px;
	overflow: hidden;
}
#header ul li.cat-item-42, #about #header ul li.cat-item-42, #work #header ul li.cat-item-42, #news #header ul li.cat-item-42, #contact #header ul li.cat-item-42 {
	background: none;
}
#header ul li a:link, #header ul li a:visited {
	display: block;
	padding: 0;
	font-size: 13px;
	border-bottom: none;
	color: #808285;
	text-transform: lowercase;
	letter-spacing: 1px;
	position: relative;
}
#header ul li a:hover, #header ul li a:active, #header ul li.current_page_item a, #header ul li.current_page_parent a, #header ul li.current_page_ancestor a, #header ul li.current-cat a, #header ul li.current-cat-parent a {
	color: #319fc5;
}
#header ul ul a:link, #header ul ul a:visited, #header ul li.current_page_parent ul a:link, #header ul li.current_page_parent ul a:visited, #header ul li.current_page_ancestor ul a:link, #header ul li.current_page_ancestor ul a:visited {
	color: #808285;
}
ul.children, #work ul.children, #about ul.children, #news ul.children, #contact ul.children {
	margin: 0;
	padding: 0;
	border-top: 1px solid #ccc;
	float: left;
	display: block;
	position: relative;
	text-transform: lowercase;
	width: 125px;
}
ul.children li, #work ul.children li, #about ul.children li, #news ul.children li, #contact ul.children li {
	margin: 0;
	padding: 2px 0 1px;
	background: none;
	border-bottom: 1px solid #ccc;
	width: 125px;
}
ul.children li a:link, ul.children li a:visited {
	display: block;
	font: normal 24px/32px Arial, Helvetica, sans-serif;
	width: 125px;
	padding: 0;
	margin: 0;
}
ul.children ul, #about ul.children ul {
	position: absolute;
	left: 140px;
	top: -5px;
	border-top: none;
	display: none;
}
.archive ul.children ul {
	top: -44px;
}
#about ul.children ul {
	top: -159px;
}
ul.children li.current_page_parent ul, #about ul.children li.current_page_parent ul, ul.children li#current ul {
	display: block;
}
ul.children li li, #work ul.children li li, #about ul.children li li, #news ul.children li li, #contact ul.children li li {
	border-bottom: none;
	width: 200px;
}
ul.children li li a:link, ul.children li li a:visited {
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	text-indent: 0!important;
	background: none!important;
	height: auto!important;
	text-transform: none;
}
#header ul li.cat-item-42 a:link, #header ul li.cat-item-42 a:visited {
	background: url(art/nav/work.gif) 0 -12px no-repeat;
	height: 11px;
	width: 32px;
	text-indent: -5000px;
}
#header ul li.cat-item-42 a:hover, #header ul li.cat-item-42 a:active, #work #header ul li.cat-item-42 a:link, #work #header ul li.cat-item-42 a:visited, #work #header ul li.cat-item-42 a:hover, #work #header ul li.cat-item-42 a:active {
	background: url(art/nav/work.gif) 0 0 no-repeat;
}
#work #header ul li.current_page_item a, #work #header ul li.current_page_parent a, #work #header ul li.current_page_ancestor a, #work #header ul li.current-cat a, #work #header ul li.current-cat-parent {
	color: #eb8523;
}
#about ul.children a:link, #about ul.children a:visited {
	color: #808285;
}
#header ul li.page-item-2 a:link, #header ul li.page-item-2 a:visited {
	background: url(art/nav/about.gif) 0 -12px no-repeat;
	text-indent: -5000px;
	height: 11px;
	width: 37px;
}
#header ul li.page-item-2 a:hover, #header ul li.page-item-2 a:active, #about #header ul li.page-item-2 a:link, #about #header ul li.page-item-2 a:visited, #about #header ul li.page-item-2 a:hover, #about #header ul li.page-item-2 a:active {
	background: url(art/nav/about.gif) 0 0 no-repeat;
}
#about #header li.current_page_item a, #about #header li.current_page_ancestor a, #about ul.children li.current_page_item a, #about ul.children a:hover, #about ul.children a:active, #about ul.children a.active {
	color: #75316a;
	border-bottom: none;
}
#about ul.children li.current_page_item li a:link, #about ul.children li.current_page_item li a:visited {
	color: #808285;
}
#about ul.children li.current_page_item li a:hover, #about ul.children li.current_page_item li a:active {
	color: #75316a;
}
#news ul.children a:link, #news ul.children a:visited {
	color: #808285;
}
#header ul li.cat-item-1 a:link, #header ul li.cat-item-1 a:visited {
	background: url(art/nav/news.gif) 0 -12px no-repeat;
	width: 32px;
	height: 11px;
	text-indent: -5000px;
}
#header ul li.cat-item-1 a:hover, #header ul li.cat-item-1 a:active, #news ul li.cat-item-1 a:link, #news ul li.cat-item-1 a:visited, #news ul li.cat-item-1 a:hover, #news ul li.cat-item-1 a:active {
	background: url(art/nav/news.gif) 0 0 no-repeat;
}
#news ul.children a:hover, #news ul.children a:active, #news ul.children a.active, #news ul li.current-cat a:link, #news ul li.current-cat a:visited, #news ul li.current-cat a:hover, #news ul li.current-cat a:active {
	color: #cd2036;
	border-bottom: none;
}
#news ul li.current-cat li a:link, #news ul li.current-cat li a:visited {
	color: #808285;
}
#news ul li.current-cat li a:hover, #news ul li.current-cat li a:active {
	color: #cd2036;
}
#contact ul.children a:link, #contact ul.children a:visited {
	color: #808285;
}
#header ul li.page-item-130 a:link, #header ul li.page-item-130 a:visited {
	background: url(art/nav/contact.gif) 0 -12px no-repeat;
	width: 48px;
	height: 11px;
	text-indent: -5000px;
}
#header ul li.page-item-130 a:hover, #header ul li.page-item-130 a:active, #contact #header ul li.page-item-130 a:link, #contact #header ul li.page-item-130 a:visited, #contact #header ul li.page-item-130 a:hover, #contact #header ul li.page-item-130 a:active {
	background: url(art/nav/contact.gif) 0 0 no-repeat;
}
#contact #header li.current_page_item a, #contact #header li.current_page_ancestor a, #contact ul.children li.current_page_item a, #contact ul.children a:hover, #contact ul.children a:active, #contact ul.children a.active {
	color: #319FC5;
	border-bottom: none;
}
/* Section */

#work .section {
	position: relative;
}
#about .section {
	width: 670px;
	float: right;
	position: relative;
	display: inline;
}
#news .section, #about.parent-pageid-157 .section {
	width: 440px;
	float: right;
	position: relative;
	display: inline;
}
#news .section {
	margin: -15px 0 0;
}
#contact .section {
	width: 670px;
	float: right;
	position: relative;
	display: inline;
}
/* Footer */
#footer {
	border-bottom: 10px solid #a1b35b;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99999;
	background: url(art/footer-bg-trans.png) left bottom repeat-x;
}
#footer p {
	padding: 30px 0 0;
	width: 900px;
	margin: 0 auto;
	text-align: right;
	font-size: 10px;
	line-height: 12px;
}
#footer a:link, #footer a:visited, #footer span {
	color: #808285;
	display: inline;
}
#footer a:hover, #footer a:active {
	border-bottom: none;
}
#footer span {
	background: url(art/footer-li-bg.gif) right 2px no-repeat;
	padding: 0 10px 8px 5px;
	margin: 0;
	display: block;
	float: right;
}
#footer span.last {
	padding: 0 0 8px 5px;
	background: none;
}
#footer.ipad {
	position: relative;
	background: none;
}
#footer.ipad p {
	padding: 0 0 20px;
}
.flash {
	position: fixed;
	bottom: 6px;
}
.postmetadata span {
	background: url(art/footer-li-bg.gif) center right no-repeat;
	padding: 0 10px 0 0;
	margin: 0 5px 0 0;
	display: block;
	float: left;
	position: relative;
}
.postmetadata span.last {
	background: none;
}
#work #footer a:hover, #work #footer a:active {
	color: #eb8523;
}
#about #footer a:hover, #about #footer a:active {
	color: #75316a;
}
#news #footer a:hover, #news #footer a:active {
	color: #cd2036;
}
#contact #footer a:hover, #contact #footer a:active {
	color: #319fc5;
}
#work #footer {
	border-bottom: 10px solid #eb8523;
}
#about #footer {
	border-bottom: 10px solid #933a81;
}
#news #footer {
	border-bottom: 10px solid #cd2036;
}
#contact #footer {
	border-bottom: 10px solid #319fc5;
}
/*Subnav Replacement Images -- About Subnav */

ul.children li.approach a:link, ul.children li.approach a:visited {
	background: url(art/nav/approach.gif) top left no-repeat;
	height: 34px;
	padding: 0;
	text-indent: -5000px;
}
ul.children li.approach a:hover, ul.children li.approach a:active, .page-id-2 ul.children li.approach a:link, .page-id-2 ul.children li.approach a:visited, .page-id-2 ul.children li.approach a:hover, .page-id-2 ul.children li.approach a:active {
	background: url(art/nav/approach.gif) left bottom no-repeat;
}
ul.children li.page-item-150 a:link, ul.children li.page-item-150 a:visited {
	background: url(art/nav/history.gif) top left no-repeat;
	height: 34px;
	padding: 0;
	text-indent: -5000px;
}
ul.children li.page-item-150 a:hover, ul.children li.page-item-150 a:active, .page-id-150 ul.children li.page-item-150 a:link, .page-id-150 ul.children li.page-item-150 a:visited, .page-id-150 ul.children li.page-item-150 a:hover, .page-id-150 ul.children li.page-item-150 a:active {
	background: url(art/nav/history.gif) left bottom no-repeat;
}
ul.children li.page-item-152 a:link, ul.children li.page-item-152 a:visited {
	background: url(art/nav/services.gif) top left no-repeat;
	height: 34px;
	padding: 0;
	text-indent: -5000px;
}
ul.children li.page-item-152 a:hover, ul.children li.page-item-152 a:active, .page-id-152 ul.children li.page-item-152 a:link, .page-id-152 ul.children li.page-item-152 a:visited, .page-id-152 ul.children li.page-item-152 a:hover, .page-id-152 ul.children li.page-item-152 a:active {
	background: url(art/nav/services.gif) left bottom no-repeat;
}
ul.children li.page-item-154 a:link, ul.children li.page-item-154 a:visited {
	background: url(art/nav/clients.gif) top left no-repeat;
	height: 34px;
	padding: 0;
	text-indent: -5000px;
}
ul.children li.page-item-154 a:hover, ul.children li.page-item-154 a:active, .page-id-154 ul.children li.page-item-154 a:link, .page-id-154 ul.children li.page-item-154 a:visited, .page-id-154 ul.children li.page-item-154 a:hover, .page-id-154 ul.children li.page-item-154 a:active {
	background: url(art/nav/clients.gif) left bottom no-repeat;
}
ul.children li.page-item-157 a:link, ul.children li.page-item-157 a:visited {
	background: url(art/nav/team.gif) top left no-repeat;
	height: 34px;
	padding: 0;
	text-indent: -5000px;
}
ul.children li.page-item-157 a:hover, ul.children li.page-item-157 a:active, .page-id-157 ul.children li.page-item-157 a:link, .page-id-157 ul.children li.page-item-157 a:visited, .page-id-157 ul.children li.page-item-157 a:hover, .page-id-157 ul.children li.page-item-157 a:active, .parent-pageid-157 ul.children li.page-item-157 a:link, .parent-pageid-157 ul.children li.page-item-157 a:visited, .parent-pageid-157 ul.children li.page-item-157 a:hover, .parent-pageid-157 ul.children li.page-item-157 a:active {
	background: url(art/nav/team.gif) left bottom no-repeat;
}
ul.children li.page-item-160 a:link, ul.children li.page-item-160 a:visited {
	background: url(art/nav/why-us.gif) top left no-repeat;
	height: 34px;
	padding: 0;
	text-indent: -5000px;
}
ul.children li.page-item-160 a:hover, ul.children li.page-item-160 a:active, .page-id-160 ul.children li.page-item-160 a:link, .page-id-160 ul.children li.page-item-160 a:visited, .page-id-160 ul.children li.page-item-160 a:hover, .page-id-160 ul.children li.page-item-160 a:active {
	background: url(art/nav/why-us.gif) left bottom no-repeat;
}
/* News Subnav */

ul.children li.latest-news a:link, ul.children li.latest-news a:visited {
	background: url(art/nav/latest-news.gif) top left no-repeat;
	height: 34px;
	padding: 0;
	text-indent: -5000px;
}
ul.children li.latest-news a:hover, ul.children li.latest-news a:active, .category-news ul.children li.latest-news a:link, .category-news ul.children li.latest-news a:visited, .category-news ul.children li.latest-news a:hover, .category-news ul.children li.latest-news a:active {
	background: url(art/nav/latest-news.gif) left bottom no-repeat;
}
ul.children li.archives a:link, ul.children li.archives a:visited {
	background: url(art/nav/archives.gif) top left no-repeat;
	height: 34px;
	padding: 0;
	text-indent: -5000px;
}
ul.children li.archives a:hover, ul.children li.archives a:active, ul.children li.archives#current a:link, ul.children li.archives#current a:visited, ul.children li.archives#current a:hover, ul.children li.archives#current a:active {
	background: url(art/nav/archives.gif) left bottom no-repeat;
}
/* Contact Subnav */

ul.children li.page-item-130 a:link, ul.children li.page-item-130 a:visited {
	background: url(art/nav/contact2.gif) top left no-repeat;
	height: 34px;
	padding: 0;
	text-indent: -5000px;
}
ul.children li.page-item-130 a:hover, ul.children li.page-item-130 a:active, .page-id-130 ul.children li.page-item-130 a:link, .page-id-130 ul.children li.page-item-130 a:visited, .page-id-130 ul.children li.page-item-130 a:hover, .page-id-130 ul.children li.page-item-130 a:active {
	background: url(art/nav/contact2.gif) left bottom no-repeat;
}
ul.children li.page-item-209 a:link, ul.children li.page-item-209 a:visited {
	background: url(art/nav/studio-tour.gif) top left no-repeat;
	height: 34px;
	padding: 0;
	text-indent: -5000px;
}
ul.children li.page-item-209 a:hover, ul.children li.page-item-209 a:active, .page-id-209 ul.children li.page-item-209 a:link, .page-id-209 ul.children li.page-item-209 a:visited, .page-id-209 ul.children li.page-item-209 a:hover, .page-id-209 ul.children li.page-item-209 a:active {
	background: url(art/nav/studio-tour.gif) left bottom no-repeat;
}
ul.children li.page-item-211 a:link, ul.children li.page-item-211 a:visited {
	background: url(art/nav/careers.gif) top left no-repeat;
	height: 34px;
	padding: 0;
	text-indent: -5000px;
}
ul.children li.page-item-211 a:hover, ul.children li.page-item-211 a:active, .page-id-211 ul.children li.page-item-211 a:link, .page-id-211 ul.children li.page-item-211 a:visited, .page-id-211 ul.children li.page-item-211 a:hover, .page-id-211 ul.children li.page-item-211 a:active {
	background: url(art/nav/careers.gif) left bottom no-repeat;
}
#work.category-work #post-218 h3, #work.category-work #post-218 h4, #work.category-work #post-324 h3, #work.category-work #post-324 h4, #work.category-work #post-328 h3, #work.category-work #post-328 h4, #work.category-work #post-307 h3, #work.category-work #post-307 h4, #work.category-work #post-315 h3, #work.category-work #post-315 h4, #work.category-work #post-331 h3, #work.category-work #post-331 h4, #work.category-work #post-214 h3, #work.category-work #post-214 h4, #work.category-work #post-132 h3, #work.category-work #post-132 h4 {
	text-indent: -5000px;
}
#work.category-work #post-218 {
	background: url(art/work-titles/mc.gif) left bottom no-repeat;
}
#work.category-work #post-324 {
	background: url(art/work-titles/ie.gif) left bottom no-repeat;
}
#work.category-work #post-328 {
	background: url(art/work-titles/op.gif) left bottom no-repeat;
}
#work.category-work #post-307 {
	background: url(art/work-titles/edr.gif) left bottom no-repeat;
}
#work.category-work #post-315 {
	background: url(art/work-titles/slc.gif) left bottom no-repeat;
}
#work.category-work #post-331 {
	background: url(art/work-titles/kab.gif) left bottom no-repeat;
}
#work.category-work #post-214 {
	background: url(art/work-titles/cia.gif) left bottom no-repeat;
}
#work.category-work #post-132 {
	background: url(art/work-titles/hfu.gif) left bottom no-repeat;
}


/* SFIR */
@media screen {
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}
.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}
.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-replaced div.sIFR-fixfocus {
	margin: 0pt;
	padding: 0pt;
	overflow: auto;
	letter-spacing: 0px;
	float: none;
}
}
 @media print {
.sIFR-flash {
	display : none !important;
	height : 0;
	width : 0;
	position : absolute;
	overflow : hidden;
}
.sIFR-alternate {
	visibility : visible !important;
	display : block !important;
	position : static !important;
	left : auto !important;
	top : auto !important;
	width : auto !important;
	height : auto !important;
}
}