﻿.weatherFeed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.weatherFeed a { color: #888; }
.weatherFeed a:hover {
	color: #000;
}
.weatherItem {
    max-width: 300px;
    padding: 0.5em;
    text-align: right;
}
.weatherItem div {
    line-height: 1em;
}
.weatherCity { text-transform: uppercase; font-size: 1.2em; }
.weatherTemp {
	font-size: 2.8em;
	font-weight: bold;
}
.weatherDesc, .weatherCity, .weatherForecastDay  { font-weight: bold; }
.weatherDesc { margin-bottom: 0.4em; }
.weatherRange, .weatherWind, .weatherLink, .weatherForecastItem { font-size: 0.8em; }
.weatherLink {
    margin-top: 0.3em;
}
.weatherYahooLogo {
    text-align: left;
}
.weatherForecastItem {
	text-align: left;
}
.weatherForecastItem {
	padding: 0.5em 0.5em 0.5em 80px;
	background-color: #fff;
	background-position: left center;
}
.weatherForecastDay { font-size: 1.1em; }
