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

body {
	/*margin: 1em 3em;
	font-family: Tahoma, Genevam, sans-serif;*/
}

.weatherFeed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 10px 5px;
	width: 285px;
}
.weatherFeed a { color: #000; }
.weatherFeed a:hover {
	color: #000;
	text-decoration: none;
}
.weatherItem {
	text-align: right;
	height:100px;
}
.weatherCity { text-transform: uppercase; }
.weatherTemp {
	font-size: 2.8em;
	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 {  }