@charset "UTF-8";

#meteo {
	position:relative; 
}

.weatherFeed {
   	text-shadow: 0 1px 1px #E56119;
	font-family: Arial, Helvetica, sans-serif;
	margin: 2em 3em;
	width: 300px;
	color: #000000;
	padding: 50px 0px 0px 10px;
}
.weatherFeed a { color: #523a2c; }
.weatherFeed a:hover {
	color: #000000;
	text-decoration: none;
}
.weatherItem {
	text-align: right;
	padding: 70px 0px 0px 5px;
}
.weatherCity { 
	font-size: 18px; 
	padding-bottom:10px; 
	margin-top:-45px;	
	font-weight: bold; 
	text-transform: uppercase; 
	color: #000000;
	}
.weatherTemp
{	
	margin-top:-15px;
	padding-left:155px;
    position:absolute;
	font-size: 60px;
	font-weight: bold;
	color: #000000;
}

.weatherDesc, .weatherCity, .weatherForecastDay  { font-weight: bold; }
.weatherDesc { margin-bottom: 0.4em; color: #000000; }
.weatherRange, .weatherWind, .weatherLink, .weatherForecastItem { font-size: 10px; }
.weatherLink
{
	visibility: hidden;
	font-size: 0.8em;
}

.weatherForecastItem {
	padding: 0.5em 0.5em 0.5em 80px;
	background-color: none;
	background-position: left center;
}
.weatherForecastDay { font-size: 1.1em; }

.odd { background-color: none; }
.even { background-color: none; }