/**
 * Default map styles.
 *
 * Don't modify this file! It will be overwritten by upgrades.
 * 
 * Instead, copy this file to your theme directory, 
 * or info-window.php in the Geo Mashup Custom plugin directory, if you have that 
 * installed. Those files take precedence over this one.
 */

/* Post date and tags/categories */
.meta { font-size:60%; }
.meta .blogdate { font-style: italic; }

/* Info window */
.locationinfo {font-size:11px; line-height:12px; margin:0; padding:0; overflow:hidden; width:204px; height:140px; }
.user-location-info { font-size:80%; overflow:auto; width:150px; height:80px; }
.comment-location-info { font-size:80%; overflow:auto; width:200px; height:140px; }
.info-window-max { font-size:80%; overflow:auto; }
img {float:right; width:100px; margin:0; padding:0 0 0 3px;}

/* Title link style */
.locationinfo h2 a, .info-window-max h2 a { font-size: 16px; text-decoration:none; line-height: 16px; font-family:Chaparral Pro, Georgia, "Times New Roman", serif; text-decoration: underline; font-weight:normal; color:#444444; margin:0; padding:0; } 

/* Excerpt */
.storycontent {margin:0; padding:0; font-family:Helvetica, Arial, sans-serif; color:#444444; }

.storycontent a:link {color:#444444; text-decoration: underline; font-weight:normal;}

.storycontent a:visited {color: #444444; text-decoration:underline; font-weight:normal;}

.storycontent a:active {color: #CC3333; text-decoration:none; font-weight:normal;}

.storycontent a:hover {color:#CC3333; text-decoration:underline; font-weight:normal;}


