/*
Theme Name: The "No, we are not Webtechpro" theme
Theme URI: http://www.webit.com.au/
Description: New default theme for webit.com.au
Author: Glenn Burton
Version: 1.0
*/


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   */
::-moz-selection{ background: #0085BD; color:#fff; text-shadow: none; }
::selection { background:#0085BD; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #0085BD; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* Set your base font here, to apply evenly */
  font: 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow:none;
}

.ie9 body {
	font: 12px/18px "Helvetica Neue", Arial, sans-serif;
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

a, a:active, a:visited { color: #0085BD; }
a:hover { color: #172C51; }


/**
 * Primary styles
 *
 * Author: 
 */
 
h1, h2, h3 {
	color:#172C51;
	margin: 0 18px 18px 18px;
}

.home h1, .home h2, .home h3, #post-details h1, #post-details h2, #post-details h3, #post-details p {
	margin-left:0;
	margin-right:0;
}

h2 {
	font-size: 22px;
	line-height: 32px;
}

h3 {
	font-size:16px;
}
 
p { 
	margin: 0 18px 18px 18px; 
} 

table {
	border-bottom: 1px solid #e7e7e7;
	margin: 18px;
	width:100%;
	text-align: left;
}
tr th,
thead th {
	color: #FFF;
	background:#0085BD;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px;
	text-align: left;
}

tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 9px;
}

tr.odd td {
	background: #FFFFFF;
}

.home p, footer p {
	margin-left:0;
	margin-right:0;
}

b {
	font-weight:bold;
}

#header-wrapper {
	border-top:5px solid #0085BD;
	min-height:120px;
}

#header, nav, #main, #section-heading-inner, footer {
	position:relative;
	margin:0 auto;
	width:960px;
}

#section-heading-inner {
	width: 924px;
}

#nav-wrapper {
	background:#172C51;
	height:45px;
	line-height: 45px;
}

#wrapper {
	background:url(images/wrapper-bg.gif);
}

#wrapper-inner {
	background:url(images/wrapper-inner-bg.png) 0 0 repeat-x;
}

#footer-wrapper {
	border-top:1px solid #EBEBEB;
	background:#FFF;
	padding-top:18px;
}

/* Header */

#branding {
	position:absolute;
	top:20px;
	left:0;
}

#call-to-action {
	padding-top:45px;
	margin-right:36px;
	float:right;
	font-weight:bold;
	font-size:32px;
	color:#0085BD;
}

#call-to-action div.text {
	float:left;
	font-family: 'La Belle Aurore', cursive;
	font-size: 26px;
	color:#BBBBBB;
	font-weight:normal;
	padding: 5px 18px;
}

#call-to-action div.phone {
	float:left;
}

.ie7 #call-to-action div.phone {
	padding:4px 0;
}

#social-icons {
	float:right;
	width:70px;
	padding-top:38px;
}
#twitter-large {
	background: url(images/sprite.png) -60px -200px no-repeat;
	display:block;
	float:left;
	width:32px;
	height:32px;
	
}
#facebook-large {
	background: url(images/sprite.png) 0 -200px no-repeat;
	display:block;
	float:left;
	width:32px;
	height:32px;
	margin-right:6px;
}

/* Nav */
nav a, nav a:active, nav a:visited {
	float:left;
	display:block;
	height:45px;
	font-size: 14px;
	color:#FFF;
	font-weight:bold;
	text-decoration: none;
	margin-top:0;
	padding:0 20px;
}


nav a:hover, nav li.current-menu-item a, nav li.current-page-ancestor a, .page-id-228 nav li.menu-item-21 a, .page-id-231 nav li.menu-item-21 a, .page-id-233 nav li.menu-item-21 a, .tag nav li.menu-item-24 a, .error404 nav li.menu-item-26 a, .search nav li.menu-item-26 a, .page-id-124 nav li.menu-item-25 a, .page-id-127 nav li.menu-item-25 a {
	margin-top:-5px;
	height:50px;
	background:#0085BD;
	color:#FFFFFF;
}



nav li {
	display:inline;
}

#section-heading {
	background: #0085bd; /* Old browsers */
	background: -moz-linear-gradient(top, #0085bd 0%, #172c51 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0085bd), color-stop(100%,#172c51)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0085bd 0%,#172c51 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0085bd 0%,#172c51 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #0085bd 0%,#172c51 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0085bd', endColorstr='#172c51',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #0085bd 0%,#172c51 100%); /* W3C */
}

.ie7 #section-heading {
	background: #0085bd url(images/ie7-gradient.png) 0 100% repeat-x;
}

#section-heading-inner h1 {
	font-weight:normal;
	font-size:32px;
	padding-top:45px;
	padding-bottom:45px;
	color:#FFF;
	text-shadow: 2px 2px 3px #172C51;
	filter: dropshadow(color=#172C51, offx=2, offy=2);	
}

#section-heading-inner {
	position:relative;
}

#order-now {
	position:absolute;
	top:0;
	right:0;
	width: 372px;
	height:66px;
	background: url(images/order-now.png) 0 0 no-repeat;
}

#order-now a {
	display:block;
	width:372px;
	height:66px;
}

#slider {
	font-size: 120%;
	color:#FFFFFF;
	height:250px;
	overflow: hidden;	
}

#slider div.feature {
	width:920px;
	height:225px;
	overflow:hidden;
}

.ie7 #slider {
	height:260px;
}

.feature-content {
	float:left;
	margin-top:18px;
	width:420px;
}

.feature-content h3 a {
	color: white;
	text-decoration: none;
}

.feature-image {
	float:right;
	margin-top:18px;
	width:450px;
}

#slider h3 {
	font-size: 160%;
	line-height:1.2;
	color:#FFFFFF;
	text-shadow: 2px 2px 3px #172C51;
	filter: dropshadow(color=#172C51, offx=2, offy=2);
}

#slider p {
	text-shadow: 2px 2px 3px #172C51;
	filter: dropshadow(color=#172C51, offx=2, offy=2);
}

/* Main */

#main {
	position: relative;
}

#content {
	padding:18px;
	margin-left: 160px;
	min-height:400px;
}

#content ul li, #content ol li {
	margin-left:18px;
}

#content ul, #content ol {
	margin-bottom: 18px;
}

.home #content {
	margin-left: 0;
}

.home h1 {
	font-size: 18px;
	margin-bottom: 18px;
}

.home h2 {
	font-size: 18px;
	line-height: 32px;
}

.home h2 .word1 {
	color:#0085BD;
}

aside { 
	position: absolute;
	top:18px;
	left:0;
	width:160px; 
}

.search aside {
	display:none;
}

.menu-sub {

}

.menu-sub ul {
	border-top:1px solid #CCCCCC;
	margin-left: 0;
	list-style: none;
}
.menu-sub ul li {
	padding:5px 10px;
	border-bottom:1px solid #CCCCCC;
}

.menu-sub ul ul {
	border-top:0;
	margin-left: 0;
	list-style: none;
}
.menu-sub ul ul li {
	border-bottom:0;
	padding: 2px 8px;
}


.menu-sub ul li a, .menu-sub ul li a:active, .menu-sub ul li a:visited {
	font-weight:bold;
	color:#777777;
	text-decoration: none;
}

.menu-sub ul ul li a, .menu-sub ul ul li a:active, .menu-sub ul ul li a:visited {
	color:#777777;
	text-decoration: none;
	font-size: 11px;
}

.menu-sub ul li a:hover {
	text-decoration:underline;
}

.menu-sub ul li.current-menu-item a {
	color:#0085BD;
}

.column-wrapper {
	width:100%;
	overflow: hidden;
	padding: 18px 0;
	margin: 0 0 18px 0;
	border-top:1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
}

.home .column-wrapper {
	margin: 0 -18px 18px -18px;
	padding: 18px;
}

/* Footer */
.menu-seo {
	padding-bottom:9px;
}

.menu-seo ul {
	margin-left: 0;
	list-style: none;
}
.menu-seo ul li {
	display:inline;
	padding-right:10px;
	margin-right:5px;
	margin-bottom:5px;
	border-right:1px solid #CCCCCC;
}

.ie7 .menu-seo ul li {
	margin-right:10px;
}

.menu-seo ul li:last-child {
	border-right: 0;
}

.menu-seo ul li a, .menu-seo ul li a:active, .menu-seo ul li a:visited {
	font-weight:bold;
	color:#777777;
	text-decoration: none;
	white-space:nowrap;
}
.menu-seo ul li a:hover {
	text-decoration:underline;
}

#footer-links {
	float:left;
	width:70%;
	color: #999999;
}

#footer-links ul#social {
	margin-left: 0;
	list-style: none;
}

#footer-links ul#social li {
	display:inline;
	margin-right:18px;
}

#footer-links ul#social li a, #footer-links ul#social li a:active, #footer-links ul#social li a:visited {
	font-weight:bold;
	padding: 2px 0 2px 20px;
	color:#777777;
	text-decoration: none;
	white-space:nowrap;
}
#footer-links ul#social li a:hover {
	text-decoration:underline;
	color: #0085BD;
}

a.twitter {
	background: url(images/sprite.png) -150px -418px no-repeat;
}

a.twitter:hover {
	background: url(images/sprite.png) -150px -436px no-repeat;
}

a.facebook {
	background: url(images/sprite.png) -150px -349px no-repeat;
}

a.facebook:hover {
	background: url(images/sprite.png) -150px -367px no-repeat;
}


#footer-contact {
	float:right;
	width:30%;
	text-align: right;
	color: #999999;
	font-size: 10px;
	line-height: 1.2;
}

#footer-logo {
	background: url(images/footer-logo.png) 100% 0 no-repeat;
	height:50px;
}

#footer-contact .phone {
	font-weight: bold;
	font-size:18px;
	margin-bottom:9px;
}

/* Map */

#map {
	border: 1px solid #E3E3E3;
	padding: 4px;
	background: #FFFFFF;
}

/* Contact Form 7 */

div.wpcf7 {
	margin: 0;
	padding: 0;
	width:100%;
	overflow: hidden;
}

div.wpcf7 h2 {
	margin-left:18px;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
    margin-left: 18px;
	margin-right: 18px;
	text-align: center;
	background: #398f14;
	border: 1px solid #398f14;
	color:#FFFFFF;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 4px 8px;
}

div.wpcf7-mail-sent-ng {
    margin-left: 18px;
	margin-right: 18px;
	text-align: center;
	background: #ff0000;
	border: 1px solid #ff0000;
	color:#FFFFFF;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 4px 8px;
}

div.wpcf7-spam-blocked {
    margin-left: 18px;
	margin-right: 18px;
	text-align: center;
	background: #ffa500;
	border: 1px solid #ffa500;
	color:#FFFFFF;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 4px 8px;
}

div.wpcf7-validation-errors {
	margin-left: 18px;
	margin-right: 18px;
	text-align: center;
	background: #990000;
	border: 1px solid #990000;
	color:#FFFFFF;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 4px 8px;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top:10px;
	left:2px;
	z-index:1000;
	color: #FFFFFF;
	background: url(images/sprite.png) 0 -545px no-repeat;
	display:block;
	text-align:left;
	width: 140px;
	height: 26px;
	line-height:26px;
    padding:0 0 0 30px;
}



span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 .watermark {
	color: #888;
}

div.wpcf7 {
    border-top:1px solid #E3E3E3;
    }
div.message {
    float: left;
    color: #777;
    }
div.message h2 {
    margin: 0 0 4px 0;
    font-size: 1.2em;
    }
div.message p {
    font-size: 1.2em;
    }
form.wpcf7-form {
    margin: 20px 0 0 0;
    }
form.wpcf7-form fieldset,
form.with-messages div.form-field {
    margin: 0;
    padding: 8px 0;
    }
form.plain fieldset {
    padding: 0 0 5px 0;
    border: none;
    }
form.with-messages fieldset {
    margin: 0;
    padding: 0;
    border-bottom: none;
    }
form.wpcf7-form fieldset.last,
form.with-messages div.last {
    border: none;
    }
form.wpcf7-form label {
    display: block;
    float: left;
    width: 230px;
    margin: .7em 20px 2px 0;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: normal;
    text-align: right;
    }
form.wpcf7-form label.label-top {
    margin-top: 0;
    }
form.wpcf7-form .wpcf7-list-item label {
    float: none;
    width: auto;
    margin: 0;
    text-align: left;
    }
form.wpcf7-form label span {
    margin-right: 10px;
    font-size: .8em;
    font-weight: normal;
    color: #777;
    }
form.wpcf7-form div.no-label fieldset {
    float: left;
    margin: 9px 0 9px 250px;
    }
form.wpcf7-form div.no-label span {
    font-size: .9em;
    line-height: 1;
    }
form.wpcf7-form p.message {
    margin: 1px 0 0 250px;
    font-size: 11px;
    line-height: 1.5em;
    color: #999;
    }
form.wpcf7-form p.message strong {
    font-weight: bold;
    color: #666;
    }
form.wpcf7-form p.message code {
    font-family: Monaco, monospace;
    font-size: 1.1em;
    }

form.wpcf7-form fieldset.check {
    float: left;
    margin: 0 0 0 20px;
    padding: 0;
    border: none;
    }
form.wpcf7-form fieldset.check input {
    vertical-align: middle;
    margin-right: 5px;
    }
form.wpcf7-form div.no-label fieldset input.input-check {
    margin-right: 5px;
    }
form.wpcf7-form fieldset.check label {
    width: auto;
    font-size: .8em;
    }
form.wpcf7-form fieldset input.wpcf7-text, #s {
    width: 400px;
    padding: 5px 8px;
    font-size: 1.4em;
    color: #333;
    border-top: 1px solid #c3c3c3;
    border-left: none;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    background: #e3e3e3 url(images/formbg.png) repeat-x top left;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    }
form.wpcf7-form fieldset textarea {
    width: 400px;
    height: 80px;
    padding: 5px 8px;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    border-top: 1px solid #c3c3c3;
    border-left: none;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    background: #e3e3e3 url(images/formbg.png) repeat-x top left;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    }
#s:focus,
form.wpcf7-form fieldset input.wpcf7-text:focus,
form.wpcf7-form fieldset textarea:focus {
    border-top-color: #ddd;
    background: #fff;
    outline-width: 0;
    }
form.wpcf7-form fieldset .wpcf7-form-control-wrap {
    width: 400px;
    padding: 0px 0;
    font-size: 1em;
    line-height: 1.8;
    color: #333;
    }
form.wpcf7-form div.form-btns {
    padding: 10px 0 0 250px;
    }
form.plain div.form-btns {
    padding-left: 0;
    }
form.wpcf7-form div.form-btns a.link {
    float: right;
    margin: 10px 0 0 0;
    font-size: 12px;
    }
   
form .captcha {
	float:left;
	width:400px;
}

form.wpcf7-form fieldset .captcha input {
	left:0;
} 

form.wpcf7-form span.required {
	margin:0;
	padding:0;
	font-weight:bold;
	color: #990000;
	font-size:1.2em;
} 

.form-divider {
	border-top:1px solid #E3E3E3;
	border-bottom:1px solid #E3E3E3;
	padding:5px 0;
	margin:5px 0;
}

.form-divider h4 {
	margin:9px 18px 9px 18px;
}

.form-divider p {
	margin:9px 18px 9px 18px;
}

.show-email-link {
	margin: 5px 0 5px 250px;
	text-align: left;
}

/* form Buttons */

.more-details {
	margin-top:18px;
}

#searchsubmit,
.wpcf7-submit,
a.wpcf7-submit {
	padding: 7px 24px;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: none;
	background: #0085bd url(images/glass-light.png) repeat-x 0 50%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	}
#searchsubmit:hover,
#searchsubmit:focus,	
.wpcf7-submit:hover,
.wpcf7-submit:focus,
a.wpcf7-submit:hover,
a.wpcf7-submit:focus {
	text-decoration: none;
	background-color: #009DE3;
	}
#searchsubmit:active,
.wpcf7-submit:active,
a.wpcf7-submit:active {
	text-decoration: none;
	background-color: #009DE3;
	}
.disabled, .disabled:hover, .disabled:focus {
	background-color: #AAAAAA;
	cursor: default;
	}
	
/* Form Selects */
select, option {
	width:265px;
}

.customStyleSelectBox {
    width:250px;
    height: 30px;
    margin-top:1px;
    padding: 0 8px;
    font-size: 1.4em;
    line-height: 30px;
    color: #333;
    border-top: 1px solid #c3c3c3;
    border-left: none;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    background: #e3e3e3 url(images/formbg.png) repeat-x top left;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    white-space: nowrap;
}
.customStyleSelectBox.changed {
}
.customStyleSelectBoxInner {
	background:url(images/arrow.png) 100% 50% no-repeat;
}

/* Quote Form */
#quote-request {
	position:fixed;
	left:-616px;
	top:180px;
	width:600px;
	border:4px solid #0085BD;
	background:url(images/wrapper-bg.gif);
	padding-bottom:18px;
	-webkit-box-shadow: 1px 1px 10px 1px #333333;
	-moz-box-shadow: 1px 1px 10px 1px #333333;
	box-shadow: 1px 1px 10px 1px #333333;
}

#quote-request form.wpcf7-form label {
	display:block;
	float:none;
    width: 230px;
    margin: .7em 20px 2px 0;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: normal;
    text-align: left;
    }
    
#quote-request form.wpcf7-form fieldset input.wpcf7-text {
    width: 250px;
    }
#quote-request form.wpcf7-form fieldset textarea {
    width: 250px;
    } 
    
#quote-request form.wpcf7-form div.form-btns {
    padding: 10px 0 0 0;
    float:right;
    }   

#quote-request-tab {
	position: fixed;
	left:0px;
	top:300px;
	width:35px;
	height:150px;
	background: url(images/sprite.png) -265px 0 no-repeat;
	overflow: hidden;
	cursor: pointer;
}

.home #quote-request-tab {
	top: 440px;
}

.quote-column {
	float:left;
	width:260px;
	margin-left:18px;
}


/* Projects */

.feature-project-thumbnail {

}

.feature-project-thumbnail img {
	border: 1px solid #E3E3E3;
	padding: 4px;
	background: #FFFFFF;
	display: block;
	float: left;
	margin-left: 18px;
}

.feature-project-content {
	margin-left:340px;
}

.feature-project-content h2 {
	margin-left:0;
	margin-top:9px;
}

.feature-project-wrapper {
	border-top: 1px solid #E3E3E3;
	padding-top: 18px;
	margin-bottom: 18px;
}

#post-wrapper {
	width:100%;
	overflow:hidden;
	margin-bottom: 18px;
}

#post-screenshot {
	margin-left: 18px;
	float:left;
	width: 440px
}

#post-details {
	float:left;
	width: 300px;
}

#post-content p {
	margin-left:18px;
	margin-right:18px;
}

#post-screenshot img {
	border: 1px solid #E3E3E3;
	padding: 4px;
	background: #FFFFFF;
}
#post-details h2 {
	font-size:18px;
	margin-bottom: 9px;
}
#post-details p {
	margin-bottom: 4px;
}
ul.project-details {
	margin-left: 0;
	list-style: none;
	margin-bottom: 9px;
}


ul.project-details li {
	padding: 2px 0 2px 18px;
	font-size: 11px;
}

ul.project-details li.url {
	background: url(images/url-icon.png) 0 50% no-repeat;
}


ul.project-details li.calendar {
	background: url(images/calendar-icon.png) 0 50% no-repeat;
}


ul.services {
	margin-left: 0;
	list-style: none;
}

ul.services li {
	background: url(images/service-star.png) 0 50% no-repeat;
	padding: 2px 0 2px 18px;
	font-size: 11px;
}

/* Project Thumbnails */

.lcp_catlist a {
    display: block;
    float: left;
}


.cat-list-wrapper img {
	border: 1px solid #E3E3E3;
	padding: 4px;
	background: #FFFFFF;
	margin: 20px;
	display: block;
	float: left;
}

.cat-list-wrapper {
	margin-top:-18px;
	padding: 0 0 18px 65px;
	position: relative;
}

.home .cat-list-wrapper {
	margin-top:-18px;
	padding: 0 0 18px 45px;
	position: relative;
}

a.prev, a.next {
	background: url(images/sprite.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 60px;
}
a.prev {			left: -9px;
					background-position: 0 0; }
a.prev:hover {		background-position: 0 -50px; }
a.next {			right: -9px;
					background-position: -50px 0; }
a.next:hover {		background-position: -50px -50px; }

a.prev span, a.next span {
	display: none;
}
.pagination {
	text-align: center;
}
.pagination a {
	background: url(images/sprite.png) 0 -300px no-repeat transparent;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
}
.pagination a.selected {
	background-position: -25px -300px;
	cursor: default;
}
.pagination a span {
	display: none;
}

/* Services/Search/404 */

.service-thumbnail {

}

.service-thumbnail img {
	border: 1px solid #E3E3E3;
	padding: 4px;
	background: #FFFFFF;
	display: block;
	float: left;
	margin-left: 18px;
}

.service-content {
	margin-left:220px;
}

.tag .service-wrapper, .search-results .service-wrapper {
	border-top: 1px solid #E3E3E3;
	padding-top: 18px;
	margin-bottom: 18px;
}

.search-results #content, .search-no-results #content, .error404 #content {
	margin-left:0;
}

.error404 aside {
	display:none;
}

#searchform {
	margin:18px;
}

label.screen-reader-text {
	display:block;
	font-weight:bold;
}

.page-pagination {
border-top: 1px solid #E3E3E3;
clear:both;
padding:18px;
position:relative;
font-size:11px;
line-height:13px;
}

.page-pagination span, .page-pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#FFFFFF;
background: #172C51;
}

.page-pagination a:hover{
color:#fff;
background: #0085BD;
}

.page-pagination .current{
padding:6px 9px 5px 9px;
background: #0085BD;
color:#fff;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.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';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
	border: 1px solid #E3E3E3;
	padding: 4px;
	background: #FFFFFF;
}
.wp-caption {
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	text-align: center;
}
.wp-caption img {
	margin: 0;
	border: 1px solid #E3E3E3;
	padding: 4px;
	background: #FFFFFF;
}
.wp-caption p.wp-caption-text {
	color: #777;
	font-weight: bold;
	font-size: 11px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
	border-top:1px solid #E3E3E3;
	padding: 18px 0;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #777;
	font-weight:bold;
	font-size: 11px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}

.gallery img {
	border: 1px solid #E3E3E3;
	padding: 4px;
	background: #FFFFFF;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright � 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('images/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('images/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('images/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('images/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('images/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('images/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('images/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('images/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('images/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('images/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('images/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('images/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('images/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: centre;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('images/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('images/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('images/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('images/fancybox.png') -55px -90px no-repeat;
}

/* Columns */

.column1, .column2, .column3, .column4 {
	float:left;
	display:inline;
	width: 22%;
	padding-right: 4%;
}
.column4 {
	padding-right:0;
}

.column1-2 {
	float:left;
	display:inline;
	width: 25%;
	padding-right: 5%;
}
.column2-2 {
	float:left;
	display:inline;
	width: 55%;
	padding-right: 5%;
}



/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }



/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
	#header-wrapper {
		border-top:5px solid #0085BD;
		min-height:120px;
	}

	#header, nav, #main, #section-heading-inner, footer {
		position:relative;
		margin:0;
		width:100%;
	}
	
	#branding {
		left: 50px;
	}

	#social-icons, #call-to-action, #section-heading, #quote-request-tab, .menu-seo, #footer-logo, .column2-2 {
		display:none;
	}

	#nav-wrapper {
		background:#FFFFFF;
		height: 48px;
		line-height: 1;
		overflow: hidden;
	}
	
	.home #nav-wrapper {
		background:#FFFFFF;
		height: auto;
		line-height: 1;
	} 
	
	footer {
		width:auto;
		margin-left:18px;
		margin-right:18px;
	}
	
	#footer-links {
		float:none;
		width:100%;
	}
	#footer-contact {
		float:none;
		width:100%;
	}
	
	#content {
	padding:18px 0;
	margin-left: 0;
	min-height:auto;
}

.home #content {
	margin-left: 0;
	padding:18px;
}
	
	aside { 
		position: relative;
		top:0;
		left:0;
		width:100%; 
	}
	
	.column1, .column2, .column3, .column4, .column1-2 {
		float:none;
		display:block;
		width: 100%;
		padding-right: 0;
	}
	
	nav a, nav a:active, nav a:visited, nav a:link  {
		margin:2px 10px;
		background:#172C51;
		float:none;
		display:block;
		height:45px;
		line-height: 45px;
		font-size: 14px;
		color:#FFF;
		font-weight:bold;
		text-decoration: none;
		text-align:center;
		padding:0 0;
		-webkit-border-radius: 6px;
    	-moz-border-radius: 6px;
    	border-radius: 6px;
	}

	nav a:hover, nav li.current-menu-item a, nav li.current-page-ancestor a {
		background:#0085BD;
		margin-top:2px;
		height:45px;
	}

	nav li {
		display:block;
	}
	
	#footer-contact {
	float:none;
	width:100%;
	text-align: left;
	color: #999999;
	font-size: 10px;
	line-height: 1.2;
}

  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; }
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  /*a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

