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


body {
	font-family: arial;
	font-size: 11px;
	background-color: #000;
	background-image: url(../immagini/bg.png);
	background-repeat: repeat-x;
	}
	

/* stili per l'allineamento */


.left {
	float: left;
	}
	

.right {
	float: right;
	}


.clear {
	clear: both;
	}
	

.centrato{
	text-align:center;
	}


/* intestazioni */


	
h1{
	margin:10px 0 0 0;
	padding:0;
	text-transform:uppercase;
	font-weight:lighter;
	font-size:20px;
	}
	

h2{	
	color:#847057;
	font-weight:normal;
	font-size:18px;
	margin:0;
	padding:0 0 15px 0;
	}
	
	
h3{
	margin:0;
	padding:0;
	}
	

a:link {
	color: #300;
}


a:visited {
	color: #300;
}


a:hover {
	color: #C60;
	}


a:active {
	color: #000;
	}


/* home */


#home {
	padding-top:70px;
	text-align:center;
	float:left;
	clear:both;
	color:#d3a04f;
	font-size:14px;
	font-weight:lighter;
	}

#home a{
	color:#d3a04f;
	text-decoration:none;
	}

#deco {
	width:1060px;
	text-align:center;
	padding:0 0 0px 0}

.home_side {
	float:left;
	width:200px;
	padding:0 165px;
	text-align:center;
	}

.imghome{
	padding-bottom:5px;
	}

/* stili per il layout */
	
	

#all {
	width:1060px;
	margin:0 auto;
	}


#header {
	width:1060px;
	height:468px;
	background-repeat:no-repeat;
	}
	

#content {
	width:844px;
	background-color:#FFF;
	margin:0 81px 0 135px;
	float:left;
	color:#432605;
	}


#footer {
	clear:both;
	background-color:#FFF;
	margin:0 81px 0 135px;
	border-top:1px solid #CCC;
	padding:20px;
	text-align:center;
	font-size:11px;
	color:#666;
	}
	

#footer a{
	color:#C60;
	text-decoration:none;
	}
	
	

#left {
	float:left;
	width:474px;
	padding:0 25px 25px 35px;
	}
	

#right {
	float:left;
	width:310px;
	}
	

#one {
	float:left;
	width:990px;
	padding:0 25px 25px 35px;
	text-align:center:
	}

/* box news */


.newsbox {
	margin:0 25px 0 0;
	}
	

.newsbox_top {
	}
	

.newsbox_content {
	background-color:#feffd1;
	padding:5px 20px 0 20px;
	}


.newsbox_bottom {
	clear:both;
	background-image:url(../immagini/bg_boxnewsbottom.png);
	background-repeat:no-repeat;
	height:20px;
	}

.newsdate {
	padding:5px 0 0 0;
	}
	
.newstitle {
	font-weight:bold;
	padding-bottom:5px;
	}

.newstext {
	}

.newsbutton {
	padding-left:100px;
	border:none;
}

.newsimage {
	float:left;
	padding:0 15px 0px 0;
	}


/* menubottom */


.menubottom {
	text-align:left;
	font-style:italic;
	clear:both;
	width:444px;
	margin:10px 0 10px 135px;
	color:#444;
	float:left;
	}
	
.menubottom a{
	color:#333;
	text-decoration:none;
	}

.noborder {
	border:0;
	}
	
.valid {
	float:left;
	color:#444;
	width:400px;
	text-align:right;
	margin:10px 81px 10px 0;
	}
	
/* rate */

.rate {
	padding:10px;
	margin:10px 0;
	border:1px solid #CCC;
	}

.rate_title {
	font-weight:bold;
	font-size:14px;
	padding:3px 0 10px 0;
	margin:0 0 5px 0;
	border-bottom:1px solid #CCC;
	}

.rate_table {}

.rate_item {}

.rate_vote {}

.rate_icon {}

.citazione {
	margin:10px 0 10px 0;
	padding:15px 15px 15px 5px;
	font-style:italic;
	background-image:url(../immagini/bg_rate.jpg);
	background-repeat:repeat-y;
	}
	
/* gallery */
	
.gallery_img {
	border-right:4px solid #aaa;
	border-bottom:4px solid #aaa;
	margin-bottom:10px;
	}

.gallery_item {
	width:100px;
	float:left;
	padding:18px 18px 0 0;
	font-weight:bold;
	cursor:pointer; 
	}

.gallery_text{
	padding-left:10px;
}

.thickover {
	cursor:pointer;
	text-decoration:underline;
	}


#bigPicGnd { 
	position:absolute; 
	top:0; 
	left:0; 
	background-color:#000; 
	MozOpacity:0.6; 
	filter:alpha(opacity=60); 
	Opacity:0.6; 
	display:none;
	}
	
#bigPicImg { 
	position:absolute; 
	top:0; 
	left:0; 
	display:none; 
	text-align:center;
	}
	
#bigPicImg #bigPic { 
	vertical-align:middle; 
	border:2px solid #FFF; 
	cursor:pointer; 
	}


/*form*/


.request {
	font-size:11px;
	margin:5px 5px 0 10px;
	}

.field {
	width:120px;
	font-size:10px;
	}
	
.topfield {
	vertical-align:middle;
	}

.error {
	color:#F00;
	}
	
/* stats */

#stats {
	display:none;
	}