﻿.weatherFeed
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	margin: 2em 3em;
	width: 225px;
	color: #ffffff;
	padding: 0px 0px 0px 0px;
}
.weatherFeed a { color: #523a2c; }
.weatherFeed a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
.weatherItem
{
	padding: 2.9em;
	text-align: right;
	padding: 120px 40px 0px 0px;	

}
.weatherCity { text-transform: uppercase; color: #FFFFFF; }
.weatherTemp
{
	font-size: 3.9em;
	font-weight: bold;
	color: #ff8a00;
}
.weatherDesc, .weatherCity { font-weight: bold; }
.weatherDesc { margin-bottom: 0.4em; color: #FFFFFF; }
.weatherRange, .weatherWind { font-size: 0.8em; }
.weatherLink
{
	margin-top: 0px;
	text-align: left;
	font-size: 0.0em;
	padding: 16px 0px 0px 20px;
}

.vertical
{  
	position:relative;
	overflow:hidden;	
	height: 264px;	 
	width: 228px;
	background: url('../meteo.png') no-repeat;
	margin: 0px 0px 0px 0px;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
}

.items
{
	position:absolute;
	height:200em;	
	margin: 0px;
}
.items div.weatherItem { height: 260px; }

.navi
{
	width:228px;
	height:20px;
}
.navi a
{
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background: url('navigator.png') 0 0 no-repeat;
	display:block;
	font-size:1px;
}
.navi a:hover { background-position:0 -8px; }
.navi a.active { background-position:0 -16px; }

