/* ******************************************************************* PARTI COMUNI */
body {
	margin: 0;
	padding: 0;
	font: 12px Arial, Sans-serif;
	color: #1E1E1E;
}
/* ******************************************************************* FINE PARTI COMUNI */

/* ******************************************************************* METEO SMALL */
body#small {
	margin: 3px;
}
#small .icon {
	float: right;
	margin-top: -10px;
}
#small .agg {
	clear: both;
	display: block;
}
#small .temp {
	font-size: 34px;
	font-weight: bold;
	display: block;
	text-align: right;
}
#small a:link, #small a:visited, #small a:hover, #small a:active {
	color: #1E1E1E;
	text-decoration: none;
	text-align: right;
	display: block;
	margin-top: 5px;
}
/* ******************************************************************* FINE METEO SMALL */

/* ******************************************************************* METEO */
body#big {
	margin: 5px;
}
#big h3 {
	color: #9fb72f;
	margin: 12px 0;
}
#big .oggi {
	float: left;
	margin: 0 13px;
	text-align: center;
}
#big .oggi img {
	display: block;
}
#big #text {
	margin-left: 110px;
	line-height: 18px;
}
#big .titolo {
	display: block;
	font-weight: bold;
	color: #0b499d;
}
#big .WeatherBlue {
	color: #0099d2;
	display: block;
}
#big .WeatherRed {
	color: #dd0000;
	display: block;
}
#big #more {
	clear: both;
	line-height: 18px;
	padding-top: 12px;
}
#big #more .titolo {
	background-color: #0b499d;
	display: block;
	color: #fff;
	padding: 2px 6px;
}
#big .previsioni {
	float: left;
	width: 33%;
	text-align: center;
	margin-top: 17px;
}
#big .previsioni img {
	display: block;
}
#big .previsioni .weather_day {
	font-weight: bold;
	color: #0b499d;
}
#big #copyright {
	clear: both;
	padding-top: 18px;
}
/* ******************************************************************* FINE METEO */