/*
Theme Name: KCP Capital
Theme URI: http://kcpcapital.com
Description: The theme for KCP Capital.
Author: KCP Capital
Version: 1.0
Tags: 
*/
@import 'reset.css';
/*******************
 * General layout
 ******************/
body {
	background : #003b57;
	font-family: 'Open Sans', sans-serif;
	font-size : 15px;
	font-weight : normal;
	letter-spacing : 1px;
}
p {
	color: #404040;
	letter-spacing: 1px;
}
p, a {
	font-family: 'Open Sans', sans-serif;
}
h3 {
	color: #404040;
	font-family: 'Taviraj', serif;
	margin-bottom: 10px;
}
#bg {
	background : transparent url('images/KCP_bg.jpg') top center no-repeat;
	width : 1000px;
	margin : 0 auto;
	min-height : 900px;
	z-index : 1;
}
* html #bg {
	height: 900px;
}
#wrapper {
	width : 840px;
	margin : 0 auto 0 auto;
	padding : 25px 0 0 0;
	z-index : 3;
	position : relative;
}
#header {
	margin : 0 0 20px 0;
	position : relative;
	z-index : 10;
	width : 840px;
}
#logo {
	width : 170px;
	height : 100px;
	background : url('images/KCP_logo.png') 10px 0 no-repeat;
	float : left;
	position : relative;
}
#logo a {
	text-indent : -999999px;
	display : block;
	width : 100%;
	height : 100%;
}
.clear {
	clear : both;
}
small {
	font-size: 10px;
}
#container {
	min-height : 520px;
	padding : 10px;
	z-index : 3;
	position : relative;
}
#content {
	background : #FFF;
	height : auto;
	width : auto;
	position : relative;
	padding : 20px 16px;
	margin-top: 45px;
	-webkit-box-shadow : 0 0 4px #003852;
	-moz-box-shadow : 0 0 4px #003852;
}
* html #container, * html #content {
	height : 520px;
}
.entry-title {
	color : #3d96c0;
	font-family: 'Taviraj', serif;
	font-size : 22px;
	font-weight : 600;
	margin : 0 0 14px 0;
}
.entry-content {
	color : #404040;
	font-size : 13px;
	
	letter-spacing : normal;
	line-height : 20px;
}
a {
	text-decoration : none;
	color : #3d96c0;
	font-size: 13px;
	
}
a:hover {
	text-decoration : underline;
}
/************************
 * Footer
 ************************/
#newsTicker {
	float : left;
	height : 16px;
	width : 816px;
	padding : 10px 12px 6px 12px;
	background-color : #004362;
	margin : 0 0 32px 0;
	position : relative;
}
#newsTicker h2 {
	color : #f1ecca;
	font-size : 15px;
	font-weight : normal;
	float : left;
	margin-right : 10px;
}
#newsTicker a {
	color : #88a8ba;
	text-decoration : none;
	
	font-size: 13px;
}
#newsTicker #moreNews {
	color : #9dca5a;
	text-decoration : none;
	font-size : 11px;
	display : block;
	float : right;
	height : 16px;
}
#newsTicker #moreNews:hover {
	color : #FFF;
}
.newsSnip {
	position : absolute;
	top : 12px;
	left : 130px;
	width : 610px;
}
.hidden {
	display : none;
}
/************************
 * Sucker fish Drop down
 ************************/
/*#navHolder {
	z-index : 100;
	font-size : 13px;
	position : absolute;
	right : -64px;
	top : 20px;
}*/
.fishBottom {
	display : block;
	width : 134px;
	height : 10px;
	padding : 0px 0 0px 10px;
}
* html #nav a, * html .fishBottom {
	width : 124px;
}
* html .fishBottom {
	height: 20px;
	padding: 0;
}
#nav {
	margin-top: 30px;
}
#nav a {
	font-family: 'Taviraj', serif;
	display : block;
	width : 100%;
	padding : 10px 0 10px 10px;
	color : #fff;
	text-decoration : none;
	font-size: 16px;
}
#nav li .navParent {
	color : #fff;
}
#nav li.fish {
	position : relative;
	height : auto;
}
#nav li:hover, #nav li.sfhover {
	z-index: 100;
}
#nav li {
	float: left;
	margin-left: 33px;
}
#nav li:last-child {
	margin: 0;
}
/*Drop*/
#nav ul.drop li {
	width: 100px;
	padding-right: 10px;
	border-bottom: 1px solid #fff;
}
#nav ul.drop li:last-child {
	border-bottom: 0;
}
#nav ul li {
	width : 225px;
	/*background: #175b79;*/
	margin: 0;
}
#nav ul li a {
	color : #fff;
	/*background: #175b79;*/
	font-size: 13px;
	padding: 7px 0;
}
#nav ul li a:hover {
	/*background: #206989;*/
}
#nav li ul {
	position : absolute;
	z-index : 100;
	left : -999em;
	margin-left: 10px;
}
#nav li:hover ul, #nav li.sfhover ul {
	z-index: 100;
	left: auto;
}
/********************
 * Tabs
 ******************/
#tabs {
	position : absolute;
	top : -28px;
	left : 0;
	width: 100%;
}
#tabs li {
	display : block;
	width : auto;
	z-index : 1;
	float : left;
	height : 19px;
	padding : 7px 10px 0 10px;
	border-top : 1px solid #f6f4e8;
	border-right : 1px solid #f6f4e8;
	border-left : 1px solid #b6af7b;
	border-bottom : 1px solid #958e62;
	text-align : center;
	font-size : 14px;
	letter-spacing : normal;
	-webkit-box-shadow : 1px -2px 2px #1a6c83;
	-moz-box-shadow : 1px -2px 2px #1a6c83;
	background : transparent url('images/tab.png') 0 0 repeat-x;
}
#tabs li.activeTab {
	border : 1px solid #FFF;
	background-position : 100px 100px;
	background-color : #FFF;
}
#tabs li.activeTab a {
	color : #3d96c0;
	font-weight: 600;
	font-family: 'Taviraj', serif;
	text-shadow : none;
}
#tabs a {
	font-weight: 600;
	font-family: 'Taviraj', serif;
	text-decoration : none;
	display : block;
	width : 100%;
	height : 100%;
	color : #817b4f;
	text-shadow : 1px 1px 1px #e6e2c5;
}
/***************************
 * Page specific styles
 **************************/
.alignright {
	float : right;
	padding : 0 0 0 10px;
}
.entry-content li {
	list-style : inside;
	padding : 6px 0 6px 0;
}
.entry-content ul {
	margin-bottom : 10px;
}
.entry-content p {
	margin : 0 0 14px 0;
	
	color : #404040;
	font-size : 13px;
	line-height : 20px;
}
/***************
 * Home Page
 ***************/
#homeContainer {
	clear: both;
	float: left;
	height : 510px;
	width : 100%;
	margin : 16px 0 0 12px;
	position : relative;
	z-index : 3;
}
#homeContent h1 {
	font-size : 30px;
	font-weight : 600;
	font-family: 'Taviraj', serif;
	color : #adcf4f;
	margin : 0 0 14px 0;
	text-transform : uppercase;
	text-shadow : 0px 1px 3px #16425b;
}
#homeContent p {
	font-size : 13px;
	color : #FFF;
	line-height : 22px;
	position : absolute;
	top : 40px;
	left : 0;
}
#homeNav {
	background : transparent;
	position : absolute;
	top : 230px;
	right: 0;
}
#homeNav li {
	display : block;
	float : left;
	margin : 0 10px 0 0;
	-webkit-box-shadow : 0px 0px 3px #16425b;
	-moz-box-shadow : 0px 0px 3px #16425b;
}
#homeNav a {
	width: 138px;
	height: 45px;
	font-family: 'Taviraj', serif;
	background: #9a9283;
	/*background: -moz-linear-gradient(top, #9a9283 0%, #9a9283 47%, #938a7a 50%, #807562 53%, #7e7360 57%, #7e7360 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9a9283), color-stop(47%, #9a9283), color-stop(50%, #938a7a), color-stop(53%, #807562), color-stop(57%, #7e7360), color-stop(100%, #7e7360));
	background: -webkit-linear-gradient(top, #9a9283 0%, #9a9283 47%, #938a7a 50%, #807562 53%, #7e7360 57%, #7e7360 100%); 
	background: -o-linear-gradient(top, #9a9283 0%, #9a9283 47%, #938a7a 50%, #807562 53%, #7e7360 57%, #7e7360 100%); 
	background: -ms-linear-gradient(top, #9a9283 0%, #9a9283 47%, #938a7a 50%, #807562 53%, #7e7360 57%, #7e7360 100%); 
	background: linear-gradient(to bottom, #9a9283 0%, #9a9283 47%, #938a7a 50%, #807562 53%, #7e7360 57%, #7e7360 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a9283', endColorstr='#7e7360', GradientType=0 );*/
	display: table-cell;
	text-align: center;
	color: #FFF;
	font-weight: normal;
	font-size: 14px;
	padding: 10px;
	text-shadow: 0px 1px 3px #000;
	text-decoration: none;
	vertical-align: middle;
}
#homeNav a:hover {
	background: #6d6352;
}
#globeHolder {
	position : absolute;
	left : -30px;
	top : 0;
	z-index : 1;
}
/*******************
 * Our Team page
 ******************/
.teamMember {
	float: left;
	margin: 0 10px 20px 0;
	text-align: left;
}
.teamMember .photo {
	float: left;
	width: 127px;
}
.teamMember img {
	background : #FFF;
	padding : 10px;
	max-height: 100px;
	-webkit-border-radius: 8px;
	-moz-border-radius : 8px;
	-webkit-box-shadow : 0px 0px 3px #B3B3B3;
	-moz-box-shadow : 0px 0px 3px #B3B3B3;
}
.teamMember .bio {
	color: #000;
}
.teamMember p {
	font-size : 11px;
	margin : 4px 0 0 0;
	letter-spacing : normal;
}
.teamMember .bio {
	text-align: left;
}
.teamMember .classname {
	color: #adcf4f;
}
.teamMember h3 a {
	color : #404040;
	font-size: 13px;
	text-decoration : none;
	width : 100%;
	letter-spacing : normal;
}
.arrowLink {
	float : right;
	background : url('images/arrow.png') 0 0 no-repeat;
	width : 25px;
	height : 30px;
	margin : 4px 0 0 0;
	text-indent : -999999px;
}
/***************
 * Team Member
 **************/
.member img {
	float: right;
	margin: 0 10px 10px 0;
	padding: 0 0 10px 10px;
}
.member #info {
	float : left;
}
.member h3 {
	
	font-size : 18px;
	color : #3d96c0;
	font-weight : normal;
}
.member h4 {
	
	color : #adcf4f;
	font-size : 14px;
	margin : 10px 0 0 0;
}
.member p {
	
	color : #404040;
	font-size: 13px;
	line-height : 20px;
	letter-spacing : normal;
	margin : 10px 0 0 0;
}
#follow a img {
	clear: both;
	margin: -14px 0 0 0;
	padding: 0;
}
.member #city {
	font-weight: bold;
}
#favSite span {
	position: absolute;
	top: 2px;
	left: 2px;
	padding: 8px 8px 8px 32px;
	-webkit-border-radius: 8px;
	-moz-border-radius : 8px;
	-webkit-box-shadow : 0px 0px 3px #B3B3B3;
	-moz-box-shadow : 0px 0px 3px #B3B3B3;
}
#follow a {
	color: #3D96C0;
}
#follow li {
	float: left;
	height: 22px;
	position: relative;
	padding: 14px 10px 0 0;
	color: #3D96C0;
}
#follow {
	position: absolute;
	bottom: 10px;
}
#catSelect {
	position: absolute;
	top: 0;
	right: 0;
}
/******************
 * News
 *****************/
.news {
    margin: 0 0 40px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #c7c7c7;
}
.news h1 a {
	text-decoration : none;
	
	font-size : 14px;
	color : #3d96c0;
	font-weight : normal;
}
.news p {
	
	color : #404040;
	font-size: 13px;
	line-height : 20px;
	letter-spacing : normal;
	margin : 6px 0 0 0;
}
.readMore {
	padding : 4px 0 0 0;
	display : block;
	text-decoration : none;
	color : #adcf4f;
	font-size: 13px;
	
}
.readMore:hover {
	text-decoration: underline;
}
.date {
	color : #3d96c0;
	font-size : 16px;
	font-family: 'Taviraj', serif;
	margin : 0 0 8px 0;
}
.newsDate {
	color : #adcf4f;
	font-size: 13px;
	font-family: 'Taviraj', serif;	
	margin : 0 0 12px 0;
}
#nextLink {
	float : right;
	margin : 0 0 12px 0;
}
#prevLink {
	float : left;
	margin : 0 0 12px 0;
}
/*****************
 * Contact page
 ****************/
#contactContainer {
	height : auto;
	position : relative;
	padding : 20px 0 0 0;
}
#contactDetails {
	width : 350px;
	float : left;
	font-size : 10px;
	color : #000;
}
#contactDetails h3 {
	font-size : 15px;
	font-weight : normal;
	color : #e3f7fe;
	margin : 0 0 30px 0;
}
#contactDetails p {
	margin : 0 0 8px 0;
	line-height : 20px;
	font-size : 13px;
}
#loc {
	float : left;
	position : relative;
	width : 400px;
}
#locations {
	position : absolute;
	text-align : center;
	left : -18px;
}
.location {
	font-family: 'Taviraj', serif;
	float : left;
	width : 150px;
	font-size : 20px;
	font-weight : normal;
	color : #000;
	margin : 0 20px 14px 0;
}
#clocks {
	width : 100%;
	position : absolute;
	z-index : 1;
	top : 22px;
	left : -22px;
	height : 300px;
}
.clockTime {
	float : left;
	width : 167px;
	color : #FFF;
	text-align : center;
	margin : 40px 0 0 0;
	text-shadow : 0px 1px 3px #16425b;
}
#locationsDetails {
	width : 100%;
	position : absolute;
	top : 30px;
	left: 28px;
	z-index : 10;
}
.locationDetail {
	float : left;
	color : #000;
	font-size : 10px;
	font-weight : normal;
}
.locationDetail p {
	margin : 0 0 8px 0;
	font-size : 13px;
	line-height : 20px;
}
/**************************
 * Map
 **************************/
#content.theMap {
	min-height : 426px;
}
#container.theMap {
	min-height : 446px;
}
#map {
	background : transparent url('images/map.png') 0 0 no-repeat;
	width : 800px;
	height : 446px;
	position : absolute;
	margin : 0 auto;
	top : 10px;
	left : 10px;
}
.mapClient {
	background : #FFF;
	display : none;
	position : absolute;
	padding : 6px;
	-webkit-box-shadow : 0px 0px 4px #234056;
	-moz-box-shadow : 0px 0px 4px #234056;
}
.mapPin {
	position : absolute;
	width : 21px;
	height : 24px;
	background : url('images/mapPin.png') 0 0 no-repeat;
}
.mapClient a {
	display : block;
}
.clientFilter {
	color : #3d96c0;
	position : absolute;
	bottom : 6px;
	left : 6px;
	height : 12px;
	width : 75px;
	padding : 2px 0 0 0;
	font-size : 9px;
	background : #fff;
	
	text-align : center;
}
.clientFilter a {
	color : #3d96c0;
	text-decoration : none;
}
.pinHead {
	position : absolute;
	top : 0;
	left : 0;
	width : 12px;
	height : 12px;
	-webkit-border-radius: 6px;
	-moz-border-radius : 6px;
	opacity : .75;
}
#mapLegend {
	position : absolute;
	bottom : 4px;
	left : 10px;
}
.checkBox {
	width : 24px;
	height : 24px;
	float : left;
	position : relative;
	z-index : 1;
}
.checkmark {
	background : url('images/checkmark.png') 0 0 no-repeat;
	position : absolute;
	width : 24px;
	height : 24px;
	z-index : 10;
	top : -4px;
	left : 3px;
}
.checkBoxInner {
	position : absolute;
	width : 16px;
	height : 14px;
	top : 4px;
	left : 3px;
}
.legendName {
	float : left;
	margin : 6px 0 0 6px;
}
.mapKey {
	height : 24px;
	margin-bottom : 8px;
	cursor : pointer;
	color : #FFF;
	font-size: 13px;
	position : relative;
}
#mapLegend .on {
	background-position: 0 -30px;
}
#mapLegend div.off {
	background-position: 0 0;
}
/*****************
 * Client Page
 *****************/
.clientTitle, .filterTitle, .pageTitle {
	color : #3d96c0;
	clear : both;
	font-family: 'Taviraj', serif;
	font-size : 22px;
	font-weight : 600;
	margin : 0 0 14px 0;
}
.caseLink {
	text-decoration : none;
	color : #ADCF4F;
	font-size: 13px;
	
	margin-top : 8px;
	margin-bottom : 12px;
}
.clientDesc {
	margin : 14px 0 0 0;
	
	color : #404040;
	font-size: 13px;
	line-height : 20px;
	letter-spacing : normal;
}
.caseLink:hover, .client a:hover {
	text-decoration : underline;
}
.fRight {
	float : right;
	padding : 0 0 10px 10px;
}
.newsCat {
	color : #ADCF4F;
	font-weight : normal;
	font-size: 13px;
}
.caseStudyLink {
	text-decoration : none;
	color : #ADCF4F;
	font-size : 16px;
	
	margin : 10px 0 0 10px;
	float : left;
	display : block;
}
.client img {
	margin : 10px 0 0 10px;
	background : #FFF;
	float : left;
	max-height: 75px;
}
.client p {
	display : block;
	float : left;
	width : 680px;
	margin : 10px 0 0 10px;
	
	color : #404040;
	font-size: 13px;
	line-height : 20px;
	letter-spacing : normal;
}
.client {
	width : 100%;
	margin : 0 0 12px 0;
	padding: 10px 0;
	position : relative;
	-webkit-border-radius: 8px;
	-moz-border-radius : 8px;
	-webkit-box-shadow : 0px 0px 3px #B3B3B3;
	-moz-box-shadow : 0px 0px 3px #B3B3B3;
}
#caseContent p {
	
	color : #404040;
	font-size: 13px;
	line-height : 20px;
	letter-spacing : normal;
	margin : 12px 0 0 0;
}
.cs p {
	width: 640px;
	clear: both;
}
.csLink {
	position: absolute;
	bottom: 10px;
	left: 14px;
}
.eDate {
	position: absolute;
	right: 20px;
	top: 10px;
	color: #666666;
	font-size: 13px;
}
/*****************************
 * Breadcrumbs
 *****************************/
.breadcrumbs {
	height : 24px;
}
.breadcrumbs li {
	float : left;
	color : #666666;
	margin : 0 6px 0 0;
	font-size: 13px;
	letter-spacing : normal;
}
.breadcrumbs li a {
	color : #666666;
	
	font-size: 13px;
	text-decoration : none;
}
.breadcrumbs li a:hover {
	text-decoration : underline;
}
.breadcrumbs li.arrow {
	color : #404040;
}
.socimed {
	display: block;
	float: left;
}
.socimed.fb {
	margin-top: -1px;
}
textarea {
	width: 307px;
}