#whold{
    margin:0;
    display:block;
    text-align: center;
    padding-top: 20px;
    font-size:80%;
}
#weather{
    width:100%;
    text-align: center;
    display:block;
}
.weatherCurrent {
    border:1px solid #444;
    background: url('images/w_bg.png') repeat-x;
    margin:0;
    padding:6px 12px;
    display:inline-block;
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-border-radius: 12px 12px 12px 12px;
    -khtml-border-radius: 12px 12px 12px 12px;
    border-radius: 12px 12px 12px 12px;
    text-align:center;
    -moz-box-shadow: 2px 2px 5px #111; /* for Firefox 3.5+ */
    -webkit-box-shadow: 2px 2px 5px #111; /* for Safari and Chrome */
    box-shadow: 2px 2px 5px #111; /* for Safari and Chrome */
}
.weather {
    border:1px solid #444;
    background: url('images/w_bg.png') repeat-x;
    margin:0;
    padding:6px 12px;
    width: 110px;
    min-width: 110px;
    margin-left: 10px;
    display:inline-block;
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-border-radius: 12px 12px 12px 12px;
    -khtml-border-radius: 12px 12px 12px 12px;
    border-radius: 12px 12px 12px 12px;
    text-align:center;
    -moz-box-shadow: 2px 2px 5px #111; /* for Firefox 3.5+ */
    -webkit-box-shadow: 2px 2px 5px #111; /* for Safari and Chrome */
    box-shadow: 2px 2px 5px #111; /* for Safari and Chrome */
}

.weatherIcon {
    margin-left: auto;
    margin-right: auto;
    -moz-box-shadow: 2px 2px 5px #111; /* for Firefox 3.5+ */
    -webkit-box-shadow: 2px 2px 5px #111; /* for Safari and Chrome */
    box-shadow: 2px 2px 5px #111; /* for Safari and Chrome */
}
.weatherText {
    margin-top: 5px;
    text-align: center;
    float:left;
    color:#7F7E77;
    width: 100%;
}
.weatherTime {
    text-align: center;
    float:left;
    color:#7F7E77;
    width: 100%;
    font-size:80%;
    bottom: 0;
}