@charset "UTF-8";
/*
 * Example of zWeatherFeed Styling
 *
 * Version: 1.0.3
 * (c) Copyright 2011-2012, Zazar Ltd
 *
 */



form { margin-bottom: 1em; }

.weatherFeed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	width: 110px;
	
}
.weatherFeed a { color: #888; }
.weatherFeed a:hover {
	color: #000;
	text-decoration: none;
}
.weatherItem {
	padding: 0.8em;
	text-align: right;
	width:250px;
	margin-top:30px;
}
.weatherCity { text-transform: uppercase; float:left; margin-left:33px; }
.weatherTemp {
	font-size: 12px;
	font-weight: bold;
	float:left;
	margin-left:10px;
}
.weatherDesc, .weatherCity { font-weight: bold; }
.weatherDesc {  float:right;  }
.weatherRange, .weatherWind { font-size: 10px; }
.weatherLink {
	text-align: left;
	font-size: 0.8em;
}

/*
.odd { background-color: #e8e8fc; }
.even { background-color: #d4d4e8; }*/