﻿body {
	font-family: arial, sans-serif;
	color: #1111AA;
	font-size: 100%;
	width: 100%;
}

form { margin-bottom: 1em; }

.weatherFeed {
	font-family: arial, sans-serif;
	font-size: 100%;
	width: 100%;
	border-style: none;
	border-width: 0px;
	border-color: #CDCDCD;
}
.weatherFeed a { 
	color: #1111AA;
}
.weatherFeed a:hover {
	color: #1111AA;
	text-decoration: none;
}
.weatherItem {
	padding: 0em 0em 0em 0em;
/*	font-style: italic;  */
	text-align: center;
}
.weatherCity { 
/*	text-transform: uppercase; */ 
/*	font-style: italic; */
	font-size: 0em;
	font-weight: normal;
}
.weatherTemp {
	font-size: 1em;
/*	font-style: italic;	 */
	font-weight: normal;
}
.weatherDesc { 
	font-size: 1em;
/*	font-style: italic; */
}
.weatherDesc, .weatherCity, .weatherForecastDay  { font-weight: normal; }
.weatherDesc { margin-bottom: 0em; }
.weatherDesc, .weatherCity, .weatherRange, .weatherWind, .weatherTemp { margin-left: 0px; }
.weatherRange, .weatherWind, .weatherLink, .weatherForecastItem { font-size: 0.8em; }

.weatherLink, .weatherForecastItem {
	margin-top: 0.5em;
	margin-left: 0px;
	text-align: left; /* center; */
}
.weatherForecastItem {
	background-color: #FFFFFF;
	background-position: left center;
}
.weatherForecastDay { font-size: 0.8em; }

.odd { background-color: #FFFFFF; }
.even { background-color: #FFFFFF; }