/**
 * 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.
 */
#geo-mashup {
	margin:0; padding:0;
	width:auto; height:auto;
	background:#FFF;
	font:0.75em Arial, Helvetica, sans-serif; color:#000;
	line-height:19px;
}
a:hover {
	color:#000;
}
a:visited {
	color:#f05898;
	text-decoration:none;
}
/* Post date and tags/categories */
.meta { font: Arial, Helvetica, sans-serif; font-size:80%; }
.meta .blogdate { font-style: italic; }

/* Info window */
.locationinfo {overflow:auto; width:360px; height:200px; }

/* Title link style */
.locationinfo h2 a { font: Arial, Helvetica, sans-serif; font-size:1.50em; text-decoration:none; margin:0; padding:0; color: #FF0066; } 

/* Excerpt */
.storycontent { font: Arial, Helvetica, sans-serif; }

