/* Elementi di base */
html {min-height: 100%;}


* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #c60;}

body {
	background: url(../img/53.jpg) repeat;
	color: #444;
	font: normal 62.5% giorgia,arial,verdana,helvetica;
	background-attachment: fixed;

}

p,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em arial,verdana,courier;
	margin-bottom: 4px;
}

h4 {
	font: normal 1.2em arial,verdana,courier;
	margin-bottom: 4px;
	margin-top: 10px;
	color: #003333;
}

h5 {
	font: normal 1.2em arial,verdana,courier;
	margin-bottom: 4px;
	margin-top: 10px;
	color: #002299;
}

h6 {
	font: normal 1.2em arial,verdana,courier;
	margin-bottom: 4px;
	margin-top: 10px;
	padding: 2px;
	color: #fff;
	background: #ff8800;
}

blockquote {
	background: url(../img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}




h1,h2,h3,h8 {padding-top: 6px;}
h4 {padding-top: 60px;}

/* Elementi personalizzati, testo con colore e dimensioni assegnate, */

p.first{color:red; font-size:2em;}

/* Elementi personalizzati
   Questi elementi servono a collocare correttamente 
   gli elementi principali all'interno della gabbia strutturale */

.italic{ font-style :italic}

.clearer {clear: both;}

.left {float: left;}

.right {float: right;}



img.floatleft {
	float: left;
	margin: 5px 14px 3px 1px;
}

img.floatright {
	float: right;
	margin: 5px 1px 3px 14px;
}




/* Elementi della gabbia strutturale */
.container {
	background: #ffd;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 4px;
	width: 1024px;
}

/* Elemento che incorpora l'intestazione e serve per distanziare  
   la gabbia strutturale dal bordo superiore della finestra */
.top {
	padding: 25px 10px 0;
}

/* Intestazione */
.header {
	background: #ffd;
	font-size: 1.2em;
	height: 150px;
	margin: 0 auto;
	padding: 10px 10px 10px;
	width: 1024px;
}

.header .col_left { float: left; }
.header .col_right { float: right; }

.header .col_left, .header .col_right {
	background: #844824;
	color: #FFd;
	height: 150px;	
}
.header .col_left {
	width: 185px;
	background: url(../imgs/villoresi1.jpg) no-repeat;
}
.header .col_right {
	overflow: hidden;
	background: #ffd;
	width: 839px;
}
.header .col_left h1 {
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 100px;
	text-align: left;	
	padding: 0 16px;
}
.header .col_right p,.header .col_right h2 {padding: 0 16px;}
.header .col_right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}




 /* Menu Navigazione */
.menunav {	
	background: #00aa00;
	border: 1px solid #00aa00;
	border-color: #00aa00 #00aa00;
	height: 21px;
}
.menunav a {
	background: #00aa00;
	border-right: 1px solid #00aa00;
	color: #F0EBC8;
	display: block;
	float: left;
	font: bold 1.1em sans-serif,arial;
	line-height: 21px;
	padding: 0 39px;
	text-decoration: none;
}
.menunav a:hover {background-position: left bottom; color: #234;}

/* Corpo Principale */
.main {
	border-top: 4px solid #fff;
	background: url(img/bgmain.gif) repeat-y;
}

/* Sub-Menu navigazione laterale - Colonna a sinistra della pagina */
.subnav {
	float: left;
	width: 100px;
}
.subnav h2 {
	color: #5A5A43;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;

}
.subnav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.subnav li {border-bottom: 1px solid #EAEADA;}
.subnav li a {
	font-size: 1.1em ;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.subnav li a:visited {
    background: #ffff66;
}		
.subnav li a:hover {
	background: #009900;
	color: #fff;	
}
.subnav li a:focus {
    background: #00cc00;
}

/* Contenuti - Colonna a destra della pagina */
.content {
	float: right;
	margin: 10px 0;
	padding: 0 16px;
	width: 839px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: circle;
	line-height: 1.3em;
	margin-left: 18px;
}

.content h3 {
	font: normal 1.8em cambria,sans-serif,helvetica;
	margin-bottom: 4px;
}


.content p {font-family: arial,verdana,sans-serif,helvetica;}

.content .box {
	background: #fff;
	border: 2px solid #00aa00;
	border-left: 6px solid #00aa00;
	border-right: 6px solid #00aa00;
	color: #666;
	display: block;
	font: normal 0.5em courier,arial;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

.content .box1 {
	background: #fff;
	border: 2px solid #ff6600;
	border-left: 6px solid #ffaa00;
	border-right: 6px solid #ffaa00;
	color: #666;
	display: block;
	font: normal 0.5em courier,arial;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

.content .box2 {
	background: url(../imgs/nuvole.jpg) repeat;
	border: 3px solid #00bb00;
	border-left: 6px solid #00bb00;
	border-right: 6px solid #00bb00;
	color: #666;
	display: block;
	font: normal 0.5em courier,arial;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}


/* Elemento che incorpora l'intestazione e serve per distanziare  
   la gabbia strutturale dal bordo superiore della finestra */
.bottom {
	padding: 0 10px 50px;
}

/* Pie' di Pagina, chiusura pagina */
.footer {
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 1004px;
	border-right: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
	border-left: 10px solid #FFF;
	background-color: #ffffb1;
	font-family: "cambria",arial;
	color: #006062;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
}
.footer a,.footer a:hover {color: #006062;}

h3 {text-align:center;}
  
  #test2 {
    margin: -1em auto;
    border: 12px solid #ffd;
    width: 830px;
    height: 150px;
	
  }
  
 .hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 10;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 66px;
	height: 54px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 1px;
	padding: 2px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 400px;
	height: 300px;
}

 .hoverboxv
{
	cursor: default;
	list-style: none;
}

.hoverboxv a
{
	cursor: default;
}

.hoverboxv a .preview
{
	display: none;
}

.hoverboxv a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 10;
}

.hoverboxv img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 110px;
	height: 90px;
}

.hoverboxv li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverboxv .preview
{
	border-color: #000;
	width: 250px;
	height: 320px;
}
 
/* Box fluido   solo css*/
dt { 
margin:0 1px 0 1px; 
position:relative; 
top:-1px; border-top: 1px solid;
} 
dt b { 
margin:0 1px 0 1px; 
position:relative; 
top:-2px; float:right; 
border-top: 1px solid;
}
dd { 
margin:0 1px 0 1px; 
position:relative; 
bottom:-1px; 
border-bottom: 1px solid;
} 
.dd-content { 
margin:0 1px 0 1px; 
position:relative; 
bottom:-2px; 
border-bottom: 1px solid;
}

.box1a { 
background-color:#ffff33;}
.box1a dt { 
border-top-color: #ffff33; 
margin:0; 
font-size:1.2em; 
color:#f30; 
white-space: pre;
}
.box1a dt b { 
border-top-color: #ffff33; 
font-size:120%; 
color:#f30; 
padding:10px;}
.box1a dd { 
border-bottom-color: #ffff33;}
.box1a .dd-content { 
border-bottom-color: #ffff33;
color:#f30;

padding:10px;}
  
  /*fine Box1 fluido  */
  
  /* Box fluido   solo css*/


.box1s { 
background-color:#ffa;
}
.box1s dt { 
border-top-color: #ffa;
font-size:1.5em; 
color:#868600; 
white-space: pre;
}
.box1s dt b { 
border-top-color: #ffa; 
font-size:120%;
padding:10px;}
.box1s dd { 
border-bottom-color: #ffa;}
.box1s .dd-content { 
border-bottom-color: #ffa; 
padding:10px;
background-color:#ff8;
color:#6c5200;
}
  
   /* Box fluido trasparente   solo css*/
  .box1t {
 background-color:#fff;
 border-left: 1px solid #998A34;
 border-right: 1px solid #998A34;}

.box1t dt {
 border-top-color: #998A34;
 margin:0; font-size:1.8em; color:#780;
 white-space: pre;
 }

.box1t dt b {
 border-top-color: #998A34;
 padding:5px;
 background-color:#fff;}

.box1t dd {
 border-bottom-color: #998A34;
 margin:0;}

.box1t .dd-content {
 border-bottom-color: #998A34;
 padding:10px;
 background-color:#fff;
 color:#780;
 }
   
  /* Box fluido tridimensionale  solo css*/
 .box1td {
 background-color:#ffc;
 color:#f9c;
 border-left: 1px solid #998A34;
 border-right: 1px solid #998A34;}

.box1td dt {
 border-top-color: #998A34;
 margin:0; font-size:1.5em; color:#f50;
 white-space: pre;}

.box1td dt b {
 padding:10px;
 border-top-color: #998A34;}

.box1td dd {
 border-bottom-color: #998A34;
 margin:0; 
  }

.box1td .dd-content {
 border-bottom-color: #998A34;
 padding:10px;
 color:#9a0;
 }

  /* Box fluido tridimensionale  solo css*/
 .box1td1 {
 background-color:#fff;
 color:#f9c;
 border-left: 1px solid #998A34;
 border-right: 1px solid #998A34;}

.box1td1 dt {
 border-top-color: #998A34;
 margin:0; font-size:1.5em; color:#f50;
 white-space: pre;}

.box1td1 dt b {
 padding:10px;
 border-top-color: #998A34;}

.box1td1 dd {
 border-bottom-color: #998A34;
 margin:0; }

.box1td1 .dd-content {
 border-bottom-color: #998A34;
 padding:10px;
 color:#a70;
 }
 
 /* Box fluido tridimensionale  solo css*/
 .box1t3{
 background-color:#ffd;
 color:#f9c;
 border-left: 1px solid #998A34;
 border-right: 1px solid #998A34;}

.box1t3 dt {
 border-top-color: #998A34;
 margin:0; font-size:1.5em; color:#f50;
 white-space: pre;}

.box1t3 dt b {
 padding:10px;
 border-top-color: #998A34;}

.box1t3 dd {
 border-bottom-color: #998A34;
 margin:0; font-size:1.5em; color:#330044;
 background: url(../imgs/agr1.png) repeat;
  
  }
  

.box1t3 .dd-content {
 border-bottom-color: #998A34;
 padding:10px;
 color:#9a0;
 margin:0; font-size:0.7em; color:#330099;
 }
 
 
 /* Box fluido tridimensionale  solo css*/
 .box1t4{
 background-color:#ffd;
 color:#f9c;
 border-left: 1px solid #998A34;
 border-right: 1px solid #998A34;}

.box1t4 dt {
 border-top-color: #998A34;
 margin:0; font-size:1.5em; color:#f50;
 white-space: pre;}

.box1t4 dt b {
 padding:10px;
 border-top-color: #998A34;}

.box1t4 dd {
 border-bottom-color: #998A34;
 margin:0; font-size:1.5em; color:#330044;
 background: url(../imgs/otr.png) no-repeat;
  
  }
  

.box1t4 .dd-content {
 border-bottom-color: #998A34;
 padding:10px;
 color:#9a0;
 margin:0; font-size:0.7em; color:#0000cc;
 }
  
  /* Box fluido   con angoli  a larghezza definibile affiancabile*/
.mainContent{
  margin-top: 3px;
  position:relative;
  float: left;
  background:url(../bbox/corner_top_left.gif) top left no-repeat;
  background-color:#9cf;
  width: 30%;
  margin-left: 5px;
  
  }
.bodyText{
  background: url(../bbox/corner_top_right.gif) top right no-repeat;
  text-align: center;
  color:#fff;
  padding: 5px 8px;
}
.contentBottom{
  background:url(../bbox/corner_bottom_left.gif) bottom left no-repeat;
}
.innerBottom {

  background: url(../bbox/corner_bottom_right.gif) bottom right no-repeat;
}
/* definizione box e  colore dello sfondo (maincointent1)def"both" non affiancabile */
.mainContent1{
  margin-top: 3px;
  position:relative;
  background:url(../bbox/corner_top_left.gif) top left no-repeat;
  background-color:#b6fe89;
  width:99%;
  margin-left: 5px;
  clear: both;
  }
   /* definizione colore del testo per classe di box(maincointent)*/
  .bodyText1{
  background: url(../bbox/corner_top_right.gif) top right no-repeat;
  text-align: left;
  color:#00a;
  padding: 5px 8px;
  }
  
  /* definizione box e colore dello sfondo di un box(maincointent)*/
.mainContent2{
  margin-top: 3px;
  position:relative;
  background:url(../bbox/corner_top_left.gif) top left no-repeat;
  background-color:#b6fe89;
  width:99%;
  margin-left: 5px;
  clear: both;
  }
   
   /* definizione colore del testo per classe di box(maincointent)*/
  .bodyText2{
  background: url(../bbox/corner_top_right.gif) top right no-repeat;
  text-align: left;
  color:#04c;
  padding: 5px 8px;
  }
  
   /* definizione box e colore dello sfondo di un box(maincointent)*/
.mainContent3{
  margin-top: 3px;
  position:relative;
  float: left;
  background:url(../bbox/corner_top_left.gif) top left no-repeat;
  background-color:#ff8;
  width: 45%;
  margin-left: 5px;
  }
.bodyText3{
  background: url(../bbox/corner_top_right.gif) top right no-repeat;
  text-align: center;
  color:#c00;
  padding: 5px 8px;
}

.mainContent4{
  margin-top: 3px;
  position:relative;
  float: right;
  background:url(../bbox/corner_top_left.gif) top left no-repeat;
  background-color:#b6fe89;
  width: 45%;
  margin-left: 5px;
  }
.bodyText4{
  background: url(../bbox/corner_top_right.gif) top right no-repeat;
  text-align: center;
  color:#080;
  padding: 5px 8px;
}

.mainContent5{
  margin-top: 3px;
  position:relative;
  float: left;
  background:url(../bbox/corner_top_left.gif) top left no-repeat;
  background-color:#ffcc63;
  width: 99%;
  margin-left: 5px;
  }
.bodyText5{
  background: url(../bbox/corner_top_right.gif) top right no-repeat;
  text-align: center;
  color:#f36;
  padding: 5px 8px;
}
/* definizione box e colore dello sfondo di un box(maincointent)*/
.mainContent6{
  margin-top: 3px;
  position:relative;
  background:url(../bbox/corner_top_left.gif) top left no-repeat;
  background-color:#eff;
  width:99%;
  margin-left: 5px;
  clear: both;
  }
.bodyText6{
  background: url(../bbox/corner_top_right.gif) top right no-repeat;
  text-align: center;
  color:#04d;
  padding: 5px 8px;
}

div.thumb {
margin: 3px;
border: 0px solid #A0ACC0;
height: auto;
float: left;
text-align: center;
} 
.thumb img{
display: inline;
margin: 5px;
border: 1px solid #A0ACC0;
}
.thumb a:hover img {border: 1px solid black;}
.photocattitle {text-align: center; font-weight: bold;}
.phototitle {
color: #004023;
text-align: justify;
font-weight: normal;
width: 230px;
margin: 0 3px 3px 3px;
font-family:cursive, fantasy,arial;
font-size: 1.2em;
}


.photocattitleb{text-align: center; font-weight: bold;}
.phototitleb {
color: #cb0;
text-align: justify;
font-weight: 500;
width: 460px;
margin: 0 3px 3px 3px;
font-family:cursive, fantasy,arial;
}

div.img
{
  margin: 2px;
  border: 0px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}

#column1 {
		float:left;
		width: 50%;
	}

#column2 {
		float:left;
		width: 50%;
	}


  
.justify {text-align : justify}
.center {text-align : center}
.left {text-align : left}
.right{text-align : right}

