/**
 * Default map styles. test
 *
 * 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 */
html, body {
  height: 100%

} 
.meta { font-size:90%;color:#000; }
.meta a{ font-size:90%;color:#ccc; }
.meta .blogdate { font-style: italic; color:#000;font-size:80%;}

/* Info window */
.locationinfo { font-size:90%;  width:230px; height:200px; overflow:hidden; }
.img{ text-align:center;
margin: 0 auto; }

/* Title link style */
.locationinfo h2 a { text-decoration:none; margin:0; padding:0;color:#000;font-size:95%; text-align:center; } 

/* Excerpt */
.storycontent { font-family: Verdana Sans-Serif; }

