/**
 * MODIFIED 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:11px;
}

.meta .blogdate {
	font-style: italic;
}


/* Info window */
.locationinfo {
	font-family: Verdana Sans-Serif;
	font-size:11px;
	overflow:auto;
	margin:0;
/*	width:300px; */
/*	height:150px; */
}

.user-location-info {
	font-size:11px;
	overflow:auto;
/*	width:150px; */
/*	height:80px; */
}

.comment-location-info {
	font-size:11px;
	overflow:auto;
	width:200px;
	height:140px;
}


.info-window-max {
	font-size:11px;
	overflow:auto;
}



/* Title link style */
.locationinfo h2 a, .info-window-max h2 a {
	color: #666666;
	font-size:11px;
/*	text-decoration:none; */
	margin:0;
	padding:0;
}

.locationinfo h2 a:hover {
	text-decoration: underline;
	color: #cc0000;
	font-size:11px;
	margin:0;
	padding:0;
}


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

