/*
Theme Name: IGEL
Theme URI: http://www.igeleaders.org/
Description: A WordPress theme for The Institute for Georgia Environmental Leadership
Version: 0.1
Author: Chris Seymour
*/

/*
Colors:
	Orange	= #BA5A14
	Green1	= #96BF77
	Green2	= #659541
	Brown	= #5A3D1B
*/

/***  Basic styles  ***/

body {
	margin: 0 0;
	padding: 15px 0px;
	text-align: center;
	background: white url(http://www.igeleaders.org/wp-content/themes/igel/images/leafbg.jpg) no-repeat -50px 10px;
	font-family: Verdana, Arial, Sans-serif;
	font-size: .9em;
	color: #5A3D1B;
	}
	
code {
	font-size: 1.2em;
	}
	
div {
	text-align: left !important;
	}
	
img { 
	border: 0px;
	}
	
a, a:active, a:hover, a:visited {
	color: #BA5A14;
	text-decoration: none;
	}

ul li {
	list-style-type: disc;
	}

hr {
	border-top: 1px solid #333333;
	border-bottom: none;
	border-left: none;
	border-right: none;
	height: 1px;
	clear: both;
	}


/***  Header.php styles  ***/

div#head {
	position: absolute;
	left: 250px;
	top: 30px;
	height: 120px;
	width: 700px;
	}

div#menu {
	position: absolute;
	left: 250px;
	top: 110px;
	height: 25px;
	width: 700px;
	padding: 3px 5px 0px 5px;
	background: white url(http://www.igeleaders.org/wp-content/themes/igel/images/menubg.jpg) no-repeat;
	}
	div#menu br {
		display: none;
		}
	div#menu a,
	div#menu a:visited {
		padding: 3px 4px 4px 4px;
		text-decoration: none;
		text-align: center;
		background: #96BF77;
		color: #5A3D1B;
		}
	div#menu a:active,
	div#menu a:hover {
		background: #659541;
		color: white;
		}



/***  Footer.php styles  ***/

div#footer {
	display: none;
	}
	div#footer img {
		display: inline;
		}



/***  Regular page styles  ***/

div#sidebar {
	position: absolute;
	left: 60px;
	top: 280px;
	padding: 5px;
	width: 170px;
	}
	div#sidebar ul li {
		list-style-type: disc;
		margin: 0px 0px 0px -23px;
		}
	div#sidebar h4 {
		margin-bottom: -10px;
		}
	div#sidebar input[type="text"] {
		width: 150px;
		border: 1px solid #cccccc;
		color: blue;
		text-indent: 3px;
		margin-top: 10px;
		}
		div#sidebar input[type="text"]:hover {
			border: 1px solid #555555;
			}
	div#sidebar input[type="submit"] {
		border: 1px solid white;
		background: white;
		}
		div#sidebar input[type="submit"]:hover {
			border: 1px solid #555555;
			}

div#content {
	position: absolute;
	left: 250px;
	top: 150px;
	width: 700px;
	padding: 10px 0px;
	min-height: 500px;
	_height: 500px; _overflow: visible;  /* IE hack */
	}
	div#content img {
		xfloat: right !important;
		xclear: right !important;
		margin: 5px !important;
		vertical-align: text-top;
		}



/***  News page styles  ***/

div.post {
	margin-bottom: 30px;
	}
	div.post h2 {
		margin-bottom: 0px;
		border-bottom: 1px solid #ccc;
		}
	div.post h3 {
		margin-bottom: 0px;
		}
	
	div.post img#odd {
		padding: 2px 2px 2px 20px;
		float: left;
		margin: 0;
		max-height: 500px;
		max-width: 700px;
		}
		div.post img {
		padding: 2px;
		float: right;
		margin: 0px 0px 10px 10px;
		max-height: 200px;
		max-width: 200px;
		}
	

div.entrytext ul ul {
	margin-bottom: 5px;
	}

div.post-teaser {
	margin-top: -11px;
	}

.centered {
	text-align: center !important;
	margin: auto !important;
	}

.floatright {
	float: right !important;
	clear: right !important;
	margin: 0px 0px 10px 10px !important;
	}

.floatleft {
	float: left !important;
	clear: left !important;
	margin: 0px 10px 10px 0px !important;
	}
	
p.postmetadata {
	clear: both;
	}

