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

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

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


