/*utils*/

.clearer{
    clear: both;
}

.separator{
    padding-top: 20px;
}

a{
    color: #555;
    text-decoration: none;
}

a:hover{
    color: #e08e00;
}

/*struttura sito*/

body{    
    font-size: 62.5% !important;    
}

#site_title h1{
    margin-left: 20px;
    font-size: 26px !important;
    margin-top: 7px;
    margin-bottom: 0;
}

#site_title h2{
    margin-left: 20px;
    font-size: 21px !important;
    margin-top: 0;
    margin-bottom: 0;
}

/*credits*/

#credits{
    border-top: 5px solid #4f4f4f;
    height: 75px;
    border-bottom: 5px solid #e5e5e5;
    float: left;
    color: #FFFFFF;
    width: 50%;
    font-size: 14px !important;
    background: url("images/bg_2.png") repeat-x scroll 0 -192px #363636;
}
/*section center*/


#section_center ul#topmenu li{
    display: inline;
    margin-top: -15px;
    padding-top: 13px;
    height: 21px;
    border-left: 2px solid #E5E5E5;
    font-size: 14px;
}

#section_center p.font_size{
    font-weight: bold;
    font-size: 14px;
    margin-top: -8px;
    margin-bottom: 1px;
    float: right;
    width: 9%;
    text-align: center;
}

#section_center p.font_size span.big{
    font-size: 22px;
}

#section_center p.font_size span.small{

}

#section_center p.font_size span.medium{
    font-size: 18px;
}

#section_center p.contrast{
    float: right;
    margin-top: -7px;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 1px;
}

/*colonna sinistar*/

#left_column{
    font-size: 13px !important;
}

#left_column .box h1{  
    font-size: 20px !important;
}

#left_column .box ul li{
    font-size: 18px !important;
}

#left_column .box.login p{
    font-size: 11px !important;
}

#left_column .box.login p label{
    font-size: 14px !important;
}

/*colonna centrale*/

#center_column #navigation p{
    font-size: 13px !important;
}

#center_column #welcome_area h1{
    font-size: 20px !important;
}

#center_column #welcome_area p{
    font-size: 17px !important;
}

#center_column #evidenza_area h1{
    font-size: 20px !important;
}

#center_column #detail h1{
    font-size: 20px !important;
}

#center_column #detail p{
    font-size: 15px !important;
}

#center_column #detail .component h1{
    font-size: 18px !important;
}

#center_column #detail .component ul li{
    font-size: 14px !important;
}
/*headlines*/

#center_column #headlines h1{
    font-size: 20px !important;
}

#center_column #headlines ul li h2{
    margin: 0;
    font-size: 13px !important;
    font-style: italic;
}

/*headlines*/

#center_column #index h1{
    font-size: 20px !important;
}

#center_column #index ul li h2{
    font-size: 13px !important;
}

/*colonna destra*/

#right_column{
    font-size: 13px !important;
}
#right_column .box h1{
    font-size: 20px !important;
}

#right_column .news ul li{
    font-size: 13px !important;
}

#right_column .event ul li{
    font-size: 13px !important;
}

#right_column .event #calendar ul#navigation_button li{
    height: 15px !important;
}

#footer #disclaimer p{
    font-size: 13px !important;
}

/*sitemap*/

#detail.sitemap ul{
    font-size: 15px !important;
}
