/*
Theme Name: Ecoregon	
Theme URI: http://www.ecoregon.org
Description: Custom Theme for ECOregon
Author: Eric
Version: 1.0 (optional)
Tags: none

Copyright Eric Johnsohn 2010 All rights reserved
*/

* { margin: 0; padding: 0;  }

body {
	color: #333;
	font-family: Arial;
	font-weight:bold;
	margin: 0;
	background-color: #86C67C;
	text-align: left;
	height:100%;
	width:100%;
	}

#container {
	width: 1000px;
	margin: 0 auto;
	padding: 0px;
	background-color: #fff;
	text-align: center;
	}
	
h1, h2, h3, h4, h5, h6 { padding: .3em 0 .3em .5em; margin: 0; color:#1414AE; }


p { padding: .5em; 
    margin: 1em; 
    font: 14px;
    color:#1414AE; }
	
a {font: 14px;
	color:#1414AE;}
	
a:active{font: 14px;
	color:#1414AE;}
	
a:hover {}

a.current{}

img, a img { border: none; }

#header { width: 100%;
	  height: 222px;
	  background-image:url('/images/toplogo.png');	 
	}

#dividertop{
	background-image:url('/images/gradient.png');
	background-repeat: repeat-x;
	height: 8px;
	width:100%;
	}
	
#maincon{
		overflow:hidden;
		}
	
#leftcol { float: left; 
	   width:150px; 
		min-height:400px;
	   background-image:url('/images/leftgradient.png');
	   background-repeat: repeat-x;
	   background-color:#6CB443;
	   padding-top:15px;
	   margin-bottom:-2000px;
		padding-bottom:2000px;
	 }
	 
#leftcol a{
		background-image:url('/images/button.png');
		background-repeat: no-repeat;
		display: block;
		background-color: transparent;
		width:128px;
		height:23px;
		margin: 0 auto;
		padding: 5px 0 0 0;
		text-align: center;
		font-family: Verdana;
		font-size: 100%;
		font-weight: bold;
		text-decoration: none;
		color:#330099;
	 }

/*#1414AE*/

#leftcol a:hover {
		color:#1414AE;
		}
		
#dividerleft {float: left;
		width:9px;
		min-height:400px;
		background-image:url('/images/divider.png');
		background-repeat: repeat-y;
		margin-bottom:-2000px;
		padding-bottom:2000px;
	     }

#content {float:left;
		width: 841px; 
		min-height:400px;
	   background-image:url('/images/rightgradient.png');
	   background-repeat: repeat-x;
	   background-color:#9CD177;
	   margin-bottom:-2000px;
		padding-bottom:2000px;
	 }



/*#dividerright {float: left;
		width:0.75%;
		min-height:400px;
		background-image:url('../images/divider.png');
		background-repeat: repeat-y;
		margin-bottom:-2000px;
		padding-bottom:2000px;
	     }*/

/*#rightcol{ float: left; 
	   width: 20.5%; 
		min-height:400px;
	   background-image:url('../images/leftgradient.png');
	   background-repeat: repeat-x;
	   background-color:#6CB443;
	    padding-top:15px;
		margin-bottom:-2000px;
		padding-bottom:2000px;
	 }*/

#dividerbottom { clear: both;
	background-image:url('/images/gradient.gif');
	background-repeat: repeat-x;
	height:8px;
	width:100%;
	}

#footer {  
	  width: 1000px; 
	  height:210px;
	  background-image:url('/images/footer1.png');
	}
	
#footer a {
		text-decoration:none;}

#footer li {list-style-type: none;}		
		
#copy{width:1000px;
		height:10px;
		text-align:center;
		background-color: #86C67C;
		margin-top:-1em;
		}
