/*

Theme Name: Insitu
Theme URI: http://www.webmatters.co.nz
Description: Theme for Web Matters
Author: Web Matters
Author URI: http://www.webmatters.co.nz
version: 1.0
*/

/*------------------------------------*\
  RESET
\*------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* BASICS AND MISCELLANEOUS STYLES */

*{margin:0; padding:0;}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


html {
	font-family: Arial, Helvetica, Verdana, Sans Serif;
	 background: #000000;
	}

body {
  color: #37302a; 

}

.white{
background: #fff;
overflow: hidden;
	}	

/*--- HEADINGS ---*/

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 18px;
  font-weight: bold;
}


/*--- PARAGRAPHS ---*/

p {
  margin-bottom: 18px;
}

/*--- LISTS ---*/
ul, ol {
  margin-bottom: 24px;
}

ul {
  list-style: square outside;
}

ul ul,
ol ol {
  margin: 0 0 0 60px;
}

/*--- QUOTES ---*/

blockquote {
font-family: Georgia;
font-style: italic;
margin:22px 40px;
upadding:3px;
padding: 0 50px;
background: transparent url("images/blockquote.gif") no-repeat 0 0;
border-right: 5px solid #ccc;
}

blockquote p{
font-size: 16px;
}

/*--- LINKS ---*/

a {
  color: #d9261c;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* Images */

img{
	border: none;
	padding:0; 
	max-width: 100%;
	height: auto;
}

.widget img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

img a{
border:none;
}

img.left{ 
	float: left; 
	border: none; 
	padding: 6px 0 0 0;
}
img.right{
	float: right;
	border: none;
	padding: 0 0 0 6px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.wp-caption {
   border: 1px solid #eee;
   text-align: center;
   background-color: #fff;
   padding: 10px 5px 5px 5px;
   margin-bottom: 25px;
   max-width: 97%;
  
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
   
}
.wp-caption p.wp-caption-text {
   font-size: 14px;
   font-family: Georgia, Serif;
   color: #555;
   font-style: italic;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
	}
	
.wp-post-image {/* Default settings for Post Thumbnails */
	float: left;
	padding-right: 25px;
	margin-bottom: 20px;
}

/* Commonly used widgets */

.widgettitle { 
    padding: 40px  0 10px 0px; 
}

.textwidget{ 
	margin-bottom: 20px;
	padding-bottom: 20px;
	}
	
.ngg-widget{ 
	padding: 10px  0 30px 0px; 
}
	

/* THE HEADER */

header {
margin-bottom: 25px; 
	}


/* THE CONTENT SECTION */
	

.clear{
clear: both;		
}

.bottom{
margin-bottom: 25px;
}

.sixty{
margin-bottom: 60px;
}

.post {
	margin:0;
	padding:0;
	text-align: left;
	color: #333;
	font-size: 13px;
	line-height: 18px;
	padding: 0;
	}

.post ul {
	margin-bottom: 20px
}
.post li {
	margin-left: 40px
	}
.post a{
	text-decoration: underline;	
}
.post a:hover{
	text-decoration: none;	
}

.post h2{
font-size: 22px;
font-weight: normal;
color: #cc3333;
}

.post h2 a{
font-weight: normal;
text-decoration: none;
}

.post h3{
font-size: 18px;
font-weight: normal;
padding-bottom: 5px;

}

.post h3 a{
color: #000000;
text-decoration: none;
}

.post h3 a:hover{
color: #666666;
text-decoration: none;
}	


h2.products{
border-bottom: 1px solid #000;
margin-left: 10px;
font-size: 18px;
padding-bottom: 10px;
margin-bottom: 30px;
}

.post strong{
font-weight: bold;
}	

.postmetadata{
	clear: both;
	padding:6px 0 0 0;
	margin: 20px 0;
	}
.navigation {
	font-size:1.2em;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	margin-bottom: 20px;
	}

.aligncenter,div.aligncenter {
	display: block;
	margin: 0 auto 25px;
	}
.alignleft {
   float: left;
}
.alignright {
   float: right;
}

.alignnone {
   margin: 25px 0 25px 0;
}

/* WIDE SIDEBAR */
.widesidebar {
	margin:0;
	padding:0;
	
		}
.widesidebar h2{
	font-size: 18px;
	margin: 0;
	padding: 0;
	
}
.widesidebar label{
	color: #000;
	margin: 0;
	padding: 0;
}
.widesidebar p {
}
.widesidebar img.left{ 
	float: left; 
	border: none; 
	padding: 6px 0 0 0;
}
.widesidebar img.right{
	float: right;
	border: none;
	padding: 0 0 0 6px;
}
.widesidebar ul {
	margin: 0;
	padding:0;
	}
.widesidebar ul li {
   list-style-type:none;
   padding: 5px 0 5px 0px;
	border-bottom:1px solid #eeeeee;
	}
.widesidebar ul ul {
	margin:14px 0;
	padding-bottom: 25px;
}
.widesidebar ul ul li {
	list-style-type: none;
	}
.widesidebar ul ul ul{
	margin: 0;
	padding: 0;
}
.widesidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: none;
}


.leftsidebar {
	margin:0;
	padding:0;
	
		}
.leftsidebar h2{
	font-size: 15px;
	margin: 0 0 10px 10px;
	padding: 0;
	text-transform: Normal;
	color: #000;
	
}
.leftsidebar label{
	color: #000;
	margin: 0;
	padding: 0;
}
.leftsidebar p {
}

.leftsidebar a {
color: #000;
font-weight: normal;
}
.leftsidebar img.left{ 
	float: left; 
	border: none; 
	padding: 6px 0 0 0;
}
.leftsidebar img.right{
	float: right;
	border: none;
	padding: 0 0 0 6px;
}
.leftsidebar ul {
	margin: 0 0 0 10px;
	padding:0;
	}
.leftsidebar ul li {
	background: #d6d0d2;
   list-style-type:none;
   padding: 7px 0 7px 10px;
	font-size: 13px;
	margin-bottom: 10px;
	}
.leftsidebar ul ul {
	margin:14px 0;
	padding-bottom: 25px;
}
.leftsidebar ul ul li {
	list-style-type: none;
	}
.leftsidebar ul ul ul{
	margin: 0;
	padding: 0;
}
.leftsidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: none;
}

.calltoaction{
width:auto;
background: #eeeeee url(images/callbg.gif);
background-position: bottom;
background-repeat: repeat-x;
padding: 15px 15px 25px 0;
margin-bottom: 25px;
font-size: 29px;
font-family: "Georgia";
color: rgb( 51, 51, 51 );
font-style: italic;
line-height: 1.103;
text-align: right;
margin-top: 64px;
}

.calltoaction em{
color: #cc3333;
}

.calltoaction strong{
font-weight: bold;
font-style: normal;
}


/* misc */

code{
	font-family:"Courier New", Courier, monospace;
}

.entry{
margin-left: 45px;
}


.page-template-products-php .entry  {
margin-left: 0;
}

.page-template-services-php .entry  {
margin-left: 0;
}


 
 
 
.line {
	width : 100%;
	background : #eeeeee;
	height : 1px;
	margin-bottom : 24px;
	margin-top : 24px;
	clear: both;
}



/* SOCIAL ICONS - GENERAL */
.social { list-style:none;}
.social li { display:inline;
 float:left;
 background-repeat:no-repeat; }
 
.social li a {
 display:block;
 width:48px;
 height:48px;
 padding-right:10px;
 position:relative; 
 text-decoration:none; }
.social li a strong {
font-weight:normal; 
position:absolute; 
left:20px; 
top:-1px; 
color:#fff; 
padding:3px; 
z-index:9999;
text-shadow:1px 1px 0 rgba(0, 0, 0, 0.75); 
background-color:rgba(0, 0, 0, 0.7);
-moz-border-radius:3px; 
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
-webkit-border-radius:3px; 
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); 
 border-radius:3px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);}

li.delicious { background-image:url("images/delicious.png"); }
li.facebook { background-image:url("images/facebook.png"); }
li.flickr { background-image:url("images/flickr.png"); }
li.linkedin { background-image:url("images/linkedin.png"); }
li.rss { background-image:url("images/rss.png"); }
li.twitter { background-image:url("images/twitter.png"); }

/* SOCIAL ICONS - CSS3 */
#css3:hover li { opacity:0.2; }

#css3 li { -webkit-transition-property: opacity; -webkit-transition-duration: 500ms;
 -moz-transition-property: opacity; -moz-transition-duration: 500ms; }
#css3 li a strong { opacity:0;
 -webkit-transition-property: opacity, top; -webkit-transition-duration: 300ms;
 -moz-transition-property: opacity, top; -moz-transition-duration: 300ms; }

#css3 li:hover { opacity:1; }
#css3 li:hover a strong { opacity:1; top:-10px; }



/* NATIVE GALLERY STYLING */

.gallery {
    clear: both;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}
.gallery .gallery-row {
    clear: both;
    display: block;
    margin: 0;
    overflow: hidden;
}
.gallery .gallery-item {
    float: left;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
}
.gallery .gallery-item .gallery-icon img {
    height: auto;
    margin: 0 auto;
    max-width: 89%;
    padding: 1%;
    width: auto;
	
}

.gallery-caption {
    margin-left: 0;
}

/* COMMENT FORM STYLING */


#commentform{
	background:#fff;
	margin-bottom:20px;
	padding:0;
		}

#commentform p{
	}

#commentform a{
text-decoration: underline;
}

#commentform h3{
	margin:0;
	padding:0;
	}	

#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	margin:5px 5px 0 0;
	padding:5px;
	border: 1px solid #cccccc;
	font-size: 14px;
	}	

#submit{
margin:5px 5px 0 0;
}

#comments{
margin:0;
padding:0
}
	

ol.commentlist {
list-style-type: none;
margin:0;
padding:0;
}

.avatar{
float:left;
margin:0 12px 0 0;
}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {
background: #f9f9f9;}

ol.commentlist li p {
margin: 6px 0 6px 0;
padding: 0 12px 0 0;
}

ol.commentlist a {
}

cite {
	font-family: Georgia;
	font-style: normal;
	}


/* SEARCH FORM */


#searchform{
	padding: 6px 0 10px 0px;
	font-family: Arial;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 20px;
		}

#searchform input#s{
	font-family: Georgia;
	font-size: 13px;
	padding: 5px;
	margin: 2px;
	border: 1px solid #B7B7B7;
	width: 130px;
	
	}

#searchform input#searchsubmit{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
	margin: 2px 0 0 2px;
	background-color: #422906;
	border: 1px solid #422906;
	color: #fff;
	}

	
	/* SHORTCODES*/

.half, .half-last {float:left;
width:44%; 
margin-right:3%; 
margin-bottom: 25px; 
border: 1px solid #eee; 
padding: 10px; 
text-align: left;}
.half-last {margin-right:0}

.third, .third-last {float:left;width:25%; margin-right:3.5%; border: 1px solid #eee; padding: 5px 15px 15px 15px;}
.third-last {margin-right:0}

.box{
background: #eeeeee url(images/boxbg.gif);
background-position: bottom;
background-repeat: repeat-x;
padding: 20px;
margin-bottom: 25px;
font-size: 26px;
font-family: "Arial";
color: rgb( 51, 51, 51 );
line-height: 1.179;
}

.box em{
color: #d8261c;
font-style: normal;
}

.address{
text-align: right;
font-size: 12px;
font-weight: bold;
}

.georgia{
font-size: 30px;
font-family: "Georgia";
color: rgb( 0, 0, 0 );
line-height: 0.971;
    }
    
   .greyline   {
   background: #808080;
   height: 10px;
   }
   
   .greylinemenu{
   background: #9a9a9c;
   height: 10px;
   }

/* THE FOOTER */

	footer {
	background : #000;
	clear : both;
	width : 100%;
	color: #fff;
	margin-top: 20px;
		line-height: 20px;
	}
footer p {
	padding : 6px;
	margin : 5px;
	font-size: 14px;
	color: #fff;
}
footer a {
	text-decoration : underline;
	color: #fff;
}
footer a:hover {
	text-decoration : underline;
}
footer h2{	
	font-weight: bold;
	margin-bottom: 10px;
	font-family: 'Droid Sans', sans-serif;
}
footer ul {
	list-style-type : none;
}
footer ul li {
	margin : 0;
	padding : 0;
	list-style-type : none;
}
footer ul ul {
	padding-top : 0;
	padding-bottom: 20px;
	}
footer ul ul li {
	list-style-type : none;
	margin : 0;
	padding : 0;
}
footer ul ul ul {
	margin : 0;
	padding : 0;
}
footer ul ul ul li {
	padding : 0 0 0 0;
	margin : 0;
	list-style-type : none;
	color : #cccccc;
}
#copyright{
float: left;
font-size: 11px;
font-family: Verdana, Arial;
padding: 5px;
}
#credit{
float: right;
font-size: 11px;
font-family: Verdana, Arial;
padding: 5px;
}
/* MailChimp Form Embed Code - Slim - 08/17/2011 */
#mc_embed_signup form {display:block; position:relative; text-align:left; }
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #ccc; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #ff9933; border: 0 none; border-radius:3px; color: #FFFFFF; cursor: pointer; display: inline-block; font-weight: bold; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto; float: right; text-transform: uppercase; font-size: 12px;}
#mc_embed_signup .button:hover {background-color:#777;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}     
#mc_embed_signup .clear {clear:none; display:inline;}

#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup input.email {display:block; padding:8px 0; margin:0 4% 10px 0; text-indent:5px; width:100%; font-family: Georgia; font-style:italic;}
#mc_embed_signup input.button {display:block; width:35%; margin:0 0 10px 0; min-width:90px;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

.video embed,
.video object,
.video iframe {
	width: 100%;
	height: auto;
}

/* *********************************************************************************************************************
 * Main container for all
 */
.onepcssgrid-1000, .onepcssgrid-1200 {
	margin: 0 auto;
	padding: 0 0 0 1%; 
}

.onepcssgrid-1200 {
	max-width: 1220px;
}

.onepcssgrid-1000 {
	max-width: 960px;
}

.onerow {
	clear: both;
	padding: 0 10px;
}





/* *********************************************************************************************************************
 * Common columns definitions
 */
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
	float: left;
	margin: 0 3% 0 0;
}

.col1.last, .col2.last, .col3.last, .col4.last, .col5.last, .col6.last, .col7.last, .col8.last, .col9.last, .col10.last, .col11.last, .col12 {
	margin: 0;
}

.col1 { width: 5.5%; }
.col2 { width: 14%; }
.col3 { width: 22.5%; }
.col4 { width: 31%; }
.col5 { width: 39.5%; }
.col6 { width: 48%; }
.col7 { width: 56.5%; }
.col8 { width: 65%; }
.col9 { width: 73.5%; }
.col10 { width: 82%; }
.col11 { width: 90.5%; }
.col12 { width: 99%; margin: 0; }

.col1 img, .col2 img, .col3 img, .col4 img, .col5 img, .col6 img, .col7 img, .col8 img, .col9 img, .col10 img, .col11 img, .col12 img {
	max-width: 100%;
	height: auto;
	display: block;
}



.wpcf7 input{
padding: 5px;
}

nav {background: #fff;
width: 100%; 
margin-bottom: 15px;
overflow: hidden;}
nav ul {
background: #fff;
font-size: 13px;
list-style: none outside none;
padding: 0;
margin: 0;
margin-left: 30px;
}
nav li {
float: left;
position: relative;
text-align: left;

}
nav a {
font-size: 15px;
font-family: Arial;
text-transform: uppercase;
font-weight: bold;
color: #d9261c;
display: block;
line-height: 2.3em;
padding: 10px 20px 10px 20px;
text-decoration: none;
border-right: 1px solid #eee;
}
nav ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 0;
    margin: 0;
    position: absolute;
    top: 5.4em;
    width: 188px;
    z-index: 99999;
}
nav ul ul ul {
    left: 100%;
    top: 0;
}
nav ul ul a {
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px dotted #DDDDDD;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    height: auto;
    line-height: 1.4em;
    padding: 10px;
    width: 168px;
	 text-transform: none;
	 letter-spacing: normal;
	 font-weight: bold;
}
nav li a:hover {  }

nav ul ul li a:hover {}
nav ul ul a:hover{background: none repeat scroll 0 0 #EFEFEF;}
nav ul li:hover > ul {    display: block;}

nav .current-menu-item a{}
nav .current_page_parent a{}




/* *********************************************************************************************************************
 * Disable padding left/right 10px if I'm 1024 or gibber - correct percentage math
 */
@media all and (min-width: 1024px) {
	.onepcssgrid-1000 {
		max-width: 960px;
			}

	.onepcssgrid-1000 .onerow {
		padding: 0;
	}
}


/* *********************************************************************************************************************
 * Small devices
 */
@media all and (max-width: 768px) {
	.onerow {
	}

	.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11 {
		float: none;
		width: 99%;
	}
	
	header img{
	margin: 0 auto;	
	}
	
	footer img{
	margin: 0 auto;
		}
		
		.address{
		text-align: center;
		}
}

