/*-----attach body.custom to any style you add here-----*/

/*MODIFICHE*/
.consiglio dt {float:left; font-weight:bold; width:35%;}
.consiglio dd {float:left; margin-left:1em; width:60%;}
.consiglio dd:last-child {margin-bottom:2em;}

.indirizzo {
padding:1em; 
padding-top:0;
padding-bottom:0; 
float:left;
width:99%;
}

.indirizzo dt {float:left; font-weight:bold; clear:left;}
.indirizzo dd {float:left; margin-left:1em; margin-bottom:0; clear:right; margin-bottom:0;}
.indirizzo dt:first-child {width:100%; float:none;}
.indirizzo dd:last-child {margin-bottom:2em;}

.indirizzo h2 {font-size: 130%;}
.indirizzo .recapito {font-weight:bold; width:7em; display:block; float:left; width:35%;}

cite {
background-image:url('images/quote.gif');
background-position:top left;
background-repeat: no-repeat;
background-color: #EEEEEE;
margin: 0 1em 1em 0; 
padding: 0.3em 1.8em; 
display: block; float: left; 
width: 40%; 
text-align: justify;
}

cite:after {content: url('images/quote2.gif')}


/*nasconde la sidebar-2*/
#sidebar-2 {display:none;}

.sidebar {width:auto;}

#secondary {width:28%;}
#primary {width:70%;}

/*boxettino logo*/
#logotize {
position: absolute; 
z-index: 100; 
width: 250px; 
height: 150px; 
background-color: transparent;
background-image: url('images/logo_18tornante.gif');
background-repeat:no-repeat;
background-position:0 0;
}

#logotize span {visibility:hidden;}

/*calendario eventi widget*/
#events-calendar-list li {list-style-type:none !important; list-style-image:none !important;}
/*-----custom link styles - these govern the links within post content and are here to show you how. 
modify them to your liking or delete them and add your own-----*/

body.custom .entry-content a {
	font-weight: bold;
	text-decoration: underline;
	}
	
body.custom .entry-content a:hover {
	text-decoration: none;
	color: #0098ED;
	}

/*stile aggiunto footer*/
.fobox {
width:22%;
float:left;
margin:1%;
padding-left:1em;
margin-right:2%;
font-size:0.9em;
}

#foaddress {
width: 32%;
float:left;
margin:1%;
padding-left:1em;
margin-right:2%;
font-size:0.9em;
}

.fobox ul {margin:0; padding:0; border:0;}
.fobox li {line-height:150%; list-style-type:none; border-bottom:1px solid #ccc;}
.fobox p {font-family:'trebuchet MS',verdana,arial,sans-serif; font-weight:normal; letter-spacing:-0.3px;}


