﻿@charset "UTF-8";
/*
 * Example of zWeatherFeed Styling
 *
 * Version: 1.0.2
 * (c) Copyright 2010, Zazar Ltd
 *
 */

.weatherFeed
{	
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	margin: -15px 0 0 0;
	width: 200px;
	line-height: 14px;
	
}
.weatherFeed a { color: #eee; text-decoration: none; }
.weatherFeed a:hover
{
	text-decoration: underline;
}
.weatherItem
{
	padding-top: 40px;
	text-align: right;
}
.weatherCity { text-transform: uppercase;}
.weatherTemp
{
	font-size: 20px;
	font-weight: bold;color: #777;
}
.weatherDesc, .weatherCity { font-size: 8px; font-weight: bold; color: #777;}
.weatherDesc { padding-bottom: 0px }
.weatherRange, .weatherWind {  font-size: 8px; color: #777; }
.weatherLink
{
	text-align: left;
	font-size: 7px;
}

.odd { }
.even { }
