/* Modello BLUE */

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

html,body {
	margin: 0;
	padding:0;
	height:100%;
}
body {
	text-align: center;
	background-color: #000;
	background-image: url(../img/rete-back.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-size:76%;	
}

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

div#container {
	position: relative;
	width: 818px;
	height: 100%;
	margin: 0 auto; /*centra il DIV su Firefox */
    text-align: left;

	padding:0 94px;	
	
}

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

div#header {
	width: 100%;
	color: #ddd;
	background-color:transparent;
	padding-top:25px;	
	height:120px;
	background-image:url(../img/sfondo_arrot_top.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

div#contenuti {
	/* padding: 64px; */
	width:100%;
	padding-bottom: 124px; /* necessario - altezza del footer */
	background-color:transparent;	
	/* display:inline-block; peekaboo bug*/
	zoom:1; /*peekaboo bug*/
	
}





div#footer{ 
	position: absolute;
	bottom: 20px;
	width: 100%;
	font-size: 0.8em;	
	text-align: right;		
	color:#b3b3b3;
	background-image:url(../img/sfondo_arrot_bottom.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:80px;
}


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

p { 
	margin: 0;
	color:#b3b3b3;
	line-height:1.4em;
	font-size:1em;
	}

h1 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 1.6em;
	color: #b3b3b3;
	font-weight: normal;
	margin-left:15px;
	}
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; }
.alignright {text-align:right;}
.aligncenter {text-align:center;}
.uppercase {text-transform:uppercase;}

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

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

#footer a, #footer a:link, #footer a:active, #footer a:visited { color: #888; }
#footer a:hover { color: #000; }


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

.logo  {
	background-image:url(../img/logo_restival.png);
	background-repeat:no-repeat;
	background-position:left top;
	height:120px;	
	text-align:right;
	width:600px;
	margin-left:25px;
}

#header a, #header a:link, #header a:active, #header a:visited {
margin-top:30px;
margin-right:43px;
color:#fff;
}

#header a:hover {
color:#d64c13;
}

/*stili footer ------------------------------------------ */

#footer p {
	color:#b3b3b3;
	padding-right:10px;
	
}

#footer img {
float:right;
	margin-right:213px;

}

/* stili index ---------------------------------------------- */

.flash {	
	width:730px;
	height:300px;
	margin:auto;
	background-color:#fff;
	margin-bottom:15px;
}

.separatore {
	border-bottom:1px solid #d64c13;
	margin-bottom:15px;
}

.arancio {
	color:#d64c13;
}

.corpo {
	width:730px;	
	margin:auto;
}

.descrizione {
	width:730px;
	padding-bottom:15px;
	margin:auto;	
}

.descrizione img {
	padding:0 5px 5px 0px;
}

.sfondo {
	background-image:url(../img/sfondo_arrot_center.png);
	background-repeat:repeat-y;

}

.imgmiddle {
vertical-align:middle;
}


.bianco {
	color:#fff;
}

