﻿/**
 * 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.
 */

@import "reset.css";

*{line-height:1.5em;}

/* Post date and tags/categories */
.locationinfo .content{width:230px;float:right;border: 1px solid #ddd;background-color: #f3f3f3;}
.locationinfo-plus .content{width:150px;border: 1px solid #ddd;background-color: #f3f3f3;}
.locationinfo-plus .plus-wrap{width:150px;float:left;margin:0 12px;display:inline;}

.locationinfo-plus2 .content{width:150px;border: 1px solid #ddd;background-color: #f3f3f3;}
.locationinfo-plus2 .plus-wrap{width:150px;float:left;margin:0 5px;display:inline;}

table.top {}
table.top td{vertical-align:top;}
table.top td.first{width:55px;padding:3px 0 3px 5px;}
table.top td.second{padding:3px 5px 3px 0px;}
.bottom{clear:both;padding-top:10px;}

.locationinfo-plus td{padding:3px;font-size:80%;}
.locationinfo-plus2 td{padding:3px;font-size:80%;}

/* Info window */
.locationinfo { overflow:auto; width:400px; }
.locationinfo-plus2 { overflow:auto; width:670px; }
.locationinfo img{float:left;margin-right:5px;display:inline;}
.locationinfo-plus img,.locationinfo-plus2 img{margin-bottom:5px;}
.locationinfo-plus p.plus{font-size:80%;padding:0 15px 5px 15px;color:red;}
.locationinfo-plus2 p.plus{font-size:80%;padding:0 15px 5px 15px;color:red;}

/* Title link style */
.locationinfo h2 {display:inline;font-weight:bold;font-size:123.1%;padding:0 4px 0 0;}
.locationinfo-plus h2,
.locationinfo-plus2 h2 {display:inline;font-weight:bold;font-size:100%;padding:0 4px 0 0;}
.locationinfo h2 a,
.locationinfo-plus h2 a,
.locationinfo-plus2 h2 a{text-decoration:none;}
.locationinfo h2 a:hover,
.locationinfo-plus h2 a:hover,
.locationinfo-plus2 h2 a:hover {text-decoration:underline;}
b{color:red}
.read{font-weight:bold;font-size:116%;}

/* Excerpt */
.storycontent { margin-top:3px }

