/* Modello BLUE */

/* Settaggi generali: Suddivisione pagina --------------------------------------------------- */

html,body {
	margin: 0;
	padding:0;
}
body {
	text-align: center;
	background-color: #C6C7C9;
	font-size:76%;	
	
}

html, body, td {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #555;
}

div#container {
	position: relative;
	width: 100%;
	background-image:url(../img/sfondo_corpo.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

div#container2 {
	position: relative;
	width: 860px;
	margin: 0 auto; /*centra il DIV su Firefox */
    text-align: left;	
	border-left:4px solid #fff;
	border-right:4px solid #fff;
	background-color: #231f20;
}



div#header {
	width: 100%;
	color: #ddd;
	background-image:url(../img/sfondo_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:50px;
}


.container_header {
	width: 860px;
	margin: 0 auto;
	background-color: #231f20;
	border-top:4px solid #fff;
	border-left:4px solid #fff;
	border-right:4px solid #fff;
}


div#contenuti {
	/* padding: 64px; */
	width:100%; /* necessario - altezza del footer */
	background-color: #231f20;
	/* display:inline-block; peekaboo bug*/
	zoom:1; /*peekaboo bug*/
	margin:0;
	padding:0 0 32px 0;
		
}

div#colonnasx  {
	border-top:4px solid #fff;
	border-bottom:8px solid #fff;
	float:left;
	width:273px;
	height:270px;
	text-align:center;
	/*margin-right:;a seconda della larghezza della colonna dx + il suo bordo*/
}

div#colonnacentrale  {
	float:left;
	width:298px;	
	height:270px;
	border-top:4px solid #fff;
	border-right:8px solid #fff;
	border-left:8px solid #fff;
	border-bottom:8px solid #fff;
	text-align:center;
}

div#colonnadx  {
	float:left;
	width:273px;	
	height:270px;
	text-align:center;
	border-top:4px solid #fff;
	border-bottom:8px solid #fff;
}




div#footer{ 
	clear:both;
	width: 100%;
	font-size: 1em;
	color: #aaa;
	height:140px;
	text-align: right;
	background-image:url(../img/sfondo_footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.footer_interno {
	height:90px;
	background-color: #231f20;
	width:860px;
	border-bottom:4px solid #fff;
	border-left:4px solid #fff;
	border-right:4px solid #fff;
	margin:auto;
	margin-bottom:50px;
	text-align:center;
	
}


/* Settaggi generali: RESET TAG ---------------------------------------------- */

p { margin: 0; }

h1 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 2em;
	color: #a6ada6;
	font-weight: normal;	
}
h2 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 1.6em;
	color: #a6ada6;
	font-weight: normal;	
}

/* Settaggi generali: Stili Blue --------------------------------------------------- */

.piccolo { font-size: 0.8em; }
.clear { clear: both; }
.fleft {float:left; }
.fright {float:right; }
.alignleft {text-align:left;}
.alignright {text-align:right;}
.aligncenter {text-align:center;}
.uppercase {text-transform:uppercase;}

/* Settaggi specifici: Nome Sito ----------------------------------------------------- */

a, a:link, a:active, a:visited {
	color: #febe0d;
	text-decoration: none;
}
a:hover { color: #fff; }

#footer a, #footer a:link, #footer a:active, #footer a:visited { color: #fff;}
#footer a:hover { color: #febe0d; }


/* Stili Header --------------------------------------------------- */

.logo  {
	background-image:url(../img/header_ciak.gif);
	background-repeat:repeat-x;
	height:130px;
}


.testi {
	width:390px;
	margin:auto;
	padding:45px 45px 45px 45px;
	background-color:#343233;
	
	color:#FFFFFF;
	text-align:justify;
}

.testi h1 {
	font-size:1.2em;
	text-align:center;
	color:#FFFFFF;
	margin-bottom:20px;
	text-transform:uppercase;	
}

.testi h2 {
	font-size:1.2em;
	color:#FFF;
	margin-bottom:6px;	
}

.testi p {
	font-size:1.2em;
	line-height:1.1em;
}

.testi p.newsdate {
	text-align:right;
	font-size:1em;
	font-style:italic;
	margin-top: 4px;	
}

#colonnasx img  {
	margin:20px 0 0 0;
}

#colonnacentrale  img {
	margin:15px 0 0 0;
}

#colonnadx  img {
	margin:50px 0 0 0;
}

.testi_top {
	background-image:url(../img/bordi_stondati_top.gif);
	background-repeat:no-repeat;
	width:480px;
	margin:auto;
	margin-top:32px;
	height:13px
}

.testi_bottom {
	background-image:url(../img/bordi_stondati_bottom.gif);
	background-repeat:no-repeat;
	width:480px;
	margin:auto;
	height:13px;	
}
