/*
Theme Name: Klondike Contracting
Theme URI: http://www.kunidesign.com
Author: Kuni Design Studio Inc.
Version: 2.0
*/

#BuildToolsPB {
    display: none;
}
#BuildToolsLogin {
	margin-left: 375px !important;
}
#BuildToolsForm {
margin-left: 250px !important;
}



/* Renovation Retreat CSS */

#gform_wrapper_14 {
	 background: #e7e7e1;
    padding: 50px 90px 30px;
		border: 15px solid #9c9c8c;
}
#gform_wrapper_14 h3 {
    font-family: Georgia,"Times New Roman",Times,serif !important;
    font-size: 20px;
    text-align: center;
}
.gform_wrapper .gform_edit_link {
    display: none !important;
}



/* 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;
-webkit-text-size-adjust: 105%;
}
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
}
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;
}
object,
a,
a img {
border: none;
outline:none;
}


/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
background:url("images/container-blank.gif") no-repeat 0 0;
float:left;
height:auto !important;
margin:0 -300px 0 0;
min-height:300px;
width:100%;
}

#container.nobanner {
background:url("images/container.gif") no-repeat 0 0;
}

#container.one-column-portfolio  {
background:url("images/container-portfolio.gif") no-repeat 0 0;
}


#content {
margin: 0 320px 0 70px;
padding-top: 40px;
}

.archive #content,
.single-post #content {
border-right:1px solid #ddd;
margin:70px 270px 0 70px;
padding-right:50px;
padding-top:40px;
min-height:700px;
}

.page-template-7-consult-template-php #content,
.category #content,
.page-template-4-resources-template-php #content,
.blog #content {
border-right:1px solid #ddd;
margin:0 270px 0 70px;
padding-right:50px;
padding-top:40px;
min-height:500px;
}

#footer {
-webkit-text-size-adjust: 100%;
clear: both;
width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
margin: 0 auto;
width: 860px;
padding-top:40px;
}

.one-column-portfolio #content {
margin: 0 auto;
width: 960px;
padding-top: 70px;
}



/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
margin: 0 auto;
width: 860px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.pingback a.url {
font-family: Arial, Helvetica, sans-serif;
}

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit]
{
font-family: Arial, Helvetica, sans-serif;
}
pre {
font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

h1, h2, h3, h4, h5, h6 {
font-family: Century Gothic, Arial, Helvetica, sans-serif !important;

}


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

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
margin: 0 auto;
width: 1000px;
}
#wrapper {
background:url("images/header-green.gif") no-repeat #fff;
}
/* Structure the footer area */
#footer-widget-area {
overflow: hidden;
margin:0 auto;
/*width:960px;*/
}
#footer-widget-area .widget-area {
float: left;
/*margin-right: 40px;
width: 210px;*/
}
#footer-widget-area #fourth {
margin-right:0;
padding:20px;
width:210px;
}
#site-info {
float: left;
width: 700px;
font-weight: bold;
font-size: 14px;
}
#site-generator {
float: right;
width: 220px;
}



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

/* Main global 'theme' and typographic styles  */
body {
background:url("images/background.gif") repeat-x #efefef;
}

body,
input,
textarea {
color: #666;
font-size: 12px;
line-height: 20px;
}
hr {
background-color: #ddd;
border:0;
height: 1px;
margin-bottom: 18px;
clear:both;
}

/* Text elements */
p {
margin-bottom: 18px;
}
ul {
list-style: square;
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 3em;
}
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;
box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}
a:link {
color:#06c;
}
a:visited {
color:#06c;
}
a:active,
a:hover {
color: #09F;
text-decoration:none !important;

}

/* Text meant only for screen readers */
.screen-reader-text {
position: absolute;
left: -9000px;
}



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

#header {
padding: 100px 0 0 0;
height:50px;
}
#site-title {
float: left;
margin: 0 0 18px 0;
width: 700px;
font-size: 30px;
line-height: 36px;
}
#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;
}

/* This is the custom header image */
#branding img {
clear: both;
border-top: 4px solid #000;
display: block;
border-bottom: 1px solid #000;
}



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


#access {
background:none;
display: block;
float: left;
padding: 0 0 0 46px;
margin: 0;
width: 936px;
}
#access .menu-header,
div.menu {
width: 936px;
}
#access .menu-header ul,
div.menu ul {
list-style: none;
margin: 0;
}
#access .menu-header li,
div.menu li {
float: left;
position: relative;
line-height:35px;
}
#access a {
display: block;
text-indent: -5000px;
padding: 0;
text-decoration: none;
width:100%;
}
#access ul ul {
box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
display: none;
position: absolute;
top: 35px;
left: 0;
float: left;
width: 180px;
z-index: 99999;
}
#access ul ul li {
min-width: 180px;
}
#access ul ul ul {
left: 100%;
top: 0;
}
#access ul ul a {
background: #fff;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    color: #666;
    height: auto;
    line-height: 13px;
    padding: 9px 14px;
    text-indent: 0;
    width: 160px;
}
#access ul ul a:hover {
background: #eee;
}

#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: #0066CC;
}
* 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;
}

#menu-main-nav li.current-page-ancestor,
#menu-main-nav li.current-menu-item,
#menu-main-nav li:hover {
background: #333 url("images/nav-green.gif");
}


#menu-item-3783 a {
margin: -100px 0 0 425px;
position:absolute;
top:32px;
width:50px;
background:none !important;
}


#menu-item-3784 {
width:104px;
}
#menu-item-3785 {
width:102px;
}
#menu-item-3790 {
width:102px;
}
#menu-item-3786 {
width:117px;
}
#menu-item-3787 {
width:130px;
}
#menu-item-3788 {
width:97px;
}
#menu-item-3789 {
width:72px;
}
#menu-item-7382 {
width:210px;
}


#menu-main-nav li:hover#menu-item-3784  {
background-position:-2px -35px;
}
#menu-main-nav li:hover#menu-item-3785 {
background-position:-106px -35px;
}
#menu-main-nav li:hover#menu-item-3790 {
background-position:-208px -35px;
}
#menu-main-nav li:hover#menu-item-3786 {
background-position:-310px -35px;
}
#menu-main-nav li:hover#menu-item-3787 {
background-position:-427px -35px;
}
#menu-main-nav li:hover#menu-item-3788 {
background-position:-557px -35px;
}
#menu-main-nav li:hover#menu-item-3789 {
background-position:-654px -35px;
}
#menu-main-nav li:hover#menu-item-7382 {
background-position:-726px -35px;
}

#menu-main-nav li#menu-item-3784.current-page-ancestor,
#menu-main-nav li#menu-item-3784.current-menu-item {
background-position:-2px -70px;
}
#menu-main-nav li#menu-item-3785.current-page-ancestor,
#menu-main-nav li#menu-item-3785.current-menu-item {
background-position:-106px -70px;
}
#menu-main-nav li#menu-item-3790.current-page-ancestor,
#menu-main-nav li#menu-item-3790.current-menu-item {
background-position:-208px -70px;
}
#menu-main-nav li#menu-item-3786.current-page-ancestor,
#menu-main-nav li#menu-item-3786.current-menu-item {
background-position:-310px -70px;
}
#menu-main-nav li#menu-item-3787.current-page-ancestor,
#menu-main-nav li#menu-item-3787.current-menu-item {
background-position:-427px -70px;
}
#menu-main-nav li#menu-item-3788.current-page-ancestor,
#menu-main-nav li#menu-item-3788.current-menu-item {
background-position:-557px -70px;
}
#menu-main-nav li#menu-item-3789.current-page-ancestor,
#menu-main-nav li#menu-item-3789.current-menu-item {
background-position:-654px -70px;
}
#menu-main-nav li#menu-item-7382.current-page-ancestor,
#menu-main-nav li#menu-item-7382.current-menu-item {
background-position:-726px -70px;
}


.single-post #menu-main-nav li#menu-item-3789,
.archive #menu-main-nav li#menu-item-3789 {
background: #333 url("images/nav-green.gif") -654px -70px;
}




/* custom Klondike search style */
#access-search {
float:right;
margin:9px 30px;
_margin:0px 18px;
}
#access-search input[type="text"],
#access-search textarea {
-moz-box-shadow: none;
-webkit-box-shadow: none;
background: none !important;
border: none;
float:left;
padding:2px;
width:130px;
height: 15px;
line-height: 15px !important;
}
#access-search input{
_border: none;
_border-color: transparent;
background: none !important;
outline: none;
}


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

#main {
overflow: hidden;
padding: 0 0 10px;
background: url("images/content-repeat.gif") repeat-y;
}
#content {
/*margin-bottom: 30px;*/
}
#content,
#content input,
#content textarea {
color: #555;
font-size: 12px;
line-height: 20px;

}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#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: 12px;
line-height: 22px;
}
#content code {
font-size: 12px;
}
#content dt,
#content th {
color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
color: #333;
margin: 0 0 18px 0;
line-height: 20px;
}
#content table {
/*border: 1px solid #ddd;*/
/*text-align: left;
margin: 0 -1px 24px 0;
width: 100%;*/
}
#content tr th,
#content thead th {
/*color: #888;
font-size: 12px;
font-weight: bold;
line-height: 18px;
padding: 9px 24px;*/
}
#content tr td {
/*border-top: 1px solid #ddd;*/
/*padding: 6px 24px;*/
vertical-align:top;
}
#content tr.odd td {
/*background: #F2F7FC;*/
}
.hentry {
}
.home .sticky {
background: #F2F7FC;
border-top: 4px solid #000;
padding: 18px 20px;
margin-left: -20px;
margin-right: -20px;
}
.single .hentry {
margin: 0 0 10px 0;
}
.page-title {
color: #000;
font-size: 14px;
margin: 0 0 36px 0;
}
.page-title span {
color:#333333;
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: #09f;
}

#content h1 {
color:#333333;
font-size:22px;
line-height:30px;
margin-bottom:15px;

}

#content h2 {
font-size:17px;
}

#content h2 a {
color: #333;
}

#content h2 a:hover {
color: #06c;
}

#content .entry-title {
color:#333333;
line-height:28px;
margin-bottom: 10px;
}

.single-post #content .entry-title {
width:400px;
}

#content .entry-title a {
color:#333;
}

#content .entry-title a:hover {
color:#06c;
}




.entry-title a:link,
.entry-title a:visited {
text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
color: #09f;
}
.entry-meta {
color: #888;
font-size: 12px;
margin-bottom:20px;}
.entry-meta abbr,
.entry-utility abbr {
border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
border-bottom: 1px dotted #666;
}
.entry-summary {
clear: both;
padding: 0 0 20px;
min-height: 135px;
border-bottom:1px solid #ddd;

}
.entry-content {
clear: both;
padding:0;
}

.one-column-portfolio .entry-content {
clear: both;
padding:0 50px;
}

#content .entry-summary p:last-child {
margin-bottom: 12px;
}
.entry-content fieldset {
border: 1px solid #ddd;
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-right: 24px;
}
.entry-content label {
}
.entry-content select {
/*margin: 0 0 24px 0;*/
width:100%;
}
.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: #09f;
}

.edit-link {
clear:both;
display:block;
position:fixed;
left:0;
top:0;
background: #fff;
padding: 10px 20px;
border:1px solid #666;
margin:20px;
}
#entry-author-info {
background: #f5f5f5;
padding: 25px 0 25px 25px;
border:1px solid #ddd;
margin: 25px 0 35px;
overflow: hidden;
clear: both;
font-size: 12px;
line-height: 20px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
}

#entry-author-info #author-avatar {
background: #fff;
border: 1px solid #ddd;
float: left;
margin: 0 25px 0 0;
padding: 5px;
height: 80px;
}

#entry-author-info #author-description {
float:left;
width:440px;
}

#entry-author-info h2 {
color:#000;
font-size:15px;
font-weight:bold;
line-height:18px;
margin: 5px 0 0 0;
}
.entry-utility {
color: #888;
font-size: 12px;
clear: both;
margin-bottom:20px;
}

.entry-meta a,
.entry-utility a {
color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
color: #09f;
}
#content .video-player {
padding: 0;
}



/* Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
font-size: 14px;
line-height: 20px;
margin-bottom: 10px;
margin-top:0;
}
.home .hentry.category-asides {
padding: 0;
}
.home #content .category-asides .entry-content {
padding-top: 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;
}


/* 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';
}



/* Images
-------------------------------------------------------------- */

#content img {
margin: 0;
/*max-width: 650px;*/
}
#content .attachment img {
max-width:960px;
max-height:450px;

}
#content .alignleft,
#content img.alignleft {
display: inline;
float: left;
margin-right: 20px;
}
#content .alignright,
#content img.alignright {
display: inline;
float: right;
margin-left: 20px;
}
#content .aligncenter,
#content img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
margin-bottom: 12px;
}
#content .wp-caption {
background: #f1f1f1;
line-height: 18px;
text-align: center;
margin-bottom: 20px;
padding: 4px;
border:1px solid #DDDDDD;
-moz-border-radius:6px;
-webkit-border-radius:6px;

}
#content .wp-caption img {
margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
margin: 5px;
color: #888;
font-size: 12px;
}
#content .wp-smiley {
margin:0;
}
#content .gallery {
width: 630px;
margin:0;
display:inline-block;
}

.one-column-portfolio #content .gallery {
width: 960px;
margin: 25px 0 0 0;
}


#content .gallery .gallery-item {
float:left;
margin:0 0 15px;
overflow:hidden;
width:210px;
}

.one-column-portfolio #content .gallery .gallery-item {
width:220px;
}

#content .gallery img {
border:1px solid #DDDDDD;
height:100px;
padding:4px;
width:175px;
}

#content .gallery a:hover img {
border:1px solid #09f;
}

.one-column-portfolio #content .gallery img {
height:110px;
width:190px;

}


#content .gallery .gallery-caption {
color: #888;
font-size: 12px;
margin: 0 0 12px;
display:none;
}
#content .gallery dl {
margin: 0;
}

#content .gallery br+br {
display: none;
}



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

.navigation {
font-size:  12px;
line-height: 18px;
overflow: hidden;
color: #888;
}
.navigation a:link,
.navigation a:visited {
text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
color: #09f;
}
.nav-previous {
float: right;
text-align:right;
margin-top:-18px;
}

.nav-next {
float: left;
margin-top:-18px;
}

.single .nav-previous,
.single .nav-next {
margin-top: 0;
width:45%;
}



#nav-above {
margin: 0 0 18px 0;
}
#nav-above {
display: none;
}
.paged #nav-above,
.single #nav-above {
display: block;
}
#nav-below {
margin: 0 0 10px;
padding: 0 0 10px;
width:100%;
}



.single-attachment .nav-return {
float: left;
text-align: center;
width: 470px;
padding: 15px;
}
.single-attachment .nav-previous {
float: left;
text-align: left;
width: 200px;
padding: 15px;
}
.single-attachment .nav-next {
float: right;
text-align:right;
width: 200px;
padding: 15px;
}

.single-attachment #nav-below {
margin: -40px 0 0 -50px;
padding: 0;
width:960px;
background:#000;
height:50px;
}

.single-attachment #nav-below a {
color:#ccc;
}
.single-attachment #nav-below a:hover {
color:#09f;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
clear: both;
margin-bottom:20px;
display:none;
}
#comments .navigation {
padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
color: #333;
/*font-weight: bold;
font-size: 19px;*/
margin-bottom: 0;
}
h3#comments-title {
border-bottom:1px solid #ddd;
margin-bottom:20px;
padding:10px 0 10px;
}
.commentlist {
list-style: none;
margin: 0;
}
.commentlist li.comment {
line-height: 24px;
margin: 0 0 24px 0;
padding: 0 0 0 56px;
position: relative;
border-bottom: 1px solid #ddd;
}
.commentlist li:last-child {
border-bottom:none;
margin-bottom:0;
	border-bottom: 1px solid #ddd;

}
#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 .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: #09f;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
font-size: 12px;
padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
color: #09f;
}
.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 #ddd;
}
.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 {
overflow: hidden;
position: relative;
}

#respond.team {
padding: 20px 25px;
background:#eee;



background: #f5f5f5;
border:1px solid #ddd;
-moz-border-radius:6px;
-webkit-border-radius:6px;
}


.googleform #respond.team {
padding: 40px 60px ;
}



#respond p {
margin: 0 0 8px;
clear:both;
}
#respond br {
margin: 0 0 4px;
}

#respond .comment-notes {
margin-bottom: 1em;
}
.form-allowed-tags {
line-height: 1em;
}
.children #respond {
margin: 0 48px 0 0;
}
h3#reply-title {
margin: 18px 0;
}
#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 {
color:#09f;
font-weight:bold;
}
#respond label {
margin: 0;
}
#respond label br {
display: none;
}
#respond textarea,
#respond input {
margin:0 ;
width:98%;
}
#respond label input {
margin:5px 5px 0 0;
width:auto;
}

#respond textarea {
width:98%;
}
#respond input.captchafield {
width: 100px;
margin:0 0 9px;
}

.captchacode {
float:left;
padding: 0 10px 0 0;
}

#respond .form-allowed-tags {
color: #888;
font-size: 12px;
line-height: 18px;
}
#respond .form-allowed-tags code {
font-size: 11px;
}

#recaptcha-submit-btn-area input,
#respond .form-submit {
width:auto;
margin: 10px 0 0;
}
#respond .form-submit input {
width: auto;
font-size: 14px;
}

#respond select.teamformdropdown  {
margin:0 0 10px;
}

#respond input[type=checkbox] {
width: auto;
margin: 0;
}

#respond .other {
width: auto;
}

.wpcf7-checkbox {
}

span.wpcf7-list-item {
float:left;
margin: 3px 0 !important;
width:48%;
}

span.wpcf7-not-valid-tip {
background: none !important;
border:1px solid #FF0000 !important;
font-size:10pt !important;
padding:2px 6px !important;
z-index:100 !important;
position:relative !important;
width: auto !important;
top: 0 !important;
left: 0 !important;
float:left;
}

/* =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 30px 0;
}

.widgettitle a,
.widgettitle,
.widget-title {
color: #333 !important;
margin-bottom: 10px;
font-size:15px;	
}

.widget-area a:link,
.widget-area a:visited {
text-decoration: none;
color: #666;
}

.widgettitle a:hover,
.widget-area a:active,
.widget-area a:hover {
color: #06c !important;
}
.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: #999;
}
#wp-calendar tbody td {
padding: 2px 0;
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: #09f;
}
.widget_rss .widget-title img {
height: 11px;
width: 11px;
}

/* Main sidebars */
#main .widget-area ul {
margin: 0 ;
padding: 0 ;
}
#main .widget-area ul ul {
border: none;
/*margin-left: 1.3em;*/
padding: 0;
}


/* Footer widget areas */
#footer-widget-area {
}


#widget-blog {
float:right;
margin:330px 20px 0 0;
overflow:hidden;
padding:35px 25px 0;
position:relative;
width:200px;
}

.category #widget-blog {
margin:190px 20px 0 0;
}

#widget-blog-single {
float:right;
margin:70px 20px 0 0;
overflow:hidden;
padding:40px 25px 0;
position:relative;
width:200px;
}





/* =Footer
-------------------------------------------------------------- */

#footer {
background: #f0f0f0 url(images/content-bottom.gif) no-repeat 0px 0px;
padding:25px 0 0;
}

#footer-homepage {
margin-bottom: 20px;
background: #f0f0f0 url(images/content-bottom.gif) no-repeat 0px 0px;
padding-top:30px;
}


#colophon {
overflow: hidden;
}
#site-info {
font-weight: bold;
}
#site-info a {
color: #000;
text-decoration: none;
}
#site-generator {
position: relative;
font-style: italic;
}
#site-generator a {
color: #666;
display:inline-block;
text-decoration: none;
background: url(images/wordpress.png) center left no-repeat;
padding-left: 20px;
line-height: 16px;
}
#site-generator a:hover {
text-decoration: underline;
}
img#wpstats {
display:block;
margin: 0 auto 10px;
}



/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
-webkit-text-size-adjust: 100%;
}
code {
-webkit-text-size-adjust: 100%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
-webkit-text-size-adjust: 100%;
}
#site-description {
-webkit-text-size-adjust: none;
}



/* =Print Style
-------------------------------------------------------------- */

@media print {
body {
background:none !important;
}
#wrapper {
float: none !important;
clear: both !important;
display: block !important;
position: relative !important;
}
#header {
border-bottom: 2pt solid #000;
padding-bottom: 18pt;
}
#colophon {
border-top: 2pt solid #000;
}
#site-title,
#site-description {
float: none;
margin: 0;
padding:0;
line-height: 1.4em;
}
#site-title {
font-size: 13pt;
}
.entry-content {
font-size: 14pt;
line-height: 1.6em;
}
.entry-title {
}
#access,
#branding img,
#respond,
.comment-edit-link,
.edit-link,
.navigation,
.page-link,
.widget-area {
display: none !important;
}
#container,
#header,
#footer {
width: 100%;
margin: 0;
}
#content,
.one-column #content {
width: 100%;
margin: 24pt 0 0;
}
.wp-caption p {
font-size: 11pt;
}
#site-info,
#site-generator {
float: none;
width: auto;
}
#colophon {
width: auto;
}
img#wpstats {
display:none
}
#site-generator a {
padding: 0;
margin: 0;
}
#entry-author-info {
border: 1px solid #ddd;
}
#main {
display:inline;
}
.home .sticky {
border: none;
}
}






#showcase {
margin: 0 auto;
width: 960px;
height:330px;
background:#000;
}

.laneway-home #showcase {
	background:#fff;
}


#subpagebanner {
margin:70px auto 0;
width:960px;
height:260px;
background:#000;
}
.light #subpagebanner {
background:#fff;
}


.teampage #subpagebanner  {
background:url("images/teampage-banner.gif") repeat-x #ddd;
}

.teampage #subpagebanner img {
margin-left: 60px;
}

.category #subpagebanner {
height:120px;
}

#singleblogbanner {
margin:70px auto 0;
width:960px;
height: 0;
}

#footer .breadcrumb {
background:url("images/inset-title.gif") no-repeat 0 0;
line-height:35px;
font-size:12px;
padding:10px 35px 15px;
width:710px;
float:left;
}

.breadcrumb a {
background:url("images/inset-divider.gif") no-repeat right 0;
display:inline-block;
padding:0 32px 0 0;
text-decoration:none;
float:left;
}

.latestblogs {
float:left;
width: 550px !important;
overflow:hidden;
background: #fff;
height: 34px;
}

.latestblogs a {
background: none;
color: #555;
white-space:nowrap;
width: 550px !important;
}
.latestblogs a:hover {
color: #09f;
}



#wenderhostsubpages-3 ul ul {
display:none;
}

#klondikefooter {
clear:both;
height:200px;
margin:0 auto;
width:960px;
}

#klondikefooter ul li a {
color: #666;
text-decoration:none;
}

#klondikefooter ul li a:hover {
color: #06c;
}

#klondikefooter ul {
list-style: none;
margin:0;
font-size:10px;
line-height:15px;
}
#klondikefooter ul li {
border-right:1px solid #bbb;
float:left;
height:33px;
line-height:16px;
margin:0;
padding: 0 12px 0 14px;
}
#klondikefooter ul .first {
padding-left: 0px;
}
#klondikefooter ul .last {
padding-right: 0px;
border-right-style: none;
}

#klondikefooter ul .logo6,
#klondikefooter ul .logo5,
#klondikefooter ul .logo4,
#klondikefooter ul .logo3,
#klondikefooter ul .logo2,
#klondikefooter ul .logo1 {
padding-left: 19px;
padding-right: 0px;
border-right-style: none;
}

#klondikefooter .footerleft {
position:absolute;
}

#klondikefooter .footerright {
float:right;
}





/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
margin:0 25%;
white-space:nowrap;
}

.wp-pagenavi a, .wp-pagenavi span {
text-decoration: none;
padding: 3px 8px;
}

.wp-pagenavi .pages {
margin:2px 2px 2px 0;
padding:3px 10px 3px 0;
text-decoration:none;
}

.wp-pagenavi .current,
.wp-pagenavi .page {
}


.wp-pagenavi a:hover, .wp-pagenavi span.current {
}

.wp-pagenavi span.current {
font-weight: bold;
}

.multiwidget_author_avatars .author-list .with-name {
display:block !important;
height:30px !important;
padding:5px 0 !important;
text-align:left !important;
}

.multiwidget_author_avatars .avatar {
margin: 0 5px 0 0 !important;
}

.multiwidget_author_avatars img {
border: 1px solid #ccc;
}


.multiwidget_author_avatars .author-list .user .name {
font-size: 12px !important;
}

.multiwidget_author_avatars .biography {
height:14px;
line-height:14px;
overflow:hidden;
font-size: 11px !important;
}


#inset-group {
float:left;
width:750px;
height:210px;
}

#inset {
float:left;
padding:0 20px;
width:210px;
}

#inset h2 {
background:url("images/nav-arrows.gif") no-repeat scroll 0 -49px transparent;
color:#666666;
font-size:11px;
font-weight:normal;
line-height:18px;
padding-left:17px;
padding-top:5px;
}

#inset a:hover h2 {
background:url("images/nav-arrows.gif") no-repeat scroll 0 7px transparent;
color:#06c;
}


#thumb {
display:inline;
float:left;
height:135px;
margin:5px 20px 10px 0;
position:relative;
width:220px;
}
#thumb .overlay {
background:url("images/thumb-overlay.png") no-repeat scroll 0 0 transparent;
display:block;
height: 145px;
left:-10px;
position:absolute;
top:-10px;
width:230px;
}


#thumb-footer {
display:inline;
float:left;
height:135px;
margin:10px 20px 10px 0;
position:relative;
width:220px;
}
#thumb-footer .overlay-footer {
background:url("images/thumb-overlay-footer.png") no-repeat scroll 0 0 transparent;
display:block;
height: 145px;
left:-10px;
position:absolute;
top:-10px;
width:230px;
}



#thumb .overlay-plus {
background:url("images/thumb-overlay-plus.png") no-repeat scroll 0 0 transparent;
display:block;
height: 145px;
left:-10px;
position:absolute;
top:-10px;
width:230px;
}




.readmore {
background:url("images/nav-arrows.gif") no-repeat 0 0;
white-space:nowrap;
padding-left: 17px;
color: #0066CC !important;
}
a:hover.readmore {
	color: #0099FF !important;
}


.hentry p.date {
background:url("images/date-bg.png") no-repeat scroll 0 0 transparent;
height:57px;
left:-8px;
padding-bottom:0;
position:absolute;
top:55px;
width:53px;
}
.hentry p.date span {
color:#FFFFFF;
display:block;
font-weight:bold;
text-align:center;
text-shadow:-1px -1px 1px #763224;
text-transform:uppercase;
width:47px;
}
.hentry p.date span.month {
font-size:13px;
margin-top:2px;
}
.hentry p.date span.day {
font-size:24px;
margin-top:-1px;
}

.page,.post {
margin-bottom: 15px;
}

.widget_archive select {
width: 180px;
}

.widget_calendar tfoot {
display:none;
}

#socialicons {
margin:0 0 0 415px;
position:absolute;
top:265px;
}

#socialicons a {
padding: 0 0 0 10px;
}

.form-allowed-tags {
display:none;
}

#main .ctc a:hover {
color: #09f !important;
}



#main li.widget {
margin-bottom: 30px;
}



#main li.widget_execphp,
#main li.widget_mycategoryorder,
#main li.widget_recent_entries,
#main li.widget_collapslink {
padding:0;
}

.collapsLinkItem a {
display: block;
color: #06c !important;

}


#main .widget_execphp li a,
#main .widget_mycategoryorder li a,
#main .widget_recent_entries li a,
#main .widget_collapslink li {
background:url("images/nav-arrows.gif") no-repeat  0 -49px ;
border-bottom:1px solid #CCCCCC;
padding:4px 0 4px 20px;
display:block;
}

#main .widget_execphp li a:hover,
#main .widget_mycategoryorder li.current-cat a,
#main .widget_mycategoryorder li a:hover,
#main .widget_recent_entries li a:hover,
#main .widget_collapslink li:hover {
background:url("images/nav-arrows.gif") no-repeat  0 7px #f1f9ff;
color: #06c;
}


#main .widget-area .widget_execphp ul,
#main .widget-area .widget_twitter ul,
#main .widget-area .widget_mycategoryorder ul,
#main .widget-area .widget_recent_entries ul,
#main .widget-area .widget_collapslink ul {
padding: 0 ;
list-style:none;
border-top:1px solid #CCCCCC;
}

#main .widget_twitter li  {
border-bottom:1px solid #CCCCCC;
padding:4px 0 4px 0;
display:block;
overflow:hidden;
}

#main .widget_twitter li:hover {
background: #F1F9FF;
}



#main .widget_collapslink li.collapsLinkItem {
border-top:1px solid #CCCCCC;
border-bottom:none;
}


#main .widget-area .widget_collapslink ul ul {
border-top:none;
}


.twitter-timestamp abbr {
border:none;
font-size: 9px;
color:#bbb;
}






#main h2 {
}

#subnav .widget li,
#subnav .widget li:hover,
#subnav .widget ul,
#subnav .widget-area .widget ul {
border: none !important;
background:none;
}


.collapsLink {
cursor:pointer;
cursor:hand;
display: block;
}

.collapsLink:hover {
color: #06c;
}



.archive-meta {
margin-bottom:20px;
padding-bottom:10px;
border-bottom: 1px solid #ddd;
}

.slidepress-gallery {
}

.gallery br {
display:none !important;
}

.slidepress-gallery .gallery{
margin:45px 0 0 !important;
width:900px !important;
}


.slidepress-gallery object {
margin: 0 0 20px -50px;
_margin: 0 0 20px -30px;
width:960px;
height:535px;
background: url("images/loader.gif") no-repeat center center #111;

}

.one-column-portfolio #content p {
clear: both;
}


#gallery-image {
width:960px;
margin:-40px 0 30px -50px;
background:url("images/loader.gif") no-repeat scroll center center #111;
text-align:center;
}

#showcase-overlay {
background:url("images/main-overlay.png") no-repeat;
display:block;
height:20px;
position:absolute;
top:150px;
width:1000px;
z-index:10;
}


#content div.aligncenter  {
width: 600px !important;

}

#toggle-div {
display: none;
width: 650px;
}

#slick-slidetoggle {
_display: none;
*display: none;
}


#slideshow_nav {
margin:0 auto;
position:absolute;
text-align:right;
top:510px;
width:960px;
.width: 890px;
z-index:998;
filter: alpha(opacity=70);
}

.stratadesign #slideshow_nav,
.portfolio-home #slideshow_nav {
top:440px;

}


#slideshow_nav a {
opacity:0.5;
-moz-opacity: .5;
-moz-border-radius:2px;
-webkit-border-radius:2px;
background:none repeat scroll 0 0 #FFFFFF;
color:#000;
font-size:11px;
margin:0 0 0 6px;
padding:4px 6px;
text-decoration:none;
}
#slideshow_nav a:hover {
background:none repeat scroll 0 0 #09f;
color:#fff;
opacity:1;
-moz-opacity: 1;
}

#slideshow_nav a.activeSlide {
background:none repeat scroll 0 0 #444;
color:#fff;
opacity:1;
-moz-opacity: 1;
}
#home_slideshow {
margin: 0 0 0 20px;
width:960px;
height: 400px;
overflow: hidden;
background: #fff;

}

.stratadesign #home_slideshow {
height: 330px;
background: #1F3557;
margin-bottom:15px;
}
.portfolio-home #home_slideshow {
height: 330px;
background: #000;
}


#sitemap {

}

#sitemap div div,
#sitemap strong {
display: none;
}

#sitemap h2 {
	border-bottom:1px solid #CCCCCC;
margin:0;
padding:0 0 10px;
}


#sitemap a {
border-bottom: 1px solid #ccc;
display:block;
text-indent: 10px;
}
#sitemap a:hover {
background:#09f;
color:#fff;
}

#sitemap li {
list-style: none;
margin-left: 100px;
border-left:1px solid #CCCCCC;
}



#sitemap ul{
}
#sitemap li ul li {
}
#sitemap li ul {
}

#sitemap ul {
padding-bottom: 20px;
}


#pagetitle {
float:left;
font-size:17px;
font-family: Century Gothic, Arial, Helvetica, sans-serif;
}

#pagetitle a {
color:#000;
}
#pagetitle a:hover {
color:#09f !important;
}




#pagetitle-blog {
color:#000;
float:left;
font-size:17px;
margin:35px 0 0 50px;
}

#subnav {
margin-left: -20px;
overflow:visible;
position:absolute;
text-align:right;
top:185px;
width:910px;
z-index: 90;
}


.one-column-portfolio #subnav {
margin-left: 30px;
}


#subnav .widget_nav_menu {
float:right;
}

#main .widget_nav_menu  ul {
}
#main .widget_nav_menu  ul li {
display:inline;
line-height:25px;
padding:0 5px 0 20px;
}
#main .widget_nav_menu a {
color: #666;
}
.one-column-portfolio #main .widget_nav_menu a {
color: #444;
}

#main .widget_nav_menu .current-page-ancestor a,
#main .widget_nav_menu .current-menu-item a {
color: #06c;
}


.one-column-portfolio .current-menu-item a,
.one-column-portfolio #pagetitle a {
color:#ddd !important;
}

.one-column-portfolio #pagetitle a:hover,
.one-column-portfolio #main .widget_nav_menu a:hover,
#main .widget_nav_menu a:hover {
color: #09f !important;
}


.intro {
position:absolute;
top:275px;
width:435px;
color:#bbb;
z-index:80;
}
.intro a {
color: #bbb;
}
.intro a:hover {
color: #09f;
}
.intro h1 {
color:#ddd !important;
}
.intro p {
-webkit-text-size-adjust: 100%;
}

.aboutus-home .intro,
.portfolio-home .intro {
top:240px;
/*width:370px;*/
}

.laneway-home .intro {
width:370px;
top: 260px;
}

.light .intro {
color: #555;
}

.services-home .intro {
top:240px;
width:435px;
}

.category .intro {
top:265px;
}

.teampage .intro {
	margin-left: 450px;
width:350px;
}

.teampage .intro h1 {
color:#333 !important;
}


.intro p em {
font-family:Times New Roman;
font-size:17px;
font-style:italic;
line-height:24px;
}



.subintro ul {
border-top:1px solid #CCCCCC;
list-style:none;
margin:0;
width:100%;
margin-bottom:30px !important;
}
.subintro li {
}


.subintro .subbio {
}

.subintro .subbio ul {
	border:none;
}

.subintro .subbio li {
/*border-bottom:1px solid #CCCCCC;*/
padding:4px 0 5px 100px;
}

.subintro .subbio li strong {
float:left;
margin-left:-100px;
}


.portfolio-home .subintro li {
float:left;
width: 202px;
}

.subintro li a {
background:url("images/nav-arrows.gif") no-repeat scroll 0 -49px #FFFFFF;
border-bottom:1px solid #CCCCCC;
color:#555555;
display:block;
padding:4px 0 4px 20px;
}

.subintro li a:hover {
color: #06c;
background:url("images/nav-arrows.gif") no-repeat scroll 0 7px #f1f9ff;

}



#content .column2 h3 {
background:url("images/nav-arrows.gif") no-repeat scroll 0 -49px #FFFFFF;
border-top:1px solid #CCCCCC;
color:#555555;
margin: 0;
}

#content .column2 h3 a {
display:block;
padding:4px 0 4px 20px;
}

div.column2 {
border-bottom:1px solid #CCCCCC;
}

.column2 ul {
/*background:url("http://klondikecontractingcom.nationprotect.net/wp-content/themes/klondikecontracting/images/gray-border.gif") repeat-x center bottom;*/
/*border-top:1px solid #CCCCCC;*/
border-top: none;
float:left;
list-style:none;
margin:0 !important;
width: 100%;
}
.column2 li {
display:block;
/*float:left;
width:50%;*/
}
.column2 li a {
/*background:url("images/nav-arrows.gif") no-repeat scroll 0 -49px #FFFFFF;*/
border-top:1px solid #CCCCCC;
border-bottom: none;
color:#555555;
display:block;
padding:4px 0 4px 20px;
background:none;
}

.column2 li a:hover {
color: #09f;
/*background:url("images/nav-arrows.gif") no-repeat scroll 0 7px #FFFFFF;*/
background:none;

}



.single-post object {
display:inline-block;
margin: 0 0 30px !important;}

object {
display:inline-block;
margin-bottom:30px !important;
margin-top:0 !important;
}


#staff-roster div {
float:left;
height:240px;
width:180px;
}

#staff-roster {
width:900px;
clear:both;
}

#staff-roster p {
margin-bottom: 5px;
}

#staff-roster img {
width:140px;
height:160px;
}

#staff-roster li {
}
#staff-roster ul {
list-style:none;
margin:0;
}
#staff-roster a {
font-size:14px;
}
#staff-roster a:hover {
}



.jcarousel-skin-tango .jcarousel-container {
}


.jcarousel-skin-tango .jcarousel-direction-rtl {
direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
width: 960px;
padding: 0;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
width: 75px;
height: 245px;
padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
width:  960px;
height: 75px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
width:  75px;
height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
width: 120px;
height: 75px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
margin-left: 35px;
margin-right: 0px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
margin-left: 10px;
margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
background: #fff;
color: #000;
}

/**
*  Horizontal Buttons
*/
.jcarousel-skin-tango .jcarousel-next-horizontal {
position: absolute;
top: 43px;
right: 5px;
width: 32px;
height: 32px;
cursor: pointer;
background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
left: 5px;
right: auto;
background-image: url(prev-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
cursor: default;
background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
position: absolute;
top: 43px;
left: 5px;
width: 32px;
height: 32px;
cursor: pointer;
background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
left: auto;
right: 5px;
background-image: url(next-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
cursor: default;
background-position: -96px 0;
}

/**
*  Vertical Buttons
*/
.jcarousel-skin-tango .jcarousel-next-vertical {
position: absolute;
bottom: 5px;
left: 43px;
width: 32px;
height: 32px;
cursor: pointer;
background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
cursor: default;
background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
position: absolute;
top: 5px;
left: 43px;
width: 32px;
height: 32px;
cursor: pointer;
background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
cursor: default;
background-position: 0 -96px;
}

#mycarousel img {
width: 120px;
}

#wrap {
margin: -10px 20px 20px;
height: 75px;
overflow:hidden;
}
#wrap ul {
list-style:none;
}



#footer-widget {
float:right;
margin:-32px 20px 20px 0;
width:210px;
}
#footer-widget ul {
}
#footer-widget h2 {
color:#333;
font-size:20px;
line-height:22px;
}
#footer-widget li {
}
#footer-widget .textwidget ul {
border-top:1px solid #bbb;
list-style:none outside none;
margin:20px 0 0;
}
#footer-widget .textwidget li {
}
#footer-widget .textwidget li a {
background:url("images/nav-arrows.gif") no-repeat 0 -48px;
border-bottom:1px solid #bbb;
display:block;
padding:5px 0 5px 20px;
}
#footer-widget .textwidget li a:hover {
background:url("images/nav-arrows.gif") no-repeat 0 8px #f9f9f9;
}

#thumb-footer img,
#thumb img {
width:210px;
height:125px;
}

/*.youtubethumbnail  {
height:131px;
}
*/
div.spoiler-body {
display:none;
}
a.spoiler-tgl {
background: url(images/spoiler-arrow.gif) no-repeat center top !important;
border-top:1px solid #CCCCCC !important;
border-bottom:none !important;
clear:both;
color:#666666;
display:block;
font-size:9px;
line-height:9px;
padding:0 !important;
height: 10px;
text-align:center;
}

a:hover.spoiler-tgl {
background: url(images/spoiler-arrow.gif) no-repeat center -20px !important;
}


a.spoiler-tgl.collapsed {
background: url(images/spoiler-arrow.gif) no-repeat center -10px !important;
border-bottom:1px solid #CCCCCC !important;
border-top:none !important;
}


a:hover.spoiler-tgl.collapsed {
background: url(images/spoiler-arrow.gif) no-repeat center -30px !important;
}



#searchpages {
width: 405px;
float:left;
}

#searchposts {
width: 405px;
float:right;
}

.search-excerpt {
background:#6CF;
}
.search-results h3 {
background: #eee;
padding: 3px 10px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
}

.menu-668 select,
.menu-342 select {
	width: 98% !important;
}

.twitter-button {
width: 110px;
float: left;
}


#socialbuttons iframe {
background:none repeat scroll 0 0 transparent;
float:left;
height:50px !important;
}

.sidebar-image {
margin-left: -25px;
}



/* Laneway Homes */

#laneway-homes-types {
    height: 180px;
    margin: 0 auto;
    width: 960px;
}
#laneway-homes-types ul {
	list-style:  none;
    margin: 0;
}
#laneway-homes-types li {
	float: left;
}
#laneway-homes-types li a{
}
#laneway-homes-types li.lanewayintro a {
background: url(images/laneway-homes-box1.jpg) no-repeat 0 0;
display: block;
    height: 170px;
    padding: 50px 20px 0 50px;
    width: 170px;
		color:#555;
}
#laneway-homes-types li.lanewaytraditional a {
background: url(images/laneway-homes-box2.jpg) no-repeat 0 0;
	height: 220px;
	display:block;
	text-indent:-5000px;
    width: 240px;
}
#laneway-homes-types li.lanewaymodern a {
background: url(images/laneway-homes-box3.jpg) no-repeat 0 0;
	height: 220px;
	display:block;
	text-indent:-5000px;
    width: 240px;
}
#laneway-homes-types li.lanewaycontemporary a {
background: url(images/laneway-homes-box4.jpg) no-repeat 0 0;
	height: 220px;
	display:block;
	text-indent:-5000px;
    width: 240px;
}



#lanewaybudget {
	background: #F4F9FC url(none) repeat scroll 0 0;
	margin-bottom: 50px;
	padding: 55px 75px 40px;
	font-family:Georgia, "Times New Roman", Times, serif;

	border: 20px solid #D0E8F4;
}
#lanewaybudget table {
	border-collapse:collapse;
	font-size: 16px;
}
#lanewaybudget tr {
	border-bottom: 1px solid #D0E8F4;
}

#lanewaybudget tr.budget-total {
border-bottom: none;
	font-size: 23px;
	color: #006699;
}
#lanewaybudget td {
	padding:10px 0;
}
#lanewaybudget em {
	font-size: 11px;
	font-style:normal;
	}
	
	#lanewaybudget strong {
	font-size: 20px;
	font-weight:normal;
	}
	
	
/* Strata Design */

.stratadesign .intro {
color: #a5afc5;
    top: 240px;
    width: 425px;
}
.stratadesign .intro h1 {
color: #fff !important;
}

.stratadesign #showcase {
background:#1F3557;
margin-bottom: 10px;
}
.stratadesign hr {
background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;

}

.stratadesign span.wpcf7-list-item {
    width: 100%;
}
.stratadesign #slideshow_nav a.activeSlide {
    background:  #1F3557;
}
.stratadesign blockquote {
	font-family: times New Roman;
	font-size: 16px;
	font-style: italic;
	padding: 0 3em;
}
.stratadesign blockquote em {
display: block;
    font-size: 12px;
    margin-top: 10px;
}
.stratadesign h2 {
color:#1F3557!important;
font-size: 21px!important;
}


.stratadesign a.spoiler-tgl {
    background: url("images/request-consultation-strata-design.gif") no-repeat scroll 0 0 !important;
border-top: none !important;
border-bottom:none !important;
padding:0 0 0 190px !important;
height: 30px;
width: 500px !important;
font-size:12px;
text-align:left;
line-height:30px;
}

.stratadesign a:hover.spoiler-tgl {
    background: url("images/request-consultation-strata-design.gif") no-repeat scroll 0 -31px !important;
}


.stratadesign a.spoiler-tgl.collapsed {
    background: url("images/request-consultation-strata-design.gif") no-repeat scroll 0 0 !important;
border-bottom: none !important;
}


.stratadesign a:hover.spoiler-tgl.collapsed {
    background: url("images/request-consultation-strata-design.gif") no-repeat scroll 0 -31px !important;
}




.page-template-2-stratadesign-template-php #footer {
    background: url("images/stratadesign-content-bottom.jpg") no-repeat scroll 0 0 #F0F0F0;
    padding: 440px 0 0;
		margin-top:-40px;
}

.page-template-2-stratadesign-template-php #container {
    margin: 0 -300px 0 0;
}


/* =Promo Page
-------------------------------------------------------------- */

.page-template-7-promo-template-php  .entry-content select,
.page-template-7-promo-enewsletter-template-php .entry-content select {
    width: 290px;
}

.page-template-7-promo-enewsletter-template-php #main,
.page-template-7-promo-template-php #main {
background: url("images/promo-content-repeat.gif") repeat-y;
}
#promo-ticker {
background: url("images/promo-shadow.gif") no-repeat 0 50px;
height: 80px;
margin: 0 auto;
width: 960px;
}
.page-template-7-promo-enewsletter-template-php #content, .page-template-7-promo-enewsletter-template-php #content,
.page-template-7-consult-template-php #content, .page-template-7-promo-template-php #content {
padding-top: 10px;
}
.page-template-7-promo-enewsletter-template-php #footer,
.page-template-7-promo-template-php #footer {
background: url("images/promo-content-bottom.gif") no-repeat scroll 0 0 #F0F0F0;
}
.page-template-7-promo-enewsletter-template-php #content h2,
.page-template-7-promo-template-php #content h2 {
padding:12px 0 12px 40px;
color: #fff;
margin-bottom: 25px;
text-shadow: 0 1px 3px #333;

}
.page-template-7-promo-enewsletter-template-php h2.promo1,
.page-template-7-promo-template-php h2.promo1 {
background: url("images/promo-titles.gif") no-repeat 0 0;
}
.page-template-7-promo-enewsletter-template-php h2.promo2,
.page-template-7-promo-template-php h2.promo2 {
background: url("images/promo-titles.gif") no-repeat 0 -45px;
}
.page-template-7-promo-enewsletter-template-php h2.promo3,
.page-template-7-promo-template-php h2.promo3 {
background: url("images/promo-titles.gif") no-repeat 0 -90px;
}
.page-template-7-promo-enewsletter-template-php .wpcf7-list-item-label,
.page-template-7-promo-template-php .wpcf7-list-item-label {
	display:none;
}
.page-template-7-promo-enewsletter-template-php span.wpcf7-list-item,
.page-template-7-promo-template-php span.wpcf7-list-item {
    float: none;
    margin: 0 !important;
		width:auto;
		clear:left;
}
.page-template-7-promo-enewsletter-template-php #content p,
.page-template-7-promo-template-php #content p {
margin-bottom: 8px;
line-height: 18px;
}

.page-template-7-promo-enewsletter-template-php #content p.green,
.page-template-7-promo-enewsletter-template-php #content p.red,

.page-template-7-promo-template-php #content p.green,
.page-template-7-promo-template-php #content p.red {
line-height: 40px;
padding-bottom: 16px;
}
p.red strong {
color: #bf0000;
}

.page-template-7-promo-enewsletter-template-php h3,
.page-template-7-promo-template-php h3 {
font-size: 18px;
line-height: 16px !important;
margin: 0 0 12px !important;

}

#promo-sidebar {
display: block;
    margin: 0 0 0 660px;
    position: absolute;
    width: 250px;
	
}

#promo-sidebar p {
padding-left: 25px;
padding-right: 25px;
color:#999;
font-size: 11px;
line-height:17px !important;
padding-bottom: 12px;
}

#promo-sidebar img {
margin-left: -25px;
	
}

ul.promo-list {
	margin:0;
	list-style:none;
		border-top: 1px solid #555555;
margin: 0 25px;
}

.promo-list li {
	border-bottom: 1px solid #555555;
}

.promo-list li a {
display: block;
color:#999;

}

.promo-list li a:hover {
color:#ccc;

}


/* landing page template */

#landing-content {
	width:470px;
	float:left;
	margin: -20px 0 0 0;
}
#landing-sidebar {
	width:220px;
	float:left;
	margin: -15px 0 0 40px;
	font-size:12px;
}
#landing-sidebar {
}
#landing-sidebar {
}
#landing-sidebar {
}

input[type="text"].maintenance-quote {
	float:right;
	width:310px;
}

textarea.maintenance-quote {
	width:410px;
}



