﻿@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: 100%;
	width: 120px;
	margin-top:10px;
}
.weatherFeed a { color: #fff; }
.weatherFeed a:hover
{
	color: #fff;
	text-decoration: none;
}
.weatherItem
{
	padding: 0.8em;
	text-align: right;
}
.weatherCity { text-transform: uppercase; font-size:14px; font-weight: bold; }
.weatherTemp
{
	font-size: 2em;
	font-weight: bold;
}
.weatherDesc{ font-weight: bold; font-size:12px; background:transparent; }
.weatherDesc { margin-bottom: 0.4em; }
.weatherRange, .weatherWind { font-size: 0.8em; }
.weatherLink
{
	text-align: right;
	font-size: 0.8em;
}
.weatherItem{ background-size:140px; -moz-background-size:140px;-webkit-background-size: 140px; color:#fff; background-position: 5px 5px;}