@charset "UTF-8";


/*--------------------------------------------------
	Containers
--------------------------------------------------*/

html {
	display: block;
	position: static;
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #FFE5C1;
	text-align: center;
	background-image: url('../img/bg-html.gif');
	background-position: 0 0;
	background-repeat: repeat-x;
}
body {
	display: block;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 960px;
	text-align: left;
	color: #460F05;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -.02em;
}


/*--------------------------------------------------
	Header
--------------------------------------------------*/

#header {
	display: block;
	position: relative;
	width: 960px;
	height: 120px;
	z-index: 99;
}
#header h1 {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 186px;
	height: 90px;
	left: 10px;
	top: 15px;
}
#header h1 a {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 186px;
	height: 90px;
	text-indent: -999em;
	overflow: hidden;
	background-image: url('../img/logo-fhh.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	outline: none;
}
#presented {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 226px;
	height: 100px;
	right: 10px;
	top: 10px;
}
#presented a {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 226px;
	height: 100px;
	text-indent: -999em;
	overflow: hidden;
	background-image: url('../img/logo-3sq.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	outline: none;
}
#header hr {
	display: none;
}	


/*--------------------------------------------------
	Nav
--------------------------------------------------*/ 

#main-nav {
	display: block;
	position: absolute;
	width: 507px;
	height: 32px;
	margin: 0;	
	padding: 0;
	top: 77px;	
	left: 212px;
}
#main-nav li {
	display: block;
	position: relative;
	margin: 0;	
	padding: 0;
	list-style: none;
	float: left;
}
#main-nav li a {
	display: block;
	position: relative;
	margin: 0;	
	padding: 0;
	height: 32px;
	background-image: url('../img/bg-main-nav.gif');
	background-repeat: no-repeat;
	text-indent: -999em;
	overflow: hidden;
	outline: none;
}

#main-nav-home					{ width: 57px;	background-position: 0			0;		}
#main-nav-home:hover,
#main-nav-home.selected			{ 				background-position: 0			-32px;	}

#main-nav-why					{ width: 107px;	background-position: -57px		0;		}
#main-nav-why:hover,
#main-nav-why.selected			{ 				background-position: -57px		-32px;	}

#main-nav-about 				{ width: 155px;	background-position: -164px		0;		}
#main-nav-about:hover,
#main-nav-about.selected		{				background-position: -164px		-32px;	}

#main-nav-how 					{ width: 108px;	background-position: -319px		0;		}
#main-nav-how:hover,
#main-nav-how.selected			{ 				background-position: -319px		-32px;	}

#main-nav-partners 				{ width: 80px;	background-position: -427px		0;		}
#main-nav-partners:hover,
#main-nav-partners.selected		{ 				background-position: -427px		-32px;	}

#social-nav-hdr {
	display: block;
	position: absolute;
	margin: 0;	
	padding: 0;
	width: 62px;
	height: 12px;
	top: 140px;	
	right: 110px;
	z-index: 99;
	background-image: url('../img/p-follow-us.gif');
	background-repeat: no-repeat;
	text-indent: -999em;
	overflow: hidden;
	outline: none;
}

#social-nav {
	display: block;
	position: absolute;
	margin: 0;	
	padding: 0;
	top: 130px;	
	right: 20px;
	z-index: 99;
}
#social-nav li {
	display: block;
	position: relative;
	margin: 0;	
	padding: 0 0 0 8px;
	list-style: none;
	float: left;
}
#social-nav li a {
	display: block;
	position: relative;
	margin: 0;	
	padding: 0;
	height: 36px;
	width: 36px;
	background-image: url('../img/bg-social-nav.gif');
	background-repeat: no-repeat;
	text-indent: -999em;
	overflow: hidden;
	outline: none;
}
#social-nav-facebook			{ background-position: 0		0;		}
#social-nav-facebook:hover		{ background-position: 0		-36px;	}

#social-nav-twitter				{ background-position: -36px	0;		}
#social-nav-twitter:hover		{ background-position: -36px	-36px;	}



/*--------------------------------------------------
	Footer
--------------------------------------------------*/

#footer {
	display: block;
	position: relative;
	padding: 30px 0 0 0;
	width: 960px;
	height: 160px;
	text-align: center;
	clear: both;
	font-size: 12px;
	color: #8D6246;
	letter-spacing: normal;
}
#footer hr {
	display: block;
	position: relative;
	color: #d0b193;
	background-color: #d0b193;
	border: 0;
	height: 1px;
}
#footer p {
	margin: 0;
	padding: 0;
}
#footer a {
	color: #8D6246;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: none;
}
#footer .addthis_toolbox {
	width: 220px;
	margin: auto;
	font-size: 12px;
}
#footer .addthis_separator {
	color: #d0b193;
}
#footer .addthis_button_compact {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	line-height: 16px;
	color: #105cb6;
}
#footer .addthis_button_compact:hover {
	text-decoration: underline;
	color: #17438d;
}


/*--------------------------------------------------
	General Styles
--------------------------------------------------*/

#content {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	width: 960px;
}
a:link,
a:visited,
a:active,
a:hover {
	font-weight: bold;
	color: #F15D22;
}
a:hover {
	text-decoration: none;
}
ol li {
	margin: 0 0 0 0;
}
ul li {
	margin: 0 0 0 0;
}
ul li li {
	list-style-type: circle;
}
dl dd {
	margin: 0 0 1em 1em;
}
.read-more {
	font-weight: bold;
}

input.text {
	display: block;
	position: relative;
	height: 20px;
	border: 3px solid #AE8F7B;
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 5px;
	background-image: url('../img/bg-text-input.gif');
	background-position: top left;
	background-repeat: repeat-x;
	color: #0082AE;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}
input.text:focus {
	background-position: 0 -36px;
	border: 3px solid #0082AE;
}
input.button {
	display: block;
	position: relative;
	cursor: pointer;
	height: 36px;
	margin: 0;
	padding: 0;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 11px;
	line-height: 24px;
	text-transform: uppercase;
	background-color: transparent;
}
input.button:hover {
	background-position: 0 -36px;
}
label {
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	border: 0;
	width: 0;
	height: 0;
	text-indent: -999em;
	overflow: hidden;
}
form br {
	display: none;
}
.align-left {
	float: left;
	clear: left;
	margin: 0 1.5em 1.5em 0;
}
.align-right {
	float: right;
	clear: right;
	margin: 0 0 1.5em 1.5em;
}
.align-center {
	margin: 0 auto 1.5em auto;
	display: block;
}
.clear-all {
	clear: both;
}
.success {
	color: green;
}

/*--------------------------------------------------
	Home Page
--------------------------------------------------*/

body.home #content h2 {
	height: 80px;
	padding: 20px 0 0 20px;
	margin: 0;
	font-size: 21px;
	line-height: 28px;
	font-weight: normal;
	letter-spacing: -1px;
}

/* flash */
#flash-div {
	width: 400px;
	height: 340px;
	float: left;
}
#flash-img,
#flash-link,
#flash-swf {
	display: block;
}

/* donate */
#donate {
	display: block;
	position: relative;
	width: 560px;
	height: 340px;
	float: left;
}
#donate h3 {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 115px;
	height: 33px;
	top: 1px;
	left: 40px;
	background-image: url('../img/h3-home-donate.gif');
	background-repeat: no-repeat;
	text-indent: -999em;
	overflow: hidden;
}
#donate-totals {
	display: block;
	position: absolute;
	top: 40px;
	left: 0;
	width: 340px;
	height: 260px;
	z-index: -1;
}
#donate-copy {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 8px;
	left: 170px;
}
#donate-nav {
	display: block;
	position: absolute;
	width: 220px;
	height: 225px;
	margin: 0;	
	padding: 0;
	top: 60px;	
	left: 340px;
}
#donate-nav li {
	display: block;
	position: relative;
	margin: 0 0 15px 0;	
	padding: 0;
	list-style: none;
}
#donate-nav li a {
	display: block;
	position: relative;
	margin: 0;	
	padding: 0;
	width: 220px;
	height: 60px;
	background-image: url('../img/bg-donate-nav.gif');
	background-repeat: no-repeat;
	text-indent: -999em;
	overflow: hidden;
	outline: none;
}

#donate-10			{ background-position: 0			0;	}
#donate-10:hover	{ background-position: -220px		0;	}

#donate-25 			{ background-position: 0		-60px;	}
#donate-25:hover	{ background-position: -220px	-60px;	}

#donate-100 		{ background-position: 0		-120px;	}
#donate-100:hover	{ background-position: -220px	-120px;	}


/* 3 columns */
#about,
#challenge,
#updates {
	display: block;
	position: relative;
	width: 260px;
	height: 160px;
	padding: 0 30px 30px 30px;
	float: left;
}
#about {
	clear: both;
}

#about h3,
#challenge h3,
#updates h3 {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: auto;
	height: 34px;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
}
#about h3 {
	background-image: url('../img/h3-home-about.gif');
}
#challenge h3 {
	background-image: url('../img/h3-home-challenge.gif');
}
#updates h3 {
	background-image: url('../img/h3-home-updates.gif');
}

#updates-form {
	margin: -10px 0 0 0;
}
#updates-form input.text {
	width: 244px;
}
#updates-form input.button {
	width: 160px;
	background-image: url('../img/btn-signup.gif');
}


/*--------------------------------------------------
	Internal Pages
--------------------------------------------------*/

body.internal #content h2 {
	height: 80px;
	padding: 20px 0 0 20px;
	margin: 0;
	font-size: 32px;
	line-height: 60px;
	font-weight: normal;
	letter-spacing: -1px;
}

/* copy */

#copy {
	padding: 0 30px 30px 20px;
	width: 590px;
	float: left;
}
#copy h3 {
	font-size: 18px;
	margin: 0 0 1em 0;
}
#copy h4 {
	font-weight: normal;
	font-style: italic;
}
#copy hr {
	width: 90%;
	border: 0;
	height: 1px;
	color: #e2d6c0;
	background-color: #e2d6c0;
	padding: 0;
	margin: 2em auto 2em auto;
	text-align: center;
}


/* sidebar */

#sidebar {
	width: 320px;
	float: left;
}
#sidebar #donate {
	display: block;
	position: relative;
	width: 260px;
	height: auto;
	padding: 0 30px 30px 30px;
	float: left;
}
#sidebar #donate h3 {
	position: relative;
	width: auto;
	height: 34px;
	top: 0;
	left: 0;
	padding: 0 0 12px 0;
}
#sidebar #donate-nav {
	position: relative;
	margin: 0;	
	padding: 0;
	top: 0;	
	left: 0;
	height:auto;
}
#sidebar #donate-nav li {
	margin: 0 0 10px 0;
}
#sidebar #updates {
	display: block;
	position: relative;
	width: 260px;
	height: auto;
	padding: 0 30px 30px 30px;
	float: left;
}
#sidebar #updates h3 {
	padding: 0 0 15px 0;
}