﻿@charset "UTF-8";
/*
 * Example of zWeatherFeed Styling
 *
 * Version: 1.0.2
 * (c) Copyright 2010, Zazar Ltd
 *
 */

.weatherFeed
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0;
	width: 270px;
	height: 109px;
	/*background: url(../img/loading.gif) no-repeat 50px 50px;*/
	float: right;
}

.weatherFeed.loaded {
	background: none;
}

.weatherFeed a { color: #888; }
.weatherFeed a:hover
{
	color: #000;
	text-decoration: none;
}
.weatherItem
{
	padding-top: 15px;
	text-align: right;
	height: 94px;
}
.weatherCity { text-transform: uppercase; }
.weatherTemp
{
	font-size: 2.6em;
	font-weight: bold;
}
.weatherDesc, .weatherCity { font-weight: bold; }
.weatherDesc { margin-bottom: 0.4em; }
.weatherCity, .weatherRange, .weatherWind { font-size: .9em; }
.weatherLink
{
	text-align: left;
	font-size: 0.8em;
}

/*.odd { background-color: #e8e8fc; }
.even { background-color: #d4d4e8; }*/