@charset "UTF-8";
/* CSS Document */

html { font-size: 100%; /* IE trick */ }

body {
	font: 0.75em/1.66em "Helvetica Neue", Arial, Helvetica, sans-serif; 
	color: #222222;
	}
	
table, form, select, input, textarea { 
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 100%; /* ie hack - eredita text size */ 
	}	
	
	
/* reset */	
	
* 		{ margin: 0; padding: 0; }
img 	{ border: 0; }
.skip 	{ display: none;}

/* default heading */	
h1		{ font-size: 2em;    }
h2		{font-size: 1.8em;}
h3 		{ font-size: 1.5em;  }
h4		{ font-size: 1em;  }
h5,h6	{ font-size: .84em;  }

/* default link */			
a, a:link 			{ color: #2F3F4A; text-decoration: none; }
a:visited 			{ color: #2F3F4A; }	
a:focus, a:hover 	{ color: #000000; text-decoration: underline; }
a:active 			{ color: #000000; }


/* typo */
#content h2 {
	font-family:"trebuchet ms",Geneva, Arial, Helvetica, sans-serif;
	font-weight: 100;
	margin-bottom: .9em;
	line-height: 30px;
	word-spacing: -1px;
	color:#2a8b5a;
}

#content h3 {
	font-weight: normal;
	color: #515D67;
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0 0 1em 0;
}

#content p {
margin-bottom:1.8em;}


/* blocchi */
body {
	text-align: center; 
	background: transparent url('../img/all-fondo.jpg') top center no-repeat;
	padding: 0 0 20px 0;
	}

#wrapper {
    width: 900px;
    margin: 0 auto;
    text-align: left;
    position: relative;
	}
	
#header {
	/*position: relative;*/
	
	width: 900px;
	/* padding-top: 104px; */
	/*padding-top: 65px;*/
	/*height: 34px;*/
	height: 103px;
	overflow: visible;
	}
	
#footer {
	float:left;
	clear:both;
	margin-top:15px;
	padding-top:20px;
	padding-bottom:10px;
	position: relative;
	width: 900px;
	background: transparent url('../arcadia/img/all-fondo-footer.jpg') top no-repeat;
	overflow: visible;
	font-size:.9em;
	color:#666666;
	line-height:1.5em;
	}
	
#content {
	float:left;
	width:100%;
	position: relative;
	width: 900px;
	overflow: visible;
	background: transparent url('../arcadia/img/all-corpo.jpg') top center no-repeat;
}

#corpo {
	float:left;
	margin-left:50px;
	width:60%;
	padding-top:30px;
	text-align: justify;
}
#corpo-home {
float:right;
width:694px;
}

#foto {
float:right;
margin-right:-70px;
width:230px;
border-left:dotted 1px #999999;
padding-left:10px;
margin-bottom:5px;
margin-left:20px;
}

#foto-inside {
float:right;
margin-right:2px;
margin-left:20px;
border-left:dotted 1px #999999;
padding-left:10px;
margin-bottom:5px;
}

#abstract {
border-left: solid 6px #009966;
padding-left:25px;
padding-right:5px;
width:92%;
}

/* elementi */
#header h1 {
    background: transparent url('../img/all-logo.gif') no-repeat top left;
    margin-top: 20px;
    width: 155px;
    height: 55px;
    float: left;
    }

#header h1 span {
    display: none;
}

#home-alba {
float:right;
width: 99px;
border-left: dotted 1px #999999;
padding-left:10px;
overflow:inherit;
margin-right:10px;
}

.news {
float:left;
width: 170px;

margin-left:25px;
border-left: dotted 1px #999999;
padding-left:20px;
line-height:1.5em;
font-size: .9em;
overflow:visible;
}



#alba a {
		display:block;
		width:99px;
		height:22px;
		background: url('../arcadia/img/home-albadoors.gif') 0 0 no-repeat;
		text-decoration: none;
		}
#alba a:hover {	
		background-position: 0 -22px;
		}

#alba span {
visibility:hidden;}


#arcadia a {
		display:block;
		width:89px;
		height:26px;
		background: url('../img/home-arcadia.gif') 0 0 no-repeat;
		text-decoration: none;
		}
#arcadia a:hover {	
		background-position: 0 -26px;
		}

#arcadia span {
visibility:hidden;}



/* colors */
.viola {
color:#336666;
}


/* menu */
#bloccomenu {
float:right;
margin-top:40px;
}

#navigation {
	margin: 0; /* indent IE  Opera*/
	padding: 0; /* indent Mozilla  NN7*/
	list-style-type: none; /* off   bullet*/
	height:32px;
}
#navigation span {
	visibility:hidden;
}
#navigation a, #navigation a:visited {
	background-position: 0 0;
	display: block;
	background-repeat: no-repeat;
	color: #333333;
	text-decoration: none;
	overflow: hidden;
}
#navigation a:hover {
	background-position: 0 -32px;
}
#navigation li {
	float: left;
	
	
}


/* sezioni */
#bloccosezioni {
float:left;
border-top: solid 2px #aaaaaa;

}

#sezioni {
	margin: 0; /* indent IE  Opera*/
	padding: 0; /* indent Mozilla  NN7*/
	list-style-type: none; /* off   bullet*/
	}
#sezioni span {
	visibility:hidden;
}
#sezioni a, #sezioni a:visited {
	background-position: 0 0;
	display: block;
	background-repeat: no-repeat;
	color: #333333;
	text-decoration: none;
	overflow: hidden;
}
#sezioni a:hover {
	background-position: 0 -40px;
}
#sezioni li#sezx a:hover {
	background-position: 0 -97px;
}
#sezioni li {
	/*float: left;*/
	
	
}


#corpo #foto img {
	border: 2px solid #999999;
	margin-top:5px;
	margin-bottom:5px;
}
.bordoverde {
	background-color: #D3F4CD;
	padding: 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #336633;
	border-right-color: #336633;
	border-bottom-color: #336633;
	border-left-color: #336633;
	margin-bottom: 10px;
}
.referenza {
	background-color: #f2f2f2;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #c3cbd0;
	width: 380px;
	
	background: url(../arcadia/img/linee-fondo.jpg) repeat-x;
	margin-bottom: 8px;
	padding: 7px;
}
.referenza-foto {
	background-color: #f2f2f2;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #c3cbd0;
	margin-right:3px;
	float:left;
	margin-bottom: 13px;
	padding: 5px;
}
.fiera {
	background-color: #e5f3f9;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #a5bed3;
	
	
	margin-bottom: 13px;
	padding: 7px;
	padding-left:30px;
}
.divnews {
	background-color: #f4f1ef;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #c8c1b8;
	
	
	margin-bottom: 13px;
	padding: 7px;
	padding-left:30px;
}

#superfooter {
float:left;
	clear:both;
	margin-top:30px;
height:40px;
position: relative;
	width: 900px;
}


.citazione {
	border-left: solid 5px #336699;
	padding-left:30px;
	margin-top:18px;
	margin-bottom:15px;
	color:#777777;
	font-size: 1.1em;
}

.verde {
	color:#009966;
}
.blu {
	color:#336699;
}
.grigio {
	color:#888888;
}

#newsfoot {
font-size:.9em;
	color:#666666;
	float:right;}