﻿@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:100%;
	margin: 2em 3em;
	width: 290px;
	color: #333;
	
}
.weatherFeed a { color: #333; }
.weatherFeed a:hover
{
	color: #eee;
	text-decoration: none;
}
.weatherItem
{
	padding: 0.5em;
	text-align: right;
}
.weatherCity { text-transform: uppercase; color: #000; }
.weatherTemp
{
	font-size: 1.8em;
	font-weight: bold;
	color: #000;
}
.weatherDesc, .weatherCity { font-weight: bold;  color:#333;}
.weatherDesc { margin-bottom: 0.4em; color: #666; }
.weatherRange, .weatherWind { font-size: 0.8em; }
.weatherLink
{
	margin-top: 6px;
	text-align: left;
	font-size: 0.8em;
	color:#333;
}

.vertical
{  
	position:relative;
	overflow:hidden;	
	height: 110px;	 
	width: 290px;
	border: 0px solid #D7D7D7;
	/*background: url('images/top-bg.png') repeat-x;*/
	margin-left:13px;
	
	background-color:#fff;
}

.items
{
	position:absolute;
	height:2000em;	
	margin: 0px;
}
.items div.weatherItem { height: 120px; }

.navi
{
	width:290px;
	height:20px;
}
.navi a
{
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background: url('images/navigator.png') 0 0 no-repeat;
	display:block;
	font-size:1px;
	color:#000;
}
.navi a:hover { background-position:0 -8px;color:#FFFFFF; }
.navi a.active { background-position:0 -16px;color:#FFFFFF; }

