@charset "utf-8";
/* CSS Document */

html,body { margin:0; padding:0; height:100%;}

body{
background: #575757 url("../images/sfumatura.jpg"); 
background-repeat:repeat-y;
background-attachment:fixed; 
background-position:top; 
}

/* CHI SONO */
#chi_sono{
width:850px;
height:540px;
border:0px solid red;
margin:auto;
/*background: url("../images/img_angrisano.jpg"); */
background-repeat:no-repeat; 
}

#biografia{
width:285px;
height:452px;
border:0px solid red;
margin-left:35px;
padding:12px;
background: url("../images/bkg_biografia.png"); 
background-repeat:no-repeat; 
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
line-height:21px;
}


/* FOOTER */
#footer{
width:850px;
margin:auto;
text-align:center;
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
}


/* MENU FLASH*/
#menu_flash{
width:850px;
height:220px;
border:0px solid red;
margin:auto;
}

/* PORTFOLIO */

/*Cinema*/
#cinema{
width:850px;
height:auto !important;
min-height:520px;
margin:auto;
border:0px solid red;
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
}

/*Box delle anteprime*/
.box_anteprima{
width:850px;
height:120px;
border:0px solid red;
margin-bottom:1px;
}
.box_anteprima_img{
width:243px;
height:120px;
float:left;
background: url("../images/sfumatura_anteprima.jpg"); 
background-repeat:repeat-x; 
}
.box_anteprima_tit_desc{
width:607px;
height:120px;
background: url("../images/sfumatura_descrizione.jpg"); 
background-repeat:repeat-x;
float:right; 
border:0px solid red;
}
.box_anteprima_titolo{
width:550px;
margin:21px 0 17px 0;
float:right;
}
a.box_anteprima_titolo_link{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}

.box_anteprima_descrizione{
width:550px;
float:right;
}

#box_dettaglio_scheda_indietro{
	border:0px solid red;
	text-align:right;
}
/*******************************/


/***** Dettaglio Schede ********/
#box_locandina{
	float:left;	
	border:0px solid red;
}
#box_dati{
	float:right;
	width:540px;
	border:0px solid red;
	!important height: 100%;
	background-color:#171717;
}
#box_titolo{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:5px;
	padding-top:5px;
	margin-bottom:10px;
}
#box_descrizione{
	margin-bottom:10px;
	margin-top:10px;
	margin-left:5px;
}


/*******************************/

/*******Contatti******************/

#contatti{
	border:0px solid red;
	background: url("../images/contatti_sfondo.jpg"); 
	width:850px;
	height:540px;
	margin:auto;
}

#form_contatti{
	border:0px solid red;
	width:255px;
	height:345px;
	position:relative;
	left:427px;
	top:59px;
}

#form_contatti input{	
	border:1px solid #f88e27;
	margin-bottom:22px;
	font-size:18px;
}		

#form_contatti textarea{	
	border:1px solid #f88e27;		
}

#invia{
	border:0px solid red;
	text-align:right;
	margin:13px 0 0 0;	
}

#risposta_contact{
	color:#FFFFFF;
	text-align:right;
}


