html, body, p, div, span, ul, li, a, h1, h2, h3, h4
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #333;
}

a
{
	color: #88ac66;
}

html
{
	height: 100%;
	overflow-y: scroll;
}

body
{
	background-color: #f8fbf7;
}

h2
{
	color: #88ac66;
	font-size: x-large;
	margin-bottom: 4px;
	font-weight: bold;
}

h3
{
	color: #88ac66;
	font-size: large;
	padding-left: 25px;
}

h4
{
	font-size: small;
	font-variant: small-caps;
	padding-left: 50px;
}

blockquote
{
	border-left: 3px solid #88ac66;
	padding-left: 3px;
	margin-top: -11px;
	padding-top: 25px;
}

ul
{
	padding-left: 75px;
	list-style-type: none;
}

.center
{
	text-align: center;
}

.hide
{
	display: none;
}

.inline-left
{
	float: left;
	margin-right: 10px;
	border: 6px solid #88ac66;
}

.inline-right
{
	float: right;
	margin-left: 10px;
	border: 6px solid #88ac66;
}

.image-border
{
	border: 6px solid #88ac66;
}

.donate-link
{
	text-align: center;
	padding-bottom: 25px;
}

.donate-link a
{
	font-size: large;
	font-weight: bold;
}

.donate-link a:hover
{
	color: #333;
}

#bar
{
	padding-left: 10px;
	padding-bottom: 10px;
}

#map
{
	padding-bottom: 400px;
}

#top-subtop-header
{
	background-image: url('/images/top-subtop-header.png');
	background-repeat: repeat-x;
	width: 800px;
	height: 100px;
	margin: 0 auto;
	margin-bottom: 8px;
}

#top-subtop-header-left
{
	background-image: url('/images/top-subtop-header-left.png');
	float: left;
	width: 24px;
	height: 100px;
}

#top-subtop-header-title
{
	background-image: url('/images/top-subtop-header-title.png');
	float: left;
	width: 220px;
	height: 100px;
}

#top-subtop-header-title a
{
	display: block;
	height: 100px;
}

#top-subtop-header-logo
{
	background-image: url('/images/top-subtop-header-logo.png');
	float: right;
	width: 158px;
	height: 100px;
	margin-right: 10px;
}

#top-subtop-header-right
{
	background-image: url('/images/top-subtop-header-right.png');
	float: right;
	width: 24px;
	height: 100px;
}

#top-subtop-navigation
{
	width: 800px;
	height: 25px;
	margin: 0 auto;
	margin-bottom: 32px;
}

#top-subtop-navigation-menu
{
	float: left;
	padding-left: 25px;
}

#top-subtop-navigation-menu div
{
	float: left;
	height: 25px;
}

#top-subtop-navigation-menu-about a, #top-subtop-navigation-menu-spon a, #top-subtop-navigation-menu-donate a, #top-subtop-navigation-menu-mission a, #top-subtop-navigation-menu-progress a, #top-subtop-navigation-menu-blog a, #top-subtop-navigation-menu-resources a, #top-subtop-navigation-menu-contact a
{
	display: block;
	height: 25px;
}

#top-subtop-navigation-languages
{
	display: none;
	padding-right: 40px;
	padding-top: 5px;
	color: #f8fbf7;
	float: right;
	font-size: 12px;
	letter-spacing: 0.2px;
}

#top-subtop-navigation-languages a
{
	color: #f8fbf7;
	text-decoration: none;
	font-size: 11px;
}

#top-subtop-navigation-languages a:hover
{
	text-decoration: underline;
}

#top-subtop-front-banner
{
	background-image: url('/images/top-subtop-front-banner.png');
	width: 800px;
	height: 177px;
	margin: 0 auto;
}

#top-subtop-menu
{
	width: 800px;
	height: 100px;
	margin: 0 auto;
}

#top-subtop-menu-about
{
	background-image: url('/images/top-subtop-menu-about.png');
	float: left;
	width: 268px;
	height: 100px;
}

#top-subtop-menu-mission
{
	background-image: url('/images/top-subtop-menu-mission.png');
	float: left;
	width: 279px;
	height: 100px;
}

#top-subtop-menu-donate
{
	background-image: url('/images/top-subtop-menu-donate.png');
	float: right;
	width: 253px;
	height: 100px;
}

#top-subtop-menu-about a, #top-subtop-menu-mission a, #top-subtop-menu-donate a
{
	display: block;
	height: 100px;
}

#content-header
{
	background-image: url('/images/content-header.png');
	background-repeat: repeat-x;
	height: 85px;
}

#content-header-title-about, #content-header-title-sponsors, #content-header-title-mission, #content-header-title-progress, #content-header-title-contact, #content-header-title-donate, #content-header-title-blog, #content-header-title-index
{
	background-repeat: no-repeat;
	height: 85px;
	width: 800px;
	margin: 0 auto;
}

#content-header-title-index
{
	background-image: url('/images/content-header-title-index.png');
}

#content-header-title-about
{
	background-image: url('/images/content-header-title-about.png');
}

#content-header-title-sponsors
{
	background-image: url('/images/content-header-title-sponsors.png');
}

#content-header-title-mission
{
	background-image: url('/images/content-header-title-mission.png');
}

#content-header-title-progress
{
	background-image: url('/images/content-header-title-progress.png');
}

#content-header-title-contact
{
	background-image: url('/images/content-header-title-contact.png');
}

#content-header-title-donate
{
	background-image: url('/images/content-header-title-donate.png');
}

#content-header-title-blog
{
	background-image: url('/images/content-header-title-blog.png');
}

#content
{
	width: 800px;
	padding: 25px 50px 0px 50px;
	margin: 0 auto;
}

#content p
{
	padding-bottom: 25px;
}

#footer
{
	background-image: url('/images/footer.png');
	background-repeat: repeat-x;
	height: 62px;
	padding-top: 22px;
}

#footer-copyright
{
	background-image: url('/images/footer-copyright.png');
	width: 312px;
	height: 18px;
	margin: 0 auto;
}

.tumblr-post
{
	padding-left: 25px;
	padding-bottom: 10px;
	padding-top: 7px;
	border-bottom: 1px dotted #88ac66;
}

.tumblr-post h3
{
	padding: 0;
}

.tumblr-title
{
	font-size: large;
	text-decoration: none;
}

.tumblr-regular
{
}

.tumblr-post h4
{
	font-variant: normal;
	font-style: italic;
	font-weight: normal;
	padding-left: 25px;
}

.tumblr-post ul
{
	padding-left: 0;
	border-left: 5px solid #88ac66;
}

.tumblr-post li
{
	border-bottom: 1px solid #668a44;
	padding: 4px 0 4px 8px;
}
