/*inserimento logo in header invece che di testo*/
.custom #logo a { display:block; height:55px; width:431px; background:url(images/header_new.jpg) center no-repeat; text-indent:-9999px;}

/*centratura immagine header*/
.custom #header {
padding-bottom: 2.0em;
padding-top: 2.0em;
}

#archive_info {display:none;}

/*space between paragraphs*/
.custom .format_text p {
margin-bottom:0.8em;
}

/*changing colour of sidebar*/
.custom #sidebar_1 {background-color:#F0F0F0;}

/*Reduce the space between widgets in the sidebars*/
.custom li.widget { 
margin-top: 14px;
margin-bottom: 08px;
 }

/*changing colour of sidebar*/
.custom #sidebar_2 {background-color:#F0F0F0;}


/*insert a custom background*/
body.custom {
    background: #F0F0F0;
}

.custom #container {
    margin-top: 0em;
    margin-bottom: 2em;
    padding: 0.3em;
    background: #FFFFFF;
    border: 0.2em solid #E0E0E0;
}

.custom #page {
    background: #FFF;
}

