/*

Theme Name: Web Matters Client Theme 2011
Theme URI: http://www.webmatters.co.nz
Description: A three column theme
Author: Web Matters
Author URI: http://www.webmatters.co.nz
version: 1.0
*/

/*------------------------------------*\
  RESET
\*------------------------------------*/
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
font-size: 14px;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
address, caption, cite, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
}


/* BASICS AND MISCELLANEOUS STYLES */

*{margin:0; padding:0;}


html {
  font-family: Cambria, Georgia, "Times New Roman", Times, serif;
 }

body {
        background: url(images/background3.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	color: #36271c; 
	margin-top: 20px;	
		}	

/*--- HEADINGS ---*/
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 24px;
  font-weight: bold;
}

h1 {
  font-size: 1.5em; /* 24px --> 24 � 16 = 1.5 */
  line-height: 1em; /* 24px --> 24 � 24 = 1 */
}

h2 {
  font-size: 1.375em; /* 22px --> 22 � 16 = 1.375 */
  line-height: 1.0909em; /* 24px --> 24 � 22 = 1.090909(09) */
	color: #5a493d;
font-family: Georgia, Serif;
}

h3 {
  font-size: 1.25em; /* 20px --> 20 � 16 = 1.25 */
  line-height: 1.2em; /* 24px --> 24 � 20 = 1.2 */
	color: #5a493d;
font-family: Georgia, Serif;
}

h4 {
  font-size: 1.125em; /* 18px --> 18 � 16 = 1.125 */
  line-height: 1.333em; /* 24px --> 24 � 18 = 1.3333333(3) */
}

h5, h6 {
  font-size: 1em; /* 16px --> 16 � 16 = 1 */
  line-height: 1.5em; /* 24px --> 24 � 16 = 1.5 */
}


/*------------------------------------*\
  TYPE
\*------------------------------------*/
/*--- HEADINGS ---*/

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 24px;
  font-weight: bold;
}

/*--- PARAGRAPHS ---*/

p {
  margin-bottom: 24px;
}






/*--- LISTS ---*/
ul, ol {
  margin-bottom: 24px;
    /* Remember, if your magic number is
    different to this, use your own. */
}

ul {
  list-style: square outside;
}

ul ul,
ol ol {
  margin: 0 0 0 60px;
}

/*--- QUOTES ---*/
blockquote { 
background: #6b5d51 url(images/quotebg.gif);
background-repeat: no-repeat;
padding-left: 60px;
padding-right: 60px;
padding-top: 20px;
padding-bottom: 10px;
margin-bottom: 20px;
color: #ffffff;
width: 410px;
font-family: Georgia;
}

blockquote b {
  display: block;
  text-indent: 0;
}
/*--- LINKS ---*/
a {
  color: #36271c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img{
	border: none;
	padding:0; 
}
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;
}

#authorimg {
	float : left;
	padding-right : 10px;
	padding-top : 5px;
}

.widgettitle { 
    padding: 40px  0 10px 0px; 
}

.textwidget{ 
	margin-bottom: 7px;
	padding-bottom: 20px;
	}
.ngg-widget{ 
	padding: 10px  0 30px 0px; 
}
.wp-post-image {
	float: left;
	padding-right: 25px;
}
.line {
	width : 100%;
	background : #eeeeee;
	height : 1px;
	margin-bottom : 24px;
	margin-top : 24px;
}
code{
	font-family:"Courier New", Courier, monospace;
}

/* THE CONTAINTER*/

#container {

	width:960px;
	margin: 0 auto;
	padding:0px;
	background: #ffffff;
	color:#333;
	overflow: hidden;
	padding: 30px;
 
  /* CSS3 standard */
background: rgba(255, 255, 255, 0.85);
box-shadow: 7px 7px 8px #333;
-webkit-box-shadow: 7px 7px 8px #333;
-moz-box-shadow: 7px 7px 8px #333;
}



/* THE HEADER */



#header {
	background:transparent;
  	width:100%; 
  	height:50px;
	margin-bottom: 40px;
	margin-top: 26px;
}
#header h1{
	padding:20px 0 0 16px;
	margin:0;
	font-weight: normal;	
}

#header h2{
	color: #abcb87;
	padding:0;
	margin:0;
	font-weight: normal;		
	}
#header h3{
	color: #ffffff;
	padding:10px 0 0 0;
	margin:0;
	font-weight: normal;	
	}
#logo{
	width : 245px;
	float: left;
}	

#banner{
width: 100%;
height: 230px;
margin-bottom: 48px;
color: #cccccc;

}


#banner img{
padding-right: 24px;
margin-bottom: 20px;
}

#banner2{
background: transparent;
width: 100%;
height: 230px;
margin-bottom: 48px;
}

/* HORIZONTAL MENU SYSTEM */

#menu {
	background: transparent;
	float:right;
	width: 550px;
	margin-bottom: 30px;
	font-family: "Times New Roman", Georgia, Serif;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	}
#menu ul {
	margin: 0;
	padding: 5px;
	text-align: left;
}
#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
border-right: 1px solid #5a493d;
}
#menu ul li a {
	padding: 6px 5px 6px 5px;
	margin: 0;
	text-decoration: none;
	color: #5a493d;
}
#menu ul li a:hover {
	text-decoration: underline;
}
#menu .current_page_item a {
	text-decoration: underline;
}
#menu .current-menu-item a {
	text-decoration: underline;
}



/* THE CONTENT SECTION */

#content {
	float: left;
	width:600px;
	overflow: hidden;
			}
.post {
	margin:0;
	padding:0 15px 0 0px;
	text-align: left;
	color: #5a493d;
font-family: Arial, Verdana, Sans-Serif;
	}

.post ul {
	margin-bottom: 20px
}
.post li {
	margin-left: 40px
	}
.post a{
	text-decoration: underline;	
}
.post a:hover{
	text-decoration: none;	
}

.entry > p:first-of-type {
  font-size: 1.125em;
    /* 18px ? 18 � 16 = 1.125 */

  line-height: 1.333em;
    /* 24px ? 24 � 18 = 1.3333(3) */
}
	
	
	
	/* three column layout */
div#column_01 {
	float: left;
	clear: both;
	width: 100%;
	}
div#column_wrap {
	float: right;
	clear: none;
	width: 100%;
	}
	div#column_02 {
		float: left;
		clear: none;
		width: 45%;
		}
	div#column_03 {
		float: right;
		clear: none;
		width: 45%;
		}
		
.entry	{
	}


.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-left: auto;
	margin-right: auto;
	}
.alignleft {
   float: left;
}
.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
	}
/* LEFT SIDEBAR */
#leftsidebar {
	width:150px;
	float:left;
	margin:0;
	padding:0;
	border-right: 1px solid #eeeeee;

	}
#leftsidebar h2{
	font-size: 16px;
	margin: 0;
	padding: 0;
}
#leftsidebar label{
	color: #000;
	margin: 0;
	padding: 0;
}
#leftsidebar p {
	margin:0;
	padding: 0;
}
#leftsidebar img {
	padding: 0; 
	margin: 0;
}
#leftsidebar ul {
	margin:12px 0 12px 12px;
	padding:0;
	}
#leftsidebar ul li {
	list-style-type:none;
   padding: 8px 0 8px 0px;
	border-bottom:1px solid #85a63f;
	}
#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;
}

/* THE RIGHT SIDEBAR */

#rightsidebar{
	width:160px;
	float:right;
	margin:0;
	padding: 0;
	}
#rightsidebar h2{
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#rightsidebar label{
	color: #000;	
	margin: 0;
	padding: 0;
}
#rightsidebar p {
	margin:0;
	padding:0;
}
#rightsidebar img {
	padding: 3px;
	margin: 0;
	float: left;
}
#rightsidebar a{
}
#rightsidebar ul {
	margin:12px 12px 12px 0px;
	}
#rightsidebar ul li {
	line-height:130%;
   list-style-type:none;
   padding: 7px 0 7px 0px;
	border-bottom:1px solid #eeeeee;
	}
#rightsidebar ul ul {
	margin:14px 0;
	padding-bottom: 25px;
}
#rightsidebar ul ul li {
	list-style-type: none;
	}
#rightsidebar ul ul ul{
	margin: 0;
	padding: 0;
}
#rightsidebar ul ul ul li{
	padding: 0 0 0 15px;
}

#rightsidebar input{
padding: 5px;
}

/* WIDE SIDEBAR */
#widesidebar {
	width:320px;
	float:right;
	margin:0;
	padding:0;
		}
#widesidebar h2{
	font-size: 17px;
	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: 10px;
	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;
}



#widesidebar h4{
background: #6b5d51 url(images/sidequote.gif);
background-repeat: no-repeat;
background-position:left top;
margin-bottom: 20px;
margin-left: 8px;
color: #ffffff;
width: 242px;
font-family: Georgia;
font-size: 16px;
font-weight: normal;
padding: 20px 35px 40px 40px;
}


#twitter{
background: #f9f9f9;
border-bottom: 5px solid #000000;
width: 100%;
padding: 10px;
}

/* 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 {
color:#85a63f;}

cite {
	font-family: Georgia;
	font-style: normal;
	}


/* search */


#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;
	}
	

/* misc */
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;
	}
/* footer */
#footer {
	background : #36271c;
	clear : both;
	width : 1021px;
	height: 115px;
	color: #ffffff;
	margin: 0 auto;
	
}
#footer p {
	padding : 6px;
	margin : 5px;
	color : #ffffff;
}
#footer a {
	text-decoration : underline;
	color: #ffffff;
}
#footer a:hover {
	text-decoration : underline;
}
#footer h2{	
	font-weight: bold;
	margin-bottom: 10px;
}
#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 : #948477;
}
#col1{
	display: block;
	width: 270px;
	float: left;
	margin-right:30px;
	margin-left:10px;
	margin-top: 10px;
}
#col2, #col3, #col4 {
	display: block;
	width: 336px;
	float: right;
	margin-right:10px;
	margin-left:10px;
	margin-top: 10px;
font-family: Arial;
font-size: 18px;
color: #948477;
}
#col1, #col2, #col3, #col4 a{
	padding: 4px 3px;
	display: block;
	color: #ffffff;
	text-decoration: none;
}

input {
padding: 5px;
}

#credit{
background: transparent;
clear : both;
width : 1021px;
color: #ffffff;
height: 50px;
margin: 0 auto;
}