/* top elements */
* { padding: 0; margin: 0; }

html{height: 100%;}

body {
	margin: 0;
	padding: 0;
	font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666;
	color: #464646;
	background: #a9bac2 url(../images/bg-header.gif) repeat-x;
}

/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFF;
	width: 900px;
	margin: 0 auto;	
	text-align: left;
	
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
	min-height: 500px;
	height: auto !important;
	height:500px;
	overflow:visible;
}

/* header */
#header {
	width:900;
	margin-left:auto;
	margin-right:auto;
	height: 230px;
	background: #fff url(../images/bg-header.gif) repeat-x;	
}

#header-img {
	width:900;
	height:144px;
	margin-left:auto;
	margin-right:auto;
}

#header-claim {
	width:900;
	margin-left:auto;
	margin-right:auto;
	padding: 19px 0px 19px 0px;
}

/* main */
#main {
    text-align:justify;
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 670px;		
}

#main-home {
	text-align:left;
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 400px;		
}


.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(../images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(../images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(../images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

.post-footer .print {
	background: url(../images/print.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}


/***********************
	  NEWS
************************/
#column_news {
	float:right;
	width: 272px;
	}

#news_header {
	width: 272px;
	height:42px;
	background: #FFFFFF url(../images/news-top.gif) no-repeat;
	}

#news_content {
	padding: 20px 0px 20px 0px;
	background:#f2f2f2 url(../images/spacer_news.gif) bottom repeat-x;
}

.news_data {
	padding-left:7px;
	color:#013a67;
	font-weight:bold;
	line-height:20px;
	}

#news_titolo {
	padding-left:7px;
	padding-right:7px;
	}

#news_titolo a {
	color:#008ddd;
	line-height:20px;
	text-decoration:none;
	}

#news_titolo a:hover {
	text-decoration:underline;
	}
	
#news_footer {
	width: 272px;
	height:37px;
	background:url(../images/bg_news_footer.gif) repeat-x;
	}

#news_archive {
	padding: 5px 0px 5px 10px;
	font-weight:lighter;
}

#news_archive a {
	font-size:12px;
	color:#FFF;
	text-decoration:none;
}

#readmore {
	padding: 10px 0px 10px 0px;
	}

#readmore a {
	color:#e1077d;
	text-decoration:none;
	}
	
#readmore a:hover {
	text-decoration:underline;
	}
	
#readmore .readmore {
	background:url(../images/page.gif) no-repeat left center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
	}

#readmore .arrow {
	background:url(../images/arrow.gif) no-repeat left center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
	}

/***********************
	  FOOTER
************************/
#footer {
	clear: both; 
	color: #FFF; 
	background: #8ea4af; 
	border-top: 5px solid #568EB6;

	margin: 0; padding: 0;
	width:900px; 
	height: 110px;	  
	font-size: 95%;		
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}

#footer .footer-left{
	float: left;

}
#footer .logo{
	float: left;
	padding:12px 0px 0px 15px;
	border: 0px solid #CCC;
}

#footer img{
	border: 0px solid #CCC;
}



}
#footer .footer-right{
	float: right;
	
}

/***********************
	  MENU UP
************************/
#menu {
	width:820;
	font: 14px Verdana, Geneva, sans-serif;	
}

#menu ul {
	padding:0px;
	margin:0px;
	list-style:none;
}

#menu li {
   display:inline;
}

#menu a {
   float:left;
   background: url(../images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}

#menu a span {
   float:left;
   display:block;
   background: url(../images/tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span {
	color:#FFF;
}
#menu a:hover {
   background-position:0% -42px;
}
#menu a:hover span {
   background-position:100% -42px;
}
#menu #current a {
   background-position:0% -42px;
	color: #FFF;
}
#menu #current a span {
   background-position:100% -42px;
	color: #FFF;
}

/***********************
	  MENU SX
************************/
#sidebar {
	float: left;
	width: 23%;
	margin: 0;	padding: 0; 
	display: inline;		
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #013a67;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;	
	min-height:18px;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #01793b;
	border-left:4px solid #013a67;
}

#sidebar ul.sidemenu #current2 a {
	color: #01793b;	
	text-decoration:none;	
	background: #dfc513;
	border-left:4px solid #013a67;
}


/***********************
	  TESTI
************************/
h1 {
	font: bold 1.5em 'Trebuchet MS', Arial, Sans-serif;
	color: #013a67; /*blu*/
	margin: 10px 15px;
}

h2 {
	font: bold 1.5em 'Trebuchet MS', Arial, Sans-serif;
	color: #01793b; /*verde*/
	margin: 10px 15px;
}

h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFF;
	letter-spacing:1px;
	font-weight:lighter;
}

h4 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;	
	font-size: 1.5em;
	color: #FFF;
	padding-top:10px;
	padding-left:15px;
}

h5 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;	
	font-size: 1.5em;
	color: #008ddd; /*azzurro per link*/
	padding-top:10px;
	padding-left:15px;
}

p {
	margin: 10px 15px;
	text-align:justify;
}

.diritti {
	font-size: xx-small;
	color:#999999;	
}

.events_title {
	font-size: 15px;
	color:#f7941d;	
}

.events {
	font-size: 12px;;
	color:#f7941d;	
}

ul, ol {
padding-left:50px;
padding-right:15px;
	
}

/***********************
	  LINKS
************************/
a { 
	color: #008ddd; /*azzurro per link*/
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}


/***********************
	  IMAGES
************************/
img {
	border: 2px solid #CCC;
}

img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 2px solid #568EB6;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

/***********************
	  SITE MAP
************************/

.sitemap_link a {
font-size:13px;
}

/***********************
	  CLASSI VARIE
************************/

/* alignment form */
#form {
padding-left:15px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.green {	color: #00852b; }
.gray2 {	color: #999999; }
.gray  {	color: #BFBFBF; }

/***********************
	  SPAZIATORI
************************/
.box150 {
	width: 150px;
	float:left;
	margin-left:10px;
	}
.box100 {
	width: 100px;
	float:left;
	margin-left:10px;
	}
.box200 {
	width: 200px;
	float:left;
	margin-left:10px;
	}
.box300 {
	width: 300px;
	float:left;
	margin-left:10px;
	}
.box400 {
	width: 400px;
	float:left;
	margin-left:10px;
	}
.box500 {
	width: 500px;
	float:left;
	margin-left:10px;
	}
