/*--------------------------------- Weather --------------------------------------*/
#weather {
	text-align: left;
	margin:0 0 10px 14px;
	width: 189px;
	*width: 195px;
	height: auto;
	font-size: 10px;
	padding: 0 5px 0 0;
}
.currentWeather {
	color:#000;
	font-family:Tahoma;
	border-right: 1px solid #42699b;
}
.currentWeather table {
	color:#3A5029;
}
.currentWeather .location {
	font-weight:bold;
	text-align:center;
	color: #0e4e72;
	padding: 10px 0 0 0;
}
.currentWeather .icon {
	text-align:center;
}
.currentWeather .temperature {
	font-size:35px;
	padding-left:0;
	text-align:center;
	font-weight: bold;
	color: #0e4e72;
}
.currentWeather .description {
	font-weight:bold;
	padding: 0 0 0 0px;
}
.currentWeather .feelslike {
	font-weight:bold;
	padding: 0 0 0 5px;
}
.currentWeather .lastupdate {
	padding:10px;
}
.lastupdate{
	display: none;
}