﻿@charset "UTF-8";

.weatherFeed {
	font-size: 90%;
	margin: 0em 0em;
	width: 280px;
}
.weatherFeed a { color: #972D32; }
.weatherFeed a:hover {
	color: #000;
	text-decoration: none;
}
.weatherItem {
	padding: 0.8em;
	text-align: left;
}
.weatherCity { text-transform: uppercase; color:#972D32; }
.weatherTemp {
	font-size: 2.8em;
	font-weight: bold;
}
.weatherDesc, .weatherCity, .weatherForecastDay  { font-weight: bold; }
.weatherDesc { margin-bottom: 0.4em; }
.weatherRange, .weatherWind, .weatherLink, .weatherForecastItem, .weatherHumidity, .weatherSunrise, .weatherVisibility{ font-size: 10pt; }
.weatherLink, .weatherForecastItem {
	margin-top: 0.5em;
	text-align: left;
}
.weatherForecastItem {
	padding: 0.5em 0.5em 0.5em 80px;
	background-color: #fff;
	background-position: left center;
}
.weatherForecastDay { font-size: 1.1em; }

.odd { background-color: #FFFFFF; }
.even { background-color: #FFFFFF; }