#weather-widget {
background-color: #024274;
color: #fff;
padding: 6px;
width: 31px;
text-align: center;
font-size: 16px;
font-family: Arial, sans-serif;
}

#weather-widget a {
padding:0;
}

.weatherImage {
display: block;
height: 31px;
width: 31px;
margin-bottom: 5px;
overflow: hidden;
text-indent: -9999px;
background-image: url("../images/weather_icons.gif");
background-repeat: no-repeat;
background-position: 0px 0px;
}

.weatherTemp {
width: 31px;
text-align: center;
margin:0;
margin:0;
}