/**
 * This stylesheet only affects Geo Mashup maps.
 * It is based on geo-mashup/css/map-style-default.css
 */

html,
body {
	height:100%;
	color: #555;
	font-size: 85%;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	line-height: 150%;
}

a {
	color: #e00;
	text-decoration: none;
}

a:hover,
a:active {
	color: #888;
}

a:link, a:active, a:hover, a:visited {
	outline: none;
}

div.post-thumbnail-medium {
	margin-top: 10px;
	margin-right: 5px;
	display: block;
	float: left;
}

.read_more {
	float: right;
}

div.postmetadata {
	margin: 10px 0;
	padding: 5px 0;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	color: #888;
	font-family: Georgia, times, serif;
	clear: left;
	overflow: hidden;
}

.locationinfo {
	width: 300px;
	height: 150px;
	overflow: auto;
}

.user-location-info {
	width: 150px;
	height: 80px;
	overflow: auto;
}

.comment-location-info {
	width:200px;
	height:140px;
	overflow:auto;
}

.info-window-max {
	overflow:auto;
}