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

.weatherFeed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 2em 3em;
	width: 180px;
}
.weatherFeed a { color: #888; }
.weatherFeed a:hover {
	color: #000;
	text-decoration: none;
}
.weatherItem {
	padding: 0.8em;
	text-align: right;
	height: 115px;
	border : 1px solid #b4b4b4;
	background-color: rgb(227, 221, 221);
}
.weatherCity { text-transform: uppercase; text-align: left;font-size: 1.6em;}
.weatherTemp {
	font-size: 2.8em;
	font-weight: bold;
}
.weatherDesc, .weatherCity { font-weight: bold; }
.weatherDesc { margin-top: 45px; font-size: 1.2em;}
.weatherRange, .weatherWind { font-size: 1em; font-weight: bold;}
.weatherLink {
	text-align: left;
	font-size: 0.8em;
}

.odd { background-color: #e3dddd; height:100px; border: 1px solid #b4b4b4}
.even { background-color: #d4d4e8; }