﻿@charset "UTF-8";
/**
 * Stylesheet: example.css
 *
 * (c) 2011-2012 Zazar Ltd
 * 
 * Description: Stylesheet for examples
 *
 **/


form { margin-bottom: 0.1em; }

.weatherFeed {
	font-family:AgencyFB,Tahoma, Geneva, sans-serif;
	color:#255800;
	font-size:13px;
	margin: 0;
	width: 430px;
}
.weatherFeed a { color: #fff; }
.weatherFeed a:hover {
	color: #255800;
	text-decoration: none;
}
.weatherItem {
	padding: 0.1em;
	text-align: left;
}
.weatherCity, .weatherCountry  { text-transform: uppercase;font-weight: bold; padding: 0.4em;}
.weatherTemp {
	font-size: 2.8em;
	font-weight: bold;
}
.weatherDesc, .weatherCity, .weatherForecastDay  { font-weight: bold; }
.weatherDesc { margin: 0.4em; }
.weatherRange, .weatherWind, .weatherLink, .weatherForecastItem { font-size: 14px; }
.weatherLink, .weatherForecastItem {
	margin-top: 0.5em;
	text-align: left;
}
.weatherForecastItem {
	padding: 1.5em 1.5em 1.5em 100px;
	background-color: #fff;
	background-position: right center;
}
.weatherForecastDay { font-size: 1.1em; }

.odd { background-color: transparent; }
.even { background-color: #transparent; }