/**
 * 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 { font-size:60%; }
.meta .blogdate { font-style: italic; }

/* Info window */
.locationinfo { font-size:80%; overflow:auto; width:300px; height:60px; }

/* Title link style */
.locationinfo h2 a, h2 a:hover, h2 a:link, h2 a:visited { 
text-decoration:none; 
margin:0; 
padding:0; 
font-family: Arial, Helvetica, Sans-Serif;
color:#6E824F;
}
.locationinfo h2 a:hover {
text-decoration:underline;
}

/* Excerpt */
.storycontent { font-family: Verdana Sans-Serif; }

