﻿@charset "UTF-8";
/*
 * Example of zWeatherFeed Styling
 *
 * Version: 1.0.2
 * (c) Copyright 2010, Zazar Ltd
 *
 */

.weatherFeed
{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	width:100px;
	margin-left:10px;
	margin-right:10px;
	color:#666;
	padding-bottom:5px;
	
}
.weatherFeed a { color: #888; }
.weatherFeed a:hover
{
	color: #000;
	text-decoration: none;
}
.weatherItem
{
	text-align: right;
}
.weatherCity { text-transform: uppercase; }
.weatherTemp
{
	font-size: 16px; color:#666;
}
.weatherDesc, .weatherCity { font-weight: normal; }
.weatherDesc { }
.weatherRange, .weatherWind { font-size: 9px; }
.weatherLink
{
	text-align: left;
	font-size: 0.8em;
}

.odd { }
.even { }
