/* Google Weather */
#googleWeather {
	overflow:hidden;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 170px;
}
#googleWeather .leftbit {
	float:left;
	margin-right: 5px;
	width:42px;
}
#googleWeather .icon {background-color: #758B0F;}
#googleWeather .icon img {margin:0px 5px 5px 5px;width:32px;height:32px;}
#googleWeather .icon div {width:inherit;text-align:center;color:#fff;font-size:12px;font-weight:bold;}

#googleWeather .content {}
#googleWeather .input-board {background: #ffc;font-size: 115%;text-transform: uppercase;color: #444;border:1px solid #ddd;font-weight:normal;padding:0;}
#googleWeather h5 {margin:0;cursor: pointer;border-bottom: 1px solid #ddd;font-size:85%;padding:0;}
#googleWeather h5.loading {background: transparent url(images/spinner.gif) no-repeat scroll 100% 50%}

#googleWeather .row {padding:3px 0;border-bottom:1px solid #ddd;}
#googleWeather .day {
	float: left;
	margin-right:13px;
	text-align:center;
	padding-top:5px;
}
#googleWeather .day div {font-size: 78%;}
#googleWeather .day img {width:24px;height:24px;}
#googleWeather .day span.low { color: #666;font-weight:normal;}
#googleWeather .day span.high { color:#333;font-weight:normal;}


