/*     Document   : style    
Created on : 22-set-2012, 15.26.52    
Author     : Luna Donatello - donatello@luna.it -*/

root {display: block;}
section, article, nav, header, footer{ display: block; }
body{overflow-x:hidden;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small;            
     color: #333; letter-spacing:normal; font-variant:normal}
a{color: #666; text-decoration:none; border: 0px #000 solid}
a.link-h{text-decoration: underline;border: 0px #000 solid}
div.hideContent{display:none; margin-top: 25px}
div.showContent{display:block; margin-top: 25px} 
div.header{    
    width: 80%; min-width:320px; min-height: 30px; border: 0px #000 solid;     
    margin: 2px auto 0px auto; 
}
div.footer{    
    width: 80%; min-width:320px; min-height: 30px; border: 0px #000 solid;     
    margin: 15px auto 0px auto; font-size: x-small; font-variant: small-caps;    
    color: #666; letter-spacing: 2px; vertical-align: middle; 
    text-decoration: none;
    
}
div.container{    
    width: 80%; min-width:320px; min-height: 320px; border: 0px #000 solid;     
    margin: 2px auto 0px auto; }

table.navbar{    
    width: 80%; min-width:320px; min-height: 30px; border: 0px green solid;     
    margin: 2px auto 0px auto; -moz-border-radius: 5px 5px 5px 5px; 
    border-radius: 5px 5px 5px 5px; 
    background-image: url("../img/pic_gradient.png");
    background-repeat: repeat-x;
    
    /*
    background-image: linear-gradient(bottom, rgb(204,204,204) 30%, rgb(255,255,255) 70%);
    background-image: -o-linear-gradient(bottom, rgb(204,204,204) 30%, rgb(255,255,255) 70%);
    background-image: -moz-linear-gradient(bottom, rgb(204,204,204) 30%, rgb(255,255,255) 70%);
    background-image: -webkit-linear-gradient(bottom, rgb(204,204,204) 30%, rgb(255,255,255) 70%);
    background-image: -ms-linear-gradient(bottom, rgb(204,204,204) 30%, rgb(255,255,255) 70%);
    background-image: -webkit-gradient(	linear,	left bottom, left top,color-stop(0.3, rgb(204,204,204)),	
        color-stop(0.7, rgb(255,255,255)));
    */
}
td.navbutton{    
    width:33%; font-variant: small-caps; letter-spacing: 2px; font-weight: bold;
}
p.titolo{    
    font-size: xx-large; color: #fa0032;  font-weight: bolder; font-style: normal;    
    font-variant: small-caps; letter-spacing: 10px;
}
i.content{width:100%; font-style: oblique; letter-spacing: 2px; line-height: 25px;}
div.content-small{min-width:320px; max-width:600px; width: 60%; margin: 1px auto; font-size: small; font-style: oblique; letter-spacing: normal; line-height: normal; font-variant: small-caps}