html { 
	overflow: hidden;
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
	height: 100%;	
	padding:0;
	margin:0;
	background: #FFFFFF url('../images/header_bg.png') top center repeat-x;
}

ul {
list-style-type: none;
	margin:0;
    padding:0px;
}


#logo {
	height: 40px; 
	background: url('../images/logo.png') top left no-repeat;
}

img {
	border: none;
}

/*--------------------------------------------

Main Nav

---------------------------------------------*/

#navWrap {
	float: right;
	display: inline;
	margin-top: -40px;
	margin-right: 0px;
	position: relative;
}

#mainNav {
	font-weight: normal;
	font-family: verdana;
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainNav li {
	float: left;
	margin: 0;
	padding: 0px;
	padding-left: 6px;
	font-family: verdana;
	font-size: 100%;
	font-size: 11px;
}

#mainNav a {
	float: left;
	font-family: verdana;
	font-size: 100%;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 5px;
	color: #555;
	border-bottom: none;
  }

#mainNav a:hover {
	padding-bottom: 5px;
	text-decoration: none;
	color: #FF8800;
	border-bottom: 1px solid #555;
}
  
/**Main nav end*/

#map-wrapper {
    position: relative;
    height: 100%; 
	width:100%;
	z-index:1;
}

#map {
	position: absolute;
	top: 0px;
	left: 0px;
    width: 100%;
    height: 100%;
	z-index:1;
	box-shadow: 10px 10px -10px -10px #888, -8px -3px 15px -7px #888;
}

#sidebar{
	position:absolute;
	top:45px;
	width:16%;
	height:100%;
	z-index:0;
	background-color:white;
	visibility:hidden;
}

.sidebarspan{
	font-size: 12px;
	font-weight: bold;
	font-family:Verdana;
}

#twitter-div{
	font:0.75em 'Lucida Grande',sans-serif;
	list-style:none;
	list-style-type:none;
    padding:0px;
	border-width:0px;
	border-style:solid;
	border-color:#C9D7F1;
	width:100%;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:10px;
}

#twitter-div a:link {
	color:#2276BB;
}

#twitter-div a:visited {
 color: #2276BB;
}
/*
#twitter-div span{
	font-size:12px;
	font-family:Arial Narrow;
}*/

#twitter-div ul{
	font-size:12px;
	display:block;
}


#twitter-div ul li{
	margin-bottom: 15px;
}

#map-copyright {
	background-color: #fff;
	filter: alpha(opacity=60);
	opacity: 0.6; 
	height: 16px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

#hand_b {
	margin-right:5px;
	width:31px;
	height:31px;
	background-image: url('../images/buttonsprite.png');
	background-position:201px 0px;
}
#hand_b.selected {
	background-image: url('../images/buttonsprite.png');
	background-position:167px 0px;
}

#line_b {
	margin-right:5px;
	width:31px;
	height:31px;
	background-image: url('../images/buttonsprite.png');
	background-position:269px 0px;
}

#line_b.selected {
	background-image: url('../images/buttonsprite.png');
	background-position:235px 0px;
}

#profile{
	margin-right:5px;
	width:31px;
	height:31px;
	background-image: url('../images/buttonsprite.png');
	background-position:132px 0px;
}

#profile.selected{
	background-image: url('../images/buttonsprite.png');
	background-position:98px 0px;
}

#locate{
	width:31px;
	height:31px;
	background-image: url('../images/buttonsprite.png');
	background-position:64px 0px;
}

#locate.selected{
	width:31px;
	height:31px;
	background-image: url('../images/buttonsprite.png');
	background-position:31px 0px;
}

.elevation-profile-text{
	font-size:12px;
	font-family:Arial;
}

.elevation-details {
	margin-top: 0px;
	margin-left:100px;
}

.elevation-stats {
	background: url("../images/e_profile_data.jpg") repeat-x 0 0;
	float: left;
	padding: 9px 0;
}

.elevation-stat {
	float: left;
	font-size: 12px;
	width: 80px;
	border-right: 1px solid #CCC;
	text-align: center;
	color: #999;
	margin-top:10px;
}

.elevation-sidebar-item{
	margin-bottom:3px;
	margin-top:3px;
	padding-left:25px;
}

.elevation-sidebar-cube{
	width:15px;
	height:15px;
	float:left;
}

.elevation-sidebar-span{
	float:left;
	margin-left:5px;
}

.elevation-sidebar-img{
	float:left;
	background: url('../images/elevation_small.png');
	margin-left:5px;
}

.rounded-corners-all {
		-moz-border-radius: 5px;
		border-radius: 5px;
}

.rounded-corners {
    -moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
    border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

@media print {
  .noprint { display: none; }
}

/* VML styles for IE */
v\:* {
  behavior: url(#default#VML);
}


/**Stuff for the geolocation*/

	@-moz-keyframes pulsate {
		from {
			-moz-transform: scale(0.25);
			opacity: 1.0;
		}
		95% {
			-moz-transform: scale(1.3);
			opacity: 0;
		}
		to {
			-moz-transform: scale(0.3);
			opacity: 0;
		}
	}
	@-webkit-keyframes pulsate {
		from {
			-webkit-transform: scale(0.25);
			opacity: 1.0;
		}
		95% {
			-webkit-transform: scale(1.3);
			opacity: 0;
		}
		to {
			-webkit-transform: scale(0.3);
			opacity: 0;
		}
	}
	/* get the container that's just outside the marker image, 
		which just happens to have our Marker title in it */
		
		
	#map div.gmnoprint[title="Your location"] {
		-moz-animation: pulsate 1.5s ease-in-out infinite;
		-webkit-animation: pulsate 1.5s ease-in-out infinite;
		border:1pt solid #fff;
		
		/* make a circle */
		-moz-border-radius:51px;
		-webkit-border-radius:51px;
		border-radius:51px;
		
		/* multiply the shadows, inside and outside the circle */
		-moz-box-shadow:inset 0 0 5px #06f, inset 0 0 5px #06f, inset 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f;
		-webkit-box-shadow:inset 0 0 5px #06f, inset 0 0 5px #06f, inset 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f;
		box-shadow:inset 0 0 5px #06f, inset 0 0 5px #06f, inset 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f;
		
		/* set the ring's new dimension and re-center it */
		height:51px!important;
		margin:-18px 0 0 -18px;
		width:51px!important;
	}
	/* hide the superfluous marker image since it would expand and shrink with its containing element */
	/*#map_canvas div[style*="987654"][title] img {*/
	
	#map div.gmnoprint[title="Your location"] img {
		display:none;
	}
	
	/* compensate for iPhone and Android devices with high DPI, add iPad media query */
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (device-width: 768px) {
		#map div.gmnoprint[title="Your location"] {
			margin:-10px 0 0 -10px;
		}
	}

