/* @override http://erfa/css/hero_profile.css */

body {
	background: #000000 url(../images/top_background.jpg) repeat-x center top;
	font-size: 15px;
	line-height: 18px;
	color: #1e1b14;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
}

#wrap {
	background: url(../images/hero_page_top.jpg) no-repeat center top;
}

.clearfix:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	overflow: hidden;
}

.clearfix
{
	display:block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height:1%;
}
 /*End hide from IE-mac*/

a {
	color: #d22026;
}

#header {
	width: 962px;
	height: 232px;
	margin: 0 auto;
	background: url(../images/hero_header.jpg) no-repeat top left;
	position: relative;
}

#header h1 {
	text-indent: -9999px;
}

#back_to_erfa {
	position: relative;
	z-index: 10;
	top: -190px;
	float: right;
	right: 86px;
	padding: 8px 20px;
	color: #000;
	font-size: 120%;
	font-weight: bold;
}

/*#header #portrait {
	display: block;
	width: 126px;
	height: 159px;
	position: absolute;
	top: 65px;
	left: 215px;
}

#header #frame {
	display: block;
	width: 126px;
	height: 159px;
	background: url(../images/portrait_mask.png) no-repeat;
	position: relative;
}*/

#page {
	width: 962px;
	margin: 0 auto;
	background: url(../images/repeatingbg_wide.jpg) repeat-y;
	position: relative;
}

#pageheader {
	background: url(../images/hero_body_top.jpg) no-repeat left top;
	width: 962px;
	padding-top: 185px;
	position: relative;
	margin: 0;
	overflow: hidden;
	z-index: 5;
}

#pagebottom {
	display: block;
	width: 962px;
	margin: 0 auto;
	height: 9px;
	background: url(../images/page_bottom_wide.jpg) no-repeat right bottom;
	margin-bottom: 10px;
}

#body {
	padding: 0 20px;
	/*background: url(../images/dotted_right.png) repeat-y top right;*/
	position: relative;
	top: -194px;
}

#page #body .error {
	color: #d22026;
	font-weight: bold;
	background-color: #fcc;
	border: #d22026 1px solid ;
}

/* @group Navigation */
#profile-nav {
	position: absolute;
	top: 191px;
	left: 15px;
	z-index: 5;
}

#profile-nav {
	margin: 0;
	display: inline;
	background: #000;
	padding: 2px 5px 4px;
	text-align: center;
	line-height: 1em;
}

#profile-nav li {
	margin: 0 10px;
	display: inline;
	text-align: center;
	line-height: 1em;
}

#profile-nav li a {
	text-decoration: none;
	font-size: 70%;
	font-weight: bold;
	color: #969690;
	text-transform: uppercase;
}

#profile-nav li a:hover {
	color: #fff;
}
/* @end */



/* @group Name Tag */

#body #nametag {
	margin: 8px 0 20px -10px;
	margin-bottom: 10px;
	padding: 22px 20px 0;
	height: 160px;
	background: url(../images/hero_photo.jpg) no-repeat left top;
}

#body #nametag #portrait {
	background: #000;
	width: 110px;
	height: 141px;
	float: left;
}

#body #nametag h2 {
	padding-top: 30px;
	margin-left: 140px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 0;
	font-size: 30px;
	border: none;
	/*font-variant: small-caps;*/
}

#body #nametag h2 a {
	text-decoration: none;
	color: #4b4341;
}

#body #nametag #race_team,
#body #nametag #control_panel {
	margin-left: 140px;
	/*display: none;*/
}

#body #nametag #race_team h3 {
	color: #666;
	font-weight: normal;
	font-size: 130%;
	margin: 0;
}

#body #nametag #control_panel a {
	text-decoration: none;
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
}

#body #nametag #control_panel a:hover {
	text-decoration: underline;
	color: #d22026;
}

/* @end */



/* @group Team Name Tag */

#body #team-nametag {
	margin: 8px 0 0 0px;
	padding: 12px 0px 0;
	overflow: hidden;
}

#body #team-nametag #portrait {
	float: left;
	margin-right: 20px;
	vertical-align: bottom;
}

#body #team-nametag #raceteam {
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #8d907f;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}

#body #team-nametag h2 {
	padding-top: 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 35px;
	margin-top: 0px !important;
	margin-bottom: 10px;
	border: none;
}

#body #team-nametag h2 a {
	color: #4b4341;
	text-decoration: none;
}

#body #team-nametag #race_team,
#body #team-nametag #control_panel {
	/*margin-left: 140px;*/
	padding-bottom: 10px;
	/*display: none;*/
}

#body #team-nametag #race_team h3 {
	color: #666;
	font-weight: normal;
	font-size: 130%;
	margin: 0;
}

/* @end */

#body h2, #sidebar h2 {
	font-size: 25px;
	line-height: 25px;
	color: #4b4341;
	margin-top: 25px;
	border-bottom: 1px solid #c1c2ba;
}

#sidebar h2 {
	font-size: 24px;
	margin-left: 30px;
}

#pagefooter {
	display: block;
	height: 150px;
	background: #000;
}

#body p {
	font-size: 14px;
}

#body .bio {
	padding-bottom: 10px;
	margin-bottom: 30px;
	color: #4b4341;
	font-size: 13px;
	line-height: 1.6em;
}

#body .post .date {
	font-size: 14px;
	font-weight: bold;
}

#body .post .readmore {
	display: block;
	margin-top: -15px;
}

h2.news {
	height: 58px;
	text-indent: -9999px;
	background: url(../images/header_news.png) no-repeat;
	margin-bottom: 30px;
	margin-top: 10px;
}

#body .post {
	margin-bottom: 40px;
}

#body h3 {
	font-size: 20px;
	color: #4b4341;
}

#body .post .meta {
	display: block;
	margin-bottom: 20px;
}

#body .post .meta a {
	color: #000000;
	font-weight: bold;
}

#body .post .meta .date {
	font-style: italic;
}

#sidebar {
	position: relative;
	left: -15px;
	top: -120px;
	padding-left: 20px;
}

.donatenow {
	margin: 30px auto 20px;
	width: 300px;
	height: 92px;
	background: url(../images/donatebutton.jpg) no-repeat;
	text-align: center;
	line-height: 92px;
}

.donatenow a {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	height: 92px;
}

.raised {
	text-align: center;
	font-size: 25px;
	line-height: 45px;
	position: relative;
	/*background: url(../images/hero_raised.jpg) top center no-repeat;*/
	margin: 30px 0 40px;
}

.raised span.raised_info {
	display: block;
	/*text-indent: -9999px;*/
	/*background: #000;*/
	line-height: 29px;
	margin: 6px 0;
}

.raised span.raised_amt {
	display: block;
	font-size: 35px;
	font-weight: bold;
	color: #d22026;
	line-height: 40px;
	/*text-indent: 9999px;*/
}

.raised span.raising_goal {
	display: block;
	font-size: 15px;
	color: #484742;
	line-height: 15px;
	margin: 0;
	/*text-indent: 9999px;*/
}

#raisedcount {
	list-style-position: inside;
	list-style-type: none;
	text-indent: -9999px;
	margin-bottom: 40px;
	margin-left: 25px;
}

#raisedcount li {
	margin: 0 10px 15px 10px;
	float: left;
	width: 57px;
	height: 65px;
	background: url(../images/raised_notfilled.gif) no-repeat;
}

#raisedcount li.filled {
	background: url(../images/raised_filled.gif) no-repeat;
}

#peoplewhodonated {
	width: 330px;
	overflow: auto;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

#peoplewhodonated table {
	width: 250px;
	margin: 0 0 10px 40px;
}

#peoplewhodonated td {
	width: 50%;
	padding-bottom: 10px;
	color: #787b68;
	font-weight: normal;
	font-size: 15px;
}

#peoplewhodonated .private_donors {
	font-size: 80%;	
	font-weight: normal;
	font-style: italic;
	border-top: 1px solid #c1c2ba;
	color: #787b68;
	margin-left: 30px;
}

#site-info {
	width: 962px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	color: #ffffff;
}

#site-info a {
	color: #ffffff;
	text-decoration: none;
}

#thanks-notes {
	margin-top: 20px;
	font-size: 80%;
	font-style: italic;
}

/* @group My Account */

#body ul#myaccount_menu {
	margin: 0 -22px 20px;
	padding: 0 12px;
	overflow: hidden;
	list-style: none;
	background: #cdcbbe;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #b0b0a5;
}

#body ul#myaccount_menu li {
	list-style: none;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

#body ul#myaccount_menu li a {
	display: block;
	padding: 3px 10px;
	text-decoration: none;
	color: #464134;
	/*border: 1px solid;*/
	/*background: #fff;*/
}

#body ul#myaccount_menu li a:hover,
#body ul#myaccount_menu li.active a {
	background: #d22026;
	color: #fff;
}

#body .download a {
	display: block;
	margin-bottom: 10px;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
}

#page #body textarea#hero_why_hero,
#page #body textarea#hero_thanks {
	width: 500px;
	height: 100px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

#pagebody div.notice {
	position: absolute;
	top: 195px;
	right: 20px;
	font-weight: bold;
	color: #d22026;
	z-index: 2;
	font-size: 1.2em;
}

ul#updates {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#updates li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#updates .update-date {
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.3em;
}

ul#updates ul {
	overflow: hidden;
	margin-top: 3px;
	margin-bottom: 10px;
}

ul#updates ul li {
	float: left;
	padding: 0;
	margin: 0;
}

#page ul#updates ul li a {
	display: block;
	padding: 0;
	margin: 0 15px 0 0;
	text-decoration: none;
}

#page .update-body {
	margin-bottom: 30px;
}

#my-account-username th {
	width: 150px;
}

#my-account-username input {
	color: #666;
}
/* @end */


/* @group Team Profile */

#team-list h2 {
	margin-bottom: 10px;
}
#team-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#team-list ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#page #body #team-list ul li a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-size: 20px;
	line-height: 35px;
	font-weight: bold;
}

#page #body #team-list ul li a:hover {
	color: #484742;
}

/* @end */
