﻿@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: 90%;
	width: 200px;
	padding-left:325px;
}
.weatherFeed a { color: #888; }
.weatherFeed a:hover
{
	color: #000;
	text-decoration: none;
}
.weatherItem
{
	text-align: right;
}
.weatherCity { display:none; }
.weatherTemp {	
	float:right; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#999;
	padding-top:14px;
}
.weatherDesc, .weatherCity { font-weight: bold; }
.weatherDesc { display:none; }
.weatherRange, .weatherWind { font-size: 0.8em; }
.weatherLink {	display:none; }
.weatherWind {	display:none; }
.weatherRange {	display:none; }

.even { background-color: #d4d4e8; }
