/**
 * 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 { 
		color: #99FF00;
		font-size:20px;
		font-family: Verdana;
 }
 
.meta .blogdate { 
		font-style: italic; 
}

/* Info window */
.locationinfo { 
		font-size:12px; 
		overflow:hidden; 
		width:250px; 
		height:200px; 
}

.locationinfo a img {
	border: none;
	margin: 0px 2px 2px 0px;
	padding: 0px;
	}

/* Title link style */
.locationinfo h2 a {
		color: #00;
		font-size:12px;
		font-family: Verdana;
		text-decoration:none;
		margin:0;
		padding:0;
} 

/* Excerpt */
.storycontent { 
		font-size:10px; 
		font-family: Verdana; 
}



