html
{   background: url(img/sfondo.jpg) no-repeat center center fixed;
    -moz-background-size: cover;
        -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
// background-position: 0 0;}

@media screen{  
body>#header, body> #box-menu
{
position:fixed!important; 
}
}  

body{  
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
overflow:hidden;  
margin:0; 
padding:10em 0 0 0; 
font-size: 100%;
} 
 
 a {
color: #ffffff;	
text-decoration: none;	
	}

a:hover {
color: #000;
}

h3 {
	font-size: 1.8em; 
	text-align: center;
	font-style: italic;
	margin: 15px 0px 30px 0px; 
	color: #000;}

p.clear {
    clear: both;
}

  /* header */


div#header, div#menu{  
position:absolute;  
left:0;  
}  



div#header{  
top:7%;  
z-index:10;  
width:100%;  
margin-left: 22%;
} 

#header img{  
width: 75%;
display: block; 
max-width:100%; 
} 


div#stat{  /* contatore */
position:absolute;  
bottom: 2em;
right: 2em;
border: 2px solid black;
background-color: #ffffff;
} 




.cartolina
{	/* contatti */
border: 5px solid transparent;
border-image: url(img/bordo-cornice.png) 15 round stretch;
}

.grigio{   /* scritta testi e spartiti */
color: #D0D2D1;
text-align: center;
padding-bottom: 10px;
}  

/* blocco centrale */

#contenuto
{	
padding-right: 23%;
height:100%;  
overflow-y: auto; 
padding-left: 26%;
font-size: 1.2em;
text-align: justify;

}


#contenuto p {line-height: 1em; 
 margin-top: 5px}

.anno{
font-weight: bold;
margin-bottom: 1px;

}

q {
    font-style: italic;
    color: #000;
    font-weight: bold;
}

q:before {
content:no-open-quote;
content:" *";
}

q:after {
content:no-close-quote;
content:"* ";
}

 /* slide */
#slidedom
{	
padding-top: 7%;

}

#slidedom img
{	
border: 6px solid transparent;
border-image: url(img/bordo-cornice.png) 8 round stretch;
}

 
 
 /* menu */
 
div#menu {
top:35%;  
margin:0; 
width: 13%;
padding-left: 1%;
}

.menulink {
font-size: 22px;
font-style: italic;
font-weight: bold;
color: #000000;
padding-top: 0.1em;
padding-bottom: 0.1em;
}

.menulink a {
color: #000000;
}

.menulink a:hover {
color: #ffffff;
}


.tastob {
background: #fff;
height: 4px;
}

.taston {
background: #000;
margin-left: 35%;
height: 3px;
}


 /* foto biografia */
#hoverbox
{
cursor:zoom-in;
	list-style: none;
	height: 100px;
}


#hoverbox a .preview
{
	display: none;
}

#hoverbox a:hover .preview
{
	display: block;
 position: relative;
	top: -300px;
	left: -200px;
	z-index: 1;
}

#hoverbox img
{	cursor: default;
	vertical-align: top;
	width: auto;
	height: 75px;
border: 6px solid transparent;
border-image: url(img/bordo-cornice.png) 8 round stretch;
}

#hoverbox .preview
{
border: 6px solid transparent;
border-image: url(img/bordo-cornice.png) 8 round stretch;
	width: auto;
	height: 300px;
}

  /* cd */
  
  div.griglia {
  display: inline-block;
  width:  270px;
  height: 270px;
  margin: 0px 0px 20px 20px;
  position: relative;
  overflow: hidden;
}

div.foto img {
  display: block;
    width:  270px;
  height: 270px;
}
div.testo {
  color: #fff;
  background-color: #D66C1D;
  width: 270px;
  height: 270px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: -270px;
  left: 270px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

}
div.griglia:hover {cursor: pointer;}
div.griglia:hover div.testo {
  opacity: 0.9; 
  left: 0;
  top: 0;
}
div.testo h2 {
	font-size: 0.8em; 
	margin: 0px 0px 0.4em 0px; 
 line-height: 10px;
	color: #000;}



div.testo p {
	font-size: 14px; 
	text-align: left; 
	cursor: default; 
 line-height: 10px;
	margin: 0px 0px 0.2em 0px; 
}

div.testo a {
	font-size: 14px;

 line-height: 10px;
	}

 div.testo a:hover {
color: #000;
}




    /* foto e video */
    
  
div.griglia-fv {
  display: inline-block;
  width:  150px;
  height: 100px;
  margin: 0px 20px 40px 20px;
  position: relative;
}


.video img {
  display: block;
    width:  150px;
  height: 100px;
border: 6px solid transparent;
border-image: url(img/bordo-cornice.png) 8 round stretch;
cursor:zoom-in;
}

.videoplay img  {
    width:  30px;
  height: 30px;
 position:relative;
border: 0;
left: 50%;
    bottom: 80%;

} 
.video .videoplay  {
    width:  30px;
  height: 30px;
 position:relative;
border: 0;
    left: 50px;
    bottom: 50px;
background: none;
}
.video span {
    float: left;
    margin: 0;
    width: 100%;
    color: #dedede;
     
    background: #222; /* browser che non supportano rgba */
    background: rgba(0,0,0,0.7);
    position: absolute;
    left: 6;
    bottom: -7;
}


.video span strong {
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    display: block;
  cursor:zoom-in;

}  

 
.video a .preview
{
	display: none;
}

.video a:hover .preview
{
	display: block;
 position: relative;
	top: -200px;
	left: -200px;
	z-index: 1;
	cursor:default;
} 
.video .preview
{
border: 6px solid transparent;
border-image: url(img/bordo-cornice.png) 8 round stretch;
	width: auto;
	height: 300px;
} 


    /* fan */

div.griglia-ft {
  display: inline-block;
  width:  150px;
  height: 100px;
  margin: 0px 20px 40px 20px;
  position: relative;
}


.fotov img {
	cursor:zoom-in;
  display: block;
width:  150px;
height: 100px;
border: 6px solid transparent;
border-image: url(img/bordo-cornice.png) 8 round stretch;
}
    
.fotov
{
cursor:zoom-in;
	list-style: none;
	height: 100px;
		width: auto;
}


.fotov a .preview
{
	display: none;
}

.fotov a:hover .preview
{
	display: block;
 position: relative;
	top: -200px;
	left: -200px;
	z-index: 1;
	
} 
.fotov .preview
{
border: 6px solid transparent;
border-image: url(img/bordo-cornice.png) 8 round stretch;
	width: auto;
	height: 300px;
	cursor: default;
}  
.fotol
{
cursor:zoom-in;
	list-style: none;
	height: 100px;
}

.fotol img {
  display: block;
    width:  150px;
  height: 100px;
border: 6px solid transparent;
border-image: url(img/bordo-cornice.png) 8 round stretch;
}

.fotol a:hover
{
  display: block;
    width:  150px;
  height: 100px;
border: 6px solid transparent;
border-image: url(img/bordo-cornice-link.png) 8 round stretch;
}  

.fototr
{
cursor:zoom-in;
	list-style: none;
	height: 100px;
		background-color: #f0c581;
 width:  150px;

border: 6px solid transparent;
border-image: url(img/bordo-cornice-link.png) 8 round stretch;
}
.fototr img {

  display: block;
 width:  150px;
 height: 100px;

}
.fototr a:hover
{
		background-color: #d46d11;
display: block;


}  
.fototrc
{
cursor:zoom-in;
	list-style: none;
	height: 100px;
		background-color: #d46d11;
 width:  150px;

border: 6px solid transparent;
border-image: url(img/bordo-cornice-link.png) 8 round stretch;
}
.fototrc img {

  display: block;
 width:  150px;
 height: 100px;

}
.fototrc a:hover
{
		background-color: #f0c581;
display: block;


}  
.fotol span {
    float: right;
    margin: 0;
    padding: 8px;
    width: 80%;
    color: #fff;
    position: absolute;
    right: 10;
    top: 3;
}
 
.fotol span strong {
    font-weight: bold;
    font-size: 14px;
    display: block;
    padding-bottom: 5px;
} 
.fototr span {
    float: right;
    margin: 0;
    padding: 8px;
    width: 80%;
    color: #fff;
    position: absolute;
    right: 10;
    top: 3;
}
 
.fototr span strong {
    font-weight: bold;
    font-size: 14px;
    display: block;
    padding-bottom: 5px;
} 
.fototrc span {
    float: right;
    margin: 0;
    padding: 8px;
    width: 80%;
    color: #fff;
    position: absolute;
    right: 10;
    top: 3;
}
 
.fototrc span strong {
    font-weight: bold;
    font-size: 14px;
    display: block;
    padding-bottom: 5px;
} 
.fotov span {
    float: right;
    margin: 0;
    padding: 8px;
    width: 80%;
    color: #fff;
    position: absolute;
    right: 10;
    top: 3;
}
 
.fotov span strong {
    font-weight: bold;
    font-size: 14px;
    display: block;
    padding-bottom: 5px;
} 

