@charset "UTF-8";
/*
 * Example of zWeatherFeed Styling
 *
 * Version: 1.0.3
 * (c) Copyright 2011-2012, Zazar Ltd
 *
 */



.weatherItem { width: 450px; height: 200px; background-position: right center; }
.weatherForecastItem { margin-top: 1em; background-position: center center; font-size: 0.9em; }
.weatherLink { margin-top: 1em; }

.weatherForecast {}
.weatherForecastItem { float: left; margin: 1em 2em 1em 0; padding-right: 4em; background-position: right; }
.weatherLink { clear: both; }





.weather-container{
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	text-align: right;
	font-size: 11px;
}
.weatherItem {
	background-size: 100px;
	background-position: left top;
	width: auto;
	height: auto;
	position: relative;
	padding-left: 75px;
	min-height: 45px;
	padding-top: 10px;
	line-height: 16px;
	text-transform: uppercase;
}
.localtime-container {
	position: absolute;
	bottom: -5px;
	font-size: 10px;
	right: 0;
}
.localtime-container .clocktime {
	margin-left: 5px;
}
