/* RokWeather */
#rokweather {
	overflow:hidden;
	padding:5px;
	background-color: #CCC;
	width: 350px;
}
#rokweather .leftbit {float:left;width:44px;}
#rokweather .degrees {text-align:center;;position:relative;margin-top:10px;color:#000;}
#rokweather .degrees span {cursor: pointer;}
#rokweather .degrees .active {font-weight:bold;border-bottom: 2px solid #000;}
#rokweather .degc {display:none;}
#rokweather .icon {background: #4E749E;padding: 3px 0 5px;}
#rokweather .icon img {margin:0px 5px 5px 5px;width:32px;height:32px;}
#rokweather .icon div {text-align:center;color:#fff;font-size:18px;font-weight:bold;}

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

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