#la-weather-widget {
    background: url(background_forecast_original.png);
    color: #FFF;
    font-family: Arial, sans-serif;
    font-size: 16px;
    height: 360px;
    width: 400px;
}

#la-weather-widget .current {
    position: relative;
    width: 400px;
}

#la-weather-widget .current img {
    position: absolute;
    top: -40px;
    left: 40px;
}

#la-weather-widget .current .temp {
    font-size: 42px;
    margin: 0;
    padding: 45px 0 0 15px;
    height: 48px;
}

#la-weather-widget .current .temp-hilo {
    margin: 0;
    padding: 5px 0 0 30px;
    height: 19px;
}

#la-weather-widget .current .city {
    margin: 0;
    padding: 25px 0 0 0;
    text-align: center;
    font-weight: bold;
    height: 20px;
}

#la-weather-widget .current .text {
    margin: 0;
    padding: 5px 0 0 0;
    text-align: center;
    height: 19px;
}

#la-weather-widget .forecast {
}

#la-weather-widget .forecast {
    padding: 0;
    margin: 20px 0 0 0;
    list-style: none;
    height: 121px;
}

#la-weather-widget .forecast img {
    width: 96px;
    height: 62px;
}

#la-weather-widget .forecast li {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    width: 100px;
}

#la-weather-widget .forecast p {
    padding: 0 0 8px 0;
    margin: 0;
    font-size: 14px;
    text-align: center;
}

#la-weather-widget .clear {
    clear: both;
}

#la-weather-widget .clock p {
    margin: 6px 0 0 0;
    padding: 0;
    font-size: 14px;
    text-align: center;
}
