﻿@charset "UTF-8";
/*
 * Example of zWeatherFeed Styling
 *
 * Version: 1.0.1
 * (c) Copyright 2010, Zazar Ltd
 *
 */

.weatherFeed
{

	width: 100%;
}
.weatherFeed a { color: #888; }
.weatherFeed a:hover
{
	color: #000;
	text-decoration: none;
}
.weatherItem
{
	padding: 0.8em;
	text-align: left;
}
.weatherCity {display: none;}
.weatherTemp
{
	font-size: 2.8em;
	font-weight: bold;
}
.weatherDesc, .weatherCity { font-weight: bold; }
.weatherDesc {}
.weatherRange, .weatherWind { font-size: 0.8em; }
.weatherLink
{
	text-align: left;
	font-size: 0.8em;
}

