﻿
/*
 * Example of zWeatherFeed with jQuery Tools
 *
 * Version: 1.0.2
 * (c) Copyright 2011, Zazar Ltd
 *
 */


.weatherFeed
{

	margin: 2em 3em;
	width: 170px;
	color: #000;
}
.weatherFeed a { color: #888; }
.weatherFeed a:hover
{
	color: #eee;
	text-decoration: none;
}
.weatherItem
{
	padding: 0.8em;
	text-align: left;
	
}
.weatherCity
{
	text-transform: uppercase;
	color: #a56f06;
	font-size:18px;
	font-weight: normal;
}
.weatherTemp
{
	margin-bottom: 13px;
	font-size: 18px;
	font-weight: bold;
	color: #a56f06;
}
.weatherWind {
	display: none;
}

.weatherDesc { margin-bottom: 0.4em; color: #000;font-size: 12px; }
.weatherRange, .weatherWind { font-size: 12px; }
.weatherLink
{
	margin-top: 6px;
	text-align: left;
	font-size: 12px;
}

.vertical
{  
	position: relative;
	overflow: hidden;
	height: 110px;
	width: 280px;
	padding-bottom: 10px;
}

.items
{
	position: absolute;
	height: 20000em;
	margin: 0px;
	width: 278px;
}
.items div.weatherItem { 
	height: 110px;
	background-position: 97px 0px;
 }

.navi
{
	width:170px;
	height:20px;
	 background-color:transparent;
	 }
.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; }

