/*
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 {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;   /* ------------- dimensione FONT ------------- */
	margin: 0px;
	padding: 0px;
	background-color: #253047;
	background-image: url(../immagini/bg_body.jpg);
	background-repeat: repeat-x;
	text-align: center;
	}
	
#col_01_interno_mono .evento {
	padding: 20px;
	margin-top: 100px;
	color: #ffffff;
	background-color: #2D3C5A;
	border-bottom-color: #ffffff;
	border-bottom-style:solid;
	border-bottom-width: 1px;
	border-top-color: #ffffff;
	border-top-style:solid;
	border-top-width: 1px;
	text-transform: uppercase;
	}

	

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

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

a:hover {
	color:#0099FF;
	text-decoration: none;
	}

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


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


#container {
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	border: 0px;
	/*width: 948px;*/
	background-color: transparent;
}

#testata {
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	padding: 0px;
	border: 0px;
	/*width: 948px;*/
	height: 172px;
	background-color: transparent;
	text-align:center;
}


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


#pagina {
	text-align: left;
	padding: 0px;
	margin: 0px;
	overflow: auto;
	}
	
.ripulitore {
	clear: both;
	}


.titolo_grigio  {
	color: 717171;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	margin-bottom: 0.3em;
	margin-top: 26px;
	}
	
	
	
/* COLONNA MONO INTERNO
per i template con solo due colonne
------------------------------------------------------------------ */

#col_01_interno_mono {
	/*width: 900px;*/
	font-size: 0.8em;
	padding: 0px;
	margin: 0px;
	color: #474836;
	text-align: center;
	}



	
/* GALLERIA FOTOGRAFICA
------------------------------------------------------------------ */

#photo_gallery {
	text-align: center;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	}

#photo_gallery br {
	clear: left;
	}

#pagina .photo_pw_gallery {
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	background-color:#ffffff;
	padding: 5px;
	width: 100px;
	height: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 0px;
	float: left;
	}
	
#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;
	}
	

/* Signature
------------------------------------------------------------------ */

#intro{
	font-size: 0.9em;
	color: #FFFFFF;
	text-align:center;
	margin-top: 30px;
	}
	
#intro a {
	color: #ADD1F1;
	text-decoration: none;
	margin-left: 0px;
	padding-left: 0px;
	}

#intro a:hover {
	color: #FFFFFF;
	}
