


body {
	background-color: #eee;
	font-family: 'Droid Sans', sans-serif;
	border-top: 20px solid #fff;
	background-image:url('../galagrava2.png');
	background-repeat:no-repeat;
	background-position:left 21px;
	margin: 0;
	}
body a {
	text-decoration: none;
	}

.metval {
	display: none;
	}

table.display.metric tbody tr td span.impval {
	display: none;
    }
table.display.metric tbody tr td span.metval {
	display: block;
	}
table.display.imperial tbody tr td span.impval {
	display: block;
	}
table.display.imperial tbody tr td span.metval {
     display: none;
	}

#heading {
	width: 600px;
	padding: 0 0 20px 0px;
	margin: auto;
	text-align: center;
	}
	
#heading a {
	font-size: 10pt;
	color: #007FB6;
	}




.toggle {
	font-size: 9pt;
	text-align: center;
	padding: 2px 45px 2px 45px;
	}

.toggle:first-child {
	font-size: 9pt;
	border-right: 1px solid #999;
	padding: 2px 60px 2px 60px;
	}


#new_controls {
	border-top: 1px solid #999;
	height: 14px;
	padding: 1px 0 2px;
	}

#page {
	width: 100%;
	border-top: 1px solid #999;
	}

#page h1 {
	margin-bottom: 0;
	}

#page h1 a{
	font-size: 36pt;
	font-weight: 400;
	width: 600px;
	margin-bottom: 0;
	}
	
#page h1 a {
	color: #333;
	}
	
#page h1 a:hover {
	color: #FC5E1C;
	}
	
#content {
	width: 1200px;
	margin: 0 auto 50px;
	}
	
#left-side h1 {
	text-align: center;
	color: #FC5E1C;
	margin: 0px auto; 
	font-size: 28pt;
	padding-bottom: 3px;
	font-weight: 400;
	}

#left-side h1 a {
	color: #333;
	}
	
#left-side h1 a:hover {
	color: #FC5E1C;
	}



h2 {
	color: #333;
	font-size: 18pt;
	font-weight: 400;
	padding: 5px 0;
	margin: 0px auto;

}
#left-side {
	float: left;
	clear: left;
	width: 647px;
	margin: 0 -1px 0 10px;
	border-top: 3px #FC5E1C solid;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	background: #FFF;
	/*box-shadow: inset 0px 0px 50px #aaa;*/
	text-align: center;
	box-shadow: inset 0px 0px 35px #eee;
	}

#center-side {
	width: 800px;
	margin: auto;
	border-top: 3px #FC5E1C solid;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	background: #FFF;
	/*box-shadow: inset 0px 0px 50px #aaa;*/
	text-align: center;
	box-shadow: inset 0px 0px 35px #eee;
	}



#left-side a, #popupClimb a, #popupMiles a, #popupTime a, #popupClubs a, .toggle a {
	color: #007FB6;
	}

#left-side a:hover, #popupClimb a:hover, #popupMiles a:hover, #popupTime a:hover  {
	color: #FC5E1C;
	}

#left-side p {
	margin: 20px;
	}

#subbutton {
	background: #ddd;
	margin-top: -2px;
	color: #007FB6;
	}
	
#subbutton:hover {
	background: #FC5E1C;
	color: #333;
	}

#embedbox {
	width: 300px;
	height: 100px;
	margin: 0px 10px 30px 20px;
	}
	
.bodytext {
	width: 450px;
	text-align: left;
	margin: 40px auto 36px;
	}

.bodytext-index {
	width: 600px;
	text-align: left;
	margin: 40px auto 40px;
	}

#addclub {
	width: 300px;
	}

#leaderboard {
	width: 500px;
	border: 1px solid #999;
	float: left;
	margin: -150px 0 30px;
	background: #ddd;
	}
	
#leaderboard_club, #leaderboard_hours, #leaderboard_miles {
	width: 500px;
	border: 1px solid #999;
	min-height: 663px;
	float: left;
	margin: -150px 0 30px;
	background: #ddd;
	display: none;
	}

.similar_clubs {
	width: 460px;
	position:relative;
	border-top: 1px solid #999;
	background: #fff;
	box-shadow: inset 0px 0px 35px #eee;
	padding: 10px 20px;
	text-align: center;
	display: table; 
	}
.similar_clubs h3 {
	font-weight: 400;
	font-size: 12pt;
	}

.similar_clubs a {
	color: #007FB6;
	}

.similar_clubs a:hover {
	color: #FC5E1C;
	}
	
.sim_fade {
	color: #999;
	font-size: 9pt;
	}
	
div.sim_line {
	font-size: 15pt;
	width: 200px;
	height: 65px;
	margin: 0px 5px;
	float: left;
	text-align: center;
/*	border: 1px solid #ddd;*/
	margin-top: 10px;
	display: table;
	}

div.sim_line:last-child {
	width: 235px;
	height: 50px;
	margin: 0 auto 0;
	clear: both;
	float: none;
	padding: 10px 0;
	}
	
.sim_snark {
	font-size: 11pt;
	color: #666;
	width: 235px;		
	height: 50px;
	clear: both;
	float: none;
	margin: 0px auto;
	padding-top: 30px;
	}
	
.entry_total {
	height: 90px;
	padding: 0px 0px 0  0px;
	border-top: 1px solid #999;
	background: #fff;
	box-shadow: inset 0px 0px 35px #eee;
	}

.expand {
	font-size: 8pt;
	color: #007FB6;
	width: 300px;
	margin-top: -23px;
	text-align: center;
	}

.collapse {
	border-top: 1px solid #999;
	background: #eee;
	font-size: 9pt;
	height: 100px;
	margin: auto;
	display: none;
	}

.collapse a {
	color: #007FB6;
	}

.collapse a:hover {
	color: #FC5E1C;
	}

.details_set {
	width: 244px;
	margin: 2px auto 0;
	float: left;
	}

.same_line {
/*	background: #eee;*/
	color: #333;
	}
.club_line {
	margin: 2px 0;
	}

.list_both {
	text-align: right;
	}

	
.placement a, .title {
	width: 145px;
	height: 12px;
	display: inline-block;
	padding: 0;
	}


.entry_total:last-child {
	height: 90px;
	padding: 0px 10px 0 15px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #fff;
	box-shadow: inset 0px 0px 35px #eee;
	}
	
.entry {
	height: 70px;
	padding: 20px 10px 0 15px;
	border-top: 1px solid #999;
	background: #fff;
	box-shadow: inset 0px 0px 35px #eee;
	}
		
.entry .name{
	font-size: 20pt;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	float: left;
	width: 400px;
	color: #333;
	clear: none;
	}

.entry .name .place {
	color: #ddd;
	}

.entry .name a {
	text-decoration: none;
	color: #333;
	width: 250px;
	}
	
.entry .name a:hover {
	text-decoration: underline;
	color: #FC5E1C;
	}

.entry img {
	max-width: 64px;
	}

.avatar {
	float: right;
	border: 3px solid #fff;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.34);
	margin-top: -10px;
}
	
.details, .details_time {
	width: 300px;
	font-family: 'Droid Sans', sans-serif;	
	font-weight: 400;
	float: left;
	}
	
 .details_metric, .big_metric, .list_metric {
	display: none;
	}
.nonmetric {
	float: right;
	}
#timestamp {
	font-family: 'Droid Sans', sans-serif;	
	color: #fff;
	padding: 3px 0 4px 0;
	background: #FC5E1C;
	text-align: center;
	}

#big_rides {
	text-align: center;

/*	height: 80px;
	padding-top: 10px;
	border-bottom: 1px solid #999;*/
	}

#big_rides .big_number {
	font-size: 48pt;

	}
	
#big_rides .big_units {
	margin-top: -10px;
	}


.disptot, .dispavg {
	width: 250px;
	float: left;
	text-align: center;
	padding-top: 7px;
	margin-bottom: -7px;
	}

.big_units {
	display: block;
	text-align: center;
	margin-top: -5px;
	}

.big_number {
	font-size: 36pt;
	font-weight: 400;
	}

.shorttime {
	font-size: 8pt;
	color: #999;
	width: 300px;
	margin: auto;
	text-align: center;
	}

#cosmomade {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 31px;
}

.credit {
	font-size: 9pt;
	color: #333;
	}

.credit a {
	color: #666;
	text-decoration: none;
	}

.credit a:hover {
	color: #999;
	}
	
	ul.tabs { 
		list-style:none; 
		margin:0 !important; 
		padding:0;	
		height:30px;
	}

	ul.tabs li { 
		float:left;	 
		text-indent:0;
		padding:0;
		margin:0 !important;
		list-style-image:none !important; 
	}

/* link inside the tab. uses a background image */
	ul.tabs a { 
		background:#fff;
		font-size:12px;
		display:block;
		height: 28px;  			
		line-height:30px;
		width: 161px;
		text-align:center;	
		text-decoration:none;
		color:#333;
		padding:0px;
		margin:0px;	
		position:relative;
		border-bottom: 1px solid #999;
	}


	ul.tabs li a:hover {
		color:#FC5E1C;	
	}

	ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
		background: #FC5E1C;
		cursor:default !important; 
		color:#000 !important;
	}
a#distance {
	border-left: 1px solid #999;
	background: #ddd;
	}
	
a#hours { 
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	background: #ddd;
	}


a#climbing, a#hours, a#club {
	background: #ddd;
	}


a#climbing.selected, a#hours.selected, a#distance.selected, a#club.selected  {
	background: #FC5E1C;
	color: #333;
	border-bottom: 1px solid #999;
	}

#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}

#popupClimb, #popupMiles, #popupTime, #popupClubs, #popupWhy, #popupAdd {
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:200px;
width:408px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
}
	

#popupClimb h1, #popupMiles h1, #popupTime h1, #popupClubs h1, #popupWhy h1, #popupAdd h1{
text-align:center;
color:#FC5E1C;
font-size:20px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
margin-top: 0;
width: 400px;
}

#popupClimbClose, #popupMilesClose, #popupTimeClose, #popupClubsClose, #popupWhyClose {
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}

.contactArea textarea {
	margin:auto;	
	}

.contactArea a:hover {
	text-decoration: underline;
	color: #FC5E1C !important;
	}

#comment {
	float: right;
	margin: -18px 23px 0 0;
	font-size: 9pt;
	}

#comment a {
	color: #007FB6
	text-decoration: none;
	}

#comment a:hover {
	color: #FC5E1C
	text-decoration: underline;
	}
	
#comment a:visited {
	color: #007FB6
	}

#click_hidden {
	position:fixed;
	top:-15px;
	left:-35px;
	z-index: 1;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);

	}
#sm-stuff {
	width: 260px;
	height: 34px;
	margin: 0 auto 20px;
	}