* {
	margin:0;
	padding:0;	
}

body { 
	background:#EDF9CF;
	color:#000;
}

img {
	display:block;
	border:none;
}

hr {
	clear:both;
	margin:15px auto;
	display:none;
}

span.hide {
	display:none;
}

#wrapper {
	width:995px;
	margin:0 auto;
	background:#fff; 
	color:#000;
}

/******************/
/*    HEADER      */
/******************/

#header {	
	height:85px;
	background:url(../images/header/background.jpg) repeat-x;
	background-color:#086b07;
}
#header div.logo {
	padding:10px 0 5px 20px;
	width:300px;
}
#header div.data-aggiornamento {
	padding-left:20px;
	width:300px;
}
#header div.data-aggiornamento p {
	font:8pt Georgia, "Times New Roman", Times, serif;
	color:#fff;
}
#header div.search {		
	padding:25px 10px 0 0;
	width:280px;
	float:right;
}
#header div.social-network {		
	padding:0 15px 0 0;	
	float:right;
}
#header div.social-network ul li {
	list-style:none;
	display:inline
}
#header div.social-network img {
	display:inline
}

/******************/
/*    MENU BAR    */
/******************/

#menu-bar {
	height:25px;
	background:url(../images/menu-bar/background.jpg);	
}
#menu-bar ul {	
	list-style:none;
	margin-left:15px;
}
#menu-bar ul li{
	display:inline;
}
#menu-bar a{
	padding:0 5px;
	line-height:25px;
	font:11pt Georgia, "Times New Roman", Times, serif;
	color:#000;
	text-decoration:none;	
	text-transform:lowercase;
}
#menu-bar a.textlink:hover{
	color:#006600;
	text-decoration:underline;
}
#menu-bar a.selected {
	color:#006600;
	text-decoration:underline;
}
#menu-bar img {
	display:inline;
	vertical-align:middle;
}

/******************/
/*    CONTENT    */
/******************/

#content {
	width:995px;
	min-height: 500px;
	height: auto !important;
	height: 500px;	
	background:#fff;
	overflow:hidden;
}
#content .ombra-top {	
	height:10px;
	background:url(../images/principale/ombra-top-new.jpg) repeat-x;	
}
#content .hr {
	width:955px;
	clear:both;
	margin:15px auto;
	height:1px;
	background:url(../images/principale/background-hr.jpg);
}
#content .articolo {
	width:765px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	float:left;
	padding:10px 20px 10px 10px;
	border-left:1px dotted;
	
}
#content .articolo a {
	color:#006600;
	font:10pt Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	font-weight:bold;
}
#content .articolo a:hover {
	text-decoration:underline;
}
#content .articolo h1 {
	font:20pt Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	margin-bottom:5px;
}
#content .articolo h2 {
	font:16pt Georgia, "Times New Roman", Times, serif;	
	color:#666666;
	font-style:italic;
	margin-bottom:5px;
}
#content .articolo h3 {
	font:12pt Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	margin-bottom:5px;
}
#content .articolo h4 {
	font:11pt Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#006600;
}
#content .articolo p{
	font:10pt Georgia, "Times New Roman", Times, serif;
	line-height:1.5em;
	margin:5px 0;
}
#content .articolo ul li{
	font:10pt Georgia, "Times New Roman", Times, serif;
	line-height:1.5em;
	margin:0 20px;
}
#content .articolo img.sx {
	float:left;
	margin-right:8px;
	margin-top:3px;
}
#content .articolo img.dx {
	float:right;
	margin-left:8px;
	margin-top:3px;
}
#content .articolo div.hr {
	width:765px;
	clear:both;
	margin:15px auto;
	height:1px;
	background:url(../images/principale/background-hr.jpg);	
}
#content .articolo div.addthis { 
	width:125px;
	margin:0 0 10px 0;
}

#search {
	width:995px;
	margin:20px 40px;
}

/******************/
/*    FOOTER      */
/******************/

#footer { 
	background:#006600;
	text-align:center;
}
#footer ul {	
	list-style:none;
}
#footer ul li {
	display:inline;
}
#footer a {
	padding:0 5px;
	font:9pt Georgia, "Times New Roman", Times, serif;
	color:#fff;
	text-decoration:none;
	text-transform:lowercase;
}
#footer a:hover {
	color:#FFFF99;
}
#footer a.selected {
	color:#FFFF99;
}
#footer .license {
	color:#fff;
	font:9pt Georgia, "Times New Roman", Times, serif;
	margin:10px 0;
}
#footer .associazione {
	color:#fff;
	font:9pt Georgia, "Times New Roman", Times, serif;
}