/*
Theme Name: TADS
Author: TADS
Version: 1.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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {	font-size: 22px;	}
h2 {	font-size: 18px;	}
h3 {	font-size: 16px;	}
.page-template-page-contact-us-php .entry-content h3 {	font-size: 18px;	}
#main .entry-content h3 {	margin-bottom: 6px;	}

table h4 {	font-weight: bold;	}

ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

html {	
	/*background-color: #FE553A;*/
	background-color: #F7F7F7;
}

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	width: 100%;
}

#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body {	font-size: 62.5%; font-family: Helvetica, "Helvetica Neue", Arial, sans-serif; 	}
#wrapper {	font-size: 1.3em; line-height: 20px;	}

input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 1.0em;
}


#content .entry-title,
.page-template-page-contact-us-php h3
{	
	font-weight: bold;
}
h1.entry-title {	font-size: 24px; font-weight: bold; margin: 16px 0 10px; line-height: 30px;	}
h3.entry-title {	font-size: 16px;	}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}



/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
.menu li {	list-style: none;	}
div.menu,
#colophon,
#wrapper {
	margin: 0 auto;
	width: 960px;
}
#wrapper {
	padding: 6px 0 0;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */
body {
	background: #f7f7f7 url("images/body-bg.png") 0 141px repeat-x;
	color: #363636;
}

input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background: transparent url("images/subnav-border.png") 0 0 repeat-x;
	border:0 none;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: disc;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
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 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 0 0 10px;
	border-left: 5px solid #FE553A;
	margin-left: 10px;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
}
a:link, a:visited, a:active, a:hover {
	color: #6f992d;
}
a:link, a:visited {	text-decoration: none;	}
a:active, a:hover {	text-decoration: underline;	}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	overflow: hidden;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 5px;	
}
#header h1 span { display:none;}
#site-title {
	float: left;
	margin: 28px 0 0 10px;
}

#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

.links {	margin: 0; display: inline;	}
.links li {	display: inline; border-left: 1px solid #989898; line-height: 1; margin-right: 10px; padding-left: 10px;	}
.links li:first-child {	border-left: 0 none;	}
span.phone {	color: #989898; border-left: 1px solid #989898; line-height: 1; padding-left: 10px; 	}

.links a {	color: #fe553a;	}

.chat-with-us {	padding-top: 14px; overflow: hidden;	}
.button.chat 
{	
	border: 1px solid #888;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
	padding: 8px 20px 7px 61px; 
	float: right; 
	font-size: 20px;
	background: #f0f0f0 url(images/button-chat.png) 19px 50% no-repeat;
	background: url(images/button-chat.png) 19px 50% no-repeat, -moz-linear-gradient(top, #ffffff, #F0F0F0);
	background: url(images/button-chat.png) 19px 50% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#F0F0F0));
	color: #363636;
	text-shadow: 1px 1px 0 #fff;
	text-decoration: none;
	-moz-box-shadow: inset 0 0 1px #fff, 0 0 2px 1px #fff;
	-webkit-box-shadow: inset 0 0 1px #fff, 0 0 1px #fff;
	box-shadow: inset 0 0 1px #fff, 0 0 1px #fff;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #FE553A;
	margin: 0 auto;
	width: 960px;
	display:block;
	float:left;
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.5);
	box-shadow: 0 2px 2px rgba(0,0,0,0.5);
	position: relative;
	z-index: 100;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}

#access .menu-header .promise {	background: #D5371F; float: right;	}
#access .menu > li.promise a {
	border-color: #D5371F;
}
#access .menu > li.promise:hover {	background-color: #BE2912; background-position: 0 0;	}
#access .menu > li.promise:hover a {	border-color: #BE2912; background-position: 0 0; 	}
#access .menu > li.promise.current-menu-item {	background-color: #AC2003; -moz-box-shadow: inset 0 0 5px 1px #850701; -webkit-box-shadow: inset 0 0 5px 1px #850701; box-shadow: inset 0 0 5px 1px #850701;	}
#access .menu > li.promise.current-menu-item a {	border-color: #AC2003;	}

#access a {
	display:block;
	text-decoration:none;
	color:#fff;
	padding:10px 7px; 
	font-size: 15px;
	line-height: 22px;
}

#access .menu > li
{
	padding-top: 1px;
	display: inline;
}
#access .menu > li > a
{
	border: 1px solid #FE553A;
	border-bottom: 0 none;
} 
#access .menu > li:hover 
{
	background-color: #FF7357;
}
#access .menu > li:hover > a
{
	border-top: 1px solid #E3452C;
	border-left:1px solid  #E3452C;
	border-right:1px solid  #E3452C;
}
#access .menu > li > a > span 
{	
	display: block; 
	padding: 0 10px; 
	line-height: 22px;
	border:1px solid transparent;	
}
#access .menu > .current-menu-item > a > span,
#access .menu > .current-menu-parent > a > span
{
	background-color: #FF7357;
	border-top: 1px solid #E3452C;
	border-left: 1px solid #E3452C;
	border-right: 1px solid #FE553A;
	border-bottom: 1px solid #FE553A;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset 1px 1px 0 #F56348, 1px 1px 0 #FE644A;
	-webkit-box-shadow: inset 1px 1px 0 #F56348, 1px 1px 0 #FE644A;
	box-shadow: inset 1px 1px 0 #F56348, 1px 1px 0 #FE644A;
}

#access .menu > .current-menu-item:hover > a > span,
#access .menu > .current-menu-parent:hover > a > span
{
	background: #FF7357;
	border-color: #FF7357;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#access .menu > li.promise.current-menu-item > a > span {	background-color: #AC2003; border-color: #AC2003; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;	}

#access ul ul {
	display:none;
	position:absolute;
	top:44px;
	left:0;
	float:left;
	width: 99%;
	z-index: 99999;
}

#access .sub-menu {
	background: #FF7357;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #E7452C;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	margin: 0;
}
#access ul ul li {
	/* min-width: 180px;	 */
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access .sub-menu li {	float: none; display: block;	}
#access ul ul a {
	height:auto;
	line-height:1em;
	font-size: 12px;
	padding:10px;
	color: #ffd7cd;
}

#access ul ul :hover > a {
	color:#fff;
	background:#F5543A;
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;
}

/* =Content
-------------------------------------------------------------- */
.content-wrapper {	background: transparent url("images/content-bg.png") 0 0 repeat-x; padding-top: 7px; padding-bottom: 40px; clear: both;	}
#content {
	overflow: hidden;
	margin: 0 10px;
	background: #F7F7F7;
	clear: both;
}
#content {
	margin-bottom: 36px;
}

#main {	width: 680px; float: left; margin-left: 20px; padding-top: 21px;	}

.page-template-front-page-php #main {	margin-left: 0; padding-top: 0; width: 720px;	}

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content dd,
.entry-content pre,
.entry-content hr {
	margin-bottom:20px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom:0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#main code {
	font-size: 12px; font-family: "Courier New", Courier, monotype; line-height: normal;
}
#content dt,
#content th {
	color: #000;
}

.single #main h2, .single #main h3 {	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;	}
.single #main h2 {	font-size: 16px; line-height: 23px; font-weight: normal; margin-bottom: 20px;	}

.single #main h3 {	font-size: 12px; line-height: 24px; font-weight: bold; text-transform: uppercase;	}

.single-post #main h2 {	margin-bottom: 6px;	}

#main table {
	background: #dfdfdf;
	border-collapse: separate;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}

#main table.chart {		padding-bottom: 20px; padding-right: 20px;	}

#main table.link-to-tads {	background-color: #F7F7F7;	}
#main table.link-to-tads th {	background-color: #DFDFDF;	}
#main table.link-to-tads th:first-child {	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;	
}

#main table.link-to-tads th:last-child {	
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;	
}

#main table.link-to-tads th:nth-child(2) {	
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;	
}

#main table.link-to-tads img {	margin-left: -8px;	}

#main table caption {	background: #e9e9e9 url("images/border.png") 0 0 repeat-x; text-align: left; border-top: 12px solid #dfdfdf; border-bottom: 1px solid #f4f4f4; padding: 5px 20px 5px 0; text-indent: 20px; font-size: 18px; text-shadow: 1px 1px 1px #fff;  width: 100%;	}

#main tr th,
#main thead th {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
	white-space: nowrap;
}

#main thead th.tads 
{		
	border: 1px solid #00648C;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	background: #0096D7;
	background: -moz-linear-gradient(top, #00A8EC, #0096D7);
	background: -webkit-gradient(linear, left top, left bottom, from(#00A8EC), to(#0096D7));
	color: #fff;
	-moz-box-shadow: inset 0 0 0 1px #00A9E1, inset 0 0 1px 0 #8ADEF8;
	-webkit-box-shadow: inset 0 0 1px #00A9E1, inset 0 1px 0 #8ADEF8;
	box-shadow: inset 0 0 1px #00A9E1, inset 0 1px 0 #8ADEF8;
}
#main tr td, #main .data tfoot th {
	background-image: url("images/subnav-border.png");
	background-position: 0 0;
	background-repeat: repeat-x;
	padding: 6px 24px;
	vertical-align: top;
}

#main .link-to-tads tbody tr:first-child td {	background-image: none;	}

span.check {	float: left; background: transparent url("images/check.png") 0 0 no-repeat; width: 24px; height: 23px; text-indent: -9999px;	}

#main tr td:empty {	empty-cells: show;	}
#main tr td.tads {	background-color: #D3F5FD;	}
#main tr td.you {	background-color: #fff;	}
#main tr td p {	margin-bottom: 0;	}
#main tr.odd td {
	background: #F2F7FC;
}

#main table.data th, #main table.data td {	text-align: right;	}

#main .link-to-tads tr td p {	margin-bottom: 6px;	}
#main .link-to-tads tr td p + p {	margin-bottom: 0;	}

.hentry {
	margin: 0 0 20px 0;
}
.home #main .type-page {	width: 33%; float: left;	}
.home #main .type-page .entry-title {	margin-left: 10px; margin-right: 20px; font-size: 16px; font-weight: normal;	}
.home #main .type-page .entry-content {	margin: 0 20px 0 10px;	}
.home #main .type-page ul {	margin-left: 0; list-style: none; font-size: 12px; line-height: 1.2;	}
.home #main .type-page ul li {	padding-left: 26px; margin-bottom: 14px;	}
.home #main .type-page ul .bar {	background: transparent url("images/icon-bar.png") 2px 4px no-repeat;	}
.home #main .type-page ul .check {	background: transparent url("images/icon-check.png") 2px 4px no-repeat;	}
.home #main .type-page ul .user {	background: transparent url("images/icon-user.png") 2px 4px no-repeat;	}
.home #main .type-page ul h4 {	font-weight: bold;	}
.home #main .type-page ul p {	margin-bottom: 0;	}
.single-post .hentry {	clear: both;	}
.home .sticky {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin-left: -20px;
	margin-right: -20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}

.single-post .hentry {
	margin: 0 0 10px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color:#888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #FF4B33;
}
.single #main .entry-title {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	margin: 7px 0;
}
.entry-title em {	display: block; text-transform: uppercase; font-style: normal; font-size: 18px;	}
.entry-title a:link,
.entry-title a:visited {
	color:#6f992c;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #363636;
	text-decoration: underline;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #E7E7E7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
}
.entry-content input.file,
.entry-content input.button {
	margin:12px 24px 0 0;
}
.entry-content label {

}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight:bold;
	margin:0 0 22px 0;
	word-spacing:0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color:#333;
	font-weight:normal;
	padding:0.5em 0.75em;
	text-decoration:none;
}
.home .sticky .page-link a {
	background: #D9E8F7;
}
.page-link a:active,
.page-link a:hover {
	color: #FF4B33;
}
.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin: 24px 0;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	line-height: 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 0 -104px 0 0;
	padding: 11px;
	height: 60px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0;
}
.entry-utility {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	clear: both;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #FF4B33;
}
#content .video-player {
	padding: 0;
}






/* Gallery listing
-------------------------------------------------------------- */

.category-gallery {
	margin-bottom: 48px;
}
.category-gallery h2 {
	margin-top: 10px;
}
.category-gallery .entry-meta {
}
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right:20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-content p {
	display: inline;
}
.home #content .category-gallery .entry-utility {
	padding-top:4px;
}

.gallery-container {	margin-bottom: 20px; background-color: #363636;	}
.gallery-nav {	list-style: none; float: right; width: 220px;	}
.gallery-nav a {	outline: none;	}
.gallery {	list-style: none; margin: 0; width: 720px; float: left;	}
.gallery img {	display: block;	}

/* Attachment pages
-------------------------------------------------------------- */

.entry-content .attachment img {
	margin-bottom: 0;
}
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}

/* .page-template-casestudies-php #main {	padding-top: 10px;	} */

.page-template-casestudies-php .type-casestudy {	clear: both; background: transparent url("images/subnav-border.png") 0 0 repeat-x; padding-top: 18px; margin-bottom: 19px;	}
.type-casestudy h2, .type-casestudy h3, .type-casestudy .entry-content {	clear: none;	}
#main .type-casestudy h2 {	font-size: 16px; line-height: 20px; margin-bottom: 0;	}
#main .type-casestudy p.site {	margin-bottom: 0; font-size: 11px; line-height: 14px;	}
#main .type-casestudy p.site a {	color: #6f992d;	}
.type-casestudy .thumbnail {	float: left; margin-top: 3px;	}
	.page-template-features-php .thumbnail {	margin-bottom: 7px;	}
	.thumbnail img {	display: block;	}
	.page-template-front-page-php .type-casestudy .thumbnail, .page-template-features-php .type-casestudy .thumbnail, .page-template-casestudies-php .type-casestudy .thumbnail {	padding: 9px; background-color: #fff; border: 1px solid #C9C9C9; -moz-box-shadow: 1px 1px 2px #C9C9C9; -webkit-box-shadow: 1px 1px 2px #C9C9C9; box-shadow: 1px 1px 2px #C9C9C9;	}
		.page-template-features-php .type-casestudy .thumbnail {	float: none; margin-left: auto; margin-right: auto;	}
.page-template-casestudies-php .type-casestudy .entry-content, 
.page-template-casestudies-php .type-casestudy .entry-header  {	margin-left: 240px;	}
.page-template-front-page-php .type-casestudy .entry-content, 
.page-template-front-page-php .type-casestudy .entry-header {	margin-left: 220px;	}
.type-casestudy .entry-header {	margin-bottom: 10px;	}

.type-casestudy .entry-content .view, .type-post .entry-content .view {	margin-bottom: 0;	}
.view a {	
	font-size: 13px; line-height: 1;
	color: #363636;
	float: left;
	padding: 6px 27px 6px 15px;
	border: 1px solid #A5A5A5;
	background: #D4D4D4 url("images/read-more.png") 90% 50% no-repeat;
	background: url("images/read-more.png") 90% 50% no-repeat, -moz-linear-gradient(top, #E4E4E4, #D4D4D4);
	background: url("images/read-more.png") 90% 50% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#E4E4E4), to(#D4D4D4));
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 2px #fff, 0 0 2px #fff;
	-webkit-box-shadow: inset 0 0 2px #fff, 0 0 2px #fff;	
	box-shadow: inset 0 0 2px #fff, 0 0 2px #fff;
	text-decoration: none;
	text-shadow: 1px 1px 0 #fff;
}

.home .type-page .view a 
{	
	padding-left: 12px; padding-right: 24px; white-space: nowrap;
	background: #D4D4D4 url("images/read-more.png") 93% 50% no-repeat;
	background: url("images/read-more.png") 93% 50% no-repeat, -moz-linear-gradient(top, #E4E4E4, #D4D4D4);
	background: url("images/read-more.png") 93% 50% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#E4E4E4), to(#D4D4D4));	
}

#sidebar .view a {	padding-left: 12px;	}

.summary {	font-size: 16px; line-height: 22px;	}
.page-template-casestudies-php .summary p {	margin-bottom: 14px;	}

.single-casestudy .header {	display: block;	}
.single-casestudy .header img {	display: block; max-width: 680px;	}
.single-casestudy .header.align-right {	float: right; margin-left: 20px; margin-bottom: 20px;	}
.single-casestudy .header.align-left {	float: left; margin-right: 20px; margin-bottom: 20px;	}

.type-post {	background: transparent url("images/subnav-border.png") 0 100% repeat-x; padding-bottom: 20px; margin-bottom: 20px;	}
.type-post .entry-content {	clear: none;	}
.type-post .entry-content, .type-post .entry-header {	margin-left: 60px;	}
.type-post .entry-header h3 {	line-height: 26px;	}
.type-post .entry-content p {	margin-bottom: 1em;	}
.type-post .post-date 
{	
	float: left; font-size: 22px; line-height: 1; text-shadow: 1px 1px 0 #fff;	
	background: #e4e4e4;
	background: -moz-linear-gradient(top, #f0f0f0, #e4e4e4);
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e4e4e4));
	padding: 3px 6px; margin-left: 2px;
	text-align: center;
	border: 1px solid #BBBBBB;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 0 1px #fff, 0 0 0 1px #fff;
	-webkit-box-shadow: inset 0 0 0 1px #fff, 0 0 0 1px #fff;	
	box-shadow: inset 0 0 2px #fff, 0 0 2px #fff;
	
}
.type-post .post-date em {	font-size: 13px; text-transform: uppercase; font-style: normal; color: #767676; display: block;	}

#quick_facts
{
	background-color: #DFDFDF;
	padding: 8px 0;
}

#quick_facts h3, 
#casestudies h2, 
.page-template-page-contact-us-php #sidebar h2,
.blog #sidebar h2,
.archive #sidebar h2,
.single-post #sidebar h2
{
	background-color: #E9E9E9;
	border-top: 1px solid #F4F4F4;
	border-bottom: 1px solid #F4F4F4;
	padding: 5px 0 4px 19px;
	font-size: 18px;
	text-transform: none;
	text-shadow: 1px 1px 0 #fff;
	margin-bottom: 0;
}

#quick_facts ul {	margin: 10px 20px; list-style: none;	}
#quick_facts ul li {	background: transparent url("images/subnav-border.png") 0 0 repeat-x; padding: 5px 0;	}
	#quick_facts ul li:first-child {	background-image: none;	}
#quick_facts ul li span {	display: block;	}

#quick_facts h4 {	font-size: 14px;	}

#footer_bottom {	margin-left: 20px; clear: both;	}
.page-template-front-page-php #blog {	width: 440px; float: left; padding-top: 18px;	}
#blog h2 {	margin-bottom: 16px; text-shadow: 1px 1px 0 #fff;	}
#casestudies {
	background-color: #DFDFDF;
	padding: 10px 0;
}
.page-template-front-page-php #casestudies {
	width: 455px;
	float: right;
}
.page-template-features-php #casestudies {	padding: 20px;	}

.page-template-front-page-php #casestudies .hentry {
	margin: 20px;
	padding-bottom: 19px;
	background: transparent url("images/subnav-border.png") 0 100% repeat-x;
}

.page-template-features-php #casestudies .hentry {	margin-bottom: 0;	}
.view a
{
	-moz-box-shadow: inset 0 0 2px #fff, 0 0 0 1px #fafafa;
	-webkit-box-shadow: inset 0 0 2px #fff, 0 0 0 1px #fafafa;
	box-shadow: inset 0 0 2px #fff, 0 0 0 1px #fafafa;
}
.page-template-front-page-php .view-all {	text-align: center; padding-top: 10px;	}
.page-template-front-page-php .view-all .button
{
	font-size: 15px; line-height: 1.3; vertical-align: middle;
	color: #fff; 
	padding: 7px 24px 8px;
	border: 1px solid #363636; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	background: #7F7F7F;
	background: -moz-linear-gradient(top, #989898, #7F7F7F);
	background: -webkit-gradient(linear, left top, left bottom, from(#989898), to(#7F7F7F));
	-moz-box-shadow: inset 0 0 1px rgba(255,255,255,0.95), 0 0 0 1px #f7f7f7;
	-webkit-box-shadow: inset 0 0 1px rgba(255,255,255,0.95), 0 0 0 1px #f7f7f7;
	box-shadow: inset 0 0 1px rgba(255,255,255,0.75), 0 0 2px #fff;
	text-shadow: 1px 1px 0 #363636;
	text-decoration: none;
}

#casestudies .entry-title em
{
	font-size: 12px;
	color: #929292;
}

.blog h1.entry-title, 
.archive h1.entry-title, 
.page-id-25 h1.entry-title {	background: url("images/subnav-border.png") repeat-x 0 100% transparent; padding-bottom: 10px;	}

.blog .hentry .entry-header, .archive .hentry .entry-header {	margin-bottom: 10px;	}
.blog .hentry .posted-by, .archive .hentry .posted-by {	margin-bottom: 0;	}
.blog .xoxo, .single-post .xoxo, .archive .xoxo {	margin-left: 0;	}

.page-template-features-php .feature {	width: 320px; margin-right: 20px;	}
.page-template-features-php .feature .img {	background: url("images/feature.png") 0 0 no-repeat; padding: 15px 1px 1px; position: relative; float: left;  margin-bottom: 10px;	}
.page-template-features-php .feature .img img {	display: block;	}
.page-template-features-php .img a {	position: absolute; width: 100%; height: 100%; left: 0; bottom: 0; background: transparent url("images/zoom.png") 100% 100% no-repeat;	}
.page-template-features-php .feature .feature-caption {	clear: both;	}
.page-template-features-php .alignnone {	width: auto; margin-right: 0;	}

.page-id-46 .feature {	clear: both; margin-bottom: 20px;	}
.page-id-46 .feature .img {	float: left; background: none; padding: 0;	}
.page-id-46 .feature .feature-caption {	margin-left: 280px; clear: none;	}

/* Images
-------------------------------------------------------------- */
.gallery-container {	height: 210px; overflow: hidden;	}

.alignleft {float: left;	}
.alignright {float: right;	}


/* =Navigation
-------------------------------------------------------------- */

ul.nav {
	font-size:  12px;
	line-height: 18px;
	overflow: hidden;
	color: #888;
	list-style: none;
}
.nav a:link,
.nav a:visited {
	text-decoration: none;
}
.nav a:active,
.nav a:hover {
	text-decoration: underline;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-previous a {	padding-left: 12px; background: transparent url("images/arrow-prev.png") 0 50% no-repeat;	}
.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}
.nav-next a {	padding-right: 12px; background: transparent url("images/arrow-next.png") 100% 50% no-repeat;	}
#nav-above {
	margin: 0 0 16px 0;
}
#nav-above {
	display: none;
}

.single #nav-above {
	display: block;
}
#nav-below {
	margin: 6px 0 0 0;
}



/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	margin-left: 50px;
}
#comments .nav {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
.single h3#comments-title {
	font-size: 24px;
	text-transform: none;
	font-weight: normal;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	background: transparent url("images/subnav-border.png") 0 100% repeat-x;
	line-height: 24px;
	padding: 12px 0;
	position: relative;
	overflow: hidden;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}

.commentlist .comment-info {	float: left; width: 160px;	}

.commentlist .comment-body, .commentlist .reply {	margin-left: 170px;	}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 18px 0 10px;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
.single-post h3#reply-title {
	font-size: 24px;
	text-transform: none;
	font-weight: normal;
	margin-bottom: 10px;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required, #respond label span {
	font-weight: normal;
}
#respond label {
	color: #888;
	font-size: 13px;
	font-weight: bold;
}
#respond input {
	margin:0 9px 6px 0;
	width:192px;
	border: 1px solid #CBCBCB;
	background-color: #fff;
	padding: 6px 8px;
	-moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align: middle;
}
#respond textarea {
	width:97%;
	border: 1px solid #CBCBCB;
	background-color: #fff;
	padding: 6px 8px;
	-moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 8px 0;
	overflow: hidden;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s { /* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display:none;
}
.widget-container {
	margin: 0 0 20px 0;
	list-style: none;
	padding: 10px 0;
}
.widget-title {
	color: #fff;
	font-size: 18px;
	padding:5px 0 4px 20px;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #fff;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #FF4B33;
}
.widget_rss .widget-title img {
	height: 11px;
	width: 11px;
}

#nav_menu-4
{
	background-color: #639E00;
}

#nav_menu-4 .widget-title 
{
	background-color: #7CBD00;
	border-top: 1px solid #8ED203;
	border-bottom: 1px solid #8ED203;
	text-shadow: 1px 1px 0 #489000;	
}

#nav_menu-5
{
	background-color: #007CAA;
}

#nav_menu-5 .widget-title
{
	background-color: #008FBE;
	border-top: 1px solid #00ACDC;
	border-bottom: 1px solid #00ACDC;
	text-shadow: 1px 1px 0 #015A7C;	
}
.menus {	margin: 0;	}
.menus .menu {	margin: 0 19px; padding: 2px 0;	}
.menus .menu li {	margin: 8px 0;	}
.menus .menu a {	
	display: block; 
	font-size: 15px; 
	color: #fff;  
	padding: 9px 3px 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	text-align: center;
	letter-spacing: -0.05em;
}
	
.menus .menu a em {	font-style: italic;	}

#nav_menu-4 a 
{	
	border: 1px solid #599300; 
	background: #72C100;
	background: -moz-linear-gradient(top, #7ED500, #72C100);
	background: -webkit-gradient(linear, left top, left bottom, from(#7ED500), to(#72C100));
	-moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.35), 0 0 0 1px #76B211;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.35), 0 0 0 1px #76B211;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.35), 0 0 0 1px #76B211;
	text-shadow: 1px 1px 0 #70ae00;
}

#nav_menu-5 a 
{	
	border: 1px solid #00648C; 
	background: #0096D7;
	background: -moz-linear-gradient(top, #00A9EC, #0096D7);
	background: -webkit-gradient(linear, left top, left bottom, from(#00A9EC), to(#0096D7));
	-moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.35), inset 0 1px 0  rgba(255,255,255,0.35), 0 0 0 1px #0D95C2;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.35), inset 0 1px 0  rgba(255,255,255,0.35), 0 0 0 1px #0D95C2;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.35), inset 0 1px 0  rgba(255,255,255,0.35), 0 0 0 1px #0D95C2;
	text-shadow: 1px 1px 0 #006A8F;
	
}


/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#sidebar {
	width: 220px;
	float: right;
	position: relative;
	z-index: 1;
}

#sub_nav 
{
	background: #363636;	
	padding-top: 22px;
	padding-bottom: 10px;
	min-height: 200px;
	margin-bottom: 20px;
}

#sub_nav h3 {
	background-color: #565656;
	border-top: 1px solid #9A9A9A;
	border-bottom: 1px solid #9A9A9A;
	color: #fff;
	text-shadow: 1px 1px 0 #000;
	text-transform: none;
	font-size: 16px;
	padding: 5px 0 4px 19px;
}

#sub_nav .sub-nav, .gallery-nav {	margin: 10px 0; list-style: none;	}

#sub_nav .sub-nav li, .gallery-nav li {	padding: 0 20px;	}
#sub_nav .sub-nav .current_page_item,
#sub_nav .sub-nav .current-menu-item 
{
	background: #0DB5B9;
	border-top: 1px solid #00D8DB;
	border-bottom: 1px solid #00D8DB;
}

.gallery-nav .active
{
	background: transparent url("images/slideshow-active.png") 0 0 no-repeat;
	margin-left: -30px;
	padding-left: 50px;
}
#sub_nav .sub-nav a, .gallery-nav a 
{	
	display: block;	
	font-size: 16px;
	color: #e4e4e4;
	background: transparent url("images/subnav-border.png") 0 100% repeat-x;
	padding: 11px 0 12px;
	text-decoration: none;
	outline: none;
}
#sub_nav .sub-nav a:hover {	color: #fff;	}

.gallery-nav a {	padding: 12px 0; line-height: 21px;	}

#sub_nav .sub-nav .current_page_item a,
#sub_nav .sub-nav .current-menu-item a,
.gallery-nav .active a
{
	color: #fff;
	text-shadow: 1px 1px 1px #188081;
	background-image: none;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	background-color: #FE553A;
	overflow: hidden;
	font-size: 13px;
	padding: 18px 0 20px;
	color: #ffd5cb;
}

#site-info {
	width: 960px;
	margin: 0 auto;
}

#footer .links {	margin: 0 2px;	}
#footer .links a {	color: #fff;	}
#footer .links li {	border-color: #FF856C; margin-right: 5px; padding-left: 8px;	}
#footer .links li:first-child {	padding-left: 0; margin-left: 0;	}

#footer .menu-sign-up-button-container .menu {	margin: 3px 9px 0 0;	}
#footer .menu-sign-up-button-container {	float: right;	}
#footer .menu-sign-up-button-container a,
.gform_footer .button,
#comments #submit
{	
	font-size: 20px; 
	color: #fff; 
	float: right; 
	padding: 11px 24px 12px;
	border: 1px solid #599300; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	background: #72C100;
	background: -moz-linear-gradient(top, #7ED500, #72C100);
	background: -webkit-gradient(linear, left top, left bottom, from(#7ED500), to(#72C100));
	-moz-box-shadow: inset 0 0 1px rgba(255,255,255,0.5), 0 0 2px #DF8038;
	-webkit-box-shadow: inset 0 0 1px rgba(255,255,255,0.5), 0 0 2px #DF8038;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.75), 0 0 0 1px #DF8038;
	text-shadow: 1px 1px 0 #70ae00;
	text-decoration: none;
}

#footer .vcard {	clear: left; padding-top: 17px; margin-left: 3px;	}
#footer .vcard p {	font-size: 14px; margin-bottom: 4px;	}
#footer .vcard .fn {	text-transform: uppercase;	}
#footer .vcard em {	font-style: normal; color: #fff; text-transform: uppercase; font-weight: bold; font-size: 11px;	}

img#wpstats {
	display:block;
	margin: 0 auto 10px;
}

/* =Links
-------------------------------------------------------------- */
ol.questions {	-moz-column-count:2; -moz-column-gap: 60px; -webkit-column-count:2; -webkit-column-gap: 60px; margin-left: 0;	}
.page-id-55 ol.questions {	-moz-column-gap: 50px; -webkit-column-gap: 75px;	}
ol.questions li {	margin-left: 24px; margin-bottom: 6px;	}
ol.faq {
	font-size: 14px;
	font-weight: bold;
}

ol.faq li {	background: transparent url("images/subnav-border.png") 0 0 repeat-x; padding-top: 12px;	}
ol.faq h4 {	font-size: 16px; margin-bottom: 4px;	}

ol.faq p {	font-size: 13px; font-weight: normal; color: #666;	}

/* =Forms
-------------------------------------------------------------- */
.page-template-page-nosidebar-php .gform_heading {
	background-color: #DFDFDF;
	padding: 15px 20px;
	margin-bottom: 40px;
}

.page-template-page-nosidebar-php .gform_heading h3.gform_title {	font-size: 13px; font-weight: bold;	}


.gform_fields {	/*background: transparent url("images/subnav-border.png") 0 0 repeat-x;*/ margin-left: 0!important;}
.gform_fields li {	list-style: none;	}

.gfield {	margin: 10px 18px 10px 0; float: left;	}
.gsection {	padding: 10px 0 0 0; background: transparent url("images/subnav-border.png") 0 100% repeat-x; margin: 20px 0; clear: both; float: none;	}
	.gsection h2 {	display: none;	}
.gfield label {	color: #363636; font-size: 13px; white-space: nowrap;	}
#field_1_10 > label, #field_1_11 > label {	font-size: 16px;	}
.gfield input[type=text],
.gfield input[type=email],
.gfield input[type=tel],
.gfield textarea
{
	border: 1px solid #CBCBCB;
	background-color: #fff;
	padding: 6px 8px;
	width: 300px;
	-moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#field_1_16 {	float: none; margin-right: 0;	}
.gfield textarea {	display: block; width: 98%;	}

.gfield_checkbox label {	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif; font-size: 12px;	}

/*.gfield_checkbox {	margin-left: 0!important;	}*/
.gfield_checkbox input[type=checkbox] {	margin: 0 4px 0 0;	}

#field_1_14 {	min-width: 200px;	}
.gfield_time_hour, .gfield_time_minute {	float: left	}
.gfield_time_minute {	margin-left: 3px; margin-right: 5px;	}
.gfield_time_hour label, .gfield_time_minute label {	display: block;	}
.gfield_time_hour input[type=text],
.gfield_time_minute input[type=text] {	width: 3em;	}

#field_1_11 { margin-left:55px;}

.gform_wrapper .validation_error {	padding: 10px; color: #FE553A; border: 1px solid #FE553A; margin-bottom: 10px; -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	}
.validation_message {	color: #FE553A;	}

#field_1_3, #field_1_8, .gform_footer {	clear: both;	}

.gform_footer .button, #comments #submit 
{	
	float: left; text-shadow: 1px 1px 1px #338600;	
	-moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.35), 0 0 0 1px #fff;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.35), 0 0 0 1px #fff;
	box-shadow: inset 0 0 1px rgba(255,255,255,0.5), 0 0 0 1px #fff;
	padding-bottom: 11px;
}

#gform_2 {	width: 330px; float: left; margin-right: 10px;	}
.gform_validation_container {display:none;}

.page-template-page-contact-us-php .page .entry-content {	background: transparent url("images/subnav-border.png") 0 0 repeat-x; padding-top: 20px;	}

.page-template-page-contact-us-php #sidebar, 
.blog #sidebar, 
.archive #sidebar, 
.single-post #sidebar 
{	
	background-color: #DFDFDF; padding-top: 11px;	
}

.blog #sidebar, 
.archive #sidebar,
.single-post #sidebar {	min-height: 250px;	}

.blog #sidebar .xoxo ul, 
.single-post #sidebar .xoxo ul,
.archive #sidebar .xoxo ul {	list-style: none; margin: 0 20px; padding: 10px 0;	}

.blog #sidebar .xoxo ul li, 
.archive #sidebar .xoxo ul li,
.single-post #sidebar .xoxo ul li {	background: transparent url("images/subnav-border.png") 0 0 repeat-x;	}

.blog #sidebar .xoxo ul li:first-child, 
.single-post #sidebar .xoxo ul li:first-child,
.archive #sidebar .xoxo ul li:first-child {	background-image: none;	}

.blog #sidebar .xoxo ul li a, 
.archive #sidebar .xoxo ul li a, 
.single-post #sidebar .xoxo ul li a {	display: block; padding: 5px 0;	}

.page-template-page-contact-us-php #sidebar .textwidget span {	display: block;	}
.page-template-page-contact-us-php #sidebar .menus {	margin: 0 20px;	}
.page-template-page-contact-us-php #sidebar .menus .widget-container {	background: transparent url("images/subnav-border.png") 0 100% repeat-x; margin-bottom: 0;	}
.page-template-page-contact-us-php #sidebar .menus h3 {	font-size: 16px; color: #363636; padding: 0; margin-bottom: 7px;	}
.page-template-page-contact-us-php #sidebar .menus p {	margin-bottom: 4px;	}
.page-template-page-contact-us-php #sidebar .menus em {	float: left; width: 65px; text-transform: uppercase; font-style: normal; color: #666; text-align: right; font-size: 11px;	}
.page-template-page-contact-us-php #sidebar .menus span {	display: block; margin-left: 70px;	}

/* Clearing
-------------------------------------------------------------- */
.chat-with-us:after, p.view:after, #access .menu:after, #access .promise:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#footer_bottom, .page-id-46 .feature {	overflow: hidden;	}

@media screen and (-webkit-min-device-pixel-ratio:0){
a > cufon, a span cufon {	margin-top: -3px;	}
a em cufon {	margin-top: -2px;	}
}


/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#site-description {
	-webkit-text-size-adjust: none;
}

/* jQuery UI gravity forms date picker ---------------------------------------------------------------------------------------*/

.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div{ /*resets*/margin:0; padding:0; border:0; outline:0; line-height:1.3; text-decoration:none; font-size:100%; list-style:none; font-family:"lucida sans", "lucida grande", lucida ,sans-serif; background:#fff; font-size:1.0em; border:4px solid #C1C1C1; width:15.5em; padding:2.5em .5em .5em .5em;  position:relative}
.ui-datepicker-div, #ui-datepicker-div{ z-index:9999; /*must have*/ display:none}
.ui-datepicker-inline{ float:left; display:block}
.ui-datepicker-control{ display:none}
.ui-datepicker-current{ display:none}
.ui-datepicker-next, .ui-datepicker-prev{position:absolute; left:.5em; top:.5em; background:#eee}
.ui-datepicker-next{ left:14.6em}
.ui-datepicker-next:hover, .ui-datepicker-prev:hover{ background:#dadada}
.ui-datepicker-next a, .ui-datepicker-prev a{ text-indent:-999999px; width:1.3em; height:1.4em; display:block; font-size:1em; background:url(images/datepicker_arrow_left.gif) 50% 50% no-repeat; border:1px solid #d3d3d3; cursor:pointer}
.ui-datepicker-next a{ background:url(images/datepicker_arrow_right.gif) 50% 50% no-repeat}
.ui-datepicker-header select{ border:1px solid #d3d3d3;  color:#555;  background:#e6e6e6;  font-size:1em;  line-height:1.4em;  position:absolute;  top:.5em;  margin:0 !important}
.ui-datepicker-header option:focus, .ui-datepicker-header option:hover{ background:#dadada}
.ui-datepicker-header select.ui-datepicker-new-month{ width:7em; left:2.2em}
.ui-datepicker-header select.ui-datepicker-new-year{ width:5em; left:9.4em}
table.ui-datepicker{ width:15.5em;  text-align:right}
table.ui-datepicker td a{ padding:.1em; display:block; color:#555; background:#e6e6e6; cursor:pointer; border:1px solid #fff; text-align:center}
table.ui-datepicker td a:hover{ border:1px solid #fff; color:#212121; background:#dadada; text-decoration: none}
table.ui-datepicker td a:active{ border:1px solid #aaa; color:#212121; background:#fff;  text-decoration: none}
table.ui-datepicker .ui-datepicker-title-row td{ padding:.2em 0; text-align:center; font-size:.9em; color:#222; text-transform:uppercase}
table.ui-datepicker .ui-datepicker-title-row td a{ color:#222; padding:.3em 0}
.ui-datepicker-cover{ display:none;  display/**/:block;  position:absolute; z-index:-1; filter:mask(); top:-4px; left:-4px; width:193px; height:200px}
img.ui-datepicker-trigger {position:relative; top:3px; left:4px}
