html { height: 100%; }

body {
	height: 100%;
	background-color: #faa73f;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	text-decoration: none;
	background: url(http://www.saveequus.org/wp-content/themes/saveeq/images/blue_gradient.png) repeat-x top;
}
#page-shadow {
	background:transparent url(http://www.saveequus.org/wp-content/themes/saveeq/images/page.png) no-repeat center top;
	width:100%;
	height: 100%;
}
#page {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 200px;
	width: 914px;
    background-color: #FFF;
}
#content {
	float: left;
	padding: 0px 10px;
}
#sidebar {
	display: none;
	/*float: right;
	width: 130px;*/
}
#footer {
	clear: both;
	font-size: 0.8em;
	text-align: center
}

#searchform input {
	position: relative;
	top: -20px;
	left: 500px;
	border: 1px solid #0080FF;
}

li p { margin: 0;  }

#content h1, h2,h3,h4 {
font-family: "Times New Roman", Times, serif;
font-weight: lighter;
letter-spacing: -0.01em;
margin-bottom: 6px;
font-size: 2.2em;
}
#content h2 { font-size: 1.8em; }
#content h3 { font-size: 1.6em; }
#content h4 { font-size: 1.4em; }
#content p { margin: 5px 0px 10px 0px; }
		
div.listpage div.post {
clear:both;
margin:10px;
}
div.listpage div.post div.thumbnail {
float:left;
}
div.listpage div.post h3, div.listpage div.post div.entry {
margin-left:120px;
}

/* Begin Lists
Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
} 

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/* End Entry Lists */

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */