img {
	border: 0;
}

fieldset.field { 
	border: 1px solid #ccc; 
	margin: 0; 
	padding: 10px;
	background-color: #f9f9f9;
	font: normal normal 1em/1.1em arial,sans-serif;
}

legend {
	color: #369;
    	font: bold normal 1em/1.1em arial,sans-serif;
    	text-decoration: none;
}


img.galleria{
	/*padding-left: 10px;
	padding-top: 10px;
	margin-right: 0.5em;
*/
	border: 1px solid rgb(204, 204, 204); 
	margin: 5px; 
	padding: 4px; 
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}

body {
	background: #e2dbbf;
	margin: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0;
	font-size: 0.9em;
}

body#index{
	background: #fff;
}

h1{
	color: #369;
	font-size: 2em;
	text-decoration: none;	
}

h2{
	color: #369;
	font-size: 1.5em;
	text-decoration: none;	
}

h4{
	color: #369;
	text-decoration: none;
}

a{
	color: #369;
	text-decoration: none;
}

a:hover{
	color: #033;
}


div#container {
	background-image: url(../img/page.png);
	background-repeat: repeat-y;
	width: 880px;
	margin: 0px auto;
	margin-top: 0px;
	text-align: left;
}

div#index{
  display:     block;
  width:       390px;
  height:      200px;

  position:    absolute;
  top:         50%;
  left:        50%;

  margin:      -100px 0 0 -190px;

  text-align: center;
}

div#menu{
	width: 200px;
	position: relative;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	padding: 0 0 0 50px;
	border-right: 1px;
	border-style: none dotted none none;
	border-color: silver;
}

div#newsletter{
	display: block;
	padding: 10px;

	margin-right: 5px;
	margin-bottom: 2em;
	border: 1px;
	border-style: solid;
	border-color: gray;
}

div#contenuti{
	position: relative;
	float: right;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 75px;
	padding-left: 25px;
	width: 525px;
	text-align: justify;
}

div#header {
	width: 880px;
	height:198px;
	background-image: url(../img/header.jpg);
	position: relative;
	margin: 0;
	padding: 0;
}

div#footer {
	clear: both;
	display: block;
	background-image : url(../img/footer.jpg);
	color : #999;
	font-family : arial,sans-serif;
	font-size : 0.7em;
	height : 64px;
	margin: 0;
	padding: 0;
	text-align : center;
	width : 880px;
}


div#indice{
	margin: 1em;
	float: right;
	font-size: 0.9em;
}

.foto{
	border: 1px;
	text-align: center;
	padding: 0 0 15px 0;
	font-style: italic;
}

.foto img{
	padding-bottom: 10px;
}


/***************************
	CONTENUTI
***************************/


p.doc{
	padding: 15px;
	background-image: url('../img/doc.jpg');
	font-style: italic;
}


.boxtitolo{
	position:relative;
	margin-top: 0px;
	margin-bottom: 20px;
	border-bottom: 1px;
	border-style: none none dotted none;
	border-color: silver;
	text-align: left;
/*	color: #369;
	font-size: 2em;
	text-align: left;*/
}

.titolo {
    color: #369;
    font-size: 2em;
    text-align: left;
  }

.titolo2 {
    color: #369;
    font-size: 1.5em;
    text-align: left;
  }

.testo {
    font-size: 0.8em;
  }



/***********************
	MENU
***********************/

div#menu ul {
    margin: 1em 1em 0 1em;
    padding:0;
    list-style-type:none;
  }


div#menu li {
    margin: 0;
    padding: 0;
  }


div#menu a {
    color: #369;
    font: bold normal 1em/1.1em arial,sans-serif;
    text-decoration: none;
  }


div#menu a:hover {
    color: #033;
    text-decoration: none;
  }


a.external{	
	color: #369;
	text-decoration: none;
/*	border-bottom: 1px dotted;*/
}
a.external:after{
	text-decoration: none;
	content: url(../img/ext.png);
	padding: 2px;
}

a.external:hover{
	color: black;
	text-decoration: none;
}

a.wiki{	
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted;
	border-color: #999;
}
a.wiki:after{
	text-decoration: none;
	content: url(../img/ext2.png);
	padding: 2px;
}

a.wiki:hover{
	color: #369;
	text-decoration: none;
}

img.menu{
	padding-top: 4px;
	padding-right: 3px;
}




/**********************
	CALENDARIO
**********************/


.date { /* date & author */
	color : silver;
	float:left;
	line-height:2.3em;
	margin:2.5em 10px 15px 10px;
	padding-right:5px;
	border-right:1px solid silver;
	font-size:.8em;
	text-align:center;
	position:relative;
	right:0;
}

.date_day {
	display:block;
	font-size:3em;
	text-align:right;
}

.date_month {
	display:block;
	font-size:3em;
	text-align:right;
	font-weight:bold;
}

.date_year {
	display:block;
	font-size:1.4em;
	line-height:.9em;
}

.toolbox { 
	color : silver;
	float:right;
	margin:2em 0 0 0;
	padding-right:5px;
/*	border-right:1px solid silver;*/
	font-size:.8em;
	text-align:left;
	position:relative;
	right:0;
}

