/*   
Theme Name: Earth Sanctuary Blog
Theme URI: http://earthsanctuary.org/blog
Description: An xhtml version of the original Earth Sanctuary WordPress template.
Author: Joe Eastham
Author URI: http://joeeastham.com
Version: 1.0
.
All elements of the Earth Sanctuary web site, including this theme, are copyright Earth Sanctuary.
.
*/

* { 
	padding: 0;
	margin: 0;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
small {
	font-size: 12px;
}
#wrapper { 
	margin: 8px auto 0 auto;
	width: 904px;
}
#columns {
	border-top: solid 10px #000;
	background: url("images/columns.gif");
	margin-bottom: 0px;
	overflow: auto;
	width: 100%
}
/* start header styles and image replacement stuff. */
.header {
	color: #333;
	background: #a6a285;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: 1.2em;	 
}
.header em {
	display: block;
	position: absolute;
	top: 0; 
	/*
	left: 0;
	*/
	z-index: 1; 
}
* html>body	.header { 
	position: static;
	overflow: visible;
	font-size: 10px;
}
* html>body	.header em  { 
	position: static;
}
* html>body	.header a {
	text-decoration: none;
}

#myh1, #myh1 em {
	width: 904px;
	height: 102px;
	background: url("images/header.gif") top left no-repeat;
}
* html>body #myh1 em {			
	margin-bottom: -40px;
}
/* End header styles and IR; start left column styles. */
#column_left { 
	display: inline;
	color: #333;
	margin: 10px;
	padding: 0px;
	width: 175px;
	float: left;
}
#column_left ul {
	list-style: none;
}
#column_left ul li {
	margin-bottom: 5px;
}
#column_left ul li a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#column_left ul li ul {
	margin-left: 10px;
	list-style: none;
}
#column_left ul li ul li {
	margin-bottom: 0px;
}
#column_left ul li ul li a {
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
#photostream {
	width: 110px;
	padding: 10px;
	margin: 0 5px;
	margin-top: 20px;
	text-align: center;
	background: #FFF;
	border: solid 1px #000;
	background: #a6a285;
}
#photostream h3 {
	margin-bottom: 10px;
}
#photostream img {
	border: solid 1px #000;
	margin-bottom: 5px;
}
/* End left column styles; start content styles */
#content { 
	float: left;
	color: #333;
	margin: 10px 13px;
	padding: 0 10px 30px 10px;
	width: 480px;
	display: inline;
	position: relative;
}
#content h3 a{
	color: #000;
}
#content ul, #content ol {
margin:10px 0 10px 20px;
}
#content ul li, #content ol li {
margin-bottom: 5px;
}
textarea#comment {
width: 400px;
margin-top: 20px;
}
.post {
	margin: 20px 0;
}
.post p {
	margin: 10px 0;
}
.entry {
	margin: 15px 0;
}
/* End content styles; start right column styles. */
#column_right { 
	font-size: 12px;
	display: inline;
	position: relative;
	color: #333;
	margin: 10px 10px 10px 0px;
	padding: 0px;
	width: 155px;
	float: right;
}
#column_right a {
	color: #000;
}
#column_right ul {
	list-style: none;
}
#column_right h3 {
	margin: 10px 0;
}
form#subscribe_email {
	margin-bottom: 20px;
}
input#email, input#s {
	width: 140px;
}
.pages {
margin: 10px 0;
}
/* End right column styles. */
#footer { 
	font-size: 12px;
	width: 884px;
	clear: both;
	color: #FFF;
	background: #000;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	text-align: center;
}
#footer a {
	color: #FFF;
}
#footer p {
	display: inline;
}
ul#nav_footer {
	
	list-style: none;
	display: inline;
}
ul#nav_footer li {
	display: inline;
}
.clear { 
	clear: both;
	background: none;
}
