/**
 * 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-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}

.meta a {
	color:#507FA3;
}

.meta .blogdate { font-style: italic; }

/* Info window */
.locationinfo {
	overflow:auto;
	width:450px;
	height:160px;
}

/* Title link style */

.locationinfo h2 {
	font-size: 14px;
	margin: 0;
}

.locationinfo h2 a {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#507FA3;
	text-decoration:none; 
	margin:0; 
	padding:0; 
}

.locationinfo h2 a:hover {
	text-decoration:underline;  
} 

/* Excerpt */
.storycontent {
	font-size: 12px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

