body {
	background-image : url(../images/cnvbkgnd.jpg);
	font-family : verdana, arial, helvetica, sans-serif;
			
}

#wrapper {
	width: 95%;
	margin: 1%;
	background-color:#99CC66; /*in normal TE pages this is transparent*/
	border: 1px solid #99CC66;
	}

/*page top*/
#banner {
	width: 100%;
	clear: right;
	background-image: url(../images/compostings_teabag_100.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

img.comp-logo {
text-align: right;
float: right;
display: inline;
border: none;
margin: 0; padding: 0;
}

span.topleft {
	margin: 2% 0 0 1%;
	width: 47%; 
	float: left;
	}

span.topright {
	margin: 2% 0 0 0;
	width: 47%;
	float: right;
	text-align:right;
}


/*menu - all pages*/
#topnav {
	display: block;
	clear: both;
	width: 100%;
	background-color : transparent;
	color : #004000;
	margin-top: 10px;
	padding : 5px 0px 5px 0px;
	font-size:0.8em;
}

#topnav ul {
	display: block;
	clear: both;
	background-color : #FEFFEE;
	color : #004000;
	margin: 0px 0px 0px 0px;
	padding: 2px 5px 2px 5px;
	text-align : center;
	border-top: 1px solid #99CC66;
	border-bottom: 1px solid #99CC66;	
	}

#topnav ul li {
	display: inline;
	}

/*footer - all pages*/

#footer {
	background-color: #FEFFEE;;
	text-align: center;
	position: relative;
	width: 100%;
	clear: both;
}

#footercred {
	clear: both;
	background-color: #FEFFEE;
	color: #004000;
	margin: 2% 15% 1% 15%;
	font-size:0.8em;
	border-bottom: 1px solid #99CC66;
	}

#footerlinks {
	clear: both;
	background-color : #FEFFEE;
	color : #004000;
	font-size:0.8em;
	margin: 0% 15% 5% 15%;
	border-top: 1px solid #99CC66;
	border-bottom: 1px solid #99CC66;
	}

/*right column*/

#rightcontent {
	position: absolute;
	top: 0;
	right:0;
	width: 182px;
	background-color: #99CC66;
	}

#rightcontent h2.rightcol {
	padding: 15px 10px 5px 10px;
	margin:0;
	border: none;
	font-size:0.9em;
}

#rightcontent p {
	padding: 0 15px;
	margin:0;
}

#rightcontent ul 	{
	padding: 0 0 0 15px;
	margin:0;
	font-size: 0.8em;
	}

#rightcontent ul li {
	list-style: disc inside;
	padding: 0;
	margin: 0;
	}
	

  #rightcontent p.blogger {
  margin-top:10px;
  padding: 15px;
  }

/*left column*/

#leftcolnarrow {
	width:112px;
	position:absolute;
	top: 0;
	left: 0;

	}
	
#leftcolnarrow h2.sidecol {
	padding: 0 10px 5px 0;
	margin:0;
	border: none;
	}
	
#leftcolnarrow p {
padding: 0;
margin: 0;
}
	
#leftcolnarrow div.leftquote {
  background-color : #FEFFEE;
	margin: 10px 10px 0 0;
	border : 1px solid #99CC66;
  }
  
 #leftcolnarrow div.leftquote p {
	background-color : #FEFFEE;
	 color: #360;
	  font-size: 80%;
	  margin: 0;
	padding:5px;
	}


/*centre column*/

#centercolwide {
	background-color: #FEFFEE;
	color: #000000;
	margin-left:112px;
	margin-right:195px;
	
}


/*extra divs and spaces for containment of wandering page elements in 3-col pages.*/

#container {
	position:relative;
	margin:20px 10px 10px 10px;
	width: 97%;
	}


.clearer {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
		}

/*general text and image formatting*/

p 	{
	font-family : verdana, arial, helvetica, sans-serif;
	margin : 0 15px 10px 50px;
	padding-top: 10px;
	padding-right: 10px;
	font-size:0.8em;
	}

p.caption {
	margin : 5px 0px 30px 0px;
	font-size:0.7em;
	}

#centercolwide h2	{
	background-color : transparent;
	color : #003300;
	font-size : 0.9em;
	font-weight : bold;
	width:95%;
	border-bottom: 3px double #99CC66;
	padding: 10px 10px;
	margin: 0;
}

h3	{
	background-color : transparent;
	color: #000000;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 0.8em;
	font-weight : bold;
	margin : 5px 0px 5px 30px;
	padding : 0px 0px 0px 0px;
	}

blockquote {
	width: 80%;
	margin : 10px 30px 20px 30px;
	padding : 10px 10px 10px 10px;
	font-size:0.8em;
	border: 1px solid #99CC66;
}

#pageheader {
	font-weight: bold;
			
}

#pageheader h1	{

	background-color: #669900;
	color: #fff;
	font-size : 1em;
	margin: 0 1%;
	padding: 5px;	
}

img 	{
	border: none;
	float: left;
	margin-right: 10px;
	}

img.logolink {
	border: none;
	margin: 0px 10px 0px 0px;
	padding: 0;
	vertical-align: middle;
float: left; /*addition*/
	}

img.left {
	border: none;
	margin: 5px 15px 5px 0;
	float: left;
	}

hr 	{
	background-color : transparent;
	color : #99CC66;
	}

p.credit {
	font-size : 0.7em;
	}


.lineclear {
	width: 100%;
	clear: both;
}

.linerule {
	width: 100%;
	clear: both;
	border-top: 1px solid #99CC66;
}

.italic {
	font-style : italic;
	}

em {
	font-weight: bold;
	font-style: normal;
	}

.bold {
	font-weight: bold;
	}

span.whisper { 
	font-size:smaller;
	}
	
#counter {
	display: none;
}

/*list formatting*/

div.list {
	margin: 0px 10px 10px 0px;
	padding-top: 5px;
}

div.list ul	{ 
	margin: 0px 0px 0px 40px;
	padding: 0px 10px 0px 10px;
	font-size: 0.8em;
	}

div.list ul li	{ 
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	}

div.list ul li ul {
	margin: 10px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
	font-size: 1em;
	list-style: none;
	}

div.inlinelist {
	margin: 10px 10px 10px 0px;
	}

div.inlinelist h2 {
	margin: 20px 10px 10px 30px;
}

div.inlinelist ul	{ 
	margin: 10px 10px 10px 20px;
	padding: 0px 10px 0px 30px;
	font-size: 0.8em;
	
	}

div.inlinelist ul li	{ 
	margin: 10px 0px 10px 0px;
	line-height: 180%;
	list-style: none;
	list-style-position:outside;
	display: inline;
	}


/*link colours - general*/

a:link {
	background-color : transparent;
	color : #692;
	text-decoration : none;
}

a:visited {
	background-color : transparent;
	color : #360;
	text-decoration : underline;
}

a:active {
	background-color : #692;
	color : #fff;
	text-decoration : underline;
}

a:hover {
	background-color : #99CC66;
	color : #feffee;
	text-decoration : underline;
}

/*
a.logolink:hover {
	background-color : transparent;
	color : #000000;
}*/

/*link colours - top menu*/

a.menuitem {
	background-color : #FEFFEE;
	color : #004000;
	text-decoration : none;
}

a.menuitem:visited {
	background-color : #FEFFEE;
	color : #004000;
	text-decoration : none;
}

a.menuitem:hover {
	background-color : #99CC66;
	color : #000000;
	text-decoration : none;
}

a.menuitem:active {
	background-color : #FEFFEE;
	color : #004000;
	text-decoration : none;
}


/*link colours - side columns*/

#rightcontent a:link, #leftcolnarrow a:link {
	background-color: transparent;
	color: #fff;
	text-decoration : none;
	}

#rightcontent a:visited, #leftcolnarrow a:visited {
	background-color : transparent;
	color : #360;
	text-decoration : underline;
}

#rightcontent a:active, #leftcolnarrow a:active {
	background-color : #692;
	color : #fff;
	text-decoration : underline;
}

#rightcontent a:hover, #leftcolnarrow a:hover {
	background-color : #690;
	color : #feffee;
	text-decoration : underline;
}

/*specifically Blogger bits - not sure if all needed - from original Zeldman template, since modified*/

div.post {
	padding : 10px 10px 10px 0;
	position: relative;
	border-bottom: 1px dotted #692;
}

dl.profile-datablock	{
	margin: 3px 0 5px 0;
	}
dl.profile-datablock dd {
  line-height: 140%;
  }
	
 
  /*hello banana*/
 div.banana {
 background-color:#99CC66; 
 width: 100%;
 text-align: center;
 }
 
 
 /* jumplinks - hidden navigation*/
#jumplinks ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#jumplinks li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}
#jumplinks a {
	color: #0080C0;
	font-weight: bold;
	position: absolute;
	top: 0px;
	right: 0px;
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 0.8em !important;
	
}
#jumplinks a:active, #jumplinks a:focus { /* only shown on focus */
	position: absolute;
	overflow: visible;
	width: auto;
	height: auto;
	font-size: 1em;
	border: 0;
	margin: 0;
	padding: 6px;
	border: 3px #3399cc solid;
	background: #FFF;
}

/*addition, Aug 06
/*clearing method devised by Tony Aslett - simply add the clearfix class to any container that must enclose floated elements */
/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* end of "no-extra-markup" clearing method */

div.clear {
clear: both;
}
