@charset "UTF-8";
/*
 * Example of zWeatherFeed with jQuery Tools
 *
 * Version: 1.0.0
 * (c) Copyright 2010, Zazar Ltd
 *
 */

.weatherFeed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 2em 3em;
	width: 200px;
}
.weatherFeed a {
	color: #FFF;
}
.weatherFeed a:hover
{
	color: #FFF;
	text-decoration: underline;
}
.weatherItem
{
	padding: 0.8em;
	text-align: right;
}
.weatherCity { text-transform: uppercase; }
.weatherTemp
{
	font-size: 2.8em;
	font-weight: bold;
}
.weatherCity { font-weight: bold; color: #FFF; }
.weatherDesc { margin-bottom: 0.4em; font-weight: bold; color: #000; }
.weatherRange, .weatherWind { font-size: 0.8em; font-weight: bold; color: #000; }
.weatherLink
{
	text-align: left;
	font-size: 0.7em;
}

.vertical
{  
	position:relative;
	overflow:hidden;	
	height: 145px;	 
	width: 200px;
	background: #f7f7f7 url('bg.jpg') repeat-x;
}

.items
{
	position:absolute;
	height:20000em;	
	margin: 0px;
}
.items div.weatherItem { height: 145px; }

