/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

script {
  display: none !important;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
 /*/*//**//*/*/#wrapper {
margin: 0 auto;
position: relative;
}/**//*/*/#search-header{
float:left;
margin-top:15px;
padding-bottom:13px;
}
#search-header #search{
background: #0b0c0c;
}
#search-header #search #s{
background: #0b0c0c;
font-size:12px;
color: #aaa;
}
#header_container{
margin: 0 auto;
background: #3f4247;
}
#header {
margin: 0 auto;
padding-bottom: 35px;
}
#header2 {
margin: 0 auto;
padding-bottom: 35px;
}
#content_container{
padding-top: 15px;
}
#left-col {
padding: 10px 20px;
padding-left: 0px;
background: #fff;
}/**//*/*/#footer {
margin: 30px 0 auto;
background: #3f4247;
}
#footer-container{
margin: 0 auto;
font-size:11px;
}
#footer-container2{
width:964px;
margin: 0 auto;
padding: 15px 0px;
}
#footer-info {
color:#ccc;
margin: 0 auto;
background: #1b1b1b;
padding: 15px 0px;	
}
#copyright{
text-align: center;
}
#footer-info a{
text-decoration:none;
color: #fff;
}
#footer-info a:hover{
color: #ebebeb;
}
#footer-widget{
padding: 8px 0px 8px 0px;
float: left;
color:#a8a8a8;
line-height: 1.6em;
}
#footer-widget #search {
width:120px;
height:28px;
background: #ebebeb;
margin-left: 0px;
position: relative;
}
#footer-widget #search #s {
width:110px;
height:24px;
border:0px;
margin-left:7px;
margin-right:10px;
margin-top:3px;
color:#666;
display: inline;
background: #ebebeb;
float: left;
}
#footer-widget #calendar_wrap {
padding: 8px 0px;
}
#footer-widget #wp-calendar td{
padding:2px;
}
#footer-widget .textwidget {
padding: 5px 0px;
}
#footer-widget .widget_tag_cloud a{
text-decoration: none;
margin: 5px;
line-height: 24px;
margin-left: 0px;
color: #6f6f6f;
}
#footer-widget .widget_tag_cloud a:hover{
color: #fff;
}
#footer-widget .widget-container ul li a	{
color:#6f6f6f;
}
#footer-widget .widget-container ul li a:hover	{
color: #ccc;
}
#footer-widget .widget-container h3 {
color: #fff;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 0px;
font-size: 15px;
padding-bottom: 2px;
}
#footer-widget .widget-container ul li {
border-bottom: 1px solid #222;
padding: 7px 0px;
margin-left: 0px;
background: none;
}
#footer-bar1 {
float: left;
}
#footer-bar2 {
float: left;
}
#footer-bar3 {
float: left;
}
#footer-bar4 {
float: left;
}
span#follow-box{
position: absolute;
right: 100px;	
}
span#follow-box img{
margin: 0 2px;
}/**//*/*/#logo {
float:left;
margin: 20px 30px 0px 0px;
}
#logo2 {
float:left;
margin: 30px 30px 0px 0px;
}
#logo img{
border: none;
}
#logo2 a{
text-decoration: none;
color: #fff;
font-size: 30px;
letter-spacing: -1pt;
font-weight: bold;
}/**//*/*/#search {
width:180px;
height:28px;
background: #ebebeb;
margin-left: 10px;
position: relative;
}
#search #searchsubmit {
background:url(//jebuilding.co.nz/wp-content/themes/agency/images/go-btn.png) no-repeat top right;
width:28px;
height:28px;
border:0px;
position:absolute;
right: -35px;
}
#search #s {
width:170px;
height:24px;
border:0px;
margin-left:7px;
margin-right:10px;
margin-top:3px;
color:#666;
display: inline;
background: #ebebeb;
float: left;
}/**//*/*/#menubar {
float: left;
z-index: 99;
margin: 27px 20px 0px 0px;
position:relative;
}/**//*/*//**/.selectnav { display: none; } @media screen and (max-width: 600px) {
.js #nav { display: none; }
.js #nav2 { display: none; }
.js .selectnav { display: block; }
} /*/*/#box_container{
margin: 0 auto;
padding-top: 35px;
}
.boxes{
min-height: 100px;
padding: 0px;
margin-bottom:10px;
}
.box-head {
padding-bottom: 20px;
}
.box-head img{
width: 100%;
}
.title-head{
padding-top:2px;
text-align: center;
}
.title-box{
font-size: 20px;
color: #333;
padding-bottom: 10px;
border-bottom: 1px  solid #ebebeb;
}
.box-content {
padding-top: 10px;
text-align: center;	
}/**//*/*/#welcome_container{
}
#welcome-box h1{
color: #333;
}
#welcome-box {
}
#quote-box {
padding-top: 15px;
}
#author-name {
text-align: right;
color: #000;
}
#author-quote {
font-size: 16px;
font-style: italic;
text-align: right;
padding-bottom: 5px;
}/**//*/*/.post {
overflow: hidden;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.post-entry {
padding-bottom: 10px;
padding-top: 10px;
overflow: hidden;
}
.post-head {
margin-bottom: 5px;
}
.post-head h1 a, .post-head h1 {
text-decoration:none;
color:#333;
margin: 0px;
font-size: 30px;
}
.post-head h1 a:hover {
color:#464646;
}
.post-head-notfound h1, .post-head-404 h1, .post-head-archive h1, .post-head-search h1 {
margin-bottom: 10px;
font-weight:normal;
text-decoration:none;
color:#333;
font-size: 30px;
}
.post-thumb img {
border: 0px solid #ebebeb;
}
.post-entry img{
margin-bottom: 10px;
}
.meta-data{
line-height: 16px;
padding: 6px 3px;
margin-bottom: 3px;
font-size: 11px;
border-bottom: 1px solid #e9e9e9;
}
.meta-data a{
}
.read-more {
margin-top: 10px;
text-decoration: none;
padding: 7px 14px;
color: #777;
font-size: 12px;
background: url(//jebuilding.co.nz/wp-content/themes/agency/images/read-more.png) top left no-repeat;
}
.read-more a:hover{
color:#000;
}
.clear {
clear:both;
}
.sticky {
border-bottom: 1px solid #e7e7e7;
}
.entry-thumbnail img {
display: block;
margin: 0 auto 10px;
}/**//*/*/#content table {
border: 1px solid #e7e7e7;
margin: 0 -1px 24px 0;
text-align: left;
width: 100%;
}
#content tr th,
#content thead th {
color: #888;
font-size: 12px;
font-weight: bold;
line-height: 18px;
padding: 9px 10px;
}
#content tr td {
border-top: 1px solid #e7e7e7;
padding: 6px 10px;
}
#content tr.odd td {
background: #f2f7fc;
}/**//*/*/#sidebar {
padding:0px 20px 20px 0px;
}
#sidebar ul  {
list-style: none;
}
#sidebar { word-wrap: break-word;}/**/button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
padding: 5px 15px;
}
#sidebar img { width: 100%;} #comments {
clear: both;
}
#comments .navigation {
padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
color: #000;
font-size: 20px;
margin-bottom: 0;
}
h3#comments-title {
padding: 24px 0;
font-weight: normal;
font-size: 16px;
}
.commentlist {
list-style: none;
margin: 0;
border-left: 1px solid #e7e7e7;
}
.commentlist li{margin-left: 7px;}
.commentlist li.comment {
border-bottom: 1px solid #e7e7e7;
line-height: 24px;
margin: 0 0 24px 0;
padding: 0 0 0 30px;
}
.commentlist li:last-child {
border-bottom: none;
margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
margin-bottom: 18px;
}
#comments .comment-body p:last-child {
margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
margin-bottom: 24px;
}
#comments .comment-body ul { margin: 0 0 10px 10px; }
#comments .comment-body ul li {
display: block;
margin: 5px 0;
padding: 0 0 0 17px;
background: url(//jebuilding.co.nz/wp-content/themes/agency/images/bullet.png) no-repeat 0 5px;
}
#comments .comment-body ol {
margin: 5px 0 15px 20px;
}
#comments .comment-body ol li { 
margin: 5px 0;
list-style: decimal;
padding: 0 0 0 5px;
}
.commentlist ol {
list-style: decimal;
}
.commentlist .avatar {
padding: 4px;
border: 1px solid #e6e1db;
float: left;
margin-right: 8px;
}
.comment-author .fn a{
text-decoration: none;
}
.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:#999999;
text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
color:#999999;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
font-size: 12px;
padding: 0 0 24px 0;
}
.reply a {
background:#ebebeb; text-decoration:none; width:53px; height:23px; display:block; text-align:center; color: #777;
}
.reply a:hover {
background-color:#d2d2d2;
}
.commentlist .children {
list-style: none;
margin: 0;
}
.commentlist .children li {
border: none;
margin: 0;
}
.nopassword,
.nocomments {
display: none;
}
#comments .pingback {
border-bottom: 1px solid #e7e7e7;
margin-bottom: 18px;
padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
margin-top: -6px;
}
#comments .pingback p {
color: #888;
display: block;
font-size: 12px;
line-height: 18px;
margin: 0;
}
#comments .pingback .url {
font-size: 13px;
font-style: italic;
} input[type=submit] {
color: #333;
cursor: pointer;
display:block;
background-color: #ebebeb;
border-radius:3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
padding: 5px;
}
#respond {
border-top: 1px solid #e7e7e7;
margin: 24px 0;
overflow: hidden;
position: relative;
}
#respond p {
margin: 0;
}
#respond .comment-notes {
margin-bottom: 1em;
}
.form-allowed-tags {
line-height: 1em;
}
.children #respond {
margin: 0 48px 0 0;
}
h3#reply-title {
margin: 18px 0;
font-weight: normal;
}
#comments-list #respond {
margin: 0 0 18px 0;
}
#comments-list ul #respond {
margin: 0;
}
#cancel-comment-reply-link {
font-size: 12px;
font-weight: normal;
line-height: 18px;
}
#respond .required {
color: #ff4b33;
font-weight: bold;
}
#respond label {
color: #888;
font-size: 12px;
}
#respond input {
margin: 0 0 9px;
width: 95%;
border:1px solid #ebebeb;
padding: 5px;
color: #666;
}
#respond textarea {
width: 95%;
border:1px solid #ebebeb;
color: #666;
padding: 5px;
}
#respond .form-allowed-tags {
color: #888;
font-size: 12px;
line-height: 18px;
}
#respond .form-allowed-tags code {
font-size: 11px;
}
#respond .form-submit {
margin: 12px 0;
}
#respond .form-submit input {
font-size: 14px;
width: auto;
} /*/*/.contactform label {
float:left;
width:100px;
font-size:12px;
padding-top:4px;
margin-right: 10px;
color: #333;
display:block;
}
.contactform input {
padding:5px;
width:350px;
border:1px solid #ebebeb;
color: #666;
}
.contactform textarea {
color: #666;
height:100px;
width:350px;
padding:5px;
border:1px solid #ebebeb;
}
.contactform p {
margin-bottom:10px;
}	
.contactform .submit input {
width: auto;
padding: 5px 18px;
background: #ebebeb;
border: 0;
font-size: 14px;
color: #777;
float: right;
margin-right: 145px;
}	
.contactform .submit input:hover {
background-color:#d2d2d2;
cursor:pointer;
}
.needsfilled {
background:#d2d2d2;
color:white;
}
#sidebar-contact{
padding-left: 10px;
}/**//*/*/#gallery-wp a{
text-decoration: none;
font-size: 18px;
}
.gallery-caption {
margin: 0 0 5px;
}/**//*/*/.navigation {
float: left;
width: 100%;
margin: 20px 0;
}
.navigation .alignleft a {
float: left;
}
.navigation .alignright a {
float: right;
}
#nav-single {
overflow:hidden;
margin-top:20px;
margin-bottom:10px;
}
.nav-previous {
float: left;
width: 50%;
}
.nav-next {
float: right;
text-align: right;
width: 50%;
}/**//*/*/#home-container{
margin:0 auto;
padding: 0px 0px 15px 0px;
}
#slider_shadow{
background: url(//jebuilding.co.nz/wp-content/themes/agency/images/slider-shadow.png) no-repeat;
width: 964px;
height: 40px;
margin:0 auto;
}
.flex-caption{
background: #232323;	
color: #fff;
padding: 7px;
}
.flexslider p{
margin: 0px;
}/**//*/*/.wp-pagenavi {
color: #464646;
margin-top: 30px;
}
.wp-pagenavi a {
margin-left: 3px;
padding: 3px 7px;
text-decoration: none;
}
.wp-pagenavi a.page {
padding: 2px 5px; 
margin: 2px;
text-decoration: none;
background: #f6f6f6;
}
.wp-pagenavi span.current {
padding: 2px 5px; 
margin: 2px;
font-weight: bold;
background: #000;
color: #fff;
}
.wp-pagenavi span.extend {
padding: 2px 5px; 
margin: 2px;
background: #f6f6f6;
text-decoration: none;
}
.wp-pagenavi span.pages {
padding: 2px 5px; 
margin: 2px;
background: #f6f6f6;
}/**//*/*/#subhead_container{
padding: 7px 0px;
background: #3f4247;
}
#subhead_container h1{
color: #ccc;
padding-top: 10px;
padding-left: 0px;
font-size: 30px;
}/**//*/*//**/.widget-container {
margin-bottom: 45px;
}
.widget-container ul li a	{
text-decoration:none;
}
.widget-container ul li a:hover	{
text-decoration:none;
color:#000;
}
.widget-container h3 {
color: #333; 
padding: 0px 5px 8px 10px;
margin: 0px 0px 0px 0px;
overflow: hidden;
font-size: 21px;
font-weight: 500;
}
.widget-container ul li {
border-bottom: 1px solid #ebebeb;
padding: 7px 0px 0px 16px;
margin-left: 0px;
margin-right: 15px;
}
.widget-container ul li {
background: url(//jebuilding.co.nz/wp-content/themes/agency/images/bullet.png) no-repeat 0px 13px;
}
.widget-container ul li ul li{
margin-left: 6px;
} .textwidget {
padding: 5px 11px;
}
#calendar_wrap {
text-align: left;
padding: 8px 15px;
margin: 0;
}
#wp-calendar {
text-align:	left;
margin-top:	5px;
width:	100%;
}
#footer-widget #wp-calendar a:hover{
color: white;
}
#wp-calendar caption{
font-weight: normal;
font-size: 14px;
margin-bottom: .4em;
}
#wp-calendar td{
padding:10px;
}
#wp-calendar #today{
font-weight: bold; color: #FF0000;
}
.widget_tag_cloud a{
text-decoration: none;
margin: 5px;
line-height: 24px;
} /*/*/.alignleft,
img.alignleft {
display: inline;
float: left;
margin-right: 22px;
margin-top: 9px;
}
.alignright,
img.alignright {
display: inline;
float: right;
margin-left: 22px;
margin-top: 8px;
}
.aligncenter,
img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft,
.alignright,
.aligncenter,
img.alignleft,
img.alignright,
img.aligncenter
{
margin-bottom: 10px;
}
img.alignnone,
.alignnone {
display: inline;
margin-right: 15px;
margin-top: 4px;
margin-bottom: 12px;
}
.wp-caption {
border: none;
background: #f1f1f1;
color: #888;
font-size: 12px;
line-height: 18px;
text-align: center;
margin-bottom: 15px;
padding: 4px;
-moz-border-radius: 0;
-khtml-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
.wp-caption img {
margin: 5px;
}
.wp-caption p.wp-caption-text {
margin: 0 0 4px;
}
.wp-smiley {
margin:0;
}/**/.black {
background-color: #000;
color: #fff;}