﻿@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: 260px;
	border:4px solid #555555;
	background-image: url(../images/bg_w.jpg);
}
.weatherFeed a { color: #888; }
.weatherFeed a:hover
{
	color: #000;
	text-decoration: none;
}
.weatherItem
{
	padding: 0.8em;
	text-align: right;
	
}
.weatherCity { 
color: #000;
text-transform: uppercase;
}

.weatherTemp
{
	font-size: 2.8em;
	font-weight: bold;
	 color: #eee;
}
.weatherDesc, .weatherCity { 
font-weight: bold; 
}
.weatherDesc { margin-bottom: 0.4em; color: #eee; }
.weatherRange, .weatherWind { font-size: 0.8em; 
 color: #eee;}
.weatherLink
{
	text-align: left;
	font-size: 0.8em;
}

.odd {

}
.even { background-color: #d4d4e8; }
