﻿@charset "UTF-8";
/*
 * Example of zWeatherFeed Styling
 *
 * Version: 1.0.2
 * (c) Copyright 2010, Zazar Ltd
 *
 */

.weatherFeed
{
	font-family:"Times New Roman", Times, serif;

	font-size: 16px;
	text-align:right;
	width: 280px;
	color:#990000;
	
}
.weatherFeed a { color: #888; }
.weatherFeed a:hover
{
	color: #000;
	text-decoration: none;
}
.weatherItem
{
padding:16px 26px 16px 16px ;
	text-align: right;
}
.weatherCity { text-transform: uppercase; }
.weatherTemp
{
	font-size: 2.8em;
	font-weight: bold;
}
.weatherDesc, .weatherCity { font-weight: bold; }
.weatherDesc { margin-bottom: 0.4em; }
.weatherRange, .weatherWind 
{ 
font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#CC0000;
}

.weatherLink
{
	text-align: left;
	font-size: 12px;
}

.odd { background-color: #e8e8fc; }
.even { background-color: #d4d4e8; }