/* 
    Document   : meteo_giorno
    Created on : 15-set-2011, 17.57.02
    Author     : gianluca
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}


body{
    color:white;
    height:950px;
    width:1080px;
}
#meteo_wrapper{
 /*   position:absolute;
    left:0px;
    top:0px;*/
    width:1078px;
    height:230px;
    /*background-image: url('../images/monitor.png');
    background-repeat: no-repeat;
    background-position: -2px -13px;*/
}

#meteo_generali{
    width:215px;
    height:130px;
    float:left;
    text-align: center;
}

#meteo_temperature{
    height:130px;
    float:left;
    width:200px;
    text-align: center;
}

#meteo_previsione{
    height:130px;
    float:left;
    width:215px;
    text-align: center;
}

#meteo_vento{
    height:130px;
    float:left;
    width:215px;
    text-align: center;
}

#meteo_precipitazioni{
    height:130px;
    width:215px;
    float:left;
    text-align: center;
}

.localita{
    font-weight: bold;
    height:40px;
    padding-top: 15px;
}

.giorno{
    padding-top: 5px;
}

.data{
    padding-top: 15px;
}

.t_intestazione{
    font-weight: bold;
    height:25px;
    padding-top: 10px;
}

.t_valore{
    height:25px;
}

.previsione{
    font-weight: bold;
    height:30px;
    padding-top: 10px;
}

.icona img{
    width:75px;
    height:75px;
}

.vento_intestazione{
    font-weight: bold;
    height:30px;
    padding-top: 10px;
}
.vento_descrizione{
    padding-top: 5px;
}

.vento_valori{
    padding-top: 15px;
}

.precip_intestazione{
    font-weight: bold;
    height:30px;
    padding-top: 10px;
}

.precip_descrizione{
    padding-top: 5px;
}

.precip_valori{
    padding-top: 15px;
}

.wrapper_meteo_giorno{
    width:1078px;
    height:130px;
    border:1px solid white;
}

.meteo_giorno_generali{
    width:215px;
    height:130px;
    float:left;
    text-align: center;
}

.meteo_giorno_localita{
    font-weight: bold;
    height:40px;
    padding-top: 15px;
}

.meteo_giorno_giorno{
    padding-top: 5px;
}

.meteo_giorno_data{
    padding-top: 15px;
}

.meteo_giorno_temperature{
    height:130px;
    float:left;
    width:200px;
    text-align: center;
}


.meteo_giorno_t_intestazione{
    font-weight: bold;
    height:25px;
    padding-top: 10px;
}
.meteo_giorno_t_valore{
    height:25px;
}

.meteo_giorno_previsione{
    height:130px;
    float:left;
    width:215px;
    text-align: center;
}

.previsione_giorno{
    font-weight: bold;
    height:30px;
    padding-top: 10px;
}

.meteo_giorno_icona img{
    width:75px;
    height:75px;
}

.meteo_giorno_vento{
    height:130px;
    float:left;
    width:215px;
    text-align: center;
}
.meteo_giorno_vento_intestazione{
    font-weight: bold;
    height:30px;
    padding-top: 10px;
}

.meteo_giorno_vento_descrizione{
    padding-top: 5px;
}

.meteo_giorno_vento_valori{
    padding-top: 15px;
}

.meteo_giorno_precipitazioni{
    height:130px;
    float:left;
    width:215px;
    text-align: center;

}
.meteo_giorno_precip_intestazione{
    font-weight: bold;
    height:30px;
    padding-top: 10px;
}

.meteo_giorno_precip_descrizione{
    padding-top: 5px;
}

.meteo_giorno_precip_valori{
    padding-top: 15px;
}