@charset "UTF-8";
/* CSS Document */

*
	{
	margin: 0pt;
	padding: 0pt;
	}
	
body
	{
		font-size: 0.9em;
		font-family:Arial, Helvetica, sans-serif;
		color: #555;
		line-height: 1.4em;
		background: #430C0A url(img/sfondosfuma.jpg) repeat-x scroll center top;
	}
	
a
	{
		text-decoration:underline;
		color: #b20838;
	}
	
a:hover
	{
		text-decoration:none;
		color: #b20838;
	}	
	
#wrapper
	{
		width:940px;
		margin: 10px auto;
	}
	
#head
	{
		width:940px;
		min-height:150px;
		background-color:#FFF;
		float:left;
		-moz-border-radius-topleft: 8px;
		-moz-border-radius-topright: 8px;
		-webkit-border-top-left-radius:8px;
		-webkit-border-top-right-radius:8px;
		border-top: 8px;
	}
	
#head img
	{
		margin:10px 0 0 20px;
	}
	
#menu
	{
		margin: 10px 0 10px 20px;
		background-color:#b20838;
		color:#FFF;
		float:left;
		height:25px;
		text-transform:uppercase;
		width:900px;
		font-size:0.8em;
		text-align:center;
	}
	
#menu ul
	{
		margin: 4px 0 0 0px;
	}
	
#menu ul li
	{
		list-style-type: none;
		display: inline;
	}
	
#menu ul li a
	{
		margin: 0 10px 0 10px;
		text-decoration: none;
		color: #fff;
	}
	
#menu ul li a:hover
	{
		text-decoration: none;
		color: #a39161;
	}
	
#content
	{
		width:940px;
		float:left;
		background-color:#FFF;
		min-height: 300px;
	}
	
#media
	{
		font-size:0.9em;
		width:160px;
		min-height:100px;
		float:left;
		text-align:center;
	}

#media img
	{
		max-width:160px;
		max-height: 100px;
		margin:10px 10px 0 0;
	}
	
#lettera
	{
		font-size:10pt;
		margin:10px 0 0 20px;
		width:580px;
		min-height:200px;
		float:left;
		text-align: justify;
	}
	
#slider-wrapper
	{
	margin: 55px 0 20px 20px;
    width:300px;
    height:300px;
	float: left;
	}
	
#slider {
    position: relative;
    width:300px; /* Change this to your images width */
    height:300px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
    position: relative;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
	}

.nivo-controlNav a
	{
	display:block;
	width:22px;
	height:22px;
	background: none;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	}
	
.nivo-controlNav a.active
	{
	background-position:0 -22px;
	}

.nivo-directionNav a 
	{
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	}

a.nivo-nextNav 
	{
	background-position:-30px 0;
	right:15px;
	}
	
a.nivo-prevNav 
	{
	left:15px;
	}

.nivo-caption 
	{
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
	}
	
.nivo-caption a 
	{ 
    color:#efe9d1;
    text-decoration:underline;
	}

.nivo-caption p
	{
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    margin: 0;
    padding: 10px 15px 11px;
	}
	
#news
	{
		font-size:10pt;
		margin:20px 0 0 20px;
		width:580px;
		float:left;
		text-align: justify;
	}
	
#news h1
	{
		color:#b30838;
		font-size:10pt;
		text-transform:uppercase;
		border-bottom: 1px dotted #AEAEAE;
		margin-bottom: 6px;
	}
	
#news h2
	{
		color:#b30838;
		font-size:8pt;
		text-transform:uppercase;
	}	
	
#news img
	{
		margin:8px 0 0 0;
	}

#consiglio
	{
		margin-bottom: 20px;
		width: 290px;
		float:left;
	}
	
#rightcol
	{
		margin:0 20px 0 20px;
		width: 300px;
		min-height:100px;
		float:left;
		font-size: 0.9em;
	}
	
#rightcol h1
	{
		color:#b30838;
		font-size:10pt;
		text-transform:uppercase;
		border-bottom: 1px dotted #AEAEAE;
		margin:20px 0 6px 0;
	}
	
#rightcol img.event
	{
		max-width:270px;
		border:none;
		margin:0 0 20px 20px;
	}
	
#rightcol span.red
	{
		color:#b30838;
	}
	
#footer
	{
		width:940px;
		min-height:150px;
		background-color:#FFF;
		float:left;
		-moz-border-radius-bottomleft: 8px;
		-moz-border-radius-bottomright: 8px;
		-webkit-border-bottom-left-radius:8px;
		-webkit-border-bottom-right-radius:8px;
		border-bottom: 8px;
		margin: 0 0 10px 0;
	}
	
#fotcont
	{
		border-top: 1px dotted #AEAEAE;
		width:900px;
		min-height:100px;
		float:left;
		margin:20px 0 20px 20px;
	}
	
#fotcont img
	{
		margin:10px 20px 0 0;
		float:right;
	}
	
#fotcont p
	{
		font-size:0.8em;
		margin:55px 0px 0 20px;
		float:left;
	}
