/*
//-----------------------------------------------------------------------------

	geomap.css
	
	version:	1.0
	date:		October 2009
	author:		[Martin Olson @ innertwine]
	email:		[martin@innertwine.com]

	website:	[www.lutsenlodgingcompany.com]

	version history: [1.0]
	

// -----------------------------------------------------------------------------
*/

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

/* Info window */
.locationinfo { color: #4d4a46; font-family: Arial, Helvetica, sans-serif; font-size:10px; overflow:auto; width:280px; height:120px; }
.locationinfo h5 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; margin: 0 }
#content .locationinfo p { font-family: Arial, Helvetica, sans-serif; font-size: 10px; margin-bottom: 0 }
.locationinfo p.geo-loc {
	color: rgb(113,82,55);
	font-family: Georgia, Times, Times New Roman, serif;
	font-style: italic;
	margin: 0
	}
.locationinfo a {
	color: #4d4a46;
	text-decoration: none
	}

/* Excerpt */
.storycontent p { margin-bottom: 0 }
.storycontent a { color: #62a59e; text-decoration: none }
.storycontent a:hover { text-decoration: underline }
