/**
 * Default map styles.
 *
 * Don't modify this file! It will be overwritten by upgrades.
 * 
 * Instead, copy this file to map-style.css in your theme directory
 * or Geo Mashup Custom plugin directory, if you have that 
 * installed. Those files take precedence over these default styles.
 */

 /* Maps fill the frame, makes percentage height maps a bit easier */
 html, body { height: 100%; 
  font-family:Georgia, serif;
 }

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

/* Info window */
.locationinfo { 
	background:#F8F4E8 url("http://revelessence.com/wp-content/themes/roots/assets/img/fond.jpg") repeat;
	border:1px solid #cacaca;
	width:480px;
	height:300px;
	max-height:80%;
	display:block;

	
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);

	font-size:80%; 
	overflow:scroll-y; 
	width:400px; 
	height:200px; 
	padding:10px;
	z-index:999998;
}


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


/* Title link style */
.locationinfo h2{
	margin:0 0 10px;
	font-style:italic;
	font-size:2em;
	color:#65b722;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dashed #666;
}


.locationinfo h3, .info-window-max h3 { 
	margin:0 0 5px; padding:0; 
	color:#ed0054;
	font-style:italic;
	font-size:1.5em;
} 

.locationinfo hr{
	width:100px;
	display:block;
	height:1px;
	background-color:#ccc;
	color:#ccc;
	padding:0;
	margin:20px auto;
	border:none;
	
}

.cartePostale'{
}

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

table{ border:1px solid #ccc; padding:1px; margin-bottom:10px;}

table td, table th {padding:3px; background:white;margin:0; font-size:0.8em;}
table td.oui{ background:#65b722; height:5px;}

.button{
	font-family: Georgia,"Times New Roman",Times,serif!important;
	font-size: 14px;
	margin: 10px auto 0;
	line-height: 1em;
	cursor: pointer;
	position: relative;
	font-family: inherit;
	font-style: italic;
	overflow: visible;
	padding: 10px 14px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 0;
	left: auto;
	color: #fff;
	background: #747474;
	display:inline-block;
	width:auto;
}

.buttton:hover{
	background:#444;
}
.buttton:active{
	top:2px;
	position:relative;
}

.button a{
	color:#fff;
	text-decoration:none;
}