/*

Theme Name: Houston Zoo Blogs
Theme URI: http://houstonzooblogs.org/
Description: Blog landing page theme for the Houston Zoo.
Version: 1.0
Author: Brandi Lalanne for Schipul
Build: David Stagg for Schipul

*/

* { font-size: 100%; margin: 0; padding: 0; }
a img { border: none; }
a { outline: none; }

body {
	background: #ce7a2e url(images/body-bg.png) repeat-x top left;
	font: 11px/1.4em Verdana, Geneva, sans-serif;
	color: #5c320d;
	}

ul, ol { margin: 1em 0; padding-left: 2.5em; }
dt { margin: 0.5em 0 0; }
dd { margin: 0.25em 0 0.5em 2.5em; }

h1, h2, h3, h5, h5, h6 { font-family: Arial, Helvetica, sans-serif; font-weight: bold; margin-bottom: 8px; } 

h2 { font-size: 14px; }
h3 { font-size: 12px; color: #a55a17; }

a { color: #5c7724; }
a:hover { text-decoration: none; }
a:active { }
a:visited { }

/* STRUCTURE */

#visit-zoo { position: absolute; top: 0; right: 0; background: transparent url(images/triangle-corner.png) no-repeat top right; display: block; width: 122px; height: 119px; text-indent: -9999px; }

#container {
	width: 900px;
	margin: 0 auto;
	position: relative;
	}
	#header {
		display: block;
		width: 900px;
		height: 222px;
		background: transparent url(images/header-bg.png) no-repeat top left;
		}
		#logo {
			display: block;
			width: 100px;
			height: 125px;
			margin: 0 auto;
			padding-top: 40px;
			}
		#logo a {
			display: block;
			width: 100px;
			height: 125px;
			text-indent: -9999px;
			}
		#menu {
			font: 12px/1.4em normal Arial, Helvetica, sans-serif;
			width: 800px;
			margin: 0 auto;
			}
			#menu a {
				color: #fff;
				font-weight: bold;
				text-decoration: none;
				}
			#menu ul {			
				padding-top: 8px;
				list-style: none;
				}
			#menu ul li {
				float: left;
				margin-right: 18px;
				}

	#content {
			width: 900px;
			margin: 0 auto;
			background: #eedf8e url(images/main-content-bg.jpg) repeat-y top left;
			padding-bottom: 20px;
			}
		
		#featured {
			background: transparent url(images/featured-bg.jpg) no-repeat top left;
			margin-left: 13px;
			padding-bottom: 20px;
			position: relative;
			display: block;
			width: 868px;
			height: 215px;
			overflow: hidden;
			}				
			#featured #left {
				width: 550px;
				position: absolute;
				top: 10px;
				left: 10px;
				}
				#left .text, #left .image { float: left; }
				#left .entry .image { margin-right: 15px; }
			#featured #tweet-bird {
				position: absolute;
				top: 19px;
				right: 25px;
				width: 250px;
				height: 170px;
				}
			#tweet-bird ul { list-style: none; margin: 0; padding: 0; }
			#tweet-bird li { font-weight: bold; padding-bottom: 5px; }
			#tweet-bird #follow { position: absolute; bottom: 0; left: 30px; font-size: 9px; }
			#tweet-bird .twitter-time { font-weight: normal; font-size: 10px; }

	
	#media-footer {
		display: block;
		width: 900px;
		height: 92px;
		background: transparent url(images/media-footer.jpg) no-repeat top left;
		}
		#media-footer ul { list-style: none; margin: 0; padding: 40px 0 0 60px; }
		#media-footer ul li { float: left; margin-left: 20px; }
		#media-footer ul li a { color: #eedf8e; font-weight: bold; }
		
	
	#blogs {
		margin: 0 auto;
		}
		#blogs #official, #blogs #wildconservation, #blogs #education, #blogs #trunktales {
			width: 208px;
			float: left;
			margin-left: 13px;
			}
		
		#blogs h1 a { display: block; height: 57px; width: 208px; text-indent: -9999px; }
		#blogs p {  }
		#blogs h2 a {
			color: #5c320d;
			text-decoration: none;
			}
			#blogs h2 a:hover { text-decoration: underline; }
		#blogs h3 { margin-bottom: 10px; }
			
			#blogs #official { background: #f2e28d url(images/official-header.png) no-repeat top left;  }
			#blogs #wildconservation { background: #f2e28d url(images/conservation-header.png) no-repeat top left; }
			#blogs #education { background: #f2e28d url(images/education-header.png) no-repeat top left; }
			#blogs #trunktales { background: #f2e28d url(images/trunk-tales-header.png) no-repeat top left; }
		
		
		#blogs .most-recent {
			padding: 0 0 10px 0;
			margin: 0 10px 15px 10px;
			border-bottom: 4px solid #a55a18;
			padding-bottom: 15px;
			}
			
			
		#blogs .entry {
			padding: 0 0 5px 0;
			margin: 0 10px 15px 10px;
			border-bottom: 2px solid #d3c36e;
			}
		.read-more { margin-top: 10px; font-weight: bold; }
		.date { font-weight: bold; padding: 0 10px 10px 10px; color: #a55a17; font-size: 12px; }
		
		.rss {
			background: #f2e28d url(/images/rss-bg.png) no-repeat top left;
			display: block;
			width: 208px;
			height: 28px;
			padding-left: 40px;
			overflow: hidden;
			}

#footer { margin-bottom: 25px; }
#footer a { color: #000; }
.footer-left {
	float: left;
	width: 45%;
	}
.footer-right {
	float: right;
	width: 45%;
	text-align: right;
	}
		
.clear { clear: both; }
