/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/


.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}



/** Main  **/
body{
	text-align: center;
  	margin: 0px;
  	background-color: #fafafa;
  	background-image: url('../img/sfondo.jpg');
  	background-repeat: repeat-x;
  	font-family: 'Droid Sans', Helvetica,Tahoma,Arial, sans-serif;
}
p, .maincontent table{
	font-family: 'Droid Serif', Georgia, "Palatino Linotype", serif;
	font-size: 11pt;
	width: 100%;
}
h1{
	color: #444;
	padding: 10px 0 20px 20px;
	margin: 0px;
	text-transform: uppercase;
}
strong{
	font-weight: 700;
}
#wrapper{
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
  	background-color: white;
}

#testa {
	height: 240px;
	background-color: black;
    background-repeat: no-repeat;
	background-image: url('../img/headerimage.jpg');
	background-position: center top;
    
}

#head_titolo {
    padding: 0;
    width: 800px;
    font-size: 4em;
    position: absolute;
    top: 135px;
    color: #fff;
    text-shadow: 0px 0px 4px #222;
    text-align: center;
    text-transform: none;
    letter-spacing: 2pt;
    font-family: 'Open Sans Condensed','Droid Sans', sans-serif;
}

#head_barramenu{
	top: 210px;
    width: 800px;
    position:absolute;
}

#head_tabella{
	height:25px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}

#head_tabella a{
	color: #eee;
	text-decoration: none;
}
#head_tabella a.active{
	color: #fff;
	font-weight: 700;
}


.enfasi{
	padding: 10px 200px 20px 20px;
	background: #910518;
	color: white;
	margin-bottom: 30px;
}
.enfasi a{
	color: white;
	font-weight: bold;
}
.enfasi h2{
	letter-spacing: 1px;
	word-spacing: 0px;
	font-variant: small-caps;
	font-size: 1.7em;
}

.sidebar{
	width: 180px;
	margin-left: 20px;	
	float: left;
	text-align: center;
	display: block;
}
.maincontent{
	width: 560px;
	margin-left: 20px;
	float: left;
	padding-bottom: 40px;
}
.maincontent table td{
	vertical-align: top;
	padding-bottom: 10px;
}

.titolo, .titolo_galleria {
	width: 580px;
	margin-left: 20px;
	letter-spacing: 1px;
	word-spacing: 0px;
	font-variant: small-caps;
	font-size: 1.3em;
	padding-bottom: 0.4em;
}
.titolo_galleria{
	padding-bottom: 12px;
}
.coloreviola {
	color: #910518;
}

.galleria{
	height:500px;
	margin-bottom: 50px;
}



.footer{
	background: #e8e8e8;
	color: #777;
	font-size: 0.8em;
	margin-top: 10px;
	padding: 20px;
}
.footer a{
	color: #666;
}
.footer ul{
	padding: 0px 20px;
}
