/*
Theme Name: Saunders Consulancy
Theme URI: http://www.saundersconsultancy.com.au
Description: Saunders - green and purple
Version: 1
Author: Daniel Price
Author URI: http://thetelegraphic.com
Tags: one column, green, purple


*/



  
/* Typography */

body {
	font: 11px/1.7em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

h3 { 
  font-size: 1.6em; 
  padding-bottom: 5px;
  }

p {
  font-size: 1em;
  }

/* Positioning and page structure. That's where we're at */

body, html {
	height: 100%;
	margin: 0; 
	padding: 0;
  text-align: center;
}

#wrapper {
  width: 100%;
  overflow: hidden;
  }

#header { 
  width: 100%;
  height: 290px;
  text-align: left;
 }

#header1 { 
  height: 75px; 
  width: 100%;
  border-bottom: 3px solid #fff; 
  margin: 0;
  }
  
#header2{ 
  height: 212px;
  width: 100%;
  }


#content {
  padding-top: 1px;
  padding-left: 15%;
  padding-right: 15%;
  }

  
#col1, #col2 {
  float: left;
  text-align: left;
  margin-top: 10px;
  padding-left: 2%;
  padding-right: 2%;
  }

#col2 {
  float: right;
  }

#col1 { width: 66%;}
#col2 { width: 26%;}

#col2 ul, #col2 li {list-style:none;}

/* The rainbow section */

body {
  color: #333;
  background-color: white;
  }

#header { color: #fff; }

#header1 {
  background: #340640 url('images/header1.png') repeat-x;
  }

#header2 {
  background: #B0C105 url('images/header2.png') repeat-x;
  }	

#col1 h3, #col1 h2, #col1 h2 a, #col1 h3 a { 
  color: #555;
  padding-bottom: 5px;
  border-bottom: 1px solid #ededed;
  text-decoration: none !important;
  }

#col2 h3, #col2 h2 {
  color: #666;  
  }

h2 a, h3 a {
  border-bottom: 0 !important;
  }

.postmetadata {
  color: #888;
  }