/* LAYOUT */
body {
	background: white;
}

li.menuitem {
	position: relative;
	float: left;
	list-style: none;
}

	li.menuitem a {
		display: block;
		height: 100px;
		background: url(../images/menu.png);
		text-decoration: none;
	}
		
		li.menuitem a:hover {
			background-position: 0 -100px;
		}

		li.menuitem#aboutus a {
			width: 84px;
			margin-left: 22px;
			background-position: 0px 0px;
		}
		li.menuitem#libraries a {
			width: 76px;
			background-position: -84px 0px;
		}
		li.menuitem#programs a {
			width: 84px;
			background-position: -160px 0px;
		}
		li.menuitem#community a {
			width: 98px;
			background-position: -244px 0px;
		}
		li.menuitem#ourpeople a {
			width: 93px;
			background-position: -342px 0px;
		}
		li.menuitem#donate a {
			width: 65px;
			background-position: -435px 0px;
		}
		li.menuitem#press a {
			width: 51px;
			background-position: -500px 0px;
		}
		li.menuitem#research a {
			width: 78px;
			background-position: -551px 0px;
		}
		li.menuitem#contact a {
			width: 71px;
			background-position: -629px 0px;
		}
		

div#masthead {
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 20px;
	border-bottom: 1px solid #52bb00;
}

div#centercolumn {
	padding-bottom: 2em;
}

div#centerrightcolumn {
	padding-top: 4em;
	border-bottom: 1px solid #52bb00;
}

div#footer {
	border-top: 1px solid #e28d00;
	padding-bottom: 3em;
}

div#sponsors {
	clear: both;
	padding-top: 1em;
	border-top: 1px solid #aaa;
}

div.post {
	margin-top: 1em;
	border-bottom: 1px solid #52bb00;
}
	div.post.newsletter {
		border: none;
		background-color: #76CD32;
		padding: 5px;
		margin-bottom: 2em;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		text-align: center;
	}
		div.post.newsletter a {
			color: #fff;
		}

/* TYPOGRAPHY */
body {
	font-family: "Lucida Sans Unicode";
	font-size: 10pt;
	
}

h1 {
	font-size: 1.4em;
	margin: 0.6em 0;
	display: inline;
}

h2 {
	font-size: 1em;
	display: inline;
}

h3 {
	font-size: 1em;
	margin-bottom: -1em;
	color: gray;
}

p {
	margin-bottom: 1.4em;
	line-height: 1.5;
}

div#footer p {
	color: #aaa;
	text-align: right;
}

small {
	color: #aaa;
}

a, a:visited {
	color: #e28d00;
}

div#leftcolumn h2 a, 
h1 a {
	text-decoration: none;
}

a img {
	border: none;
}

hr {
	border: 0;
	color: #e28d00;
	background-color: #e28d00;
	height: 1px;
	width: 100%;
	margin-bottom: 1em;
}

.right {
	float: right;
}
.left {
	float: left;
}
