
.wl_places_place_wrapper{
}


/* overall style for the widget */
.welocally_place_widget { 
	font-family: 'Carme', verdana, arial, helvetica, sans-serif;
	color: #666;
	font-size: 0.8em;
	margin-bottom: 5px; 
	width: 94.3%;
    margin-left: 5px;
	-webkit-border-radius: 4px;
   	-moz-border-radius: 4px;
   	border-radius: 4px; 
   	background: #f2f2f2;
   	border:1px solid #999;
   	padding:5px; }
   	
.wl_places_place {  
	padding: 10px;
	margin-bottom:10px; border: 1px solid #aaaaaa; 
	-webkit-border-radius: 4px;
   	-moz-border-radius: 4px;
   	border-radius: 4px; 
   	background: #fafafa;
}

.wl_places_place_tag {  width:100%; padding: 4px; }
.wl_places_place_tag input{ 
	margin-bottom: 5px;
	border: 1px solid #9c9c9c;
	-webkit-border-radius: 4px;
   	-moz-border-radius: 4px;
   	border-radius: 4px;
   	padding: 4px;
   	color: #7d7d7d;
   	font-weight:bold;
   	text-align:left;
	width:95%; 
	font-weight:bold;
	font-size: 1.0em;
	font-family: Fixed, monospace;	
}

.wl_places_place_script { width:100%; padding: 4px; display:none }
.wl_places_place_script textarea{ 
	border: 1px solid #9c9c9c;
	-webkit-border-radius: 4px;
   	-moz-border-radius: 4px;
   	border-radius: 4px;
   	padding: 4px;
   	color: #7d7d7d;
   	font-weight:bold;
   	text-align:left;
	width:95%; 
	height:90px;
	font-weight:bold;
	font-size: 0.8em;
	font-family: Fixed, monospace;  }

.wl_places_place_name { 
	font-size: 1.4em;
	font-weight:bold;
	display:none;
}
	
.wl_places_place_adress {
	font-size: 1.0em;
	font-weight:bold;
	color: #aaa; 
	display:none;
}

.wl_places_place_phone {
	color: #aaa;
	display:none;
}
	
	
/* where you styling of links */	
.wl_places_place_web_link { 
	background: url(/images/grey_web.png);
	text-align: left;  
	display: inline-block; 
	width:70px; height:22px; 
	margin-right: 15px; display:none;
	}
	
.wl_places_place_web_link a { 
    color: #888; 
    margin-left: 22px; 
    position: relative;
    top: 5px; }
	
.wl_places_place_web_link a:hover { 
	color: #68AAE3;
	}
	

	
.wl_places_place_driving_link { 
	background: url(/images/grey_driving.png);
	text-align: left; 
	display: inline-block; 
	width:70px; height:26px; 
	margin-right: 15px;display:none;
	 }

.wl_places_place_driving_link a { 
	color: #888888;
	margin-left: 22px; 
	position: relative;
	top: 5px;
	}

.wl_places_place_driving_link a:hover { 
	color: #68AAE3;
	}
	
		
.wl_places_place_embed_link { 
	background: url(/images/grey_share.png);
	text-align: left; 
	display: inline-block; 
	width:70px; height:26px; 
	margin-right: 15px; }	
	
.wl_places_place_embed_link a { 
	color: #888888;
	margin-left: 22px; 
	position: relative;
	top: 5px;
}

.wl_places_place_driving_link a:hover { 
	color: #68AAE3;
	}
	
	
.wl_places_place_share_link { 
	background: url(/images/grey_share.png);
	text-align: left; 
	display: inline-block; 
	width:70px; height:26px; 
	margin-right: 15px; }	
	
.wl_places_place_share_link a { 
	color: #888888;
	margin-left: 22px; 
	position: relative;
	top: 5px;
	}

.wl_places_place_share_link a:hover { 
	color: #68AAE3;
	}
	
	
.wl_places_place_post_link { 
	background: url(/images/link_post_bg.png);
	text-align: left; 
	display: inline-block; 
	width:70px; height:26px; 
	margin-right: 15px; }	
	
.wl_places_place_post_link a { 
	color: #888888;
	margin-left: 22px; 
	position: relative;
	top: 5px;
	}
	
.wl_places_place_post_link a:hover { 
	color: #68AAE3;
	}
	
/* where you set the map size */
.wl_places_place_map_canvas {height: 320px; width: 100%}

.wl_places_place_map_canvas img {
	max-width: none;
}


.wl_places_place_field { 
	font-size: 1.0em; 
	font-family: Fixed, monospace; font-weight:bold; text-align:center;
	margin-top:5px;
	border: 1px #aaaaaa; 
	-webkit-border-radius: 4px;
   	-moz-border-radius: 4px;
   	border-radius: 4px;
   	padding: 4px;
   	color: #7d7d7d;  }
