/*



Theme Name: Bruce Clay Blog Theme



Theme URI: http://www.bruceclay.com/blog/



Description: This theme based on a modified default WordPress Theme.



Version: 1.0



Author: Smart Solutions, LLC.



Author URI: http://www.smartz.com/



*/



@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,700,600);
 @import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);
 @media screen {
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
}
header, footer, section, nav, article {
	display: block;
}
/*header{background:url('/holiday-new-years.jpg') no-repeat top;}*/



body {
	font: normal normal 17px/1.5em 'Open Sans', Arial, sans-serif;
	color: #333333;
}
body {
	text-align: center;
	background: url('/body-background.jpg') no-repeat top center fixed #fff;
}
#themeWrapper {
	width: 1020px;
	margin: 0 auto 0 auto;
	background: url('/content-background.png') center repeat-y;
}
p {
	margin: 0 0 15px;
}
a img {
	border: 0;
}
hr {
	height: 3px;
	color: #EEEEEE;
	border: 0;
	background-color: #EEEEEE;
}
object {
	outline: none;
}
sub {
	font-size: smaller;
	vertical-align: sub;
}
sup {
	font-size: smaller;
	vertical-align: super;
}
a, a:link, a:visited {
	color: #154474;
	text-decoration: none;
}
a:active, a:hover, a:focus {
	color: #154474;
	text-decoration: underline;
}
a[name] {
	color: #333333;
	text-decoration: none;
}
/* Sprite Styles */



.spriteTheme {
	background-image: url('/images/bruce-clay-sprite-theme.png');
	background-repeat: no-repeat;
}
/*
.spriteThemeHorz {
	background-image: url('/images/bruce-clay-sprite-horz.png');
	background-repeat: repeat-x;
}
*/
/* Heading Styles */



h1, h2, h3, h4, h5 {
	font-family: 'Open Sans Condensed', sans-serif;
	margin: 0 0 10px;
	padding: 0;
	font-weight: normal;
	color: #05386b;
}
h1 {
	font-size: 30px;
	font-weight: bold;
	color: #990000;
	line-height: 31px;
}
h2 {
	font-size: 25px;
	font-weight: bold;
	line-height: 28px;
}
h3 {
	font-size: 20px;
	font-weight: bold;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 13px;
}
h2 a, h2 a:link, h2 a:visited {
	color: #05386b;
	text-decoration: none;
}
h2 a:hover, h2 a:active {
	color: #05386b;
	text-decoration: underline;
}
h3 a, h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {
	margin: 0 0 5px 0;
	color: #05386b;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	margin: 0 20px 20px 0;
	float: left;
	display: inline;
}
img.alignright {
	margin: 0 0 20px 20px;
	float: right;
	display: inline;
}
blockquote {
	margin: 15px;
	padding-left: 15px;
	border-left: 3px solid #eee;
	color: #666;
	font-size: 13px;
}
blockquote p {
	color: #666;
	font-size: 13px;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
ol li {
	list-style: decimal outside;
}
small {
	font-size: 11px;
}
code {
	font: 11px 'Courier New', Courier, Fixed;
}
cite {
	text-decoration: none;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
label {
	font-weight: bold;
}
fieldset {
	padding: 1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
}
legend {
	font-weight: bold;
	font-size: 1.2em;
}
input.text, input.title, textarea, select {
	margin: 0.5em 0;
	border: 1px solid #bbb;
}
input.text:focus, input.title:focus, textarea:focus, select:focus {
	border: 1px solid #666;
}
input.text, input.title {
	width: 300px;
	padding: 5px;
}
input.title {
	font-size: 1.5em;
}
/*select {width: 130px;}*/



textarea {
	width: 90%;
	height: 250px;
	padding: 5px;
}
.error, .notice, .success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}
.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}
.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.alignnone {
	display: inline;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.groupHeading {
	margin: 10px 0;
}
#theme {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
#theme .inner {
	width: 975px;
	margin: 0 auto;
}
/* Header Styles */



.headerBg {
	height: 27px;
	position: absolute;
	z-index: 25;
	width: 100%;
	top: 101px;
	left: 0px;
}
#header {
	height: 260px;
	position: relative;
	z-index: 20;
	background-color: #fff;
	line-height: 18px;
}
/*#header {height:211px; position:relative; z-index:20; background-color:#fff; line-height: 18px;}*/



/*.home #header{height:260px;}*/



.mobile-call {
	display: block;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
		/*
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 37%, rgba(246,249,251,1) 54%, rgba(204,219,234,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(37%, rgba(255,255,255,1)), color-stop(54%, rgba(246,249,251,1)), color-stop(100%, rgba(204,219,234,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 37%, rgba(246,249,251,1) 54%, rgba(204,219,234,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 37%, rgba(246,249,251,1) 54%, rgba(204,219,234,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 37%, rgba(246,249,251,1) 54%, rgba(204,219,234,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 37%, rgba(246,249,251,1) 54%, rgba(204,219,234,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ccdbea', GradientType=0 );
 */
	position: absolute;
	right: 10px;
	z-index: 999;
}
.logo img {
	width: 350px;
	height: 66px;
	margin: 27px 0 0 26px;
}
#locations {
	border-right: 1px solid #fff;
	float: left;
	padding: 8px 0pt 0pt 14px;
	width: 176px;
	height: 36px;
}
#locations .select {
	text-align: right;
	width: 162px;
	height: 21px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	position: relative;
	z-index: 1500;
	background: #fff;
	font-size: 13px;
	cursor: pointer;
}
#locations .select .usFlag {
	background-position: -366px -36px;
	display: inline-block;
	height: 11px;
	width: 16px;
	margin: 0 8px 0 0;
}
#locations .select .arrow {
	background-position: -545px -92px;
	display: inline-block;
	height: 5px;
	width: 15px;
	margin: 0 0 0 5px;
}
#locationsDD {
	position: absolute;
	top: 25px;
	left: -1px;
	width: 166px;
	border: 1px solid #CCCCCC;
	background: #F4F4F4;
	z-index: 1500;
	text-align: right;
	display: none;
	box-shadow: 0 0 10px #ffffff;
	-webkit-box-shadow: 0 0 10px #ffffff;
}
#locationsDD ul {
	margin: 0;
	padding: 0;
	list-style: none;
	cursor: pointer;
}
#locationsDD ul li {
	background: #F4F4F4;
	border-bottom: 1px solid #CCCCCC;
	display: block;
	height: 23px;
	padding: 4px;
	line-height: 23px;
	margin: 0;
	width: 158px;
}
#locationsDD ul li:hover {
	background: #c0c0c0;
	text-decoration: none;
	color: #fff;
}
#locationsDD ul li ul {
	display: none;
}
#locationsDD ul li ul li {
	color: #000;
	padding: 0 5px 0 0;
	margin: 0;
	width: 120px;
}
#locationsDD ul li:hover ul {
	padding: 0;
	display: block;
	position: relative;
	top: -28px;
	left: 162px;
	z-index: 999;
	border: 1px solid #ccc;
	width: 125px;
}
#locationsDD ul li span.country, #locationsDD ul li ul li span.subcountry {
	display: block;
}
#locationsDD .Flag {
	display: inline-block;
	height: 11px;
	margin: 3px 0 0 5px;
	width: 16px;
	vertical-align: sub;
}
#locationsDD .Flag.us {
	background-position: -366px -36px;
}
#locationsDD .Flag.italy {
	background-position: -383px -36px;
}
#locationsDD .Flag.australasia {
	background-position: -400px -36px;
}
#locationsDD .Flag.india {
	background-position: -417px -36px;
}
#locationsDD .Flag.japan {
	background-position: -434px -36px;
}
#locationsDD .Flag.brazil {
	background-position: -561px -93px;
}
#locationsDD .Flag.europe {
	background-position: -578px -93px;
}
#locationsDD .Flag.me {
	background-position: -595px -93px;
	}
#fontReSizer {
	width: 82px;
	height: 41px;
	float: left;
	border-right: 1px solid #fff;
}
#fontReSizer span {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	background-position: -460px -66px;
	margin: 10px 0 0 4px;
	color: #666666;
	text-align: center;
	cursor: pointer;
}
#fontReSizer span:hover {
	text-decoration: none;
}
#fontReSizer span.sml {
	font-size: 10px;
}
#fontReSizer span.med {
	font-size: 12px;
}
#fontReSizer span.lrg {
	font-size: 15px;
}
#loginText {
	float: left;
	width: 42px;
	padding: 12px 0pt 0pt 12px;
	height: 29px;
	font-size: 13px;
}
#headerInfoBar {
	width: 581px;
	height: 41px;
	position: absolute;
	z-index: 1500;
	right: 12px;
	top: 0px;
	background: #ececec;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
#topLinks {
	width: 430px;
	height: 20px;
	position: absolute;
	z-index: 300;
	right: 0px;
	top: 51px;
}
#topLinks ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#topLinks li {
	float: left;
	padding: 0 0px;
}
#topLinks li a {
	color: #336699;
	font-size: 12px;
}
#topLinks .topNavSep {
	border-left: 1px solid #336699;
	height: 12px;
	margin: 3px 10px 0;
	width: 1px;
}
/* Site Search */



#search {
	border-right: 1px solid #FFFFFF;
	float: left;
	height: 41px;
	position: relative;
	width: 252px;
	z-index: 1;
}
#search .txtSearch {
	position: absolute;
	top: 8px;
	left: 7px;
	z-index: 1;
	width: 166px;
	height: 25px;
	margin: 0;
	padding: 0;
	border: 1px solid #CCCCCC;
}
#search .btnSearch {
	position: absolute;
	right: 5px;
	top: 8px;
	z-index: 1;
	width: 66px;
	height: 26px;
	background-position: -460px -39px;
	border: none;
	color: #fff;
	cursor: pointer;
}
.mobilemenu {
	display: none;
}
.mnav {
	display: block;
}
/* Menu Styles */

#nav {
	position: relative;
	top: 31px;
	left: 0;
	z-index: 1000;
	padding: 0 0 20px 0;
	text-align: center;
	list-style: none;
	height: 112px;
	width: 100%;
   /*background-position:0px -27px;*/
  	border-top:#EEEEEE 2px solid;
  border-bottom:#EEEEEE 2px solid;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 1000px;
}
#nav li {
	position: relative;
	z-index: 1000;
}
#nav ul > li {
	float: left;
	display: inline;
	margin: 0;
	position: relative;
	z-index: 1000;
}
#nav ul > li:last-child {
	border-right: 0;
}
#nav ul > li#Call {
	display: none;
}
#nav ul > li#Blog {
	display: none;
}
#nav li a, #nav li a:link, #nav li a:visited {
	display: block;
	text-decoration: none;
	width: 145px;
	float: left;
	height: 117px;
	padding: 13px 10px 0;
	color: #333;
}
#nav li:hover a {
	background: #366088;
	color: #fff;
}
#nav li a:active, #nav li a:focus {
	background: #366088;
	color: #fff;
}
#nav li.navFirst a {
	padding: 13px 10px 0 25px;
	width: 115px;
}
#nav.hovering li {
	opacity: 0.4;
}
#nav li.currentFade {
	background: #366088;
	opacity: 1;
}
#nav li.currentFade ul li {
	opacity: 1;
}
#nav li.currentFade a {
	color: #fff;
}
#nav li.currentFade a span.navTitle {
	color: #fff;
}
#nav li.navLast a {
	width: 145px;
}
#nav li.navSep {
	background:#EEEEEE;height:128px; width:1px; float:left; margin:0px;
	height: 128px;
	width: 1px;
	float: left;
	margin: 0px;
}
#nav li a span.SEO, #nav li a span.PPC, #nav li a span.Content, #nav li a span.Analytics, #nav li a span.CRO, #nav li a span.SMM, #nav li a span.Design {
	width: 65px;
	height: 65px;
	float: left;
	display: block;
}
#nav li a span.SEO {
	background: url('http://www.bruceclay.com/icn-seo.png') no-repeat;
	margin-left: 10px;
}
#nav li a span.PPC {
	background: url('http://www.bruceclay.com/icn-ppc.png') no-repeat;
	margin-left: 10px;
}
#nav li a span.Content{
	background:url('http://www.bruceclay.com/icn-content.png') no-repeat;
	}
#nav li a span.Analytics {
	background: url('http://www.bruceclay.com/icn-analytics.png') no-repeat;
}
#nav li a span.CRO {
	background: url('http://www.bruceclay.com/icn-cro.png') no-repeat;
	margin-left: 10px;
}
#nav li a span.SMM {
	background: url('http://www.bruceclay.com/icn-smm.png') no-repeat;
	margin-left: 10px;
}
#nav li a span.Design {
	background: url('http://www.bruceclay.com/icn-design.png') no-repeat;
}
#nav li a span.navTitle {
	font-size: 18px;
	letter-spacing: -1px;
	color: #333333;
	display: block;
	padding: 30px 0 0;
	text-align: left;
	font-weight: bold;
}
#nav li:hover a span.navTitle {
	color: #fff;
}
#nav #Analytics a span.navTitle {
	padding:15px 0 0;
	}
#nav li a span.navDescription {
	font-size: 10px;
	display: block;
	clear: both;
	text-align: left;
	line-height: 13px;
	width: 145px;
}
/* Sub Nav Styles */



#nav ul ul {
	display: none;
	text-align: left;
	line-height: 18px;
	position: absolute;
	top: 128px;
	left: 0;
	z-index: -1000px;
	width: 355px;
	background-color: #366088;
	background: rgb(44,89,130); /* Old browsers */
	background: rgb(54,96,136); /* Old browsers */
	
	/*background: -moz-linear-gradient(top, rgba(54,96,136,1) 0%, rgba(16,54,91,1) 100%);*/ /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(54,96,136,1)), color-stop(100%, rgba(16,54,91,1)));*/ /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, rgba(54,96,136,1) 0%, rgba(16,54,91,1) 100%);*/ /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, rgba(54,96,136,1) 0%, rgba(16,54,91,1) 100%);*/ /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top, rgba(54,96,136,1) 0%, rgba(16,54,91,1) 100%);*/ /* IE10+ */
	/*background: linear-gradient(to bottom, rgba(54,96,136,1) 0%, rgba(16,54,91,1) 100%);*/ /* W3C */
 /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#366088', endColorstr='#10365b', GradientType=0 );*/ /* IE6-9 */
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
#nav ul > li:hover > ul {
	display: block;
}
#nav ul > li:hover > ul > li > a {
	background: none;
}
#nav ul ul>li > a, #nav ul ul>li > a:link, #nav ul ul > li > a:visited {
	position: relative;
	color: #FFFFCC;
	font-weight: bold;
	font-size: 15px;
	padding: 6px 15px 10px 15px;
	width: 325px;
	height: auto;
}
#nav li:hover ul > li:hover > a {
	background: #587ea3;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
#nav ul ul li.subnavarrow {
	background-image: url('http://images.bruceclay.com/subnavarrow.png');
	background-position: right center;
	background-repeat: no-repeat;
}
#nav li:hover ul > li.subnavarrow:hover > a {
	background-image: url('http://images.bruceclay.com/subnavarrow.png');
	background-position: right center;
	background-repeat: no-repeat;
}
#nav ul ul li.homeSubNavSepX {
	margin: 0 5%;
	height: 0px;
	width: 90%;
	border-bottom: 1px solid #587ea3;
	clear: both;
}
#nav ul ul ul li.homeSubNavSepX {
	margin: 0 5%;
	height: 0px;
	width: 90%;
	border-bottom: 1px solid #80a6cd;
	clear: both;
}
.homeNavDescription {
	color: #fff;
	font-weight: normal;
	display: block;
	font-size: 12px;
	line-height: 13px;
	padding: 0;
	text-align: left;
}
#nav ul #SEO ul {
}
#nav ul #PPC ul {
}
#nav ul #Analytics ul {
}
#nav ul #CRO ul {
	left: -190px;
}
#nav ul #SMM ul {
	left: -190px;
}
#nav ul #Design ul {
	left: -185px;
}
#nav #Design > a {
	width: 150px;
}
#nav ul ul ul {
	display: none;
	text-align: left;
	line-height: 18px;
	position: absolute;
	top: 0;
	left: 350px;
	z-index: -2000px;
	width: 318px;
	background: #587ea3;
	background: rgb(88,126,163); /* Old browsers */
	
	/*background: -moz-linear-gradient(top, rgba(88,126,163,1) 0%, rgba(55,97,137,1) 100%);*/ /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(88,126,163,1)), color-stop(100%, rgba(55,97,137,1)));*/ /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, rgba(88,126,163,1) 0%, rgba(55,97,137,1) 100%);*/ /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, rgba(88,126,163,1) 0%, rgba(55,97,137,1) 100%);*/ /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top, rgba(88,126,163,1) 0%, rgba(55,97,137,1) 100%);*/ /* IE10+ */
	/*background: linear-gradient(to bottom, rgba(88,126,163,1) 0%, rgba(55,97,137,1) 100%);*/ /* W3C */
 /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#587ea3', endColorstr='#376189', GradientType=0 );*/ /* IE6-9 */
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
#nav ul ul ul li a, #nav ul ul ul li a:link, #nav ul ul ul li a:visited {
	color: #FFFFCC;
	font-weight: bold;
	font-size: 15px;
	width: 287px;
	background: none;
}
#nav li:hover ul > li:hover ul > li:hover > a {
	background: #6b91b9;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
/* End Menu Styles */



/* Content Area / Column Styles */



.contentBg {
	width: 100%;
	height: 26px;
	background-position: 0px -614px;
	display: block;
	margin: 0 0 10px;
}
#contentArea {
	margin: 0;
	position: relative;
	z-index: 1;
	width: 1000px;
}
/*#contentArea {margin:0; position:relative; z-index:1;}*/



#mainColumn {
	float: left;
	width: 585px;
	margin: 0 20px 0 20px;
	min-height: 200px;
}
#column2 {
	float: left;
	width: 321px;
	margin: 0 20px 0 25px;
}
#socialWidget {
	display: block;
	width: 301px;
	height: 28px;
	background-position: 0px -55px;
	position: relative;
	z-index: 1;
	margin: 0 0 15px;
	padding: 10px 0 0 14px;
	line-height: 18px;
}
.shareThisBtn {
	float: left;
	width: 90px;
	height: 20px;
	font-size: 13px;
}
.facebookLikeBtn {
	float: left;
	height: 20px;
	width: 45px;
	overflow: hidden;
	margin: 0pt 9px 0pt 0pt;
}
.twitterBtn {
	float: left;
	height: 20px;
	width: 70px;
}
.gPlusBtn {
	float: left;
	height: 20px;
	width: 35px;
}
.bookmarkBtn {
	float: left;
	height: 20px;
	width: 28px;
	margin: 0 0 0 10px;
}
.sharebar {
	width: 475px;
	padding: 5px;
	border: 1px #eee solid;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.sharebar ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 21px;
}
.sharebar li {
	display: inline-block;
	padding-right: 5px;
	border-right: 1px solid #ccc;
	text-align: center;
"
}
.sharebar li img {
	display: inline-block !important;
}
.sharebar li:last-child {
	border-right: none;
}
.sharebar li.fbook {
	vertical-align: 6px;
}
/* Sidebar / submenu styles */



#sidebar {
	margin: 0;
	padding: 0;
	border: solid 1px #ccc;
}
#sidebar h2 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	display: block;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: url('images/sidebar_header1.png') repeat-x;
}
#sidebar h3 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	display: block;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: url('images/sidebar_header1.png') repeat-x;
}
#sidebar p {
}
#sidebar a {
}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar ul li h2 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	display: block;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: url('images/sidebar_header1.png') repeat-x;
}
#sidebar ul li h3 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	display: block;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: url('images/sidebar_header1.png') repeat-x;
}
#sidebar ul li a, #sidebar ul li a:link, #sidebar ul li a:visited {
}
#sidebar ul li a:hover, #sidebar ul li a:active {
}
#sidebar h2 a, #sidebar h3 a {
	padding: 0;
	font-size: 16px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	display: block;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: url('images/sidebar_header1.png') repeat-x;
}
/* subcat */



#sidebar ul li ul {
	list-style: none;
	margin: 5px 0 10px 15px;
	padding: 0;
}
#sidebar ul li ul li {
	margin: 3px 0 0;
	padding: 0;
}
#sidebar ul li ul li a, #sidebar ul li ul li a:link, #sidebar ul li ul li a:visited {
}
#sidebar ul li ul li a:hover, #sidebar ul li ul li a:active {
}
/* Sidebar widget "hack" */



#sidebar div ul {
	list-style: disc outside none;
	margin:/*5px 0 10px*/ 15px;
	padding: 0 0 0 15px;
}
#sidebar div ul li {
	list-style: inherit;
	margin: 3px 0 0;
	padding: 0;
	font-size: 12px;
}
#sidebar div ul li a, #sidebar div ul li a:link, #sidebar div ul li a:visited {
}
#sidebar div ul li a:hover, #sidebar div ul li a:active {
}
#sidebar div select {
	margin: 15px;
}
/* Sidebar -> Widget styles */



.widget_archive { /*color: #fff;*/
}
/*.widget_archive h3 {margin: 0; font-size: 18px; color: #6f6d6d;}*/







#breadcrumbs {
	margin: 0 0 10px;
	font-size: 11px;
}
.littleHouse {
	display: inline-block;
	width: 16px;
	height: 15px;
	background-position: -514px -68px;
	vertical-align: text-bottom;
	margin: 0 5px 0 0;
}
/* Footer Styles */



#footer {
	font-size: 12px;
	height: auto;
	background-color: #fff;
	font-size: 15px;
	color: #f59606;
	margin: 30px 0 0;
	line-height: 18px;
}
#lowerLinks {
	width: 950px;
	height: 50px;
	margin: 0 auto;
}
#lowerLinks ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#lowerLinks li {
	text-align: center;
	display: inline;
	padding: 0 0px;
}
#lowerLinks li a {
	color: #336699;
	font-size: 12px;
}
#lowerLinks .lowerLinksSep {
	border-left: 1px solid #336699;
	height: 12px;
	margin: 3px 10px 0;
	width: 1px;
}
#PreFeaturedClientsArea {
	height: 10px;
	width: 100%;
	background-position: 0px -463px;
}
#PostFeaturedClientsArea {
	height: 15px;
	width: 100%;
	background-position: 0 -231px;
	margin: 0 0 30px;
}
#featuredClientsArea {
	background-position: 0 -474px;
	display: block;
	height: 140px;
	position: relative;
	width: 100%;
	z-index: 1;
}
#featuredClientsArea h3 {
	padding: 10px 0 0 10px;
	font-size: 15px;
	font-weight: bold;
}
#featuredClientsArea ul {
	list-style: none;
	height: 94px;
}
#featuredClientsArea ul li {
	color: #666;
	height: 74px;
	weight: 120px;
	border: 1px solid #CCD4DC;
	margin-right: 6px;
	font-size: 11px;
	text-decoration: none;
	line-height: 15px;
	padding: 10px 0 0 15px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
}
#featuredClientsArea ul li .featuredClientsBD {
}
#featuredClientsArea ul li img {
	float: left;
	margin: 0 5px 0 0;
}
#featuredClientsArea ul li .featuredClientsReadMore {
	float: left;
	display: none;
	color: #336600;
	text-decoration: underline;
}
#featuredClientsArea ul li .featuredClientsTextContainer {
	display: none;
	margin: 10px 0 0 0;
}
#getStarted {
	float: left;
	display: block;
	width: 520px;
	height: 60px;
	margin: 0 0 0 50px;
}
#getStarted h4 {
	font-size: 22px;
	font-weight: bold;
	color: #336da7;
}
#getStarted p {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.noStrings {
	float: right;
	text-align: center;
	width: 313px;
	position: relative;
	margin-top: -20px;
	color: #666666;
	font-size: 12px;
}
#RequestButton {
	float: right;
	width: 300px;
	height: 60px;
	position: relative;
	z-index: 1;
}
#RequestButton span {
	width: 292px;
	display: block;
	background-position: -461px 0pt;
	color: rgb(255, 255, 255);
	font-size: 18px;
	text-align: center;
	padding-top: 10px;
	height: 28px;
	cursor: pointer;
}
#RequestButton a:hover {
	text-decoration: none;
}
/* Begin footerProducts */

#footerProducts {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#footerProducts ul {
	width: 900px;
}
#footerProducts li {
	display: inline-block;
	vertical-align: top;
	color: #666;
	height: 110px;
	border: 1px solid #CCD4DC;
	font-size: 11px;
	cursor: pointer;
	margin-right: 10px;
	padding: 5px 0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
}
#footerProducts li img {
	display: block;
	margin: 0 auto;
	padding: 0 5px;
}
#footerProducts li .smtitle {
	font-size: 10px;
	width: 100px;
	padding: 5px;
	line-height: 15px;
}
#footerProducts .footer-fp-expand li.over {
	padding-top: 25px;
	height: 88px;
	-moz-box-shadow: 0 0 5px 1px #336DA7;
	-webkit-box-shadow: 0 0 5px 1px #336DA7;
	box-shadow: 0 0 5px 1px #336DA7;
}
#footerProducts li .description {
	display: none;
	color: #666;
	font-size: 10px;
	line-height: 12px;
	width: 150px;
	float: right;
	text-align: left;
	margin: 10px 5px 0 0;
}
#footerProducts li .description span {
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}
/* End footerProducts */





#footerLinksBoxLeft, #footerLinksBoxRight {
	width: 400px;
	float: left;
	height: 130px;
	margin: 10px 0 0 48px;
}
#footerLinksBoxLeft .smallIcons, #footerLinksBoxRight .smallIcons {
	height: 60px;
	margin-bottom: 10px;
}
#footerLinksBoxLeft .seoToolSetIcon {
	display: block;
	float: left;
	border: 1px solid #CCD4DC;
	height: 58px;
	width: 65px;
	background-position: -317px -51px;
	margin: 0 15px 6px 0;
}
#footerLinksBoxLeft .seoTrainingIcon {
	display: block;
	float: left;
	border: 1px solid #CCD4DC;
	height: 58px;
	width: 65px;
	background-position: -378px -51px;
	margin: 0 15px 6px 0;
}
#footerLinksBoxRight .seoBookIcon {
	display: block;
	float: left;
	border: 1px solid #CCD4DC;
	height: 58px;
	width: 65px;
	background: url('/thumb-seobook.gif') no-repeat center;
	margin: 0 15px 6px 0;
}
#footerLinksBoxRight .seoTipsIcon {
	display: block;
	float: left;
	border: 1px solid #CCD4DC;
	height: 58px;
	width: 65px;
	background: url('/thumb-tips.gif') no-repeat center;
	margin: 0 15px 6px 0;
}
#footerLinksBoxRight h4, #footerLinksBoxLeft h4 {
	font-size: 15px;
	color: #990000;
	font-weight: bold;
	margin: 0px;
	padding: 15px 0 0;
}
#footerLinksBoxRight p, #footerLinksBoxLeft p {
	font-size: 12px;
	color: #000;
}
#footerLinksBoxRight {
	width: 475px;
	float: right;
	height: 117px;
	font-size: 12px;
	margin: 10px 30px 0 0;
	width: 445px;
}
#footerLinksBoxRight p {
	margin: 0 0 10px;
}
#footerLinksBoxRight a {
	color: #000;
}
#footerLinksBoxRight a span {
	color: #336600;
	font-size: 15px;
	font-weight: bold;
}
#footerAddress {
	text-align: center;
	font-size: 12px;
	color: #333333;
}
#footerAddress p {
	margin: 0 0 10px;
}
#socialLinks {
	height: 31px;
	margin: 0 auto 20px;
	width: 107px;
}
#socialLinks a {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	width: 31px;
	height: 31px;
}
#socialLinks a.facebook {
	background-position: -366px 0px;
}
#socialLinks a.twitter {
	background-position: -397px 0;
	width: 32px;
	height: 32px;
}
#socialLinks a.linkedIn {
	background-position: -429px 0;
	width: 29px;
	height: 29px;
}
.hoursAndLocation {
	color: #05386B;
	cursor: pointer;
	display: block;
	height: 20px;
	margin: 0 auto 10px;
	width: 200px;
}
#locationInfo {
	background: #E1E7F2;
	border: 1px solid #B6CBF1;
	display: none;
	font-size: 11px;
	margin: 10px;
	padding: 10px;
	text-align: left;
	margin: 0 auto;
	width: 420px;
}
#locationInfo .map {
	border: 1px solid #B6CBF1;
	margin: 5px;
}
#footerSiteLinks {
	margin: 0 0 0 100px;
	width: 900px;
}
#footerSiteLinks ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	width: 225px;
	float: left;
}
#footerSiteLinks ul li {
	padding: 0;
}
#footerSiteLinks ul li a {
	color: #05386b;
	font-size: 11px;
}
#copyright {
	text-align: center;
	margin: 10px 0 0;
	color: #000000;
	font-size: 12px;
	background: none;
}

/* Begin Responsive Switch Styles */
.responsive-switch {
    margin: 15px auto 30px;
    text-align: center;
  }
span.rs-link-to-desktop, span.rs-link-to-responsive {
  width: 90%;
  height:3%;
  margin: 0 auto;
  padding: 2% 5%;
  background: url('/mobile-on.gif') no-repeat #FFF;
  background-position: 95%;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.25);
 box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.25);
  display: block;
  position:fixed;
  left: 0;
  bottom:0;
  z-index:999;
  text-align: left;
  background-size: auto 50%;
}
span.rs-link-to-responsive {
    background: url('/mobile-off.gif') no-repeat #FFF;
	background-position: 95%;
	background-size: auto 50%;
    }
/* End Responsive Switch Styles */

.jcarousel-skin-FC .jcarousel-container {
}
.jcarousel-skin-FC .jcarousel-direction-rtl {
	direction: rtl;
}
.jcarousel-skin-FC .jcarousel-container-horizontal {
	width: 940px;
	height: 100px;
	margin: 0 0 0 25px;
}
.jcarousel-skin-FC .jcarousel-clip {
	overflow: hidden;
}
.jcarousel-skin-FC .jcarousel-clip-horizontal {
	height: 100px;
	width: 940px;
}
.jcarousel-skin-FC .jcarousel-item {
	height: 100px;
	width: 100px;
}
.jcarousel-skin-FC .jcarousel-item-horizontal {
	margin-right: 0px;
	margin-top: 5px;
}
.jcarousel-skin-FC .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
	margin-right: 0;
}
.jcarousel-skin-FC .jcarousel-item-vertical {
	margin-bottom: 10px;
}
.jcarousel-skin-FC .jcarousel-item-placeholder {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #000000;
}
.jcarousel-skin-FC .jcarousel-next-horizontal {
	/*background: url("next-horizontal.png") no-repeat scroll 0 0 transparent;*/



	cursor: pointer;
	height: 32px;
	position: absolute;
	right: 5px;
	top: 43px;
	width: 32px;
}
.jcarousel-skin-FC .jcarousel-direction-rtl .jcarousel-next-horizontal {
	/*background-image: url("prev-horizontal.png");*/



	left: 5px;
	right: auto;
}
.jcarousel-skin-FC .jcarousel-next-horizontal:hover, .jcarousel-skin-FC .jcarousel-next-horizontal:focus {
	background-position: -32px 0;
}
.jcarousel-skin-FC .jcarousel-next-horizontal:active {
	background-position: -64px 0;
}
.jcarousel-skin-FC .jcarousel-next-disabled-horizontal, .jcarousel-skin-FC .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-FC .jcarousel-next-disabled-horizontal:focus, .jcarousel-skin-FC .jcarousel-next-disabled-horizontal:active {
	background-position: -96px 0;
	cursor: default;
}
.jcarousel-skin-FC .jcarousel-prev-horizontal {
	/*background: url("prev-horizontal.png") no-repeat scroll 0 0 transparent;*/



	cursor: pointer;
	height: 32px;
	left: 5px;
	position: absolute;
	top: 43px;
	width: 32px;
}
.jcarousel-skin-FC .jcarousel-direction-rtl .jcarousel-prev-horizontal {
	/*background-image: url("next-horizontal.png");*/



	left: auto;
	right: 5px;
}
.jcarousel-skin-FC .jcarousel-prev-horizontal:hover, .jcarousel-skin-FC .jcarousel-prev-horizontal:focus {
	background-position: -32px 0;
}
.jcarousel-skin-FC .jcarousel-prev-horizontal:active {
	background-position: -64px 0;
}
.jcarousel-skin-FC .jcarousel-prev-disabled-horizontal, .jcarousel-skin-FC .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-FC .jcarousel-prev-disabled-horizontal:focus, .jcarousel-skin-FC .jcarousel-prev-disabled-horizontal:active {
	background-position: -96px 0;
	cursor: default;
}
.jcarousel-skin-FC .jcarousel-next-vertical {
	/*background: url("next-vertical.png") no-repeat scroll 0 0 transparent;*/



	bottom: 5px;
	cursor: pointer;
	height: 32px;
	left: 43px;
	position: absolute;
	width: 32px;
}
.jcarousel-skin-FC .jcarousel-next-vertical:hover, .jcarousel-skin-FC .jcarousel-next-vertical:focus {
	background-position: 0 -32px;
}
.jcarousel-skin-FC .jcarousel-next-vertical:active {
	background-position: 0 -64px;
}
.jcarousel-skin-FC .jcarousel-next-disabled-vertical, .jcarousel-skin-FC .jcarousel-next-disabled-vertical:hover, .jcarousel-skin-FC .jcarousel-next-disabled-vertical:focus, .jcarousel-skin-FC .jcarousel-next-disabled-vertical:active {
	background-position: 0 -96px;
	cursor: default;
}
.jcarousel-skin-FC .jcarousel-prev-vertical {
	/*background: url("prev-vertical.png") no-repeat scroll 0 0 transparent;*/



	cursor: pointer;
	height: 32px;
	left: 43px;
	position: absolute;
	top: 5px;
	width: 32px;
}
.jcarousel-skin-FC .jcarousel-prev-vertical:hover, .jcarousel-skin-FC .jcarousel-prev-vertical:focus {
	background-position: 0 -32px;
}
.jcarousel-skin-FC .jcarousel-prev-vertical:active {
	background-position: 0 -64px;
}
.jcarousel-skin-FC .jcarousel-prev-disabled-vertical, .jcarousel-skin-FC .jcarousel-prev-disabled-vertical:hover, .jcarousel-skin-FC .jcarousel-prev-disabled-vertical:focus, .jcarousel-skin-FC .jcarousel-prev-disabled-vertical:active {
	background-position: 0 -96px;
	cursor: default;
}
#background {
	background: url(http://images.bruceclay.com/bruce-clay-appearance-image.png) no-repeat;
	width: 321px;
	height: 145px;
}
.scrollable {
	position: relative;
	overflow: hidden;
	width: 232px;
	height: 79px;
	padding-top: 44px;
	margin-left: 40px;
}
.scrollable .items {
	width: 20000em;
	position: absolute;
}
.scrollable .items img a {
	float: left;
 height
}

  #sidebarbooksbg{
    background:url('/sidebar-books-bg.jpg') no-repeat; 
    width:315px;
    height:380px;
   margin:0 0 10px 0;
  }

  #booksscroller.scrollable{
    width:318px;
    height:380px;
    margin:0;
    padding:0
  }

#container_bg {
	background: url(http://images.bruceclay.com/login_bg.gif) no-repeat;
	position: relative;
	margin-left: 50px;
	width: 600px;
	height: 300px;
	margin-bottom: -50px;
}
.member_login {
	font-size: 18px;
	font-weight: 900;
	margin: 50px 0 0 170px;
	color: #fcf9db;
}
.complete {
	margin: 0;
	padding-left: 170px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}
#first_step {
	position: absolute;
}
input {
	color: #000;
	font-size: 12px;
	margin: 0 0 5px 0;
}
.form {
	margin: 10px 0 0 170px;
	display-inline-style: none;
}
#NewsletterSignup {
	background: url(http://images.bruceclay.com/seo_newsletter.gif) no-repeat top;
	text-align: center;
	width: 300px;
	height: 125px;
	padding: 95px 10px 0 10px;
	margin: 0 0 10px 0;
}
#NewsletterSignup p {
	font-size: 12px;
	margin: 0;
	padding: 0;
	display: block;
}
.footerInternational ul {
	margin: 15px auto 0 auto;
}
.footerInternational li {
	display: inline;
	margin: 0 15px 0 15px;
}
.footerInternational a {
	color: #05386B;
	font-size: 11px;
}
/* Blog entry styles */
#signup {
  margin: 10px 0 20px;
    padding: 10px;
  width: 550px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #f4f4f4;
  background-color: #f7f7f7;
}
.newsletter-signup button{
color: #fff !important;
  font-size: 14px;
  padding: 7px 10px;
margin:0 0 5px 0;
  background-color: #1c4e88 !important;
  border: none;
      cursor:pointer;
}
.newsletter-signup .field {
  width: 235px;
  font-size: 14px;
  padding: 5px;
}


.date {
	font-size: 11px;
	color: #790000;
	margin: 2px 0 8px 0;
	font-weight: bold;
}
.postmeta {
	display: block;
	margin: 10px 0;
	padding: 3px;
	font-size: 11px;
}
.postmeta a {
	font-size: 11px;
}
.alt {
	margin: 0;
	padding: 11px;
	border: 1px #666 dashed;
}
.navigation {
	display: block;
	text-align: center;
	margin: 0 0 20px 0;
	overflow: auto;
}
.comments {
}
/* WordPress-specific structure and styles */







.wp-smiley {
	float: none;
	margin: 0;
}
.wp-caption {
	text-align: center;
	background-color: #eff0f0;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 4px 0 0 0;
	display: block;
}
.wp-caption a {
	line-height: 0.11em;
}
.wp-caption a:hover {
	background: none;
}
.wp-caption img {
	margin: 0 auto;
	display: block;
	padding: 0;
}
.wp-caption p.wp-caption-text, .wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
h2.pagetitle {
	margin-bottom: 5px;
}
.narrowcolumn {
	float: left;
	padding: 0;
	margin: 0;
}
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 0;
}
.post {
	position: relative;
	margin: 0 0 35px 0;
	text-align: left;
}
.post h2 {
	margin: 0 0 5px 0; /*font-size: 14px;*/
	background-image: none;
}
.post h2 a {/*font-size: 14px;*/
}
.post hr {
	display: block;
}
.widecolumn .post {
	margin: 0;
}
.entry {
}
.entry p a:visited {
}
/* Special stylized non-IE bullets



	Do not work in Internet Explorer, which merely default to normal bullets. */



html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px; /*padding-left: 10px;*/
	list-style: none;
	text-indent: -10px;
}
html>body .entry li {
	margin: 7px 0 8px 10px;
}
.entry ol {
	margin: 0;
	padding: 0 0 0 35px;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
/* This is mainly for password protected posts, makes them look better. */



.entry form {
	text-align: center;
}
.divExcerpt, .divExcerpt p {
}
.narrowcolumn .entry, .widecolumn .entry {
}
.narrowcolumn .entry p, .widecolumn .entry p {
}
.postmetadata {
	clear: both;
	font-size: 12px;
	line-height: 14px;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
.narrowcolumn .postmetadata {
	text-align: center; /* padding-top: 5px; */
}
.widecolumn .postmetadata {
	margin: 30px 0;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
/* Comment styles */



h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}
#commentform p {
	margin: 5px 0;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	width: 99%;
	padding: 2px;
}
#commentform input, #commentform textarea {
	font-size: 0.9em;
}
#commentform #submit {
	margin: 0;
	float: right;
}
.commentlist {
}
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px; /*list-style: none;*/
	font-weight: bold;
	font-size: 13px;
	border-bottom: 1px #666 dashed;
}
.commentlist li .avatar {
	float: right;
	margin: 0 0 5px 5px;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist li p {
	font-size: 13px;
	font-weight: normal; /* line-height: 1.1em; */
	text-transform: none;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	display: none;
}
.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
}
.commentmetadata a {
	color: #444;
}
ul.recentcomments {
}
/* Calendar */



#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar caption {
	font: bold 1.3em Georgia, Georgia, serif;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
#wp-calendar a {
	display: block; /*text-decoration: none;*/
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
/* Custom WordPress Classes and IDs and Widgets */



li.widget_archive {
	padding: 27px 0 0 0;
}
li.widget_archive h2.widgettitle {
	display: none;
}
li.widget_recent_comments {
	padding: 45px 0 0 0;
	margin: 0;
	border-top: solid 1px #F9EDCF;
}
li.widget_recent_comments h2.widgettitle {
	display: none;
}
#sidebar ul li.widget_pages h2 {
	font-size: 14px;
	margin: 0 2px;
	padding: 0;
}
li.widget_pages ul {/*position:absolute; top:220px; left:-197px;*/
}
li.widget_pages ul li {
	margin: 0;
	padding: 0;
}
li.widget_pages ul li a, li.widget_pages ul li a:link, li.widget_pages ul li a:visited {/*margin:0 ! important; padding:0 ! important; color:#751 ! important; font-size:16px ! important; text-decoration:none;*/
}
li.widget_pages ul li.current_page_item a, li.widget_pages ul li.current_page_item a:link, li.widget_pages ul li.current_page_item a:visited {/*color:#c60 ! important; text-decoration:underline;*/
}
#sidebar ul li.widget_search {
}
#sidebar ul li.widget_search form#searchform {
	position: absolute;
	top: 180px;
	left: -192px;
}
#sidebar ul li.widget_search form#searchform input#s {
	margin: 0;
	padding: 0;
	width: 110px;
	height: 20px;
	border-style: inset;
	border-width: 2px;
	border-left-color: #848484;
	border-top-color: #848484;
	border-bottom-color: #fafafa;
	border-right-color: #fafafa;
}
li#tag_cloud {
	margin: 5px 0 0 15px;
}
li#tag_cloud h2 {
	margin-left: -15px;
}
/* calendar */



.widget_calendar caption {
	background: none;
	margin-bottom: 6px;
}
.widget_calendar th, .widget_calendar td {
	padding: 1px 0 1px 12px;
	margin: 0;
}
.widget_calendar thead th {
	background-color: #666666;
	color: white;
	font-weight: normal;
}
.widget_calendar tbody td a {
	background-color: #EEAD24;
	padding: 2px 1px;
	color: white;
}
.widget_calendar tbody td a:hover {
	background-color: #666666;
}
.widget_tag_cloud {
	line-height: 2.5em;
}
.widget_pages ul ul {
	margin-top: 4px;
}
.widget_search {
}
.widget_search #srch-frm {
	background: none;
}
.widget_search .textfield {
	width: 134px;
	margin-right: 6px;
}
#footer-fc {
	position: relative;
	overflow: hidden;
	width: 900px;
	height: 100px;
	cursor: pointer;
	left: 60px;
	z-index: 999;
}
#footer-fc .footer-fc-scroll {
	width: 20000em;
	position: absolute;
}
#footer-fc .footer-fc-scroll ul {
	float: left;
	overflow: hidden;
	width: 900px;
	height: 100px;
	margin: 0;
	padding: 5px 0 0 0;
	text-align: center;
}
#footer-fc .footer-fc-scroll ul li {
	display: inline-block;
	list-style: none;
	border: 1px solid #ccc;
	padding: 5px 7px 10px 7px;
	border: 1px solid #CCD4DC;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	vertical-align: middle;
	background: #fff;
}
#footer-fc .footer-fc-scroll ul li.over {
	border: 0;
	-moz-box-shadow: 0 0 5px 1px #336DA7;
	-webkit-box-shadow: 0 0 5px 1px #336DA7;
	box-shadow: 0 0 5px 1px #336DA7;
}
#footer-fc .footer-fc-scroll ul li .description {
	display: none;
	color: #666;
	font-size: 10px;
	line-height: 12px;
	width: 150px;
	float: right;
	text-align: left;
	margin: 10px 0 0 0;
}
div.LB {
	display: inline;
}
.LB, .JQlink {
	cursor: pointer;
}
#contentArea a {
	text-decoration: underline;
}
.heroQuoteform {
	position: relative;
	left: 660px;
	z-index: 999;
	width: 330px;
	height:0;
}
#homeSlidesDiv {
	position: relative;
	z-index: 1;
	margin: 0px;
	line-height: 18px;
	height: 200px;
}
#homeSlides {
	position: relative;
	width: 1000px;
	height: 203px;
	overflow: hidden;
	z-index: 10;
}
#homeSlides a, #homeSlides a img {
	width: 1000px;
	height: 203px;
}
#homeSlidesNavContainer {
	position: absolute;
	bottom: 5px;
	height: 30px;
	width: auto;
	z-index: 20;
	left: 10px;
}
#homeSlidesNav {
	width: auto;
	height: 7px;
	text-align: right;
	float: left;
	padding: 6px 3px 0 0;
}
#homeSlidesNav a {
	display: inline-block;
	margin: 0 0 0 4px;
	padding: 0;
	width: 15px;
	height: 15px;
	background-position: -530px -90px;
	overflow: hidden;
	line-height: 999em;
}
#homeSlidesNav a.activeSlide {
	background-position: -514px -90px;
}
.slideshowButtons {
	width: 26px;
	height: 26px;
	display: block;
	float: left;
	cursor: pointer;
}
.slideshowButtons#prev {
	background-position: -460px -90px;
	left: 14px;
}
.slideshowButtons#next {
	background-position: -487px -90px;
	right: -14px;
}
#hero {
	display: none;
}
#cookiebar {
	padding: 15px;
	display: none;
	text-shadow: -1px -1px 0 #000;
	color: #fff;
	font-weight: bold;
	background: #666;
	background: -moz-linear-gradient(top, #666, #333);
	background: -webkit-linear-gradient(top, #666, #333);
	background: linear-gradient(top, #666, #333);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 10px #666;
	-webkit-box-shadow: 0 0 10px #666;
}
#cookiebar .close {
	color: #fff;
	text-decoration: none;
	padding: 3px 20px;
	margin: 0 0 0 10px;
	cursor: pointer;
	text-shadow: -1px -1px 0 #006600;
	background: #00cc00;
	background: -moz-linear-gradient(top, #00cc00, #009900);
	background: -webkit-linear-gradient(top, #00cc00, #009900);
	background: linear-gradient(top, #00cc00, #009900);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
}
#cookiebar .close:hover {
	background: #00e700;
	background: -moz-linear-gradient(top, #00e700, #009900);
	background: -webkit-linear-gradient(top, #00e700, #009900);
	background: linear-gradient(top, #00e700, #009900);
}
#cookiebar a.button {
	color: #fff;
	text-decoration: none;
	padding: 3px 20px;
	margin: 0 0 0 10px;
	cursor: pointer;
	text-shadow: -1px -1px 0 #993333;
	background: #cc6666;
	background: -moz-linear-gradient(top, #cc6666, #993333);
	background: -webkit-linear-gradient(top, #cc6666, #993333);
	background: linear-gradient(top, #cc6666, #993333);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
}
#cookiebar .button:hover {
	background: #de7b7b;
	background: -moz-linear-gradient(top, #de7b7b, #993333);
	background: -webkit-linear-gradient(top, #de7b7b, #993333);
	background: linear-gradient(top, #de7b7b, #993333);
}
#regioninfo {
	clear: both;
	font-size: 9px;
	color: #999;
	float: right;
	margin: 5px 5px 0 0;
	padding: 4px;
	background: #fff;
	display: inline-block;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.5)), color-stop(100%, rgba(255,255,255,0.5)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#80ffffff', GradientType=0 );
}
/* Home CTA */

.ifhomecta iframe {
	width: 850px;
	height: 520px;
}
.sidebarAuthors {
	text-align: left;
	padding: 0 !important;
}
.sidebarAuthors li {
	width: 270px !important;
	padding: 10px !important;
	margin: 15px 0 !important;
	list-style: none !important;
	background: #fff;
	-moz-box-shadow: 0 0 5px 1px #336DA7;
	-webkit-box-shadow: 0 0 5px 1px #336DA7;
	box-shadow: 0 0 5px 1px #336DA7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.sidebarAuthors .profilepic, .sidebarAuthors .desc {
	float: left;
}
.sidebarAuthors .profilepic {
	margin: 0 10px 0 0;
}
.sidebarAuthors .desc {
	font-size: 13px;
	line-height: 12px;
	width: 180px;
}
.sidebarAuthors h3 {
	color: #05386b !important;
	text-align: left !important;
	background: none !important;
}
.sidebarAuthors .button {
	color: #ffffff;
	padding: 5px 10px;
	background: #0079AB;
	-moz-box-shadow: 0 0 3px 0 #336DA7;
	-webkit-box-shadow: 0 0 3px 0 #336DA7;
	box-shadow: 0 0 3px 0 #336DA7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.sidebarAuthors a.button:hover {
	text-decoration: none;
	background: #006994;
}
#pt_curated_by {
	display: none;
}

.sidebarNewsletter{
	padding:10px;
	width:295px;
	background:#edf2f7;
		-moz-box-shadow: 0 0 3px 0 #336DA7;
	-webkit-box-shadow: 0 0 3px 0 #336DA7;
	box-shadow: 0 0 3px 0 #336DA7;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	margin:15px 0;
}
.sidebarNewsletter h3{
	text-align:center;
}
.sidebarNewsletter p{
	color:#333;
	font-size:12px;
	line-height:13px;
}

.sidebarNewsletter p.small{
	font-size:10px;
}
.sidebarNewsletter input.field{
		padding:7px;
font-size:15px;	
		-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #ccc;
	margin:0 5px 0 0;
}
.sidebarNewsletter button{
	background:#05386b;
	border:0;
	padding:8px 7px;
	color:#FFF;
font-size:15px;	
		-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.sidebarNewsletter .success_message{
	font-weight:bold;
	color:#000; 
	font-size:13px;
	line-height:13px;
	margin:10px;
 }
 
.sidebarNewsletter .ctct-form-errorMessage{
	font-weight:bold;
	color:#F00; 
	font-size:13px;
	line-height:13px;
	margin:10px;
 }






 }
 @media print {
 body {
 font:normal normal 16px Arial, Geneva, sans-serif;
 color:#333333;
}
 #column2, #nav, #headerInfoBar, #topLinks, #breadcrumbs, #footer, #hero, .reply {
 display:none;
}
 h1, h2, h3, h4, h5 {
 color:#05386b;
}
 h1 {
 font-size:23px;
 color:#990000;
}
 h1 a {
 font-size:23px;
 color:#05386b;
 text-decoration:none;
}
 h2 {
 font-size:20px;
 color:#05386b;
}
 h2 a {
 font-size:20px;
 color:#05386b;
 text-decoration:none;
}
 h3 {
 font-size:16px;
}
 h4 {
 font-size:14px;
}
 h5 {
 font-size:11px;
}
 .logo {
 position:relative;
 left:50%;
 margin-left:-175px;
}
}
