﻿@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: 14px;;
	margin: 0em 1em;
	width: 290px;
    color: #FFFFFF;
}
.weatherFeed a { color: #888; }
.weatherFeed a:hover
{
	color: #000;
	text-decoration: none;
}
.weatherItem
{
    font-family: Tahoma, Arial, sans-serif;
	padding: 0.9em;
	text-align: right;
    direction: rtl;
    margin-right: -20px;
}
.weatherCity { text-transform: uppercase; }
.weatherTemp
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 2.8em;
	font-weight: bold;
}
.weatherDesc, .weatherCity { font-weight: bold; font-size: 0.9em; }
.weatherDesc { margin-bottom: 0.4em; }
.weatherRange, .weatherWind { font-size: 0.8em; }
.weatherLink
{
	text-align: left;
	font-size: 0.8em;
}

.odd { background-color: #e8e8fc; }
