body  {
        background-image: url("VelinaBlu.jpg");
/* ========================================================
 This pattern is downloaded from www.subtlepatterns.com 
 If you need more, that's where to get'em.
 ========================================================
 
Scribble Light
April 22, 2012

A bit like smudged paint or some sort of steel, here is scribble light.

Made by Tegan Male (http://thelovelyfox.com/).   
*/

        margin:1px; 
        background-attachment: fixed;

}
p {font-family: Arial, Verdana, sans-serif;
  // display:inline;
}

h1, h2, h3, h4, h5 {
	font-family: IngramBT-Regular; 
	font-weight: normal; 
	font-style: normal;
}


h2, #lenavi, #lamusica, .h1bordeaux{
  background-color: #6F0101;
  color: white;
  padding-left:2px;
  padding-right:2px;
  border-radius:2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;

}

#lenavi, #proverbi, .diconodime{
           background-color: #6F0101;
           margin-bottom:0;
           color: white;
           padding:2px;
           border-bottom-right-radius:0px;
           

}
#lamusica{
      //  margin-bottom:0px;
        background-color: #6F0101;
        margin-bottom: 0;
        color: white;
        padding:2px;
        border-bottom-left-radius:0px;

}


#fondo{
       text-align: center;
        margin-top:5px;
        margin-left: auto;
        margin-right: auto;
        padding:3px;
      //border:2px solid black;
        width:968px;
//        height:30px;

}
#onda{
     width:968px;
     height:30px;
     margin:0px;
}

#fondo>p{ /*la frase di iglesias in fondo */
         align:centre;
         display:inline;

}


#contenuto {
        margin-top:5px;
        margin-left: auto;
        margin-right: auto;
        padding:3px;
        width:968px;
        color: black;
       // height:30px;
       overflow:hidden;
       // line-height: 30px;
        border:2px solid black;
        border-radius:2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        background-color:#BDD5FF;
        box-shadow: 2px 2px 2px #777;
        -moz-box-shadow: 2px 2px 2px #777;
	-webkit-box-shadow: 2px 2px 2px #777;

}

#sezione {
        margin-top:5px;
        margin-left: auto;
        margin-right: auto;
        padding-left:3px;
        width:968px;
        color: black;
       // height:30px;
       // line-height: 30px;
        border:2px solid black;
        border-radius:2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        background-color:#62A7FF;
        box-shadow: 2px 2px 2px #777;
        -moz-box-shadow: 2px 2px 2px #777;
	-webkit-box-shadow: 2px 2px 2px #777;
	-box-shadow: 2 2px 2px #777;

}




#banner {
        position:relative;
        margin-left: auto;
        margin-right: auto;
        padding-bottom:3px;
       // margin-bottom: 3px;
        width:970px;
       // height:333px;
        border:2px solid black;
        border-radius:2px;
        background-color:#6F0101;
      //  box-shadow: 0 2px 2px #777;

}

#banner_giara{
              //position: relative;
              width: 960px;
              border: 3px solid #6F0101;
              height:auto;
              margin: auto #6F0101;
              margin-left:2px;;
             // padding-left:px;
              margin-right:auto;
              border-radius:6px;
              -moz-border-radius: 6px;
              -webkit-border-radius: 6px;


}



	#menu, #menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
		z-index:200;
	}

	#menu {
		width: 960px;
		margin: 0px auto;
		border: 1px solid black;
		background-color: #62A7FF;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
        	z-index:200;
	}

	#menu:before,
	#menu:after {
		content: "";
		display: table;
	}

	#menu:after {
		clear: both;
	}

	#menu {
		zoom:1;
	}

	#menu li {
		float: left;
		border-right: 1px solid #6F0101;
		-moz-box-shadow: 1px 0 0 #444;
		-webkit-box-shadow: 1px 0 0 #444;
		box-shadow: 1px 0 0 #444;
		position: relative;
	}

	#menu a {
		float: left;
		padding: 12px 16px;
		color: #6F0101;
		text-transform: uppercase;
		font: bold 12px Arial, Helvetica;
		text-decoration: none;
		text-shadow: 0 1px 0 #000;
	}
	
	#menu li:hover > a {
		color: white;
	}

	*html #menu li a:hover { /* IE6 only */
		color: white;
	}
	
	#menu ul {
		margin: 0px 0 0 0; //se metto 20px 0 0 0 perņ fa la animazione!
		_margin: 0; /*IE6 only*/
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 38px;
		left: 0;
		z-index: 2;
		background: #62A7FF;
		-moz-box-shadow: 0 -1px rgba(255,255,255,.3);
		-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
		box-shadow: 0 -1px 0 rgba(255,255,255,.3);
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border: 1px solid black;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;  
	}

	#menu li:hover > ul {
		opacity: 1;
		visibility: visible;
		margin: 0;
	}

	#menu ul ul {
		top: 0;
		left: 150px;
		margin: 0 0 0 20px;
		_margin: 0; /*IE6 only*/
		-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		box-shadow: -1px 0 0 rgba(255,255,255,.3);
	}
	
	#menu ul li {
		float: none;
		border: 0;
		_line-height: 0; /*IE6 only*/
		-moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
		-webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
		box-shadow: 0 1px 0 #111, 0 2px 0 #666;
	}
	
	#menu ul li:last-child {   
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;    
	}
	
	#menu ul a {    
		padding: 10px;
		width: 130px;
		_height: 10px; /*IE6 only*/
		display: block;
		white-space: nowrap;
		float: none;
		text-transform: none;
	}
	
	#menu ul a:hover {
		background-color: #2F88FF;
	}
	
	#menu ul li:first-child > a {
		-moz-border-radius: 3px 3px 0 0;
		-webkit-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
	}
	
	#menu ul li:first-child > a:after {
		content: '';
		position: absolute;
		left: 40px;
		top: -6px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #444;
	}
	
	#menu ul ul li:first-child a:after {
		left: -6px;
		top: 50%;
		margin-top: -6px;
		border-left: 0;	
		border-bottom: 6px solid transparent;
		border-top: 6px solid transparent;
		border-right: 6px solid #3b3b3b;
	}
	
	#menu ul li:first-child a:hover:after {
		border-bottom-color: #2F88FF; 
	}
	
	#menu ul ul li:first-child a:hover:after {
		border-right-color: #2F88FF;
		border-bottom-color: transparent; 	
	}
	
	#menu ul li:last-child > a {
		-moz-border-radius: 0 0 3px 3px;
		-webkit-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
	}




/*css per didascalia hover*/
.caption {
    float:left;
    font-family: Verdana, sans-serif;
    font-size: 10px;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.caption img {
  float:left;
    margin: 0;
    padding: 0;
    background: #fff;
     border-<lato>: <valore width>
  <valore style> 
  <valore color>;
    border: 2px solid #6F0101;
         border-top: 0px;
    //border-radius:2px; /* altrimenti foto non si incastrano bene coi 2 titoli navi e musica*/
}
 
.caption span {
    float: left;
    margin: 0;
    padding: 2px;
    width: 100%;
    color: #dedede;
      display: none;
     
    background: #222; /* browser che non supportano rgba */
    background: rgba(0,0,0,0.7);
    position: absolute;
    left: 0;
    bottom: 0;
}
 
.caption span strong {
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 5px;
}


 
.caption:hover span { display: block; }

#bandiere{
  float:right;
  //border:1px solid black;
  width:160px;
  margin-top:10px;
  background-color:#BDD5FF;
}


.bandiera{
          border:1px solid black;
          margin-bottom:3px;
          background-color:white;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
        box-shadow: 2px 2px 2px #777;
        -moz-box-shadow: 2px 2px 2px #777;
	-webkit-box-shadow: 2px 2px 2px #777;
	 // overflow:hidden;
}


.bandiera>img{
width:114px;
}

.bandiera>h1{
background-color:transparent;
color:black;

}
.lettera{
         display:inline;
         float:right;
         padding-right:4px;
         vertical-align:middle;
}

.video{
       width:422px;
       margin-left:auto;
       margin-right:auto;
}

#mail2:hover{
      background-color:grey;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      border:0px;
}

.calendario
{
list-style-image:url('immagini/calendario.png');
position:-4px 0 0 0;
}

.contatore{
           display:none;
}

