/*-----------------------------------*/
/* Sito Web: www.landloverslucca.com */
/* Foglio di stile per il palmare    */
/*-----------------------------------*/
body {
        background: #333;
        font-family: Arial, Helvetica, sans-serif;
        color: #fff;
        text-align: center;
}

#header h1{display: none;}

/* Formattazione del contenuto principale */
/*----------------------------------------*/
#entry_header h1{
       font-size: 180%;
       line-height: 70%;
}

#entry p{
        font-size: 73%;
}

#entry h2{
        font-size: 110%;
        font-style: italic;
        font-weight: bold;
}

#entry h3{
        font-size: 75%;
        font-style: italic;
        font-weight: bold;
}

/* Formattazione tabella appuntamenti */
#entry table, td{
        width: 200px;
        border: 1px;
        border-style: solid;
        border-color: #fff;
        border-spacing: 0;
        margin-right: auto;
        margin-left: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        font: normal 80% Arial, Helvetica, sans-serif;
        font-style: italic;
        font-weight: bold;
        padding: 5px 5px 5px 5px;
}

#entry tr.thead{
        font-size:120%;
        background-color:#fff;
        color:#333;
}

#entry ul li{
        font-size: 73%;
        margin-left: -1em;
        text-align: left;
}

#entry div.centra{
        display: none;
}

/* Formattazione della Barra di Navigazione Alta e ToTop*/
/*------------------------------------------------------*/
#navbar_palmare, #totop{
        font-size: 80%;
        font-style: italic;
}

#navbar_palmare p{line-height: 50%;}

#navbar_palmare a, #navbar_palmare a:link, #navbar_palmare a:visited, #totop a, #totop a:link, #totop a:visited{
        color: #fff;
        text-decoration: none;
}

#navbar_palmare a:hover, #totop a:hover{
        background-color:#fff;
        text-decoration: underline;
        color: #333;
}

#navbar{display: none;}

#totop{margin-bottom:1em;}

/* Formattazione del Footer*/
/*-------------------------*/
#footer{
        font-size: 60%;
        font-family: Arial, Helvetica, sans-serif;
}

#footer a:active, #footer a:link, #footer a:visited{
        color: #fff;
}

#validazioni{display: none;}

