/* --------------------------------------- */
/* weather.css example                     */
/* please modify or copy this to your 	   */
/* template and custmize the styles    	   */
/* --------------------------------------- */

div.mod_weather {
	line-height: 1.2em;
	display: block;
	overflow: hidden;	
}

div.mod_weather p {
	margin: 0 0 0.2em 0;
	padding: 0;
	line-height: 1.2em;
}	

div.mod_weather h4 {
	font-size: 1.1em;	
	margin: 0;
	padding: 0;
}

div.mod_weather img { 
	margin: 5px;
}

div.mod_weather img.left {
	margin: 0 10px 5px 0; 
	float: left;
}	

div.mod_weather img.right {
	margin: 0 0 5px 10px; 
	float: right;
}	

div.mod_weather .weather_current {
	padding: 0 0 5px 0; 	
	border-bottom: 1px solid #ccc;
	margin: 0;
}
	
div.mod_weather .weather_forecast {
	padding: 5px 0; 
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #ccc;
	margin: 0;
}

div.mod_weather .weather_credits {
	border-top: 1px solid #f5f5f5;
	background-color: #fff;
	padding: 5px 0;
	margin: 0;
}

