/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.11.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}

/* styles */

body {
	margin-top: 0 auto;
	padding: 0;
    font: 12px/15px Georgia, "Times New Roman", Times, serif;
    color: #333;
    text-align: left;
	background: #f1f1f1;
}

p {
	margin-bottom: 14px;
}

a {
	text-decoration: none;
    color: #e82429;
	outline: none;
}
img {
	border: 0px solid #fff;
	padding: 0px;
	margin: 0px;
}
hr {
	border-bottom: 2px solid #e82429;
	margin: 8px 0 8px 0;
}
/* text */
.h1, h1 {
	font-weight: bold;
	text-align: center;
}
h2 {
	font-size: 1.2em;
	margin-bottom: 10px;
}
.h3 {
	font-weight: bold;
	color: #27a8e0;
}
.headline {
	width: 810px;
	padding: 20px 0px 20px 0px;
	text-align: center;
	font: bold 26px Georgia, "Times New Roman", Times, serif;
	color: #656565;
}
.headline p {
	font-size: 14px;
	font-style: italic;
	line-height: 3em;
}
.emph {
	color: #27a8e0;
}
.deemph {
	color: #999;
}
a:hover {
	color: #000;
}
/* boxes */
#wrapper {
	position: relative;
	width: 810px;
	margin: 30px auto 0px auto;
	min-height: 700px;
}
.clear {
	clear: both;
}
.clear-line {
	width: 100%;
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding-top: 10px;
	clear: both;
}
#header {
	position: relative;
	width: 810px;
	height: 200px;
	background-image: url(../img/rosepedal-header-gallery-only.png);
	margin-bottom: 20px;
}
#header li a {
	display: block
	line-height: 5em;
}
#logobox, #registerbox, #directionsbox, #teamsbox, #gallerybox {
	position: absolute;
	top: 8px;
	left: 0;
	width: 105px;
	height: 45px;
}
#logobox {
	left: 280px;
	top: 30px;
	height: 170px;
	width: 240px;
}
#directionsbox {
	left: 120px;
}
#teamsbox {
	left: 240px;
}

/* navigation */
#nav-box {
	position: relative;
	height: 40px;
	text-indent: -9000px;
	background-image: url(../img/nav-bg.png);
}
#navigation {
	width: 601px;
	position: relative;
	margin: 0px auto;
	padding-top: 13px;
}
.button, .buttonActive {
	position: relative;
	height: 20px;
	overflow: hidden;
	float: left;
}
#cause-button {
	background: url(../img/nav-cause.png) no-repeat;
	width: 84px;
}
#cause-buttonActive {
	background: url(../img/nav-cause.png) no-repeat 0 -25px;
	width: 84px;
}
#ride-button {
	background: url(../img/nav-ride.png) no-repeat;
	width: 77px;
}
#ride-buttonActive {
	background: url(../img/nav-ride.png) no-repeat 0 -25px;
	width: 77px;
}
#rewards-button {
	background: url(../img/nav-rewards.png) no-repeat;
	width: 104px;
}
#rewards-buttonActive {
	background: url(../img/nav-rewards.png) no-repeat 0 -25px;
	width: 104px;
}
#gear-button {
	background: url(../img/nav-gear.png) no-repeat;
	width: 81px;
}
#gear-buttonActive {
	background: url(../img/nav-gear.png) no-repeat 0 -25px;
	width: 81px;
}
#donate-button {
	background: url(../img/nav-donate.png) no-repeat;
	width: 154px;
}
#donate-buttonActive {
	background: url(../img/nav-donate.png) no-repeat 0 -25px;
	width: 154px;
}
#volunteer-button {
	background: url(../img/nav-volunteer.png) no-repeat;
	width: 96px;
}
#volunteer-buttonActive {
	background: url(../img/nav-volunteer.png) no-repeat 0 -25px;
	width: 96px;
}

/* other boxes */
#content {
	width: 808px;
	min-height: 400px;
	background-color: #fff;
	border-left: 1px solid #a6a8ab;
	border-right: 1px solid #a6a8ab;
	border-bottom: 1px solid #a6a8ab;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#steps {
	position: relative;
	margin: 0px auto 20px auto;
	width: 225px;
	height: 40px;
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
#steps ul {
	list-style:none; 
}
#steps li {
	position: relative;
	float: left;
	color: #666;
	width: 110px;
	height: 40px;
	text-align: center;
}
#steps .stepborder {
	border: 1px solid #000;
	padding: 3px 1px 3px 1px;
}
#steps .activestep, #steps .inactivestep {
	line-height: 3em;
	text-align: center;
	padding: 2px 4px;
	display: ;
	color: #fff;
	background-color: #e82429;
}
#steps .inactivestep {
	background-color: #999;
}
.narrowcol, .narrowcol-center, .narrowtextcol {
	position: relative;
	margin: 0px auto;
	width: 600px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.narrowcol-center {
	text-align: center;
	font-style: italic;
}
.narrowtextcol {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#sponsorbox {
	position: relative;
	width: 810px;
	height: 55px;
	border-top: 1px dotted #ccc;
	background-image: url(../img/sponsors-2010b.png);
}
#link-canister, #link-outspokin, #link-mailing, #link-bleakleyrv, #link-highpointe, #link-hastypope, #link-atlent {
	position: absolute;
	top: 0px;
	left: 62px;
	width: 80px;
	height: 55px;
}
#link-outspokin {
	left: 150px;
	width: 90px;
}
#link-bleakleyrv {
	left: 250px;
	width: 90px;
}
#link-highpointe {
	left: 345px;
	width: 100px;
}
#link-hastypope {
	left: 450px;
	width: 125px;
}
#link-atlent {
	left: 585px;
	width: 110px;
}
#link-mailing {
	left: 700px;
	width: 110px;
}
#footer {
	position: relative;
	padding: 20px 0px 50px 0px;
	border-top: 1px dotted #ccc;
	color: #999;
}
.floatright {
	float: right;
}
/* registration table */
#reg-table, #team-table {
	width: 600px;
	font: italic 1em Georgia, "Times New Roman", Times, serif;
}
#reg-table th, #reg-table td, #team-table th, #team-table td {
	padding-bottom: 10px;
}
#reg-table th, #team-table th {
	width: 180px;
	text-align: right;
	vertical-align: top;
	padding-right: 20px;
	color: #777;
	font-style: italic;
}
#reg-table td, #team-table td {
	width: 400px;
}
#reg-table input, .tbutton, #team-table input {
	border: 1px solid #666;
	height: 16px;
	padding: 3px;
}
#reg-table textarea, #team-table textarea {
	border: 1px solid #666;
	padding: 3px;
}
#reg-table .checkbox, #reg-table .radiobutton, .checkbox2 {
	margin-left: 20px;
	margin-top: -18px;
	display: block;
}
#reg-table .radiobutton {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
	float: left;
}
#reg-table .sbutton, .tbutton, #team-table .sbutton {
	color: #fff;
	background-color: #e82429;
	padding: 2px 4px;
	height: 20px;
	font-size: .9em;
}
#reg-table .sbutton:hover, .tbutton:hover, #team-table .sbutton:hover {
	background-color: #000;
	cursor: pointer;
}
.tbutton {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	background-color: #8bc541;
}
.checkbox2 {
	margin-left: 110px;
	width: 220px;
}
#swaiverterms {
	border: 1px solid #999;
	padding: 8px;
	margin-left: 20px;
	margin-top: 10px;
}
/* validation */

.LV_validation_message{
    font-weight:bold;
    margin: 0 0 0 5px;
}

.LV_valid {
    color: #00a1f0;
}
	
.LV_invalid {
    color:#cc0920;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #cc0920;
}
#personal ul {
    margin-left: 20px;
}
#personal ul a:hover {
    color: #0071bc;
}
/* rewards */
.reward1, .reward2, .rewarde {
	text-align: center;
	color: #555;
	padding: 10px;
	width: 80%;
	margin-left: 10%;
	margin-bottom: 4px;
	border-bottom: 1px solid #ccc;
	font: italic 1.5em/1.5em Georgia, "Times New Roman", Times, serif;
}
.reward2 {
	font-size: 2.2em;
	width: 100%;
	margin-left: 0%;
	border-bottom: 1px solid #ccc;
	color: #e82429;
}
.reward2 .emph {
	color: #222;

}
.reward2 .smallemph {
	font-size: .7em;
}
.rewarde {
	font-size: 1.3em;
}
#donatebuttons {
	overflow: auto;
}
#donatebuttons ul {
	border: 1px solid;
	overflow: auto;
}
#donatebuttons li {
	float: left;
	margin-right: 10px;
}
#donatebuttons .sbutton {
	color: #fff;
	background-color: #e82429;
	padding: 3px 10px;
	height: 24px;
	border: 1px solid #ccc;
}
#donatebuttons .sbutton:hover {
	background-color: #000;
	cursor: pointer;
}
.sbutton {
	color: #fff;
	background-color: #e82429;
	padding: 3px 10px;
	height: 24px;
	border: 1px solid #ccc;
	margin: 8px auto;
}
.sbutton:hover {
	background-color: #000;
	cursor: pointer;
}
.scenicimg {
	padding: 10px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
#teampageform {
	width: 584px;
	margin: 10px auto 10px auto;
	padding: 6px;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
}
.halfwidthcol {
	float: left;
	width: 300px;
	margin: 10px auto;
}
.teampagelist, #donationlist {
	float: left;
	width: 170px;
	margin: 10px 0 10px 20px;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	padding: 16px;
	text-align: center;
	font-style: italic;
	list-style: none;
}
.teampagelist li {
	margin-bottom: 10px;
}
#donationlist {
	background-color: #fff;
	width: 200px;
	max-height: 380px;
	overflow: auto;
}
#donationlist .hentry {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}
#totalraised {
	margin: 0 auto 30px 0;
	padding-top: 20px;
	text-align: center;
	font-size: 1.8em;
	font-style: italic;
	border-top: 1px solid #ccc;
}
#gear-descrip th, #gear-descrip td {
	text-align: center;
	width: 25%;
}
#gear-descrip th {
	color: #27a8e0;
}