div.date p{
        width: 40px;
        height: 50px;
        float: left;
        margin: 0 5px 0 0;
        padding: 5px;
        background: #D70606 url(images/date.png) no-repeat;
        color: #ddd;
        text-align: center;
        font-size: 100%;
        overflow: hidden;
}

div.date span.mese{
        display: block;
        margin-bottom: 8px;
}

div.date span.giorno{
        font-size: 190%;
        color: #444;
        font-weight: bold;
        line-height: 0.8;
}

div.date p span.anno{
        margin: 0;
        padding: 0;
        color: #666;
        font-size: 80%;
        font-family: Tahoma, Arial, sans-serif;
}