﻿@charset "UTF-8";
/*
 * Example of zWeatherFeed with jQuery Tools
 *
 * Version: 1.0.2
 * (c) Copyright 2011, Zazar Ltd
 *
 */
.weatherFeed
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	margin: 0;
	width: 160px;
	color: #0C84C7;
}
.weatherFeed a { color: #0C84C7; }
.weatherFeed a:hover
{
	color: #0C84C7;
	text-decoration: underline;
}
.weatherItem
{
	padding: 0.9em;
	text-align: right;
}
.weatherCity { text-transform: uppercase; color: #0C84C7; }
.weatherTemp
{
	font-size: 2.8em;
	font-weight: bold;
	color: #0C84C7;
}
.weatherDesc, .weatherCity { font-weight: bold; }
.weatherDesc { margin-bottom: 0.5em; color: #0C84C7; }
.weatherRange, .weatherWind { font-size: 1.2em; }
.weatherLink
{
	margin-top: 6px;
	text-align: right;
	font-size: 1.2em;
	font-weight: bolder;
}

.weatherlink a {
text-decoration: underline;
}

.vertical
{  
	position:relative;
	overflow:hidden;	
	height: 160px;	 
	width: 200px;
	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:200px;
	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; }

