/*
delcaldo.com design
www.delcaldo.com
------------------------------------------------------------------
Questo CSS e' compatibile con i browser SAFARI, FIREFOX,
IE 6 Win, IE 7 Win, OPERA, Chrome
------------------------------------------------------------------
CSS SCREEN
------------------------------------------------------------------

V. 1.1

*/


/********************************************************************
ELEMENTI GENERICI
********************************************************************/

body {
	background-color: #000000;
	text-align: center;
	color: #343434;
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family: 'LacunaRegularRegular', "Trebuchet MS", "Lucida Grande", verdana;
	padding-left: 20px;
	padding-right: 20px;
	}


img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

a {
	color:#d49b50;
	text-decoration: none;
	}
	

a:hover {
	color:#F90;
	text-decoration: underline;
	}

hr {
	margin: 0px;
	padding: 0px;
	border: 0px;
    height: 1px;
    background-color: #cccccc;
	}
	

/* BOTTONI
------------------------------------------------------------------ */

.bottone_sx {
	height: 23px;
	width: 82px;
	padding: 0px;
	}

.bottone_sx a {
	display: block;
	background-image: url(../images/bt_continua.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	height: 23px;
	width: 82px;
	padding: 0px;
	}
	

.bottone_sx a:hover {
	display: block;
	background-image: url(../images/bt_continua_hover.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	height: 23px;
	width: 82px;
	padding: 0px;
	}

.bottone_dx {
	height: 23px;
	width: 250px;
	padding: 0px;
	display: inline-block;
	vertical-align: middle;
	}

.bottone_dx a {
	display: inline-block;
	background-image: url(../images/bt_largo.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	height: 23px;
	width: 250px;
	padding: 0px;
	}
	

.bottone_dx a:hover {
	display: inline-block;
	background-image: url(../images/bt_largo_hover.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	height: 23px;
	width: 250px;
	padding: 0px;
	}


.bottone_dx_dark {
	height: 23px;
	width: 116px;
	padding: 0px;
	}

.bottone_dx_dark a {
	display: block;
	background-image: url(../images/bt_vai_dark_green.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	height: 23px;
	width: 116px;
	padding: 0px;
	}
	

.bottone_dx_dark a:hover {
	display: block;
	background-image: url(../images/bt_vai_dark_green_hover.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	height: 23px;
	width: 116px;
	padding: 0px;
	}

.bottone_dx_pal {
	height: 23px;
	width: 116px;
	padding: 0px;
	}

.bottone_dx_pal a {
	display: block;
	background-image: url(../images/bt_vai_pal_green.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	height: 23px;
	width: 116px;
	padding: 0px;
	}
	

.bottone_dx_pal a:hover {
	display: block;
	background-image: url(../images/bt_vai_pal_green_hover.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	height: 23px;
	width: 116px;
	padding: 0px;
	}


/* FOTO
------------------------------------------------------------------ */

.foto_float {
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	background-color:#ffffff;
	padding: 2px;
	width: 80px;
	height: 80px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
	float: left;
			/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	}

.foto_float_big {
	display: block;
	float: left;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	background-color:#ffffff;
	padding: 5px;
	width: 280px;
	height: 361px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
			/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	}
	
.foto_float_big_orizz {
	display: block;
	border-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	background-color:#ffffff;
	padding: 5px;
	width: 400px;
	height: 271px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
			/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	}
	
.foto_float_big_orizz_2 {
	display: block;
	border-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	background-color:#ffffff;
	padding: 5px;
	width: 350px;
	/*height: 271px;*/
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
			/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	}
	
.foto_float_orizz {
	display: block;
	float: left;
	width: 360px;
	height: 320px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 0px;
	background-color: transparent;
	}
	
	
	
.foto_cornice {
	display: block;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	background-color:#ffffff;
	padding: 5px;
	width: 500px;
	height: 276px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
		/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	}
	
.foto_cornice_pw {
	display: block;
	float: left;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	background-color:#ffffff;
	padding: 5px;
	width: 150px;
	height: 173px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
			/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	}
	
.foto_float_big_black {
	display: inline-block;
	border-color: #cccccc;
	border-style: solid;
	border-width: 0px;
	background-color:#000000;
	padding: 2px;
	width: 350px;
	height: 271px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	}
	
.didascalia {
	font-style:italic;
	font-size: 0.9em;;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	color: #C2BC9C;
	}
	
.text_nota {
	font-style:italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	border-left-color: #5d6552;
	border-left-style: solid;
	border-left-width: 1px;
	padding-left: 20px;
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	/*color: #C2BC9C;*/
	}


/********************************************************************
DIV CONTAINER, TESTATA e STRUMENTI
********************************************************************/


#container {
	margin-left:auto;
	margin-right:auto;
	margin-top:1em;
	padding: 0px;
	border: 0px;
	background-color: #e6e1c9;
	padding: 5px;
	min-width: 1000px !important;
	width: auto;
	text-align: left;
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
	
	
	
/* TESTATA E IMMAGINI
------------------------------------------------------------------ */


#testata {
	text-align: left;
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 101px;
	/*clear:both;
	position: relative;*/
	background-image: url(../images/bg_testata.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	}
	
#testata_dx {
	display: inline;
	float: right;
	height: 101px;
	width: 163px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_testata_dx.jpg);
	background-repeat: no-repeat;
	background-position: left top;

	}
	
#portfolio {
	z-index: 0;
	}

#immagine_interno {
	margin: 0px;
	padding: 0px;
	height: 200px;
	background-color: #FFFFFF;
	text-align: left;
	position: relative;
	}
	
#immagine_interno .img_interno {
	z-index: -10;
	}

#immagine {
	z-index: -10;
	margin: 0px;
	padding: 0px;
	height: 268px;
	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;
	}
	

/* TITOLI
------------------------------------------------------------------ */

#titolo_container {
	height: 64px;
	width: auto;
	padding: 0px;
	padding-top: 1px;
	margin: 0px;
	background-image:url(../images/bg_portfolio.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	}
	

.titolo_01 {
	display: inline;
	height: 64px;
	width: 379px;
	background-image:url(../images/bg_mission.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	float: left;
	}
	
.titolo_02 {
	display: inline;
	height: 64px;
	width: 500px;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 1px;
	}


/********************************************************************
PAGINA
********************************************************************/


#pagina {
	text-align: left;
	padding-left: 0em;
	padding-bottom: 0em;
	padding-top: 0px;
	margin-top: 0px;
	background-color: #000000;
	/*overflow: auto;*/
	background-image: url(../images/bg_page.jpg);
	background-repeat: repeat-x;
	background-position: top;
	/*float: left;  serve per explorer 6 */
	width: auto;
	clear: both;
	}
	
.ripulitore {
	clear: both;
	}


/* COLONNA 01
------------------------------------------------------------------ */

#col_01 {
	width: 380px;
	font-size: 0.8em;
	float: left;
	padding: 0px;
	margin: 0px;
	color: #e8e3cb;
	}

#col_01 h1 {
	font-size: 1.2em;
	margin-bottom: 0em;
	margin-top: 0em;
	/*font-weight: normal;*/
	color: #FFF;
	}

#col_01 h2 {
	font-size: 1.8em;
	color: #343434;
	font-weight: lighter;
	display: inline;
	padding-left: 0.5em;
	}

#col_01 h3 {
	font-size: 1.2em;
	color: #343434;
	margin-bottom: 0.8em;
	margin-top: 0.1em;
	}
	
#col_01 .box_mission {
	font-size: 1.2em;
	background-color: #3e452a;
	margin: 0px;
	padding: 20px;
	padding-left: 40px;
	min-height: 220px !important;
	background-image: url(../images/bg_mission_txt.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	}
	
	
#col_01 .contatti {
	margin: 0px;
	padding: 20px;
	padding-left: 40px;
	padding-top: 20px;
	min-height: 350px !important;
	background-image: url(../images/bg_contatti.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #000000;
	}
	


/* COLONNA 02
------------------------------------------------------------------ */

#col_02 {
	font-size: 0.8em;
	color: #e8e3cb;
	padding-left: 15px;
	padding-top: 20px;
	padding-right: 20px;
	margin-left: 400px;
	}
	
#col_02 a {
	text-decoration: none;
	}

#col_02 a:hover {
	text-decoration: underline;
	}
	
#col_02 hr {
	border: 0px;
	background-color:#5d6552;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

#col_02 h1 {
	font-size: 1.6em;
	font-weight:normal;
	margin-top: 0em;
	margin-bottom: 1em;
	padding-bottom: 0.6em;
	border-bottom-color: #5d6552;
    border-bottom-style: solid;
    border-bottom-width: 1px;
	color: #ffffff;
	}
	
#col_02 h2 {
	font-size: 1.4em;
	color: #ffffff;
	margin-top: 0em;
	margin-bottom: 0em;
	padding-bottom: 0.4em;
	}
	
	
#col_02 ul {
	margin-left: 20px;
	margin-top: 10px;
	padding: 0px;
	}

#col_02 li {
	margin: 0px;
	padding: 0px;
	padding-bottom: 7px;
	font-style: italic;
	}


/* PAGINATORE
------------------------------------------------------------------ */

.paginatore {
	margin-top: 10px;
	margin-bottom: 10px;
	}



/* --------------------------------------------------------------- 
INDICE DELLE NEWS
------------------------------------------------------------------ */

#col_02 .single_news {
    margin-bottom: 10px;
	margin-top: 10px;
    padding: 0px;
	padding-left: 0px;
    border-bottom-color: #5d6552;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: auto !important;
	height: 160px;
	min-height: 160px !important;
    }

#col_02 .single_news_foto {
    margin-bottom: 0px;
	margin-top: 0px;
    padding: 5px;
	background-color: #FFFFFF;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
	float: left;
		/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
    }	

#col_02 .single_news_text {
    margin-left: 225px;
    }
	
#col_02 .single_news .data {
    font-size: 0.9em;
	font-weight:bold;
    }
	
#col_02 .single_news h3 {
	font-size: 1.3em;
	margin-bottom: 0.4em;
	margin-top: 0.2em;
	font-weight: normal;
	color: #ffffff;
	}

#col_02 .singola_news {
	display: block;
	float: none;
	margin-bottom: 30px;
	margin-right: 20px;
	padding: 15px;
	background-color: #181f0f;
	height: auto !important;
	height: 160px;
	min-height: 160px;
	/* Do rounding (native in Firefox and Safari) */
   	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
    }
	
  
 #col_02 .singola_news_img {
    margin: 0px;
    padding: 0px;
    border-color: #cccfd5;
    border-style: solid;
    border-width: 1px;
    float: left;
    width: 319px;
    height: 140px;
    }
    
  
#col_02 .singola_news_text {
   margin-left: 340px;
    }
    
#col_02 .singola_news_text h4 {
   font-size: 1.4em;
    margin: 0px;
    padding: 0px;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    border-bottom-color: #4e471c;
    border-bottom-style: solid;
    border-bottom-width: 2px;
	font-weight: normal;
    }

    
#col_02 .singola_news_text a {
    color: #FFFFFF;
    text-decoration: none;
    }

#col_02 .singola_news_text a:hover {
    color: #d6d0b5;
    text-decoration: none;
    }
    
#col_02 .singola_news_abstract {
    font-size: 0.9em;
    }


#col_02 .box_info {
    margin-bottom: 20px;
	margin-right: 0px;
    padding: 0px;
	padding-bottom: 20px;
    border-bottom-color: #5d6552;
    border-bottom-style: solid;
    border-bottom-width: 1px;
	}
   
	
/* PAL GREEN */

#col_02 .singola_news_pal {
	display: block;
	float: none;
    margin-bottom: 30px;
	margin-right: 20px;
    background-color: #4e471c;
    height: auto !important;
	height: 160px;
	min-height: 160px;
	width: auto;
	padding: 15px;
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
    }
	
	
	
#col_02 .singola_news_pal h4 {
    font-size: 1.4em;
    margin: 0px;
    padding: 0px;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    border-bottom-color: #807524;
    border-bottom-style: solid;
    border-bottom-width: 2px;
	font-weight: normal;
    }
	

/********************************************************************
LISTA CASE
********************************************************************/
	
	
#col_02 .singolo_case {
	display: block;
	float: none;
	margin-bottom: 0px;
	margin-right: 20px;
	padding: 15px;
	/*background-color: #181f0f;*/
	height: auto !important;
	height: 130px;
	min-height: 130px;
	/* Do rounding (native in Firefox and Safari) */
   	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
    }
	
  
 #col_02 .foto_singolo_case {
    margin: 0px;
    padding: 5px;
	background-color:#FFF;
    float: left;
    width: 119px;
    height: 119px;
	/* Do rounding (native in Firefox and Safari) */
   	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    }
    
  
#col_02 .text_singolo_case {
   margin-left: 150px;
    }
    
#col_02 .text_singolo_case h4 {
   font-size: 1.4em;
    margin: 0px;
    padding: 0px;
    padding-bottom: 0.3em;
    margin-bottom: 0em;
    /*border-bottom-color: #AAA27E;
    border-bottom-style: solid;
    border-bottom-width: 2px;*/
	font-weight: normal;
    }

	
/********************************************************************
FOOTER
********************************************************************/


.social {
	margin-left: 400px;
	margin-right: 40px;
	text-align: left;
	}

#footer {
	font-size: 0.75em;
	margin:0px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 0em;
	/*clear: both;*/
	background-color: #a29b77;
	text-align:left;
	color: #554f30;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}

#signature {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	vertical-align:baseline;
	}

#signature a {
	color:#a82420;
	text-decoration: none;
	}

#signature a:hover {
	color:#a82420;
	text-decoration: underline;
	}

