/**
 * 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:50px; }

/* Title link style */
.locationinfo h2 a { text-decoration:none; margin:0; padding:0; } 

/* Excerpt */
.storycontent {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #632609;
}

#h4 {
	color: black;
	font: 12px Georgia, "Times New Roman", Times, serif;
}

