@charset "utf-8";
/* CSS creato da kappa il 27 gennaio 2010 */
/* modificato 8 feb 2010 */

/* -------------------------- hack per footer sempre in basso ---------------------------*/

html, body, #wrap {
	height: 100%;
}

body > #wrap {
	height: auto; 
	min-height: 100%;
}

#main {
	padding-bottom: 10em;
}  /* la stessa altezza del footer */

#footer {
	position: relative;
    margin-top: -10em; /* valore negativo dell'altezza del footer */
    height: 10em;
    clear:both;}

/* -------------------------- hack per chrome --------------------------------------*/

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
	.clearfix {display: inline-block;}
	/* Nascondi a IE su Mac \*/
	* html .clearfix { height: 1%;}
	.clearfix {display: block;}
	/* Fine Nascondi a IE su Mac */

*{
	margin:0 0;
	padding:0 0;
}

body,html { 
	height:100%;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size:12px;
	/*background-image:url(../img/bassi.gif);
	background-repeat:repeat;*/
}

#container{
	font-size:0.8em;
	text-align:center;
}

#header{
	text-align:center;
	border-bottom:solid 1px #484846;
}

#titolo{
	padding-top:1.6em;
}

#contenitoreMainAll{
	margin:0 0;
	padding:0.2em 0em 0em 0em;
	clear:both;
}

#footer{
	background-color:#6D006D;
	font-size:10px;
}

.contenitore{
	padding:0 10%;
}

.colonna{
	width:33.3%;
	float:left;
	text-align:right;
}

.contenitoreColonna{
	padding:0.8em;
}

.contenitoreColonna p{
	font-size: 1em; /* 12px */ 
	line-height: 1.5em; /* 18px */ 
	margin: 0 0 1.5em 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
}

.contenitoreColonna p strong{
	font-family:Arial, Helvetica, sans-serif;
	color:#E20565;
}

#curiosity{
	width:427px;
	height:604px;
	background-color:#ffffff;
	position:absolute;
	top:50%;
	left:50%;
	margin:-302px 0 0 -218.5px;
	border: dotted 1px #243783;
	background-image:url(../img/babo.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding:1px;
}

h1{
	font-size: 2em; /* 24px */ 
	line-height: 1.5em; /* 36px */ 
	margin-top: 0.75em; 
	margin-bottom: 0em; 
	text-align:left;
	color:#E20565;
}

h2{
	font-size: 1.6667em; /* 20px */ 
	line-height: 1.8em; /* 36px */ 
	margin-top: 0.9em; 
	margin-bottom: 0em; 
	text-align:left;
	color:#E20565;
}

#footer p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1em; /* 10px */ 
	line-height: 1.4em; /* 14px */ 
	margin: 0 0 1.4em 0; 
	color:#FF9900;
}

#footer  ul{
	list-style:none;
	font-size: 1em; /* 10px */ 
	line-height: 1.4em; /* 14px */ 
	margin: 0 0 1.4em 0; 
	color:#FF9900;
}

#footer ul li{
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	color:#FFA0FF;
}
