/*
Theme Name: OpinionLab
Theme URI: /themes/opinionlab
Author: GENCLICK
Description: Custom developed theme for OpinionLab
Version: 0.1
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	color: #F0F0F0;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =Structure
----------------------------------------------- */

.container {
	width: 925px;
	margin-left: auto;
	margin-right: auto;
}

#content, #sidebar { float: left; }
#sidebar { width: 22%; }
#sub_nav { width: 22%; }
#sub_nav > div { padding: 10px; padding-top:1px; }
#content {
	width: 51%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	padding-top: 1px;
}
#content.full-width { width: 73%; }
.st_sharethis_hcount {display: none;}
.blog-temp .st_sharethis_hcount {display: block;}
/* .page-template-tpl-testimonials-php #content{ width:73%; } */
.testimonial-post hr { margin-bottom: 1.4em; }
.testimonial-post img { margin: 0px 0px 15px; }
.testimonial-post span, .testimonial-post b { font-size: 12px; line-height: 14px; }
.testimonial-post h4 { margin-bottom: 1.6em; }


.home #content, .page-id-10754 #content {
	width: 70.5%;
	margin: 0;
	margin-right: 2.5%;
}
.home #sidebar, .page-id-10754 #sidebar { width:27%; }

#content.blog-helper { width: 100%; margin: 0; padding: 0; }

/* Fix Home layout issues */
#ie6 .home #content { width: 69%; margin-right: 0; }
#ie7 .home #content { width: 73%; }
#ie6 .home #sidebar,
#ie7 .home #sidebar { width: 25%; }

/* Fix IE6 spacing issues */
#ie6 #content { width: 52%; }

#footer { clear: both; }

/* Blog */
.halfpage {
	overflow: hidden;
	float: right;
	width: 50%;
}
#backtosite {
	background-image:url(images/blog-backtosite.png);
	background-repeat:no-repeat;
	width:93px;
	height:25px;
	text-align:center;
	font-family: 'Quattrocento Sans', Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 13px;
	color: #fff;
	margin-top: 5px;
}
#backtosite:hover { text-decoration: none; }
.blog-temp #main {
	width: 660px;
	float: left;
	background: #fff;
	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-top: 0;
	margin-bottom: 0px;
}

#blog-sidebar {
	width: 240px;
	float: left;
	margin-left: 20px;
}


/* =Global
----------------------------------------------- */

#feedback {
	position:fixed;
	background-image:url(images/feedback.gif);
	background-repeat:no-repeat;
	width:26px;
	height:128px;
	right: 0px;
	top: 150px;
	z-index:10000px;
}
#ie6 #feedback{
	display:none;
}
/*
#ie6 #feedback{
	background-image:URL(images/feedback.gif);
	background-repeat:no-repeat;
	width:5px;
	height:20px;
	 _position:absolute; _left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' ); _top: expression( ( 270 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' ); } 
*/

body, input, textarea {
	color: #62625b;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	line-height: 1.625;
}

body.blog-temp {
	background: #000 url(images/blog-bg.gif);
	
}

body.blog #attribution, body.single #attribution, body.careers-temp #attribution { margin-bottom: -40px; }

body.careers-temp {
	background: #303030 url(images/careers-bg.png);
}

#fade {
	background: url(images/blog-fade.png) repeat-x;
	height: 300px;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: -99;
}
/* Headings */
h1,h2,h3,h5,h6, #tel {
	clear: both;
	font-family: 'Quattrocento Sans', Helvetica, Arial, sans-serif;
	color: #000;
	text-transform: lowercase;
}
h1, h2, h3, #tel { font-size: 21px; line-height: 30px; }
h4 { font-size: 11px; font-weight: bold; }
h5 { font-size: 12px; }
h6 { font-size: 10px; }
hr {
	margin-bottom: 1.4em;
	border: none;
	border-bottom: 1px dotted #acacac;
}

/* Colors */
.red {
	color: #666600 !important;
}
.white { color: #fff !important; }

/* Text elements */
.bold {font-weight: bold;}
p {
	font-size: 11px;
	margin-bottom: 1.625em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
#sidebar ul { margin: 0em !important; }
ul {
	list-style: square;
}
#text-28 ul{
	list-type: none;
	margin: .625em 0px 0px;
}
#sub_nav ul.sub-menu{
	list-style:none;
	margin-left:10px;
}
ol {
	list-style-type: decimal;
}
#content ol li, #content ul li, .post { font-size:11px;}
#content ul{
	list-style:url(images/li_plus.jpg);
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
	color: #000000;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
/* List of Posts */
/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
/* Links */
a {
	color: #336699;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* =Header
----------------------------------------------- */

#top_bar {
	height: 5px;
	line-height: 15px;
	border-bottom: 1px dotted #a8a8a8;
	background: #f5f5f5;
	font-size: 10px;
}
#login {
	padding-left: 8px;
	background: url(images/client-login.gif) no-repeat left;
}
#top_bar span { float: right; padding-right:10px; }
#top_bar span.logo { float:none; padding:1px 0px 0px; }
#top_bar a { color: #000; }

#logo { float: left; } 
#logo, #tel { clear: none; }
#logo a {
	background: url(images/OL_nav_logo.gif) no-repeat 0px -1px;
	display: block;
	text-indent: -9999px;
	width: 287px;
	height: 26px;
}
#logo.blog-helper { clear: none; }
#tel { float: right; line-height: 8px; margin-bottom: 5px; margin-top:4px; padding-right: 10px; }
#logo.blog-helper a {
	background: url(images/blog-logo.png) no-repeat;	
}
.blog-temp #tel { float: right; color: #fff; padding-right: 0;}

#header {
	padding-top: 5px;
}


#blog-description {
	clear: both;
	margin-top: 10px;
	color: #fff;
	float: left;	
	width:100%;
}

/* =Menu
-------------------------------------------------------------- */

/* All */
.menu {
	margin: 0;
	list-style: none;	
	font-family: 'Quattrocento Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.menu a { 
	color: #060000;
}

.menu li {	float: left; }

/* Main */

.menu-main-container {
	float: right;
	clear: right;
	width: 600px;
	margin-bottom: 16px;
}
#menu-main { float: right; } 
#menu-main .menu-item { position: relative; z-index: 99;}
#menu-main .no_sub_menus a{
	/*background: url(images/droparrow-nosub.png) no-repeat right 14px;*/
}
#menu-main a {
	display: block;
	float: left;

	height: 20px;
	padding: 10px 23px 10px 10px;
	/*padding-right: 20px;*/
	margin-left: 10px;
	text-align: right;
	/*background: url(images/droparrow.png) no-repeat 92% 14px;*/
	background: url(images/droparrow.png) no-repeat 92% 14px;
}
#menu-item-9653 a {
	/* services */
	padding-right:23px;
	margin-right:-3px;
}
#menu-item-9652 a {
	/* company */
	padding-right:23px;
	margin-right:-4px;
}

#menu-main .no_sub_menus a {
	background-image:none;
	padding-right:10px;
}
#menu-main .current-page-ancestor a { color: #ef3e35; }

#ie6 #menu-main a { background: url(images/droparrow.jpg) no-repeat 70px 14px; }
#ie6 #menu-main a:hover { background-position: 70px -71px; }

#menu-main a:hover, #menu-main a.keep_hover {
	background-position: 92% -71px;
/* 	background-color: rgba(188,188,188,0.93); */
	background-color: #F13F3C;
/* 	color: #ef3e35; */
	color: #fff;
	-moz-box-shadow: 2px 2px 2px #BBB;
	-webkit-box-shadow: 2px 2px 2px #BBB;
	box-shadow: 2px 2px 2px #BBB;
	text-decoration: none;
	padding-left:10px;
}
 #menu-item-22 a:hover{
	/* news 
	background-position: 89% -71px;*/
}
#menu-item-21 a:hover{
	/*contact
	background-position: 90% -71px; */
}
#ie6 #menu-main .sub-menu,
#ie7 #menu-main .sub-menu,
#ie8 #menu-main .sub-menu{
	background-color: #bdbdbd;
}
.parent_a_bg{
	background-color: #F13F3C !important;
	background-position: 92% -71px !important;
}

#menu-main .sub-menu {
	display: none;
	position: absolute;
	top: 40px;
	left: -25px;
	z-index: 99;
	width: 180px;
	padding: 15px 0;
	list-style: none;
	background-color: rgba(188,188,188,0.93);
	-moz-box-shadow: 2px 2px 2px #AAA;
	-webkit-box-shadow: 2px 2px 2px #AAA;
	box-shadow: 2px 2px 2px #AAA;
	text-transform:lowercase;
}

#ie6 #menu-main .sub-menu { left: -15px; }

#menu-main .sub-menu a {
	text-align: left;
	background-image: none;	
	color: #fff;
	width: 175px;	
	padding: 2px 0;
}
.menu-item .hover a {	
	background-color: #F13F3C;
	color: #FFF;
}
.sub-menu a {	
	background-color:none !important;
}
#menu-main .sub-menu a:hover {
	background: none;
	color: #ef3e35;
	box-shadow: none;
}

.subnav-sub {
	list-style: none;
	margin-left: 10px;
	font-size: 11px;
}

.subnav-sub.deactive a { color: white !important; }


/* Company */

#sub_nav {
	background: #c1c1c1 url(images/topshadow.png) top repeat-x;
	
	float: left;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-moz-box-shadow: inset 0 0 8px 2px #b7b7b7;
	-webkit-box-shadow: inset 0 0 8px 2px #b7b7b7;
	box-shadow: inset 0 0 8px 2px #b7b7b7;
	margin-bottom:10px;
}


.menu-company { font-family: Tahoma, Helvetica, Arial, sans-serif; }

.menu-company li, .menu-company a {
	float: none;
	color: #fff;
}
.menu-company a { padding-left: 0px; }


.current-menu-item,
.current-menu-item:hover,
.menu-company a:hover,
.current-menu-item a,
.current-page-ancestor a,
.current-menu-ancestor a {
	color: #ef3e35;
	text-decoration: none;	
}

.menu-company .current-menu-item .sub-menu a { color: white; }

#menu-company {
	margin-left: 0px;
}

/* Search Form */

/* =Homepage
----------------------------------------------- */

.home-widget {
	margin-top: 7px;
	float: left;
	
}
#ie6 .home-widget { width: 40%; }
.widget_text h3 { 
	color:#000;
}
#text-25 h3 { 
	color:#EF3E35;
}
#home-services{ 
	/*background-color:#3CF;*/
	width:351px;
	margin-bottom: 20px;
}
#home-resources{
	/*background-color:#990;*/
	width:301px;
}
#home-services .widget_text {
	padding-right:25px;
	margin-right:25px;
	border-right: 1px dotted #afafaf;
	text-align:justify;
}
.home-widget .widget-title{
	margin-left: 77px;
}
#home-resources .widget_text {
	text-align:justify;
}

#snapShotWidgets { border-top: 1px dotted #afafaf; background-color: #f5f5f5; padding-top: 15px; }
#snapHolder { width: 925px; margin: auto; }
#snapshot1 { width: 424px; float: left; }
#snapshot2 { width: 424px; float: right; }
#snapshot1 img, #snapshot2 img { float: right; margin-left: 10px; }

#hp-logos {
	list-style: none;
	width: 800px;
	margin: auto;
	padding-top: 15px;
	border-top: 1px dotted #afafaf;
	margin-bottom: 0px;
	overflow: hidden;
	clear: both;
	height:60px;
	position:relative;
}
.center-hp-logos { padding-right: 9px; }
/*
#mycarousel{
	/*list-style: none;
	width: 740px;
	margin: auto;
	padding-top: 15px;
	border-top: 1px dotted #afafaf;
	margin-bottom: 0px;
	overflow: hidden;
	clear: both;*/
	padding-top: 15px;
	border-top: 1px dotted #afafaf;
}
#logos li {
	display: inline;
	margin-left: 20px;
}
*/




/* =Sidebar and Widgets
----------------------------------------------- */
#sidebar ul {
	margin: 0;
	list-style: none;
}
.widget, .widget > ul, .widget > li { list-style: none; }
.widget { list-style-type: none !important; }

.widget {
	background: /* #dfdfdf */#e7e7e7 url(images/topshadow.png) top repeat-x;
	padding: 5px 10px 1px;
	margin-right:9px;
	margin-bottom: 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-moz-box-shadow: inset 0 0 10px #ccc;
	-webkit-box-shadow: inset 0 0 10px #ccc;
	box-shadow: inset 0 0 10px #ccc;
	
	font-size: 11px;
}
/* .textwidget a { color: #515151; } */
.textwidget p {
	margin-bottom: 1em;
	color: #000000;
} 
.widget-title {
	color: #5e5c5d;
	line-height: 2px;
	margin-bottom: 22px;
	text-transform: lowercase;
}
.home .widget-title, .page-id-10754 .widget-title { margin-bottom: 3px; }
.blog-temp .widget-title {margin-bottom: 5px;}
.widget-title.dotted { border-bottom: 1px dotted; padding-bottom: 7px; margin-bottom: 10px; }
.widget-title.dotted { 
	border-color: #5e5c5d; 
	margin-left:-10px;
	margin-right:-10px;
	padding-left:10px;
}
#sidebar .widget {padding-top: 5px;}
#sidebar #text-2 .textwidget{padding-left:0px;}
#sub_nav .widget-title.dotted { border-color: #fff; }
#sub_nav h3{
	border-bottom: 1px dotted;
	border-color: #ffffff;
	margin-bottom: 8px;
	margin-left:-10px;
	margin-right:-10px;
	padding-left:10px;
	padding-bottom:3px;
}
.resources a { display: block; color: #5e5c5d; margin-bottom: 10px; font-family: 'Quattrocento Sans', Helvetica, Arial, sans-serif; text-transform: lowercase; font-size: 12px; }
.resources a:hover { color: #ef3e35; }

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

/* =Blog
----------------------------------------------- */
.blog-temp .page-title { padding: 20px 0 0 20px; }
#searchform { position: relative; }
#s, #searchsubmit { position: absolute; top: 0; }
#searchsubmit {
	border: none;
	background: url(images/search-submit.gif) no-repeat;
	width: 33px;
	height: 2px;
	text-indent: -9999px;	
	right: 0;
}
#s {
	border: none;
	padding: 0; margin: 0;
	background: url(images/search-bar.gif) no-repeat;
	width: 209px;
	padding-bottom: 5px;
	left: 0;
	text-indent: 5px;
	height: 22px;
}

.blog-widget { margin-bottom: 20px;	}
.blog-widget h3 { color: #fff; }
.widget_archive, .authors_widget, .widget_normanarchivewidget {	
	color: #fff;
}

.widget_archive, .widget_normanarchivewidget{
	/*padding: 15px 10px;*/
	
}

.widget_normanarchivewidget ul { margin-left: 10px !important; padding-left: none !important;}
.widget_normanarchivewidget li { list-style: none; }

a.icon.more {color: white;}
.widget_archive h3, .widget_normanarchivewidget h3{
	margin-left:10px;
}
.top_widget_corners{
	background-image:url(images/blog-widget-top-corner.png);
	width:242px;
	height:9px;
}
.side_widget_body{
	background-image:url(images/blog-widget-bg.png);
	background-repeat:repeat-y;
	width:242px;
}
.bottom_widget_corners {
	background-image:url(images/blog-widget-bot-corner.png);
	width:242px;
	height:9px;
}
.widget_archive ul, .widget_normanarchivewidget ul, .authors_widget ul {
	margin-left: 25px;
	margin-bottom:0px;
}
.widget_archive li, .widget_normanarchivewidget li li, .authors_widget li{
	list-style-type: none;
	list-style: url(images/list-raquo.gif);
	padding-left: 0px;
} 
.widget_normanarchivewidget li li { margin-left: 20px; }
.widget_authors li {
	list-style:none;
	padding-top: 4px;
}
.widget_archive li a, .widget_normanarchivewidget li a, .authors_widget li a, .widget_authors li a {
	color: #d5d5d5;
	font-size: 12px;
}
.widget_authors li a{
	background-image:url(images/list-raquo.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:15px;
}
.widget_authors li .avatar{
	margin-right:5px;
}
.widget_authors ul{
	margin-left:20px;
	margin-bottom:0px;
}
.blog-widget.widget_search { height: 10px; }
.blog-widget.widget_text { padding: 0 10px; }
#text-28.blog-widget.widget_text { padding: 0; }
.blog-widget .social { float: left;  }

.ataglist h3, .widget_authors h3 { padding: 0 10px; }
#taglist {
	list-style: none;
	margin: 0; padding: 5px 0 0;	
	overflow: hidden;
}
#taglist li {
	margin-bottom: 10px;
	height:9px;
	background: #cbcbcb;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-indent: 5px;
	width: 48%;
	line-height:15px;
}
#taglist li.even {float: right;}
#taglist li.odd {float: left;}
#taglist a { font-size: 12px; color: #303030; }
.aktt_widget ul {
	margin: 0px;
}
.aktt_tweets, #twtr-widget-1 {
	margin-bottom: 10px;
	background: #cbcbcb;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	line-height:15px;
	font-size: 12px;
	list-style-type: none;
	padding: 4px 10px;
	color: #CCC:
}
.aktt_widget li {
	margin-bottom: 10px;
	list-style-type: none;
}
.aktt_widget li a {
	color: #303030;
}
.twtr-hd, .twtr-user { 
	display: none; 
}
.twtr-doc { 
	width: auto; 
}
.blog-widget#text-27 {
	padding: 0px;
}
.blog-widget#text-27 p {
	font-size: 12px;
}
.blog-widget#text-29 {
	padding: 0px;
}
.blog-widget#text-29 p {
	font-size: 12px;
	color: #d5d5d5;
	padding: 0px 10px;
	margin-bottom: 0px;
}
.blog-widget#text-29 h3 {
	padding: 0px 10px;
}

/* =Content
----------------------------------------------- */

.post p, .entry p, .post h2, .entry ul,  .entry ol, .comment-body p {
	text-align: justify;
	color: #444444;
}

.post-edit-link { background: #ef3e35; color: white; font-weight: bold; padding: 3px; }

.page-post-title {
	font-family: 'Quattrocento Sans', Helvetica, Arial, sans-serif;
 	font-size: 16px; line-height: 20px; margin-bottom: 3px;
}

/* Banner */

#banner {
	clear: both;
	height: 193px;
	background: #f5f5f5 url(images/banner-bg.jpg) repeat-x top;
	
	z-index:5px;
}
.home #banner, .page-id-10754 #banner { height: 378px; overflow-y: hidden; }
#banner img { float: left; }

#banner #slide3 img{margin-left:10px;}
#banner_tagline {
	float: left;
	color: #000;
	overflow: hidden;
	margin-top: 65px;
	margin-left: 5px;
}
.parent-pageid-9 #banner_tagline, .page-id-9 #banner_tagline { margin-left: 15px; }
.banner_line {
	font-size: 30px;
	line-height: 34px;
	letter-spacing: -1px;
}
#banner .container { position: relative; }
#slide-content {
	position: absolute;
	width: 344px;
	top: 54px;
	left: 0px;
}
#slide-content img {float: none;}
#slide-content h2 { font-size: 45px; line-height: 40px; }
#slide-content p { color: #62625b; margin-top:1.625em; }

.jquery-slider-navigation-prev { left: -40px !important; }
.jquery-slider-navigation-next { right: -40px !important; }

.learnmore {
	background: url(images/btn-learnmore.gif) no-repeat;
	color: white;
	display: inline-block;
	width: 94px;
	height: 22px;
	padding: 0 2px 3px 0;
	line-height: 22px;
	font-size: 12px;
	text-indent: 12px;
	text-align: left !important;
}

#slide1 #slide-content, #slide2 #slide-content {
	text-align: right;
	left: 522px;
}

#main {
	clear: both;
	margin: 20px auto;
	padding-top: 0px;
	overflow: hidden;
}
#nav-below{
	width: 660px;
	height:20px;
	margin-bottom:40px;
	margin-top:5px;
	clear:both;
	position:relative;
	font-family: 'Quattrocento Sans', Helvetica, Arial, sans-serif;			
	text-transform: lowercase;
	color:#FFFFFF;
	text-align: center;
}
#nav-below a{
	color:#FFFFFF;
}

.post-title { line-height: 20px; padding-bottom: 15px; }
.post-title a { color: #000; }
.blog .post, .blog-helper .post {
	position: relative;
	border-bottom: 1px dotted #acacac;
	padding: 30px 90px 5px 20px;
}
.single .blog-helper .post { border-bottom: none; }
.single .post  { margin-bottom: 5px; }
.blog .lastpost{
	border-bottom:none;
}
.entry-author {
	color: #8c8c8c;
/* 	font-weight: bold; */
	font-size: 11px;
}
.post-date {
	background-image:url(images/blog-date.png);
	background-repeat:no-repeat;
	position: absolute;
	right: 0;
	top: 30px;
	width: 64px;
	height:42px;
	color: #fff;
	margin-right: 20px;
	font-family: 'Quattrocento Sans', Helvetica, Arial, sans-serif;			
	text-transform: lowercase;
	text-align: center;
}
.day {
	font-size: 49px;
	height:23px;
	width: 60px;
	float: left;
	text-align: center;
	margin-top:-10px;
	letter-spacing: -3px;
}
.month-year {	
	font-size: 14px;
	text-align: center;	
	float: left;
	width: 60px;
}
.blog-temp .entry { margin-top: 30px; }
.entry { /* margin-top: 10px; border-bottom:1px dotted #ddd -JTD Jan 25th */;
	color: #444444;
}
.entry-utility-prep-tag-links {
	color: #000;
	font-size: 14px;
	font-family: 'Quattrocento Sans', Helvetica, Arial, sans-serif;	
}
.tag-links a {
	font-size: 12px;
	background: #ececec;
	color: #0f0f0f;
	padding: 2px 10px;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.hentry,
.no-results {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
	position: relative;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-title,
.entry-header .entry-meta {
	padding-right: 76px;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 8px;
}
.entry-meta a {
	font-weight: bold;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	padding: 1.625em 0 0;
}
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
	color: #000;
	font-weight: bold;
	margin: 0 0 .8125em;
}
.entry-content h3,
.comment-content h3 {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
h3.job-title{
	font-size:16px;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	/*border: 1px solid #ddd;*/
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Author Info */
#author-info {
	font-size: 12px;
	overflow: hidden;
}
.singular #author-info {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2.2em -35.6% 0 -35.4%;
	padding: 20px 35.4%;
}
.archive #author-info {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {
	background: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}

/* Comments link */
.comments-link { font-size: 11px; color: #0f0f0f; }
.comments-link a {
	background: url(images/comment-bubble.gif) no-repeat left;
	display: inline-block;
	width: 16px;
	height: 12px;
	color: #0f0f0f;
	padding-left: 12px;
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}
.entry-header hgroup .entry-title {
	padding-top: 15px;
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
	padding: 20px 0 0;
}
article.format-status .entry-content {
	min-height: 65px;
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}

/* Singular content styles for Posts and Pages */
.singular .hentry {
	border-bottom: none;
	padding: 4.875em 0 0;
	position: relative;
}
.singular.page .hentry {
	padding: 3.5em 0 0;
}
.singular .entry-title {
	color: #000;
	font-size: 36px;
	font-weight: bold;
	line-height: 8px;
}
.singular .entry-title,
.singular .entry-header .entry-meta {
	padding-right: 0;
}
.singular .entry-header .entry-meta {
	position: absolute;
	top: 0;
	left: 0;
}
blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
	width: 33%;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
	width: 33%;
}
.singular .entry-meta .edit-link a {
	bottom: auto;
	left: 50px;
	position: absolute;
	right: auto;
	top: 80px;
}


/* =Aside
----------------------------------------------- */

.format-aside .entry-title,
.format-aside .entry-header .comments-link {
	display: none;
}
.singular .format-aside .entry-title {
	display: block;
}
.format-aside .entry-content {
	padding: 0;
}
.singular .format-aside .entry-content {
	padding: 1.625em 0 0;
}


/* =Link
----------------------------------------------- */

.format-link .entry-title,
.format-link .entry-header .comments-link {
	display: none;
}
.singular .format-link .entry-title {
	display: block;
}
.format-link .entry-content {
	padding: 0;
}
.singular .format-link .entry-content {
	padding: 1.625em 0 0;
}


/* =Gallery
----------------------------------------------- */

.format-gallery .gallery-thumb {
	float: left;
	display: block;
	margin: .375em 1.625em 0 0;
}


/* =Status
----------------------------------------------- */

.format-status .entry-title,
.format-status .entry-header .comments-link {
	display: none;
}
.singular .format-status .entry-title {
	display: block;
}
.format-status .entry-content {
	padding: 0;
}
.singular .format-status .entry-content {
	padding: 1.625em 0 0;
}
.format-status img.avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	float: left;
	margin: 4px 10px 2px 0;
	padding: 0;
}


/* =Quote
----------------------------------------------- */

.format-quote blockquote {
	color: #555;
	font-size: 17px;
	margin: 0;
}


/* =Image
----------------------------------------------- */

.indexed.format-image .entry-header {
	min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
}
.indexed.format-image .entry-content {
	padding-top: 0.5em;
}
.indexed.format-image p,
.indexed.format-image p img {
	margin-bottom: 0;
}
.indexed.format-image footer.entry-meta {
	background: #ddd;
	margin-top: -7px;
	padding: 20px 30px;
	overflow: hidden;
}
.indexed.format-image div.entry-meta {
	display: inline-block;
	float: left;
	width: 35%;
}
.indexed.format-image div.entry-meta + div.entry-meta {
	float: none;
	width: 65%;
}
.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
	display: block;
}
.indexed.format-image footer.entry-meta a {
	color: #444;
}
.indexed.format-image footer.entry-meta a:hover {
	color: #fff;
}
#content .indexed.format-image img {
	border: none;
	max-width: 100%;
	padding: 0;
}
.indexed.format-image .wp-caption {
	background: #111;
	margin-bottom: 0;
	max-width: 96%;
	padding: 11px;
}
.indexed.format-image .wp-caption .wp-caption-text {
	color: #ddd;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
	color: #444;
}
.indexed.format-image a:hover img {
	opacity: 0.8;
}


/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 8.9%;
}
.error404 #main #s {
	width: 95%;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}


/* =Showcase
----------------------------------------------- */

h1.showcase-heading {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

/* Intro */
article.intro {
	background: #f9f9f9;
	border-bottom: none;
	margin: -1.855em -8.9% 1.625em;
	padding: 0 8.9%;
}
article.intro .entry-title {
	display: none;
}
article.intro .entry-content {
	color: #111;
	font-size: 16px;
	padding: 1.625em 0 0.625em;
}
article.intro .edit-link a {
	background: #aaa;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	padding: 0 8px;
	position: absolute;
	top: 30px;
	right: 20px;
	text-decoration: none;
}
article.intro .edit-link a:hover,
article.intro .edit-link a:focus,
article.intro .edit-link a:active {
	background: #777;
}

/* Featured post */
section.featured-post {
	float: left;
	margin: -1.625em -8.9% 1.625em;
	padding: 1.625em 8.9% 0;
	position: relative;
	width: 100%;
}
section.featured-post .hentry {
	border: none;
	color: #666;
	margin: 0;
}
section.featured-post .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* Small featured post */
section.featured-post .attachment-small-feature {
	float: right;
	height: auto;
	margin: 0 -8.9% 1.625em 0;
	max-width: 59%;
	position: relative;
	right: -15px;
}
section.featured-post.small {
	padding-top: 0;
}
section.featured-post .attachment-small-feature:hover,
section.featured-post .attachment-small-feature:focus,
section.featured-post .attachment-small-feature:active {
	opacity: .8;
}
article.feature-image.small {
	float: left;
	margin: 0 0 1.625em;
	width: 45%;
}
article.feature-image.small .entry-title {
	line-height: 1.2em;
}
article.feature-image.small .entry-summary {
	color: #555;
	font-size: 13px;
}
article.feature-image.small .entry-summary p a {
	background: #222;
	color: #eee;
	display: block;
	left: -23.8%;
	padding: 9px 26px 9px 85px;
	position: relative;
	text-decoration: none;
	top: 20px;
	width: 180px;
	z-index: 1;
}
article.feature-image.small .entry-summary p a:hover {
	background: #1982d1;
	color: #eee;
	color: rgba(255,255,255,0.8);
}

/* Large featured post */
section.feature-image.large {
	border: none;
	max-height: 188px;
	padding: 0;
	width: 100%;
}
section.feature-image.large .showcase-heading {
	display: none;
}
section.feature-image.large .hentry {
	border-bottom: none;
	left: 9%;
	margin: 1.625em 9% 0 0;
	position: absolute;
	top: 0;
}
article.feature-image.large .entry-title a {
	background: #222;
	background: rgba(0,0,0,0.8);
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-weight: 300;
	padding: .2em 20px;
}
section.feature-image.large:hover .entry-title a,
section.feature-image.large .entry-title:hover a {
	background: #eee;
	background: rgba(255,255,255,0.8);
	color: #222;
}
article.feature-image.large .entry-summary {
	display: none;
}
section.feature-image.large img {
	display: block;
	height: auto;
	max-width: 117.9%;
	padding: 0 0 6px;
}

/* Featured Slider */

.featured-posts {
	border-bottom: 1px solid #ddd;
	display: block;
	height: 128px;
	margin: 1.625em -8.9% 20px;
	max-width: 1000px;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.featured-posts .showcase-heading {
	padding-left: 8.9%;
}
.featured-posts section.featured-post {
	background: #fff;
	height: 88px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 30px;
	width: auto;
}
.featured-posts section.featured-post.large {
	max-width: 100%;
	overflow: hidden;
}
.featured-posts section.featured-post {
	-webkit-transition-duration: 200ms;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 200ms;
	-moz-transition-property: opacity, visibility;
	-moz-transition-timing-function: ease;
}
.featured-posts section.featured-post {
	opacity: 0;
	visibility: hidden;
}
.featured-posts #featured-post-1 {
	opacity: 1;
	visibility: visible;
}
.featured-post .feature-text:after,
.featured-post .feature-image.small:after {
	content: ' ';
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	width: 100%;
	height: 15px;
	position: absolute;
	top: 230px;
}
.featured-post .feature-image.small:after {
	top: 253px;
}
#content .feature-slider {
	top: 5px;
	right: 8.9%;
	overflow: visible;
	position: absolute;
}
.feature-slider ul {
	list-style-type: none;
	margin: 0;
}
.feature-slider li {
	float: left;
	margin: 0 6px;
}
.feature-slider a {
	background: #3c3c3c;
	background: rgba(60,60,60,0.9);
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	display: block;
	width: 14px;
	height: 4px;
}
.feature-slider a.active {
	background: #1982d1;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	cursor: default;
	opacity: 0.5;
}

/* Recent Posts */
section.recent-posts {
	padding: 0 0 1.625em;
}
section.recent-posts .hentry {
	border: none;
	margin: 0;
}
section.recent-posts .other-recent-posts {
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0;
}
section.recent-posts .other-recent-posts li {
	padding: 0.3125em 0;
	position: relative;
}
section.recent-posts .other-recent-posts .entry-title {
	border-top: 1px solid #ddd;
	font-size: 17px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"] {
	color: #373737;
	float: left;
	max-width: 84%;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
	content: '-';
	color: transparent;
	font-size: 11px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
}
section.recent-posts .other-recent-posts .comments-link a,
section.recent-posts .other-recent-posts .comments-link > span {
	border-bottom: 2px solid #999;
	bottom: -2px;
	color: #444;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	padding: 0.3125em 0 0.3125em 1em;
	position: absolute;
	right: 0;
	text-align: right;
	text-transform: uppercase;
	z-index: 1;
}
section.recent-posts .other-recent-posts .comments-link > span {
	border-color: #bbb;
	color: #888;
}
section.recent-posts .other-recent-posts .comments-link a:hover {
	color: #1982d1;
	border-color: #1982d1;
}
section.recent-posts .other-recent-posts li:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}


/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}


/* =Navigation
-------------------------------------------------------------- */

#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
}
#content nav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	text-align: left;
	width: 20%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 20%;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#nav-single {
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	float: none;
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}


/* Ephemera Widget */
section.ephemera ol,
.widget_twentyeleven_ephemera ol {
	list-style: square;
	margin: 5px 0 0;
}
.widget_twentyeleven_ephemera .widget-entry-title {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}
.widget_twentyeleven_ephemera .comments-link a,
.widget_twentyeleven_ephemera .comments-link > span {
	color: #666;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	text-transform: uppercase;
}
section.ephemera .entry-title .comments-link a:hover,
.widget_twentyeleven_ephemera .entry-title .comments-link a:hover {
}
section.ephemera .entry-title a span {
	color: #29628d;
}

/* Twitter */
.widget_twitter li {
	list-style-type: none;
	margin-bottom: 14px;
}
.widget_twitter .timesince {
	display: block;
	font-size: 11px;
	margin-right: -10px;
	text-align: right;
}

/* Widget Image */
.widget_image img {
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/* =Comments
----------------------------------------------- */

#comments_con { padding-left: 20px; padding-right: 90px; }
.single #comments_con { padding-top: 0; }
#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0px;
	width: 100%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	margin: 0px 3px 3px 0px;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(../../../../content/wp-content/themes/opinionlab/images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 20px;
	margin-right: 90px;
	position: relative;
}
#respond .inner { padding: 20px; }
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 0px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 10px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 7px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}


/* =Footer
----------------------------------------------- */
#menu-footer li { line-height:15px; }

#footer, #attribution {
	border-top: 1px dotted #9f9f9f;
	overflow: hidden;
	padding: 10px 0;
	padding-top: 10px;
	color: #515151;
	font-family: 'Quattrocento Sans',Helvetica,Arial,sans-serif;
    font-size: 12px;
}
.menu-base-container{
	float:left;
	width:500px;
	margin-top:5px;
}
#footer.blog-helper, #attribution.blog-helper, #footer.blog-helper a { color: #fff; }
#footer {
	margin-top: 20px;
	padding: 0px !important;
	padding-top: 5px !important;
	border-top: 1px dotted #f5f5f5;
	background-color: #666666;
	background-image: url('/images/footer_nav_bg.gif');
	background-position: top;
	background-repeat: repeat-x;
}
#footer.blog-helper { background: #606060; height: 15px; }
#attribution { background: #e7e7e7; }
#attribution.blog-helper { background: #171717; }

#menu-base { margin-top: 5px; }
#menu-base li { font-size: 12px; }
#menu-base .social { margin-top: -10px; }

#menu-footer .menu-item, #menu-blog-footer .menu-item {
	width: 150px;
	margin-right: 10px;
	background: transparent url('/images/footer_nav_border.gif') no-repeat right top;
	text-align: right;
}
#menu-footer .menu-item#menu-item-9657, #menu-blog-footer .menu-item#menu-item-9721 {
	width: 113px;
}


#menu-footer .menu-item a, #menu-blog-footer .menu-item a {
	padding-right: 10px;
}
#menu-footer .menu-item a:hover, #menu-blog-footer .menu-item a:hover, #menu-footer .sub-menu .menu-item a:hover {
	color: #336699;
}

#menu-footer .sub-menu {
	margin: 22px 0px 10px;
}

#menu-footer .sub-menu .menu-item {
	padding-top: 3px;
	padding-right: 0px;
	margin-right: 0px;
	list-style-type: none;
	text-align: right;
	font-size: 90%;
	float: none;
	background: transparent;
	text-transform: lowercase;
	width: 100%;
}

#menu-footer .sub-menu .menu-item a {
	color: #f5f5f5;
	padding-right: 0px;
}

#menu-footer .menu-item.login {
	border-right: none;
	padding-right: 0px;
	margin-right: 0;
}
#menu-footer .menu-item.feedback {
	display: none;
	padding-left: 15px;
	background: url(images/feedback-icon.jpg) no-repeat 0 0;
	margin-right: 0;
	margin-left: 4px;
}
.blog-temp #menu-footer .menu-item.feedback { background: url(images/blog-feedback-icon.gif) no-repeat 0 0; }

.blog-temp #menu-footer .menu-item { border-color: #fff; }
.social a {
	text-indent: -9999px;
	display: block;
	float: left;
	width: 29px;
	height: 9px;
	margin-right: 9px;
	background: url(images/social-icons.png) no-repeat 0 0;
}
.blog-temp .social { list-style: none; }
.blog-temp .social a { background: url(images/social-icons.png) no-repeat 0 0; }
#ie6 .blog-temp .social a { background: url(images/social-icons.png) no-repeat 0 0; }

.social.fb a { background-position: 0 -29px; }

.social.li a { background-position: 0 -58px; }

.social.gp a { background-position: 0 -87px; }

.social.yt a { background-position: 0 -116px; }

#copyright {
	float: right;
	text-align: right;
	padding-right: 45px;
	background: url(images/copyright.gif) no-repeat right;
	line-height: 14px;		
	margin-right:8px;
}

#copyright.blog-helper {
	background: url(images/blog-copyright.gif) no-repeat right;
	margin-top: 5px;
}

.menu-blog-base-container { clear: both; }
#menu-blog-base {line-height: 10px;}
#menu-blog-base a { color: #fff; font-size: 10px; font-family: Tahoma, Helvetica, Arial, sans-serif; }

#rss { float: left; line-height: 6px; }

/* =Helpers
----------------------------------------------- */
.flr {float: right; clear: both;}
.fll {float: left; clear: both;}
.clear { 
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}

html, body {
	height: 100%;
	min-height: 100%;
}

#submitMessage { background: #555 !important; }

#formBody { width: 100% !important; }
#formBody div.column { width: 50% !important; }
.clientListing {
	width: 40%;
	float: left;
	font-size: 11px;
	line-height: 1.625;
}
.clientListing a {
	color: #62625b;
}
.excerpted strong {
	font-weight: normal;
}
.entry p.edit, .post p.edit {
	display: none;
}
.entry:hover p.edit, .post:hover p.edit {
	display: block;
}
.shareThisBugs {
	margin-bottom: 1.625em;
}
h3.leader { color: #EF3E35; font-size: 16px; }

#facebox img { max-width: 600px; }
#main.mainCareers {
	background: #FFF;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	padding: 15px 0px 0px 15px;
	margin-top: 0px;
	width: 910px;
}
.mainCareers .page-post-title {
	margin-top: 10px;
}
.headerCareers h1 { margin-bottom: 25px; }
.headerCareers #logo.blog-helper a {
	background: url(images/careers-logo.png) no-repeat;	
}
.headerCareers #backtosite {
	background-image:url(images/careers-backtosite.png);
}
.headerCareers #tel { padding-right: 0px; }
.mainCareers .post-title { line-height: 10px; }
.testimonial-post .addthis_toolbox, .resourcespost .addthis_toolbox {  display: none; }
#careersWidgets .blog-widget {
	background-color: #FFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 0px;
	margin-bottom: 7px;
}
.careersLeft { height: 81px; }
#text-31 {
	background-image:url(images/careersW1.png);
}
#text-31 img {
	margin: 52px 75px;
}
#text-32 {
	background-image:url(images/careersW2.png);
}
#careersWidgets .blog-widget#advanced-recent-posts-2 {
	height: 14px;
	padding: 5px;
}
.careersMiddle h3 {
	clear: none;
	background-color: #000;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	padding: 5px 9px;
	margin-bottom: 5px;
	background: #666;
	font-size: 19px;
}
.careersMiddle h3.rpwe-title {
	padding: 0px;
	background: #FFF;
}
.careersMiddle li {
	list-style-type: none;
	padding: 0px 9px;
}

.careersMiddle .jquery-slider-slide-current img {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.careersRight {
	height: 69px;
	background-image:url(images/careersW5.png);
}
.careersRight .textwidget {
	padding: 105px 20px;
	font-size: 11px;
}

.move-temp {
	background: #bbb;
}

.move-temp .container {
	width: 1125px;
	background: #FFF url(images/move_bg.png);
}
.move-temp .container .halfpage a {
	margin: 15px;
}
.headerMove #logo.blog-helper a {
	background: url(images/move-logo.png) no-repeat;	
	margin: 163px 20px 0px;
}
.mainMove #content h2 {
	background: #d9d9d9;
	padding: 10px 65px;
	font-weight: bold;
	margin-bottom: 20px;
}
.mainMove #sub_nav {
width: 259px;
}
.mainMove #content.full-width {
	margin: 0px;
width: 866px;
}
.mainMove #content.full-width .post p {
	margin: 0px 65px;
}
.mainMove #sub_nav {
	margin-top: 65px;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: right;
}
.mainMove .menu {
	font-size: 18px;
}
.mainMove .menu a {
	border-right: 1px dotted #ef3e35;
	margin-right: 15px;
	padding-right: 15px;
}
#copyright a { color: #515151;}
#copyright a:focus, #copyright a:active, #copyright a:hover { text-decoration: none; }
.floatForm span { display: block; height: 15px; }

.floatForm input { 
font-size: 11px;
background-color: #fff;
border: 1px solid #d4d4d4;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
height: 15px;
padding: 0px 3px;
}

textarea.floatForm { 
font-size: 11px;
background-color: #fff;
border: 1px solid #d4d4d4;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
height: 30px;
}

.floatForm select {
height: 5px;
background-color: #fff;
border: 1px solid #d4d4d4;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.floatForm p { margin-bottom: 10px; }
#rpwe_widget-2 {
	height: 34px;
}
#rpwe_widget-2 h3 {
	font-size: 16px !important;
}
.rpwe-summary {
	padding-right: 9px;
	font-size: 11px !important;
}
.current, div.mobile_nav, .mobileRate { display: none; }
.mapRight { float: right; width: 47%; }
.mapLeft { float: left; width: 47%; }
.footerForm { background: #575756; }
.casestudiespost .entry a {
 	font-size: 16px;
}
.caseLogo {
	border: 1px solid #d1d3d4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: left;
	margin-right: 15px;
}
