﻿@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: 280px;
	padding-right: 10px;
	line-height: normal;
	height: 108px;
	padding-top: 0px;
	margin-top: 20px;
	float: left;
}
.weatherFeed a { color: #888; }
.weatherFeed a:hover
{
	color: #000;
	text-decoration: none;
}
.weatherItem
{
	text-align: right;
	position: relative;
	top: -11px;
	height: 100px;
	padding-bottom: 15px;
	
}
.weatherCity {
	text-transform: uppercase;
	padding-top: 25px;
}
.weatherTemp
{
	font-size: 2.8em;
	font-weight: bold;
}
.weatherDesc, .weatherCity { font-weight: bold; }
.weatherDesc {
	padding-top: -3px;
}
.weatherRange, .weatherWind { font-size: 0.8em; }
.weatherLink
{
	text-align: left;
	font-size: 0.8em;
}

.odd {

}
.even {

}

