/**
 * Default map styles.
 *
 * Don't modify this file! It will be overwritten by upgrades.
 * 
 * Instead, copy this file to "map-style.css" in this directory or
 * your theme directory and modify that. It will take precedence over
 * the default.
 */

/* Post date and tags/categories */
.meta {
}
.meta .blogdate {
	font-size: 10px;
}
/* Info window */
.locationinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	overflow:auto;
	padding: 0 0 25px;
	width:300px;
	z-index: 5;
}
.locationinfo a {
	color: #000;
}
/* Title link style */
.locationinfo h2 {
	margin:0;
	padding:0;
	font-size:12px;
}
.locationinfo h2 span.athleteRank{
	color:#FFF;
}
/* Excerpt */
.storycontent, .storycontent_athlete {
	font-family: Arial;
	font-size:11px;
	padding: 0 15px;
}
.infoshadow {
	background: url(images/infoshadow.png) no-repeat 0 0;
	bottom: -90px;
	display: block;
	height: 101px;
	position: absolute;
	right: -120px;
	text-indent: -9999px;
	width: 356px;
	z-index: 2;
}
.storycontent p, .storycontent_athlete p {
	color: #808080;
	font-size: 10px !important;
	line-height: 11px !important;
}
span.toggle {
	text-decoration: underline;
	cursor: pointer;
}
.list-leader {
	font-weight: bold;
}
#also-here-panel {
	clear: left;
}
