﻿@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: 270px;
}

.weatherItem
{
	padding: 0.8em;
	text-align: right;
}
.weatherCity { text-transform: uppercase; }
.weatherTemp { font: bold 40px Arial; padding: 5px 0px;}
.weatherCity { font: bold 16px Arial; }
.weatherDesc, .weatherDesc, .weatherRange, .weatherWind, .weatherLink a { font: bold 12px Arial; }
.weatherLink { margin-top: 10px; text-align: left; }


.vertical
{ 
  margin: 0 auto;
	position:relative;
	overflow:hidden;	
	height: 160px;	 
	width: 270px;
	border: 0px solid #555;
}

.items
{
	position:absolute;
	height:20000em;	
	margin: 0px;
}
.items div.weatherItem { height: 160px; }

.navi
{
	width:288px;
	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; }

