/*
 * Example of zWeatherFeed with jQuery Tools
 *
 * Version: 1.0.2
 * (c) Copyright 2011, Zazar Ltd
 *
 */
 
/*
body {
	margin: 1em 3em;
	font-family: Tahoma, Genevam, sans-serif;
}
*/
.weatherFeed
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 2em 3em;
	width: 260px; /* 280 */
	color: #fff; /* #ccc */
}
.weatherFeed a { color: #888; }
.weatherFeed a:hover
{
	color: #eee;
	text-decoration: none;
}
.weatherItem
{
	padding: 0.8em;
	text-align: right;
}
.weatherCity { text-transform: uppercase; color: #000; }
.weatherTemp
{
	font-size: 2.8em;
	font-weight: bold;
	color: #fff; /* #eee */
}
.weatherDesc, .weatherCity { font-weight: bold; }
.weatherDesc { margin-bottom: 0px; color: #fff; } /* #eee */
.weatherRange, .weatherWind { font-size: 0.8em; color: #000; margin: 0px 0px -13px 0px; }
.weatherLink
{
	margin-top: 6px;
	text-align: left;
	font-size: 0.8em;
}

.vertical
{  
	position:relative;
	overflow:hidden;	
	height: 160px;	 
	width: 266px; /* 280 */
	border: 4px solid #e8e8fc;
	background-color: #d4d4e8;
	/* border: 4px solid #555;
	background: #222 url('bg.jpg') repeat-x; */
}

.items
{
	position:absolute;
	height:20000em;	
	margin: 0px;
}
.items div.weatherItem { height: 160px; }

.navi
{
	width:260px; /* 288 */
	height:20px;
}
.navi a
{
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background: url('navigator.png') 0 0 no-repeat;
	display:block;
	font-size:1px;
}
.navi a:hover { background-position:0 -8px; }
.navi a.active { background-position:0 -16px; }

