
#nav_menu-2 {
    display: none;
}

/******* Forecast widget ********/

#forecast-box {
    width: 100%;
    padding:1em 2.5em;
}
#forecast-box a.credits {
    color: #6d6d6d;
    display: block;
    font-size: 0.7em;
    text-align: left;
}
.forecast-summary { 
    display: inline-block;
    height: auto;
    width: auto;
    vertical-align: middle;
}
.forecast-detail { 
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.forecast-current {
    padding: 15px 20px;   
}
.weather-icon {
    background-color: transparent;
    background-image: url("sprites-colours.png");
    background-repeat: no-repeat;
    display: block;
    height: 65px;
    text-indent: -10000em;
    width: 65px;
}
.current-temperature {    
    font-size: 35px;
    font-weight: bold;
}
.degrees {
    font-size: 28px;
    position: absolute;
    top: -6px;
    right: -14px;
}
.forecast-detail .temperature {
    display: inline-block;
}
.forecast-week {
    clear: both;
}
.forecast-week .temperature {
    float: left;
    width: 39px;
}
.clear-day {
    background-position: 0px -4px;
}
.clear-night {
    background-position: -65px -258px;
}
.rain {
    background-position: 0px -264px;
}
.snow {
    background-position: -73px -196px;
}
.sleet {
    background-position: -1px -194px;
}
.wind {
    background-position: -1px -125px;
}
.fog {
    background-position: -71px -129px;
}
.cloudy {
    background-position: -73px -71px;
}
.partly-cloudy-day {
    background-position: -71px -1px;
}
.partly-cloudy-night {
    background-position: 0px -65px;
}