﻿@charset "UTF-8";

.weatherFeed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 20px;
	width: 250px;
	color: #FFF;
	text-shadow: 1px 1px 3px rgba(0,0,0,1);
	-webkit-text-shadow: 1px 1px 3px rgba(0,0,0,1);
	-moz-text-shadow: 1px 1px 3px rgba(0,0,0,1);
	display: table-cell;
}
.weatherFeed a { color: #888; }
.weatherFeed a:hover {
	color: #000;
	text-decoration: none;
}
.weatherItem {
	padding: 0.8em;
	text-align: right;
}
.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 { }