/*
Theme Name:		CNP
Theme URI:		http://www.clarknikdelpowell.com
Description:	A custom theme built by <a href='http://www.clarknikdelpowell.com'>Clark/Nikdel/Powell Inc.</a>
Author:			Taylor Gorman
Author URI:		http://www.clarknikdelpowell.com
*/

/* --------------------------------------------------------------------- GENERAL LAYOUT */

body {
	background-color: #3B3B3B;
	background-image: url(images/bodyBG.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	padding-bottom: 100px;
}
#orange, #brown {
	position: absolute;
	top: 0px;
	height: 10px;
}
#orange {
	left: 0px;
	width: 17%;
	background-color: #d19129;
}
#brown {
	left: 17%;
	width: 50%;
	background-color: #776959;
}
#page {
	width: 910px;
	color: #9D9D9D;
	padding-left: 70px;
}

/* --------------------------------------------------------------------- HEADER */

#header {
	width: 811px;
	height: 60px;
	padding: 51px 103px 0px 0px;
}
h1#logo {
	float: left;
}
h1#logo a {
	display: block;
	background-image: url(images/ClarkNikdelPowell.gif);
	width: 146px;
	height: 49px;
}

/* --------------------------------------------------------------------- COMPANY NAVIGATION */

#header ul {
	float: right;
	margin-right: 147px;
	display: inline;
	position: relative;
	z-index: 20;
}
#header li {
	float: left;
	display: inline;
	text-indent: -9999px;
}
#header li a {
	display: block;
	background-image: url(images/nav.gif);
	height: 12px;
	line-height: 12px;
}
#header li a.home {
	width: 66px;
	background-position: 0px 0px;
}
#header li a.about-us {
	width: 93px;
	background-position: -66px 0px;
}
#header li a.contact {
	width: 82px;
	background-position: -159px 0px;
}
#header li a.home:hover,#header ul.home a.home {
	background-position: 0px -12px;
}
#header li a.about-us:hover,#header ul.about-us a.about-us {
	background-position: -66px -12px;
}
#header li a.contact:hover,#header ul.contact a.contact {
	background-position: -159px -12px;
}

/* --------------------------------------------------------------------- SPECIALTIES NAVIGATION */

.specialties {
	clear: right;
	float: right;
	margin: 19px 0px 0px 0px;
	width: 388px;
	position: relative;
	z-index: 20;
}
#header .specialties ul {
	margin-right: 0px;
}
#header .specialties li a {
	height: 29px;
	line-height: 29px;
}
.specialties li a.creative {
	width: 158px;
	background-position: 0px -24px;
}
.specialties li a.web {
	width: 114px;
	background-position: -158px -24px;
}
.specialties li a.brand {
	width: 116px;
	background-position: -272px -24px;
}
.specialties li a.creative:hover,.specialties ul.creative a.creative {
	background-position: 0px -53px;
}
.specialties li a.web:hover,.specialties ul.web a.web {
	background-position: -158px -53px;
}
.specialties li a.brand:hover,.specialties ul.brand a.brand {
	background-position: -272px -53px;
}

/* --------------------------------------------------------------------- HOMEPAGE SLIDESHOW */

#featureNews {
	position: absolute;
	height: 400px;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 10;
}
.slide {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 400px;
	top: 0px;
	left: 0px;
	display: none;
}
.slide.active {
	display: block;
}
.slide a {
	display: block;
	position: absolute;
}
.slide .image, .slide .text {
	visibility: hidden;
}
#op {
	color: #fff;
	font-family: "Courier New", Courier, monospace;
	position: fixed;
	bottom: 0px;
}
#whatsnew {
	background-image: url(images/whatsnewTXT.png);
	width: 86px;
	height: 11px;
	position: absolute;
	z-index: 20;
	top: 160px;
	left: 66px;
}
#loading {
	background-image: url(images/loading.gif);
	width: 16px;
	height: 16px;
	position: absolute;
	top: 158px;
	left: 160px;
}
#featureNav {
	position: absolute;
	z-index: 20;
	top: 393px;
	left: 0px;
	width: 100%;
	height: 15px;
}
#featureNav .line {
	border-bottom: solid 1px #747474;
	height: 7px;
	width: 700px;
	float: left;
}
#featureNav a {
	display: block;
	background-image: url(images/featureNav.gif);
	width: 15px;
	height: 15px;
	float: left;
	margin-left: 14px;
	text-indent: -9999px;
}
#featureNav a:hover, #featureNav a.active {
	background-position: 0px -15px;
}
.ie6 a {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 400px;
	border-bottom: solid 1px #747474;
}
.ie6 a img {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.whatsnewIE {
	position: absolute;
	top: 160px;
	left: 66px;
}

/* --------------------------------------------------------------------- HEADERS */

h2, h3 {
	text-transform: uppercase;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	margin: 28px 0px 18px 0px;
}
.category h2 {
	margin-bottom: 7px;
}

/* --------------------------------------------------------------------- INTRO */

#intro {
	padding: 300px 90px 0px 0px;
}
#intro p {
	line-height: 20px;
}

/* --------------------------------------------------------------------- SYNOPSIS */

.synopsis {
	width: 780px;
	margin: 60px 0px 25px 0px;
}

/* --------------------------------------------------------------------- PORTFOLIO CATEGORY */

#portfolio {
	width: 575px;
	float: left;
}
.portfolioThumbs {
	padding: 15px 0px 0px 0px;
}
.category .portfolioThumbs {
	border-top: solid 1px #909090;
	padding: 24px 0px 0px 0px;
}
.portfolioThumbs a {
	display: block;
	width: 271px;
	padding-bottom: 20px;
	margin: 0px 22px 10px 0px;
	float: left;
}
.category .portfolioThumbs a {
	margin: 0px 0px 10px 0px;
}
.category .portfolioThumbs a.odd {
	margin-right: 30px;
}
.portfolioThumbs.home a:nth-last-child(2) {
	margin-right: 0px;
}
.portfolioThumbs a .image {
	display: block;
	border: solid 6px #89cce2;
	background-color: #b5b5b5;
	height: 141px;
}
.portfolioThumbs h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	font-size: 17px;
	color: #fff;
	margin: 16px 15px 4px 15px;
}
.portfolioThumbs p {
	padding: 4px 15px 0px 15px;
	font-size: 10px;
	text-transform: uppercase;
}
.portfolioThumbs p.client {
	color: #d19129;
}
.portfolioThumbs p.category {
	color: #89cce2;
}
.portfolioThumbs a:hover {
	background-color: #d19129;
}
.portfolioThumbs a:hover .image {
	border-color: #d19129;
}
.portfolioThumbs a:hover h3 {
	color: #454545;
}
.portfolioThumbs a:hover p {
	color: #fff;
}

/* --------------------------------------------------------------------- PAGINATION */

.wp-pagenavi {
	margin: 20px 0 0 0;
}
.wp-pagenavi span, .wp-pagenavi a {
	display: block;
	float: left;
	padding: 4px 7px;
	margin: 0 3px 0 0;
	color: #ccc;
}
.wp-pagenavi a {
	border: solid 1px #888;
	background-color: #444;
}
.wp-pagenavi a:hover {
	background-color: #333;
	border-color: #777;
}
.wp-pagenavi span {
	padding: 5px 7px;
}
.wp-pagenavi span.current {
	background-color: #888;
	color: #222;
	border-color: #aaa;
}

/* --------------------------------------------------------------------- SUBNAVIGATION */

.subnav {
	float: left;
	margin-left: 70px;
	width: 180px;
}
.subnav.folio ul {
	border-top: solid 1px #909090;
	padding: 10px 0px 0px 0px;
}
.subnav.page ul {
	padding: 35px 0px 0px 0px;
}
.subnav a, .subnav li {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #bdbcbc;
}
.subnav a {
	padding: 7px 0px;
	display: block;
}
.subnav a:hover {
	color: #d19129;
}
.subnav .current_page_item a, .subnav .current-cat a {
	color: #d19129;
	font-style: italic;
}

/* --------------------------------------------------------------------- SINGLE PORTFOLIO PAGE */

#single {
	margin: 37px 0px 0px 0px;
}
#single .top.nav {
	margin: 0px 0px 10px 70px;
	padding: 0px 0px 8px 0px;
	border-bottom: solid 1px #999;
}
#single .bottom.nav {
	margin-top: -3px;
}
#single .nav h3 {
	margin: 4px 0px 0px 0px;
	cursor: default;
}
#single .nav h3 small {
	font-size: 12px;
	color: #999;
}
#single .nav a {
	color: #fff;
}
#single .nav a:hover {
	color: #e09b2c;
}
#single .nav .aquo {
	font-size: 18px;
	padding: 0 0 0 10px;
}
#single #images {
	margin: 20px 0px;
	height: 335px;
	width: 100%;
	overflow: hidden;
}
#single #images div {
	width: 9999px;
	margin-left: 70px;
}
#single #images img {
	border: solid 6px #89cce2;
	margin-right: 10px;
	float: left;
	cursor: pointer;
}
#single #browse div.prev, #single #browse div.next {
	position: absolute;
	top: 192px;
	width: 20px;
	height: 333px;
}
#single #browse div.prev {
	left: 0px;
}
#single #browse div.next {
	right: 0px;
}
#single #browse a {
	display: block;
	background-image: url(images/singleBrowse.gif);
	text-indent: -9999px;
	width: 20px;
	height: 333px;
}
#single #browse a.next {
	background-position: 20px 0px;
}
#single .info {
	padding: 0px 0px 0px 70px;
}
#single .info h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	margin: 0px 0px 8px 0px;
	text-transform: none;
}
#single .info p {
	margin: 10px 0px 0px 0px;
	padding: 0px 70px 0px 0px;
	color: #ccc;
	line-height: 17px;
}
#single .info p.client, #single .info p.category {
	margin: 0px 0px 0px 0px;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 14px;
}
#single .info p.client {
	color: #d19129;
}
#single .info p.category {
	color: #89cce2;
	padding-bottom: 12px;
}
#single a.visitsite {
	padding: 3px 6px;
	border: solid 1px #888;
	color: #ccc;
	background-color: #444;
}
#single a.visitsite:hover {
	background-color: #333;
	border-color: #777;
}

/* --------------------------------------------------------------------- COMMENTS */

#commentsline {
	border-bottom: solid 1px #555;
	width: 600px;
	margin: 0 0 0 -70px;
	height: 25px;
}
#comments {
	margin: 30px 0 0 0;
}
#comments .commentinfo {
	margin: 25px 0 0 0;
	padding: 0 12px;
}
#comments .commentinfo.admin, #comments .commentinfo.admin * {
	color: #89CCE2;
}
#comments .commentinfo.admin a {
	border-bottom-color: #5a757e;
}
#comments .commenttext {
	background-color: #444;
	padding: 1px 12px 15px 12px;
	margin: 6px 0 0 0;
}
#comments .commenttext.admin {
	background-color: #333;
}
#comments .commenttext p {
	margin: 15px 0 0 0;
}
#comments #respond {
	padding: 20px 0 0 0;
}
#comments form {
	padding: 20px 0 0 0;
}
#comments form p {
	margin: 10px 0 0 0;
}
#comments input {
	padding: 5px;
	background-color: #ccc;
	margin: 0 6px 0 0;
}
#comments textarea {
	padding: 5px;
	width: 550px;
	background-color: #ccc;
}
#comments .submit {
	margin: 12px 0 0 0;
	padding: 4px 7px;
	color: #ccc;
	border: solid 1px #888;
	background-color: #444;
}
#comments .submit:hover {
	cursor: pointer;
	background-color: #333;
	border-color: #777;
}

/* --------------------------------------------------------------------- PAGE */

#content {
	width: 565px;
	float: left;
	padding: 0px 0px 20px 0px;
}
#content h1 {
	visibility: hidden;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 35px 0px -2px 0px;
	color: #89CCE2;
}
#content h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 28px 0px -5px 0px;
	color: #e5e5e5;
}
#content h4 {
	font-size: 18px;
	text-transform: none;
	font-weight: normal;
	margin: 9px 0px 0px 0px;
	color: #89CCE2;
}
#content p, #content ul, #content ol {
	margin: 22px 0px 0px 0px;
	color: #a1a1a1;
	line-height: 20px;
}
#content ul {
	list-style-type: disc;
	margin-left: 16px;
}
#content ol {
	list-style-type: decimal;
	margin-left: 20px;
}
#content td {
	width: 50%;
	vertical-align: top;
}
#content a {
	color: #e09b2c;
	border-bottom: solid 1px #796442;
}
#content a:hover {
	border-bottom: 0px;
}
#content a.download {
	padding: 4px 20px 4px 6px;
	border: solid 1px #888;
	color: #ccc;
	background-color: #444;
	text-transform: uppercase;
	background-image: url(images/download.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: bold;
	font-size: 11px;
}
#content a.download:hover {
	background-color: #3c3c3c;
	border-color: #777;
}
#content i {
	font-style: normal;
	color: #8acde0;
}
#content b, #content strong {
	color: #b9b9b9;
}
#content img.circles {
	margin:  0px -40px 50px 50px;
}
#content #SGM {
	width: 250px;
	height: 250px;
	border: solid 3px #e09b2c;
	color: #333;
	margin: 10px 0 0 0;
}
#content #SGM .infoWindow {
	margin: 0 0 0 10px;
	line-height: 14px;
	font-size: 10px;
}
#content #SGM b {
	color: #333;
}
#content #SGM form {
	margin: 8px 0 0 0;
}
#content #SGM input {
	padding: 2px;
	font-size: 10px;
	border: solid 1px #bbb;
	width: 100px;
}
#content #SGM input.submit {
	background-color: #89cce2;
	border: solid 1px #53a5c0;
	margin-left: 2px;
	width: auto;
}
#content .code {
	background-color: #222;
	border-left: solid 2px #111;
	color: #ccc;
	padding: 10px;
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	margin: 18px 0 0 0;
	overflow: auto;
}

/* --------------------------------------------------------------------- FORM */

/*#content label {padding-left:5px;}
#content input, #cheers textarea {
	background-color: #fff;
	padding: 6px 8px;
	width: 420px;
	border: 0;
}
#content input {margin-left:-4px;}
#content .mmf-checkbox input {
	width: auto;
	background-color: transparent;
	padding: 0;
}
#content input, #cheers textarea, #cheers .mmf-checkbox {
	font-size: 18px;
	color: #231f20;
}*/
#content form {padding-top: 20px;}
#content form p {margin: 10px 0 0 0;}
#content label {
	padding-left: 5px;
	font-size: 10px;
}
#content input, #content textarea {
	padding: 5px;
	background-color: #ccc;
}
#content textarea {width: 550px;}
#content .submit input {
	margin: 12px 0 0 0;
	padding: 4px 7px;
	color: #ccc;
	border: solid 1px #888;
	background-color: #444;
}
#content .submit input:hover {
	cursor: pointer;
	background-color: #333;
	border-color: #777;
}
#content .message {
	padding: 4px 8px;
	color: #fff;
	margin-bottom: -15px;
}
#content .error {background-color:#e0302c;}
#content .success {background-color:#89cce2; color:#222;}

/* --------------------------------------------------------------------- BRAND REPORT CARD */

#content #brand-report-card table {margin:-30px 0 10px 0; border-collapse:collapse;}
#content #brand-report-card tr.stripe {background-color:#333;}
#content #brand-report-card td, #content #brand-report-card th {padding:8px;}
#content #brand-report-card .grade {padding:3px 4px; text-align:center; font-size:14px; font-weight:bold; cursor:default; color:#222;}

/* --------------------------------------------------------------------- PSC JOB REQUEST */

#content form table {
	margin-top: 20px;
}
#content form td, #content form th {
	padding: 4px 5px 4px 5px;
	vertical-align: middle;
	width: auto;
}
#content form th {vertical-align:bottom;}
#content #psc-job-request input, #content #psc-job-request textarea, #content #psc-job-request .checkbox {font-size:16px;}
#content #psc-job-request input, #content #psc-job-request textarea {color:#333;}
#content #psc-job-request textarea {margin-top:5px;}
#content #psc-job-request .submit input {color:#ccc; font-size:12px;}
#content #psc-job-request .checkbox input {margin-left:10px;}

/* --------------------------------------------------------------------- MEET THE STAFF MOSAIC */

table#mosaic {
	border-collapse: collapse;
	margin: 20px 0 0 22px;
	border: solid 3px #E09B2C;
}
table#mosaic div {
	position: relative;
	width: 157px;
	height: 169px;
/*	padding: 0 2px 2px 0; */
}
#content table#mosaic td {
	width: auto;
}
table#mosaic a {
	display: block;
	position: absolute;
	width: 157px;
	height: 169px;
	top: 0px;
	right: 0px;
	z-index: 0;
	border: 0px;
}
table#mosaic a:hover {
	background-position: bottom;
}
table#mosaic .brown a {
	background-color: #776959;
}
table#mosaic .blue a {
	background-color: #8acce2;
}
table#mosaic .orange a {
	background-color: #d19028;
}
table#mosaic .chris a {
	background-image: url(images/mosaic-chris.png);
}
table#mosaic .jamie a {
	background-image: url(images/mosaic-jamie.png);
	height: 174px;
	z-index: 1;
}
table#mosaic .taylor a {
	background-image: url(images/mosaic-taylor.png);
}
table#mosaic .cathy a {
	background-image: url(images/mosaic-cathy.png);
}
table#mosaic .robin a {
	background-image: url(images/mosaic-robin.png);
}
table#mosaic .alex a {
	background-image: url(images/mosaic-alex.png);
	width: 167px;
	z-index: 1;
}
table#mosaic .fran a {
	background-image: url(images/mosaic-fran.png);
	width: 161px;
	z-index: 1;
}
table#mosaic .melea a {
	background-image: url(images/mosaic-melea.png);
}
table#mosaic .anne a {
	background-image: url(images/mosaic-anne.png);
}
table#mosaic .josh a {
	background-image: url(images/mosaic-josh.png);
	width: 160px;
	height: 181px;
	z-index: 1;
}
table#mosaic .mark a {
	background-image: url(images/mosaic-mark.png);
}
table#mosaic .seth a {
	background-image: url(images/mosaic-seth.png);
}

/* --------------------------------------------------------------------- PAGE SUBNAVIGATION */

#subnavPage {
	padding: 30px 0px 12px 0px;
}
#subnavPage div {
	float: left;
	width: 85px;
	height: 7px;
	border-bottom: solid 1px #777;
	margin-left: -70px;
}
#subnavPage li {
	display: inline;
	background-image: url(images/subnavPageBGli.gif);
	background-repeat: no-repeat;
	background-position: right 10px;
	padding: 0px 14px 0px 9px;
}
#subnavPage li:last-child {
	background-image: none;
}
#subnavPage .current_page_item a {
	color: #D09128;
}
#subnavPage a {
	text-transform: uppercase;
	color: #aaa;
	font-size: 12px;
	font-weight: bold;
}
#subnavPage a:hover {
	color: #fff;
}

/* --------------------------------------------------------------------- FOOTER */

#footer {
	clear: both;
	padding: 50px 0px 0px 0px;
	position: relative;
}
#footer div {
	position: absolute;
	left: 700px;
	border-top: solid 1px #787878;
	padding: 20px 0px 0px 0px;
	right: 0px;
	min-width: 280px;
}
#footer p {
	color: #9D9D9D;
	font-size: 11px;
	line-height: 18px;
	width: 280px;
}
#footer a {
	color: #9C9B9B;
}
#footer em {
	font-style: normal;
	color: #D19129;
}
