/**
 * Custom map styles for Geo Mashup
 */

/* Maps fill the frame */
html, body { height: 100%; overflow: hidden; margin: 0; }

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

/* Info window with always-visible scrollbar */
.locationinfo {
    font-size: 80%;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 300px;
    height: 150px;
    position: relative;
}

/* Close button for locationinfo */
.locationinfo-close {
    position: absolute;
    top: 2px;
    right: 4px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #666;
    z-index: 10;
}

.locationinfo-close:hover {
    background: #f0f0f0;
    color: #333;
}

.user-location-info { font-size: 80%; overflow-y: scroll; overflow-x: hidden; width: 150px; height: 80px; }
.comment-location-info { font-size: 80%; overflow-y: scroll; overflow-x: hidden; width: 200px; height: 140px; }
.info-window-max { font-size: 80%; overflow-y: scroll; overflow-x: hidden; }

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

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