/* 
    Document   : mapping
    Created on : 31-Oct-2009, 15:12:50
    Author     : Andrew
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

div.map_canvas_editable{
	width:590px;
	height:400px;
}

/*hide the OS map by default*/
div.mapwrap.deselected{
	position:absolute;
	left:-5000px;
	width:590px;
	height:400px;
	border:1px solid #ccc;
}

div.mapwrap{
	position:static;
	top:0;
	width:590px;
	height:400px;
	border:1px solid #ccc;
}

img.photospot_single{
	padding:5px;
	border:1px solid #efefef;
	max-width:260px;
}

div.weather div.day{
	background-color:#efefef;
	border-bottom:2px solid #fff;
	padding:2px;
}

div.weather div.day img{
	padding:2px;
	border:1px solid #fff;
	float:left;
	margin:0;
	margin-right:10px;
}

div.weather div.day h4{
	margin-bottom:0;
	font-weight:bold;
	margin-top:5px;
}

div.weather div.day p {
	margin-bottom:0;
}

ul.socialmedia {
	padding:0;
	margin:0;
	list-style:none;
}

ul.socialmedia li {
	float:left;
	margin:0px;
	margin-right:5px;
	
}