/* CSS Document */
body
 {
 margin:5px;
 font-family:arial, helvetica, verdana;
 font-size: 1em;
/* background-color: #fff; */
 }
.sottotitolo {  
font-size:1em;
font-weight: bold;
color:#aaaaaa;
margin:0px;
	border-bottom: 1px dotted #aaaaaa;
}
.sottotitolo a:link {
 color:#aaaaaa;
 text-decoration: underline;
}
.sottotitolo a:hover {
	background-color:#fc6;
	color: #FF0000;
	text-decoration: none;
 }
.sottotitolo a:visited {
 color:#aaaaaa;
  text-decoration: underline;
}

#barra
 {  
	border-bottom: 1px solid #ACAAAA;
 }
 
#inContArtTraduzioni { } 

.titolo_principale h1 {
	text-align:left;
	padding: 3px;
 }
 .titolo_sommario {
	font-weight: bold;
	border-top: 1px dotted #aaaaaa;
 } 
 .intestazione {
	padding: 2px 0px 2px 3px;
	font-size: 0.9em;
	font-weight: bold;
	border-bottom: 1px solid #000066;
 }
 
 #testo {
	min-width: 10em;
	font-size: 1.3em;
	margin: 3px;
	padding: 3px;	
} 
#testo a:link {
 color:#006699;
 text-decoration: underline;
}
#testo a:hover {
	background-color:#fc6;
	color: #FF0000;
	text-decoration: none;
 }
#testo a:visited {
 color:#000000;
  text-decoration: underline;
}
#testo dl {
	width:100%;
	max-width:100%;
	color: #000000;
	text-decoration: none;
	margin-right: 5px;
}
#testo img {
/* 
funzioni gestite da spip_style.css
*/
}

 #testoRubrica {
	min-width: 10em;
	font-size: 1.3em;
	margin: 3px;
	padding: 3px;	
} 
 #testoRubrica h3 {
	color: #000000;	
} 
#testoRubrica a:link {
 color:#585858;
 text-decoration: none;
}
#testoRubrica a:hover {
	background-color:#fc6;
	color: #FF0000;
	text-decoration: none;
 }
#testoRubrica a:visited {
 color:#585858;
  text-decoration: none;
}


.voci_serv
 { 
  	color:#000000;
   	font-size: 1em;
	padding-left: 4px;
 	padding-right:2px;
	padding-bottom:2px;
	border-bottom: 1px solid #dddddd;
	background-color: #CCCCCC;
	padding-top:2px;
 }
.voci_serv a:link {
	color: #000000;
	display:block;
	text-decoration:none; 
 }  
.voci_serv a:hover {
	background-color:#fc6;
	color: #FF0000;
	display:block;
	text-decoration: none;
 }  
.voci_serv a:visited {
 	color:#000000;
  	text-decoration: underline; 
  	display:block;
 } 
 
 #headerLogo {
	float: left;
	width: 30%;
	height: 94px;
	background-image: url("../IMG/logogiro.jpg");
	background-position: left top;
	background-size: 95%;
	/*font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", sans-serif
	font-size:3em;
	font-weight: bold;	 */
	
} 
 #headerPub {
	float: right; 
	width: 50%; 

}  

 #header {
	border-bottom: 1px solid #ACAAAA;
	background-color: #E9E9E9;
	height: 60px;
	 background-image: url(../IMG/4.gif);
}

 #main {
	background-color: #FFFFFF;
}
 #footer {
	border-bottom: 1px solid #000000;
}
#footer a:link {
 text-decoration: underline;
}

/* tag originari di spip, che il software crea automaticamente */
/* icone: */
.spip_logos
 {
	border: 1px solid #000000;
	padding-top: 0px;
	padding-right:0px;
	margin-bottom:0px;
	margin-right: 5px;
	display:block;
 }
.spip_note {
	font-size: 0.9em;
} 
.notes {
	margin: auto;
	padding: 3px;
	border: thin solid #ACAAAA;
} 
 #cadre {
	border: 2px #f93 solid;
	margin: 3px;
	padding: 5px;
	margin-bottom: 10px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

 #divers {
	min-width: 10em;
	border: 1px solid #CCC;
	margin-bottom: 1em;
	font-size: 0.77em;
}
#divers a:link {
 color:#000000;
 text-decoration: underline;
}
#divers a:visited {
 color:#000000;
  text-decoration: underline;
} 

.liste-articles ul{
	list-style-type: none;
}
.listato-articolo h4 h3 a:link a:visited{
 color: #585858;
 text-decoration: none;
}

.invisible {
	position:absolute;
 	left:0px;
 	top:-500px;
 	width:1px;
 	height:1px;
 	overflow:hidden;
}

/*briciole*/
#hierarchie
 {  
	padding: 2px 0px 2px 3px;
	font-size: 0.9em;
	font-weight: bold;
	border-bottom: 1px solid #ACAAAA;
 } 
.pagination {
	font-size: 0.90em;
	background-color: #ECECEC;
} 

table.spip {
	border: thin solid #ACAAAA;
}

table.spip tr.row_first {
	background-color: #FCF4D0;
}

table.spip tr.row_odd {
	background-color: #DDD;
}

table.spip tr.row_even {
	background-color: #EEE;
}

table.spip td {
	padding: 1px;
	text-align: left;
	vertical-align: center;
}
