/*
delcaldo.com design
www.delcaldo.com
------------------------------------------------------------------
Questo CSS e' compatibile con i browser SAFARI, FIREFOX,
IE 6 Win, IE 7 Win, OPERA, Flock...
------------------------------------------------------------------
CSS SCREEN
------------------------------------------------------------------
*/


/********************************************************************
ELEMENTI GENERICI
********************************************************************/

body {
	background-image: url(../immagini/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #767659;
	text-align: center;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

a {
	color:#8c3001;
	text-decoration: underline;
	}

a:hover {
	color:#CC6600;
	text-decoration: underline;
	}



/********************************************************************
DIV CONTAINER, TESTATA e STRUMENTI
********************************************************************/


#container {
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	border: 0px;
	background-image: url(../immagini/bg_pagina.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 900px;
	background-color: transparent;
}

/* SCELTA DELLE LINGUE
------------------------------------------------------------------ */

#strumenti {
	width: 900px;
	}


#lingua {
  margin-left: 20px;
  margin-bottom: 0px;
  padding: 0px;
  border: 0px;
  text-align: left;
  font-size: 0.7em;
}


#lingua_act {
 color: #999999;
  margin-left: 0px;
  padding-left:0.8em;
  padding-right:0.8em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border: 0px;
  float: left;
  }

#lingua_select {
	background-image: url(../immagini/tab_sx_lingue.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left:0.8em;
	padding-right:0.8em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: #000000;
	margin-left: 1em;
  	float: left;
	}


#lingua_select .tab {
	color: #000000;
	text-decoration: none;
	padding-top: 0.5em;
	padding-right:0.8em;
	padding-bottom: 0.5em;
	padding-left:0em;
	background-image: url(../immagini/tab_dx_lingue.gif);
	background-repeat: no-repeat;
	background-position: top right;
	display: inline;
	}


#lingua_act a {
	color: #ffffff;
	text-decoration: none;
	}

/* STAMPA
------------------------------------------------------------------ */

#stampa {
	font-size: 0.8em;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #DFDF9D;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DFDF9D;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	margin-left: 0px;
	margin-top: 5em;
	margin-bottom: 3em;
	}
	
#stampa img {
	vertical-align: middle;
	}
	
#stampa a {
	text-decoration: none;
	}

#stampa a:hover {
	text-decoration: underline;
	}
	
/* FORM RICERCA
------------------------------------------------------------------ */



#cerca {
	float: right;
	margin-right: 10px;
	width: 300px;
	text-align:right;
	}

#cerca form {
	display:inline;
	margin-left: 30px;
	padding:0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

#cerca input {
	margin: 0px;
	padding:0px;
	font-size:  0.8em;  /* dimensione FONT */
	vertical-align: middle;
	border-color: #DADBDF;
	border-style: solid;
	border-width: 1px;
	color: #9CA1A3;
	}


#cerca .img_cerca {
	margin: 0px;
	padding:0px;
	padding-left:5px;
	border:0px;
	vertical-align: middle;
	}

#cerca .bottone_cerca {
	margin: 0px;
	margin-left: 1em;
	padding:0px;
	vertical-align: middle;
	}


#cerca p {
	display:inline;
	margin: 0px;
	padding:0px;
	}


#testata {
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 96px;
	clear:both;
	}

#immagine {
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 210px;
	width: 900px;
	background-color: #FFFFFF;
	text-align: left;
	}


#immagine ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 210px;
	}

#immagine li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}


/********************************************************************
PAGINA
********************************************************************/


#pagina {
	text-align: left;
	padding-left: 0.8em;
	padding-bottom: 0em;
	padding-top: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
	overflow: auto;
	clear: both;
	/*float: left;  serve per explorer 6 */
	}
	
.ripulitore {
	clear: both;
	}

/* COLONNA 01
------------------------------------------------------------------ */

#col_01 {
	width: 350px;
	font-size: 0.8em;
	float: left;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 20px;
	color: #474836;
	}
	
#col_01 h1 {
	font-size: 2.2em;
	color: #996600;
	display: inline;
	}

#col_01 h2 {
	font-size: 1.8em;
	color: #996600;
	font-weight: lighter;
	display: inline;
	padding-left: 0.5em;
	}

#col_01 h3 {
	font-size: 1.2em;
	color: #474836;
	margin-bottom: 0.8em;
	margin-top: 0.1em;
	}

#col_01 .img_col_01 {
	border-color: #c5cad5;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	width: 332px;
	margin-top: 10px;
	}

/* COLONNA 02
------------------------------------------------------------------ */

#col_02 {
	width: 231px;
	font-size: 0.8em;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	color: #474836;
	border-left-color: #DFDF9D;
	border-left-style: solid;
	border-left-width: 1px;
	min-height: 70em;
	}
	
#col_02 a {
	text-decoration: none;
	}

#col_02 a:hover {
	text-decoration: underline;
	}

	
#col_02 h1 {
	font-size: 1.2em;
	}
	
#col_02 .img_col_02 {
	border-color: #c5cad5;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	width: 200px;
	margin-top: 10px;
	}

/* COLONNA 03
------------------------------------------------------------------ */

#col_03 {
	width: 188px;
	font-size: 0.8em;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
	color: #474836;
	border-left-color: #DFDF9D;
	border-left-style: solid;
	border-left-width: 1px;
	min-height: 70em;
	}

#col_03 a {
	text-decoration: none;
	}

#col_03 a:hover {
	text-decoration: underline;
	}
	
/* SINGOLA NEWS
------------------------------------------------------------------ */

.singola_news {
	margin-top: 1em;
	margin-bottom: 1.6em;
	}
	
#rss {
	font-size: 0.8em;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #DFDF9D;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DFDF9D;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	}

#rss img {
	margin-right: 0.5em;
	}
	
#newsletter {
	font-size: 0.8em;
	border-top-width: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DFDF9D;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	}

#newsletter img {
	margin-right: 0.5em;
	}

/********************************************************************
IMMAGINE
********************************************************************/


#pagina_img {
	width: 743px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-left: 0.8em;
	padding-bottom: 2em;
	}
	
/********************************************************************
FOOTER
********************************************************************/

#footer {
	font-size: 0.7em;
	margin:0px;
	padding-top: 2em;
	padding-bottom: 2em;
	padding-left: 1em;
	clear: both;
	background-color: #f2f4e7;
	text-align:left;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #BFC18C;
	}
	
#signature {
	background-color: #f2f4e7;
	text-align:left;
	background-image: url(../immagini/marchio_footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 18px;
	padding-bottom: 5px;
	padding-left: 80px;
	vertical-align:baseline;
	color: #474836;
	}

#signature a {
	text-decoration: none;
	}
	
#signature a:hover {
	text-decoration: underline;
	}
	
/********************************************************************
INTERNO
********************************************************************/

#testata_sezioni {
	background-color: #eff2e1;
	text-align:left;
	background-image: url(../immagini/bg_barra_titolo.jpg);
	background-repeat: repeat-x;
	color: #474836;
	background-position: left bottom;
	padding-top: 1em;
	padding-bottom: 1em;
	/*padding-left: 140px;*/
	padding-left: 2em;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
	}
	
#testata_sezioni h1 {
	font-size: 1.8em;
	color: #535b39;
	display: inline;
	font-weight: lighter;
	}

#testata_sezioni h2 {
	font-size: 1.2em;
	color: #535b39;
	font-weight: lighter;
	display: inline;
	}
	
/* TESTATA 2
------------------------------------------------------------------ */

	
#testata_sezioni_2 {
	background-color: #eff2e1;
	text-align:left;
	background-image: url(../immagini/bg_barra_titolo.jpg);
	background-repeat: repeat-x;
	color: #474836;
	background-position: left bottom;
	padding-top: 1em;
	padding-bottom: 1em;
	/*padding-left: 140px;*/
	padding-left: 1em;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
	}
	
#testata_sezioni_2 h1 {
	font-size: 1.8em;
	color: #535b39;
	display: inline;
	font-weight: lighter;
	}

#testata_sezioni_2 h2 {
	font-size: 1.2em;
	color: #535b39;
	font-weight: lighter;
	display: inline;
	}
	
	
/* COLONNA 01 INTERNO
------------------------------------------------------------------ */

#col_01_interno {
	width: 570px;
	font-size: 0.8em;
	float: left;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 20px;
	color: #474836;
	}
	
#col_01_interno h1 {
	font-size: 2.2em;
	color: #996600;
	display: inline;
	}

#col_01_interno h2 {
	font-size: 1.8em;
	color: #996600;
	font-weight: lighter;
	display: inline;
	}

#col_01_interno h3 {
	font-size: 1.2em;
	color: #474836;
	margin-bottom: 0.8em;
	margin-top: 0.1em;
	}

#col_01_interno .img_col_01_interno {
	border-color: #c5cad5;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	margin-bottom: 8px;
	width: 200px;
	}

#col_01_interno .dida_img_col_01_interno {
	width: 210px;
	margin-top: 1.5em;
	margin-bottom: 1em;
	margin-right: 1.5em;
	float: left;
	font-size: 0.8em;
	}

#col_01_interno .dida_img_col_01_interno a {
	text-decoration: none;
	}
	
#col_01_interno .dida_img_col_01_interno a:hover {
	text-decoration: underline;
	}


/* TABELLA ARTICOLI
------------------------------------------------------------------ */

#col_01_interno .tabella {
	border-collapse: collapse;	
	}
	
#col_01_interno .tabella td {
	padding-bottom: 1em;
	padding-top: 1em;
	padding-right: 0.8em;
	margin:0px;
	vertical-align:top;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #F3F8CE;
	}
	
#col_01_interno .tabella a {
	text-decoration: none;	
	}
	
#col_01_interno .tabella a:hover {
	text-decoration: underline;	
	}
	
#col_01_interno .tabella ul {
	font-size: 0.9em;
	padding-left: 1.5em;
	}
	
#col_01_interno .tabella li {
	margin-bottom: 0.4em;
	}
	
	
#col_01_interno_mono .tabella {
	border-collapse: collapse;	
	}
	
#col_01_interno_mono .tabella td {
	padding-bottom: 1em;
	padding-top: 1em;
	padding-right: 0.8em;
	margin:0px;
	vertical-align:top;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #F3F8CE;
	}
	
#col_01_interno_mono .tabella a {
	text-decoration: none;	
	}
	
#col_01_interno_mono .tabella a:hover {
	text-decoration: underline;	
	}
	
#col_01_interno_mono .tabella ul {
	font-size: 0.9em;
	padding-left: 1.5em;
	}
	
#col_01_interno_mono .tabella li {
	margin-bottom: 0.4em;
	}
	
/* COLONNA MONO INTERNO
per i template con solo due colonne
------------------------------------------------------------------ */

#col_01_interno_mono {
	width: 600px;
	font-size: 0.8em;
	float: left;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 20px;
	color: #474836;
	}
	
#col_01_interno_mono h1 {
	font-size: 2.2em;
	color: #996600;
	display: inline;
	}

#col_01_interno_mono h2 {
	font-size: 1.8em;
	color: #996600;
	font-weight: lighter;
	display: inline;
	}

#col_01_interno_mono h3 {
	font-size: 1.2em;
	color: #474836;
	margin-bottom: 0.8em;
	margin-top: 0.1em;
	}

#col_01_interno_mono .img_col_01_interno {
	border-color: #c5cad5;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	margin-bottom: 8px;
	width: 200px;
	}

#col_01_interno_mono .dida_img_col_01_interno {
	width: 210px;
	margin-top: 1.5em;
	margin-bottom: 1em;
	margin-right: 1.5em;
	float: left;
	font-size: 0.8em;
	}

#col_01_interno_mono .dida_img_col_01_interno a {
	text-decoration: none;
	}
	
#col_01_interno_mono .dida_img_col_01_interno a:hover {
	text-decoration: underline;
	}

	
/* PATH
------------------------------------------------------------------ */

#path {
	font-size: 0.8em;
	}
	
#path a {
	text-decoration: none;
	}

#path a:hover {
	text-decoration: underline;
	}
	
	
	
/* COLONNA SOTTOMENU PAGINA INTERNA
------------------------------------------------------------------ */

#col_submenu {
	width: 148px;
	font-size: 0.8em;
	float: left;
	padding-right: 20px;
	padding-top: 20px;
	color: #474836;
	/*border-right-color: #DFDF9D;
	border-right-style: solid;
	border-right-width: 1px;*/
	min-height: 50em;
	}

#col_submenu ul {
	list-style-type: none;
	padding-left:0px;
	margin-left:0px;
	}


#col_submenu li {
	list-style-type: none;
	margin:0px;
	}

#col_submenu .select_01 {
	/*width: 160px;*/
	color: #CC6600;
	display:block;
	padding-left: 20px;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	margin-bottom: 0.3em;
	border-bottom-color: #E4E4E4;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	}

#col_submenu li a {
	/*color: #7b5933;*/
	text-decoration: none;
	display:block;
	padding-left: 20px;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	margin-bottom: 0.3em;
	border-bottom-color: #E4E4E4;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-image: url(../immagini/freccia_pallino_verde.gif);
	background-repeat: no-repeat;
	background-position: left middle;
	}
	
#col_submenu .submenu_select {
	color: #000000;
	text-decoration: none;
	display:block;
	padding-left: 20px;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	margin-bottom: 0.3em;
	border-bottom-color: #E4E4E4;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-image: url(../immagini/freccia_pallino_orange.gif);
	background-repeat: no-repeat;
	background-position: left middle;
	}

#col_submenu li a:hover {
	/*color: #cd7c1d;*/
	text-decoration: none;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	}
	
	
/* GALLERIA FOTOGRAFICA
------------------------------------------------------------------ */

#photo_gallery {
	text-align: center;
	}

#photo_gallery .photo_pw_gallery {
	border-color: #c5cad5;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	width: 100px;
	margin-top: 10px;
	margin-bottom: 5px;
	}
	
#photo_gallery .photo_pw_gallery_dida {
	font-size: 0.9em;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	}
	
#photo_gallery a {
	text-decoration: none;
	}
	
#photo_gallery a:hover {
	text-decoration: underline;
	}
	

/* MAPPA DI GOOGLE
------------------------------------------------------------------ */

#map {
	width: 550px;
	height: 500px;
	background-color:#E4E4E4;
	border-color: #E4E4E4;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
	}
	
/* REGISTRAZIONE
------------------------------------------------------------------ */

.tx-srfeuserregister-pi1 {
		clear: both;
		}

.tx-srfeuserregister-pi1-password-again {
		display: inline;
		font-size: 0.9em;
		font-style:italic;
		}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-text {
		border-color: #E4E4E4;
		border-style: solid;
		border-width: 1px;
		font-size: 0.9em;
		padding: 2px;
		}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-password {
		border-color: #E4E4E4;
		border-style: solid;
		border-width: 1px;
		font-size: 0.9em;
		padding: 2px;
		}

.tx-srfeuserregister-pi1 fieldset {
		border-color: #E4E4E4;
		border-style: solid;
		border-width: 1px;
		}

.tx-srfeuserregister-pi1 dt {
		clear: both;
		width: 100px;
		text-align: right;
		padding-right: 1em;
		}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error {
		font-size: 0.8em;
		}

.tx-srfeuserregister-pi1  .tx-srfeuserregister-pi1-submit {
		margin-top: 1.5em;
		}
		
.informativa {
		font-size: 0.8em;
		margin-top: 2em;
		}
		

/* RISULTATO RICERCA
------------------------------------------------------------------ */

.tx-indexedsearch-browsebox  {
		margin: 0em;
		padding: 0px;
		}

.tx-indexedsearch-browsebox  {
		margin-top: 1.5em;
		margin-bottom: 1em;
		padding: 0px;
		}
		
.tx-indexedsearch-browsebox p {
		margin: 0em;
		padding: 0px;
		}

.tx-indexedsearch-browsebox p  {
		margin: 0em;
		padding: 0px;
		}

.tx-indexedsearch-res table  {
		margin-top: 1em;
		margin-top: 1em;
		padding: 0px;
		border-collapse: collapse;
		}
		
.tx-indexedsearch-res p  {
		margin: 0px;
		padding: 0px;
		}
		
.tx-indexedsearch-title {
	white-space: normal;		
	}
	
.tx-indexedsearch-title-caption {
	white-space: normal;		
	}
	
.tx-indexedsearch-percent {
	display: none;	
	}
	
.tx-indexedsearch-descr .tx-indexedsearch-redMarkup  {
	color:#C90;
	}