/*
Theme Name: Clean Green
Theme URI: http://www.tanist.co.uk/
Description: A clean design with righthand navigation and a modern feel
Version: 0.2
Author: Henry Godwin
Author URI: http://www.tanist.co.uk/
*/

/* 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;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
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;
}
/* END RESET */

html
{
	background:#FFF url(img/shortgrad.png) repeat-x scroll 50% 0;
}

body
{
	
	font-family:"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	font-style:normal;
	font-size:14px;
	margin:0;
	color:#666666;
}


a:hover {
	color:#5DD2B4;
}

a:visited {

}

a {
	text-decoration:none;
	color:#0D6C50;
}

strong {
	font-style:normal;
	font-weight:bold;
}

input {
padding:5px;
}

#wrapper
{
	margin:5px auto;
	width:900px;	
}

#header
{
	padding-top:30px;
	background-image:url(img/header_bg.png);
	background-position:center top;
	background-repeat:repeat-x;
	width:100%;
	height:85px;
}

#header-cont
{
	width:900px;
	margin:auto;

}

#header-cont h1
{

	font-size:22px;
	 text-shadow:-1px 1px 1px #666;
}

#header-cont h1 a
{
	text-decoration:none;
	color:#FFFFFF;
}

#header-cont h1 a:hover
{
	
}

#header-cont span
{
	font-size:16px;	
	float:left;
	color:#FFFFFF;
	font-weight:bold;
}

#footer
{
	background:#fff url(img/bg.png) no-repeat scroll 50% 0;
	padding-top:35px;
}

#footer-cont
{
	width:500px;
	margin:auto;
	font-size:12px;
}

#footer-cont .column
{
  float:left;
  width:140px;
	margin-right:20px;
}

#copyright {
	font-size:10px;
	padding:40px;
	color:#0D6C50;
	text-align:center;
}

.column li {
	border-bottom:1px solid #15A57A;
	padding:5px;
}


#navigation
{
	margin:0;
	float:right;
	margin-top:42px;
	padding-left:10px;
	text-align:center;
	
}

#header-text {
float:left;
width:230px;
height:80px;
}
#navigation li
{
 list-style-type:none;
 float:left;
 padding:10px;
	font-size:12px;
	margin-left:5px;
	padding-top:12px;
}

#navigation a:hover {
	font-weight:bold;
	text-decoration:underline;
}

#navigation a {
	color:#fff;
	font-family:Verdana;
	font-weight:bold;
	text-decoration:none;
}

.menu .current_page_item 
{
  background-color:#EEE9BF;
}

.menu .current_page_parent
{
  background-color:#EEE9BF;   
}

#navigation .current_page_parent, #navigation .current_page_ancestor
{
		background-color:#118966;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		border-top:1px solid #009E7D;
		border-right:1px solid #009E7D;
		border-left:1px solid #009E7D;
		padding-top:12px;
}

#navigation .current_page_item
{
	background-color:#118966;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border-top:1px solid #009E7D;
	border-right:1px solid #009E7D;
	border-left:1px solid #009E7D;
	padding-top:12px;
}

#attachment
{
	background-color:#F3E69E;
	border:1px solid #CCCCCC;
	margin:20px;
	padding:5px;
}

#content
{
	
}

#form-holder
{
height:30px;
padding:5px;
}

#sidebar
{
	float:right;
	width:25%;
}

#sidebar h1
{
	text-align:center;
}



.widget
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-box-shadow:0 4px 18px #C8C8C8;
	border:1px solid #CCCCCC;
	margin:10px 0;
	padding: 6px 6px 6px 15px;
	background: white url('img/header_arrow.png') no-repeat top left;
	  font-size:12px;
}

#breadcrumbs
{
float:left;
color:#fff;
font-size:12px;
}

#breadcrumbs a
{
color:#fff;
}

#date {
float:right;
color:white;
width:223px;
}

.widget li
{
	background: white url('img/fade.png') no-repeat bottom center;
	padding:5px;
}

.widget h4
{

padding-left:23px;
font-weight:normal;
margin-bottom:10px;
}


.menu ul li
{
	background: none;
	list-style-image: url(img/bg_list_item.gif); 
}

.menu ul
{
padding-left:15px;
list-style-image:none;
list-style-position:inside;
list-style-type:disc;
}

h4 
{
	font-size:1.2em;
	font-family:verdana,helvetica,arial,sans-serif;
	font-weight:bold;
	color:#0D6C50;
}


.post-cont
{
  border:1px solid #CCCCCC;
	background-color:#FFF;
	width:70%;
	float:left;
	margin:10px 0;
	padding:5px 15px !important;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-box-shadow:0 4px 18px #C8C8C8;	
}

 .post ol {
list-style-image:none;
list-style-position:outside;
list-style-type:decimal;
padding-left:20px;
margin-top:10px;
margin-bottom:10px;

}

 .post ul {
list-style-image:none;
list-style-position:outside;
list-style-type:disc;
padding-left:20px;

}

.post li {
padding-top:3px;
padding-bottom:3px;
line-height:1.5;
}

.post h1
{
  font-size:22px;
  border-bottom:1px dotted #CCCCCC; 
  padding-bottom:5px;
  margin-bottom:10px;
  margin-top:10px;
  font-weight:bold;
	color:#0D6C50;
}

.post h2
{
  font-size:18px;
  margin-bottom:10px;
  margin-top:10px;
	color:#0D6C50;
}

.post h3
{
  font-size:14px;
  margin-bottom:10px;
  margin-top:10px;
	color:#0D6C50;
}

.post p {
	margin-bottom:15px;
	margin-left:10px;
	line-height:1.5;
	text-align: justify;
}

.post {


}

.clearer
{
	clear:both;
}


span.sbox_l  {
	background: white url('img/srch_l.gif') no-repeat top left;
	float: left;
	width: 19px; height: 19px;
}

span.sbox_r  {
	background: white url('img/srch_r.gif') no-repeat top left;
	float: left;
	width: 19px; height: 19px;
}

span.sbox input {
	background: white url('img/srch_bg.gif') repeat-x top left;
	float: left;
	border: 0;
	height: 19px; width: 110px;
	padding: 3px;
	font: 11px/13px arial;
	color: #000;

}

#searchsubmit {
padding:0;
}
span.sbox_go {
float:right;
padding-top:0;
}

/*WP Stuff*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin:10px;
}
.alignright {
	float: right;
	margin:10px;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow:hidden;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.wp-caption-text {
	overflow:none !important;
	margin:0 !important;
	font-size:12px;
	text-align:center;
	color:#000;
}

.commentlist {
padding:0;
text-align:justify;
border:#CCC solid 1px;
width:50%;
margin-top:10px;
margin-bottom:10px;
background-color:#EEE;
}
.commentlist li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:15px 0 10px;
padding:5px 5px 10px 10px;
}
.commentlist li ul li {
margin-left:10px;
margin-right:-5px;
}
.commentlist p {
margin:10px 5px 10px 0;
}

.commentlist li, #commentform input, #commentform textarea {
-x-system-font:none;
font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
font-size:0.9em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
}
.commentlist li ul li {
font-size:1em;
}
.commentlist li {
font-weight:bold;
}
.commentlist li .avatar {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #EEEEEE;
float:right;
padding:2px;
}
.commentlist cite, .commentlist cite a {
font-size:1.1em;
font-style:normal;
font-weight:bold;
}
.commentlist p {
font-weight:normal;
line-height:1.5em;
text-transform:none;
}
#commentform p {
font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
}
.commentmetadata {
font-weight:normal;
}
