/*
Sovrascrivo gli standard
 */

body {
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	color: #000;
	font-size: 12px;
	background: #444 url(bg-redline.gif) top left repeat-x;
	text-align: center;
	/*
	background: #444 url(bg.jpg) top left repeat;
	*/
}

a         { color: #0066cc; text-decoration: none; background: none; }
a:hover   { color: #0066cc; text-decoration: underline;}
a:active  { color: #0066cc; }
a:visited { color: #0066cc; }


p { text-align: left; }

label {
	color: #224499; font-weight: bold;
}
hr { display: none;}

/*
Personalizzo gli header
*/
h1 {font-size: 150%; }
h1.a:link { text-decoration: none;}
h1.a:hover { text-decoration: none;}
h1.a:active { text-decoration: none;}
h1.a:visited { text-decoration: none;}
h2 {font-size: 130%; }
h3 {font-size: 110%; }
h4 {font-size: 100%; margin: 0.5em}
h5 {font-size: 90%; margin: 0.2em}
h6 {font-size: 80%; margin: 0.2em}

img {border: 0;}

pre, tt, code { font-family: courier, sans-serif; }
acronym, abbr { cursor:help; letter-spacing: 2px; margin: 0; padding: 0; text-decoration: none; border: none; }
blockquote {quotes: '\201C  ' ' \201E'; color: #666; font-style: italic; line-height: 200%; font-size: 15px; font-family: Georgia, Times, serif;}
blockquote:before { content: open-quote; color: #a00; font-size: 25px; font-weight: bold; }
blockquote:after { content: close-quote; color: #a00; font-size: 25px; font-weight: bold; }


/*quote {
	font-style: italic;
	color: #666;
	font-size: 15px;
	line-height: 150%;
}*/
ol.maiuscolo {list-style-type: upper-latin;}

/*
Blocchi Principali
*/
#pagina {
	display: block;
	text-align: center;
	width: 1026px;
	margin: 0 auto;
	padding: 0;
}
#header {
	width:100%;
	display: block;
	padding: 0;
	margin:0;
	background: inherit;
}
#contentBox {
	display: block;
	text-align: center;
	width: 990px;	
	margin: auto;
	padding: 0;
	color: #000;
	background: url(body.png) top left repeat-y;
}
#content{
	float:left;
	width: 990px;			
	min-height: 450px;
	margin: 0;
	padding:0;
	background: url(body.png) top left repeat-y;
}

#colConteiner {
	margin-left: 20px;
}

#footer {
	clear: both;
	display: block;
	text-align: center;
	margin: auto;
	width: 990px;
	height: 41px;
	padding-top: 10px;
	color: #fff;
	background:  url(footer.png) top left no-repeat;
}


#cercaText {
	margin: auto;
	padding-top: 10px;
}

/*
Stili del div header
*/

#stemmaHome {
	float: left;
	width: 210px;
	height: 117px;
	background: url(header-sx.png) top left no-repeat;
	margin: 0;
}
#stemmaHome h1 a {
		display: block;
		margin: 0;
		padding: 0;
		width: 210px;
		height: 117px;
		background: transparent;
		text-indent: -700em;
		text-decoration: none;
	
}

#cerca {
	float: left;
	width: 685px;
	height: 117px;
	margin: 0;
	background: url(header-int.png) top left repeat-x;
	
}	


/* Inizio modifiche per cambio motore di ricerca */
#cercaForm {
	margin-left: 300px;
	/* width: 410px; */
	height: 44px;
	margin-top: 23px;
	border: none;
}

#cercaForm > form> input {
  display: inline;
  text-align: left;
  margin-right: 4px;
  font-size: 16px;
  transition: background .2s,border .2s,box-shadow .2s,color .2s;
  transition-property: background, border, box-shadow, color;
  transition-duration: 0.2s, 0.2s, 0.2s, 0.2s;
  transition-timing-function: ease, ease, ease, ease;
  transition-delay: 0s, 0s, 0s, 0s;
}

#cercaForm > strong > a {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #aaa;
}

.button-search {
	background: #003abb url(overlay.png) repeat-x; 
	/* background: #001A9B; */ 
  border: 0;
	display: inline; 
	width: auto;
	padding: 5px 10px 5px; 
	color: #fff; 
	text-decoration: none;
	/* -moz-border-radius: 3px; */ 
	/* -webkit-border-radius: 3px; */
	/* -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6); */
	/* -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6); */
	box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	border-radius: 5px; 
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
.button-search, .button-search:visited		    { background-color: #003abb; }
.button-search:hover							{ background-color: #0029F3; }

/* Fine modifiche per cambio motore di ricerca */


#stemmaRup {
	float: left;
	width: 125px;
	height: 117px;
	background: url(header-dx.png) top left no-repeat;
	margin: 0;
}
#stemmaRup a {
		display: block;
		margin: 0;
		padding: 0;
		width: 125px;
		height: 117px;
		background: transparent;
		text-indent: -1700em;
		text-decoration: none;
}



 
#navlist ul{
	margin: 10px 0 10px 0;
	white-space: nowrap;
	padding: 0;
	display: block;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	background: none;
}
 
#navlist li{
	display: inline;
	list-style-type: none;
	padding: 0 0;
	margin: 0 1em;
}
 
#navlist li a{
	padding: 3px .5em;
	color: #fff;
	background: transparent;
	text-decoration: none;
	text-shadow: 0 -1px #900000, 0 1px #f03030;
}
 
#navlist a:link, #navlist a:visited{
	color: #fff;
	text-decoration: none;
}
 
 
#navlist a:hover{
	background: transparent;
	color: #fff;
	text-decoration: underline;
}


 


/*
	Colonne della parte centrale della pagina
*/
#col-sx {
	float:  left;
	margin: 0;
	
	width:  250px;
	background: #fff;
}
#col-ce {
	float:  left;
	margin: 0;
	
	width:  375px;
	background-color: #fff;
}
#col-dx {
	float:  left;
	margin: 0;
	width:  250px;	
	background-color: #fff;
}
#cercaResults {
	text-align: left;
	width: 950px;
}


/*
*	Stile generale dei riquadri per gli elenchi di link
*/
.box {
	text-align: left;
	display: block;
	width: 236px;
	background: #fff url(sfondoBox.png) repeat-y;
}
.box>h3 {
	margin: 0;
	padding: 0;
	display: block;
	width: 236px;
	height: 60px;
	background: #fff url(sfondoH3Box.png) top left no-repeat;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 1.2em;
	font-style: italic;
	color: #006080;
}
.box>ul{
	margin-top: -40px;	
	background:  transparent url(sfondoUlBox.png) bottom left no-repeat;
	padding-bottom: 5px;
	z-index:0;
}
.box>ul>li{
	list-style-image: url(frecciaArancio.gif);
	margin-left: -1.6em;
	padding-bottom: .2em;
	margin-right: 20px;
	margin-bottom: .2em;
	border-bottom: 1px #eee solid;
	font-size: 1em;
	z-index: 100;
}

.box>ul>li.area{
	list-style: none;
	margin-left: -3em;
	padding: 0;
	margin-right: 20px;
	margin-bottom: 0;
	border: none;
	font-size: 1.1em;
	font-style: italic;
	color: #f1ac17;
	z-index: 100;
}
#briciole {
	clear: both;
	display:block;
	text-align: left;
	margin-left: 30px;
	padding-bottom: 10px;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	color: #d00000;
}

.centra {
	text-align: center;
}

/*
Personalizzazione dei riquadri per gli elenchi di link
*/
#contatti.box > h3 {
	color: #000;
}
#chiSiamo.box > h3 {
	color: #000;
}

#aree.box > h3 {
	color: #666;
}
#albo.box > h3 {
	color: #d00000;
}
#imprese.box > h3 {
	color: #0b4b70;
}
#comuni.box > h3 {
	color: #fb9400;
}


/*
 Stile degli elenchi di notizie centrali
*/
#primoPiano>h3{
	clear: both;
	margin-top: 0;
	display: block;
	text-align: left;
	width: 96%;
	font-size: 1.2em;
	color: #1d7645;
	border-bottom: 1px #1d7645 solid;
}
#primoPiano>p{
	font-size: 90%;
	width: 49%;
	float: left;
	padding: 0;
}
#primoPiano>p>img{
	float: left;
	padding-right: 5px;
}
.notizia {
	text-align: left;
}
.notizia>ul{
	background:  transparent;
	padding-bottom: 5px;
	z-index:0;
}
.notizia>ul>li{
	list-style: none;
	margin-left: -3em;
	padding-bottom: .2em;
	margin-right: 20px;
	margin-bottom: .2em;
	font-size: 1em;
	z-index: 100;
}
.notizia>ul>li>a{
	color: #006
}
#notizie.notizia > h3{
	clear: both;
	display: block;
	width: 96%;
	font-size: 1.2em;
	color: #1d7645;
	border-bottom: 1px #1d7645 solid;
}
#viaNavi.notizia > h3{
	display: block;
	width: 96%;
	font-size: 1.2em;
	color: #2b95b8;
	border-bottom: 1px #2b95b8 solid;
}

/*
Stili degli elementi del footer
*/
#footer a {
	color: #fff; 
	background: transparent;
}

a.arrow {
color: #0088cc;
padding-right: 7px;

background-color: transparent;

background-image: url(frecciaAzzurra.gif);

background-repeat: no-repeat;

background-attachment: scroll;

background-position: 100% 0.4em;

}
/*
	Prova per le briciole
*/


#crumbs > ul, #crumbs  >li {
	list-style-type:none;
	padding:0;
	margin: 0;
	}		
#crumbs {
	height:2.3em;
	border:1px solid #dedede;
	border-left: none;
	border-right: none;
	clear: both;
	text-align: left;
	margin-left: 14px;
	margin-right: 14px;
	margin-bottom: 10px;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	}
#crumbs li {
	float:left;
	line-height:2.3em;
	color:#777;
	padding-left:.75em;
	}
#crumbs li em {
	background:url(crumbs.png) no-repeat right center;
	display:block;
	padding:0 15px 0 0;
}
			
#crumbs li a {
	background:url(crumbs.png) no-repeat right center;
	display:block;
	padding:0 15px 0 0;
	}							
#crumbs li a:link,
#crumbs li a:visited {
	color: #0066cc;
	text-decoration:none;
	}	
#crumbs a:link, #crumbs a:visited,	
#crumbs li a:hover,
#crumbs li a:focus {
	color:#dd2c0d;
	}		
.uno {
	float: right;
	margin-top: 2px;
}
.leggero {
	color: #999;
	font-size: 11px;
}


/*
* Bottoni colorati
*/

.button, .button:visited {
	background: #222 url(overlay.png) repeat-x; 
	display: block; 
	width: 90%;
	margin: auto;
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	border-radius: 6px;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
.button:hover							{ background-color: #111; color: #fff; }
.button:active							{ top: 1px; }

.medium.button, .medium.button:visited{ 
	font-size: 13px; 
	font-weight: bold; 
	line-height: 1; 
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25); 
}
											  
.large.button, .large.button:visited{ 
	font-size: 20px; 
	padding: 8px 14px 9px;
}
								  
.super.button, .super.button:visited{
	font-size: 34px; 
	padding: 8px 14px 9px;
}
.pink.button, .magenta.button:visited		{ background-color: #e22092; }
.pink.button:hover							{ background-color: #c81e82; }
.green.button, .green.button:visited		{ background-color: #91bd09; }
.green.button:hover						    { background-color: #749a02; }
.red.button, .red.button:visited			{ background-color: #d00000; }
.red.button:hover							{ background-color: #c60000; }
.orange.button, .orange.button:visited		{ background-color: #ff5c00; }
.orange.button:hover						{ background-color: #d45500; }
.blue.button, .blue.button:visited		    { background-color: #2981e4; }
.blue.button:hover							{ background-color: #2575cf; }
.yellow.button, .yellow.button:visited		{ background-color: #ffb515; }
.yellow.button:hover						{ background-color: #fc9200; }
	
