﻿@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%;
  height:50px;
  text-align:left;
}
.weatherFeed a { color: #888; }
.weatherFeed a:hover
{
	color: #000;
	text-decoration: none;
}
.weatherItem
{
  float:left;
  clear:both;
  background-color:#F3F4EB;
	padding: 0px;
  width:200px;
}
.weatherCity { text-transform: uppercase;}
.weatherTemp
{
  margin-left:110px;
  position:absolute;
	font-size: 1.3em;
	font-weight: bold;
}
.weatherDesc, .weatherCity { font-weight: bold; }
.weatherDesc { margin-bottom: 0.4em; }
.weatherRange, .weatherWind { font-size: 0.8em; }
.weatherLink
{
	text-align: left;
	font-size: 0.8em;
}

.odd {}
.even {}



