
@charset "utf-8";
/* CSS Document */

.pagecontent {
	padding: 20px;
	background-color: #fff;
}

#topInfo {
	padding-bottom: 10px;
}

#participant_regular {
	display: block;
} 

#participant_mobile {
	display: none;
}

.sponsorButton_regular {
	display: block;
	padding- top: 6px;
} 

.sponsorButton_mobile {
	display: none;
}

.participant_photo_area {
	float: left;
	max-width: 25%;
	border: 15px solid #f3f3f3;
	min-height: 230px;
	background-color: #f3f3f3;
}

.participant_photo {
	display: table;
	margin: 0 auto; /* along with table centers the image */
}

.participant_name_area {
	float: left;
	width: 45%;
	padding-left: 20px;	
}

.participant_name {  /*participant's page*/
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 1.9em;
	font-family: roboto condensed, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006;
	text-transform: uppercase;
	/*height: 68px;*/
	overflow: hidden;
}

.participant_badge_area {
	float: left;
	width: 30%;
	text-align: right;	
}

.dividerBar {
	background-color: #333;
	height: 1em;
	margin-bottom: 10px;
}

#bottomInfo_regular {
	display: block;
}

#bottomInfo_mobile {
	display: none;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.leftSide {
	float: left;
	width: 620px; /*590 area*/
	padding-right: 30px;
}

.rightSide {
	float: right;
	width: 310px;
	display: block;		
}

.box {
	background: none repeat scroll 0 0 white;
	padding: 15px;
	border: 1px solid #e6e5ec;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 3px 3px 7px #ccc;
	-webkit-box-shadow: 3px 3px 7px #ccc;
	-khtml-box-shadow: 3px 3px 7px #ccc;	
	box-shadow: 3px 3px 7px #ccc;
	font-family: Arial, Helvetica, sans-serif;
}

.mySponsors_area, .myStory_area, .myPhoto_area, .myCause_area, .myMembers_area {
	padding-top: 1em;
	padding-bottom: 1em;
}

.partText {
	font-size: 16px;
	line-height: 1.6em;
	color: #333333;
	padding-bottom: 10px;
}

#part-divider {
	clear: right; /* for badge, if badge */
	padding-top: 10px;
	border-bottom: 1px solid #e6e5ec;	
}

#part-bottom {
	padding: 10px 0px ;
}

.subareaTitle {
	color: #666;
	font-size: 1.6em;
	font-family: roboto condensed, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 6px;
}

#team-member-box {
	background: none repeat scroll 0 0 white;
	/*border: 1px solid #e6e5ec;*/
	-moz-box-shadow: 0 1px 4px rgba(102, 102, 102, 1);
	-webkit-box-shadow: 0 1px 4px rgba(102, 102, 102, 1);
	-khtml-box-shadow: 0 1px 4px rgba(102, 102, 102, 1);	
	box-shadow: 0 1px 4px rgba(102, 102, 102, 1);
	padding: 20px 20px 10px 20px;		
}

.team-member {
	display: block;
	overflow: hidden;
	padding: 6px;
	margin-bottom: 6px;
	background: none repeat scroll 0 0 #ebebeb;			
}

.team-member a {
	text-decoration: none;
	/*color: #666; */
	text-transform: uppercase; 	
}

.sponsor-data {
	background: none repeat scroll 0 0 #ebebeb;	
	padding: 10px;
	color: #666;
	margin-bottom: 10px;
}

#show_sponsors_all, #show_members_all, #show_sponsors_all_mobile, #show_members_all_mobile {
	text-align: center;	
}

#badge {
	float: right;
	padding-top: 20px;
	padding-right: 20px;
	width: 80px;
}

#badgeMobile {
	display: none;
}

/* CAMPAIGN SPECIFIC STYLES */

.campaignPhoto_area, .campaignDonate_area, .campaignCause_area, .campaignShare_area {
	padding-bottom: 1em;
}

.campaignThermometer_area {
	
}
.campaignCountdown_area {
	margin-top: 1em;
	margin-bottom: 1em;
		
}

.campaign_name {  /*participant's page*/
	padding-bottom: 10px;
	font-size: 1.9em;
	font-family: roboto condensed, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006;
	text-transform: uppercase;
	/*height: 68px;*/
	overflow: hidden;
}

.campaign_donateButton {
	display: block;
}

@keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}

.campaignCountdown {
    animation: 40s linear 0s normal none infinite animatedBackground;
    background-image: url("../images/bg-clouds.png");
    background-position: 0 0;
    background-repeat: repeat-x;
    height: 172px;
	text-align: center;
	font-family: roboto condensed, Arial, Helvetica, sans-serif;
	line-height: 3.0em;	
	color: #000;
}

.campaignCountdownNumber {
	font-size: 4em;
	font-weight: bold;
}

.campaignCountdownText {
	line-height: 1.0em; 
	padding-top: 18px; 
	padding-bottom: 8px
}

.campaignSponsorBox {
	background: none repeat scroll 0 0 white;
	padding: 6px;
	border: 1px solid #e6e5ec;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 3px 3px 7px #ccc;
	-webkit-box-shadow: 3px 3px 7px #ccc;
	-khtml-box-shadow: 3px 3px 7px #ccc;	
	box-shadow: 3px 3px 7px #ccc;
	font-family: roboto condensed, Arial, Helvetica, sans-serif;
	
	width: 100%; 
	height: 400px; 
	overflow: auto; 
}

.campaignSponsorData {
	background: none repeat scroll 0 0 #ebebeb;	
	padding: 5px;
	color: #666;
	margin-bottom: 5px;
	font-size: 90%;
}

.campaignSponsorName {
	float: left; 
	width: 210px; 
	overflow: hidden;
}

.campaignSponsorAmount {
	float: right; 
	text-align:right;
}

.campaignSponsorMessage {
	font-style:italic;
	font-size: 95%;	
}

.horizontal_scroller {
	position:relative;
	height:30px;
	width:930px;
	display:block;
	overflow:hidden;
}
.marqueetext {
	margin-top: 5px;
	position:absolute;
	white-space:nowrap;
	font-family: verdana;
	font-size:15px;
	color:#000000;
}


/*
#goal_mobile {
	display: none;
} 

#goal_form {
	padding-top: 12px;
}	


#left-side {
	float: left;
	width: 650px;
	padding-right: 80px;
}

#participant-box {
	background: none repeat scroll 0 0 white;
	border: 1px solid #e6e5ec;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 3px 3px 7px #ccc;
	-webkit-box-shadow: 3px 3px 7px #ccc;
	-khtml-box-shadow: 3px 3px 7px #ccc;	
	box-shadow: 3px 3px 7px #ccc;
	font-family: Arial, Helvetica, sans-serif;
}





#part-story {
	padding: 10px 20px 0px 20px;
	font-size: 13px;
	line-height: 1.3;	
	color: #333333;
}

#mobile-story {
	display: none;
}



#subarea {
	padding-top: 2em;	
}

#subarea-title {
	color: #666;
	text-align: center;
	font-size: 1.7em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	padding-bottom: 6px;
}



#sponsor-box {
	background: none repeat scroll 0 0 white;
	-moz-box-shadow: 0 1px 4px rgba(102, 102, 102, 1);
	-webkit-box-shadow: 0 1px 4px rgba(102, 102, 102, 1);
	-khtml-box-shadow: 0 1px 4px rgba(102, 102, 102, 1);	
	box-shadow: 0 1px 4px rgba(102, 102, 102, 1);
	padding: 20px 20px 10px 20px;	
}



#right-side {
	float: right;
	width: 280px;
	display: block;		
}


#sponsorForm .form-button {
	width: 90px;	
}



#goal_mobile {
	display: none;
} 

#goal_form {
	padding-top: 12px;
}

.goal_box {
	width: 280px;
	padding: 20px;	
	background: none repeat scroll 0 0 white;
	border: 1px solid #e6e5ec;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 3px 3px 7px #ccc;
	-webkit-box-shadow: 3px 3px 7px #ccc;
	-khtml-box-shadow: 3px 3px 7px #ccc;	
	box-shadow: 3px 3px 7px #ccc;
	font-family: Arial, Helvetica, sans-serif;
}

.goal_box_photo {
	padding-bottom: 18px;	
	display: table;
	margin: 0 auto; 
}

.goal_box_name {
	text-align: center;
	color: #000;
	padding-bottom: 6px;
	text-transform: uppercase;
	font-size: 1.2em;
	height: 19px;
	overflow: hidden;
	font-weight: 700;	
}
	
#goal_box input[type=text],
#goal_box textarea {
  padding: 9px;
  box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
  -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
  -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;   
  border: solid 1px #E5E5E5;
}

#goal_box input[type=text]:focus,
#goal_box textarea:focus {
  outline: 0;
  border-color: #C9C9C9;
}

*/

