@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", Lucida, Verdana, sans-serif;
	font-size: 0.9em;
	color: rgb(66,66,66);
	line-height: 20px;
	text-align: justify;
	height: 100%;
	min-height: 100%;
	width: 100%;
	background-image: url(/mm_sfondo-generale.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	text-align: center; /* centra il contenitore nei browser IE 5*. Il testo viene quindi impostato con l'allineamento predefinito a sinistra nel selettore #container */

}

.fltrt { /* questa classe può essere utilizzata per rendere mobile un elemento a destra nella pagina. L'elemento reso mobile deve precedere l'elemento al quale deve essere affiancato sulla pagina. */

	float: right;

	margin-left: 8px;

}

h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18pt;
	/*margin-top: 35px;
	padding-left: 15px;*/
	color: rgb(44,61,76);
}

h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13pt;
	font-style: italic;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom: 1px solid #CCC;
}


a:link, a:visited {
	color: rgb(24,4,0);
	text-decoration: underline;
}

a:hover, a:active {
	color: rgb(118,17,40);
}

.image-left {
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	margin-right: 10px;
	text-indent: 0px;
}

.image-right {
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	margin-left: 10px;
}

.editoriale {
	font-family: "Trebuchet MS", verdana, arial, lucida, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	text-indent: 20px;
	color: #5b5b5b;
}

.testoPiccolo {
	font-size: 13px;
	line-height: 16px;
	text-indent: 10px;
}

.clearer {
	clear: both;
}

p {
	text-align: justify;
	text-indent: 20px;
	}
	
#menuNavBar {
	height: 31px;
	width: 816px;
	margin: 160px auto 10px auto;
	
}
/* BEGIN style8 */
 #navlist
{
	padding: 0 0 20px 100px;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #5D5050;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
	padding-bottom: 2px;
	background: transparent;
	color: #333333;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #333300;
}

#navlist a:hover {
	color: #990000;
}

/* SHADOW con CSS */
/* http://www.alistapart.com/articles/cssdropshadows */
/* <div class="img-shadow"> */
/*  <img src="cat.jpg" alt="test"/> */
/* </div> */

	.img-shadow {  
		float:left;  
		background: url(/immagini_common/shadowAlpha.png) no-repeat bottom right !important;  
		background: url(/immagini_common/shadow.gif) no-repeat bottom right;  
		margin: 10px 0 0 10px !important; 
		margin: 10px 0 0 5px;   
		behavior:url('/pngbehavior.htc');
		}
	.img-shadow img {  
		display: block;  
		position: relative;  
		background-color: #fff;  
		border: 1px solid #a9a9a9;  
		margin: -6px 6px 6px -6px;  
		padding: 4px;  
		behavior:url('/pngbehavior.htc');
		}
		.contenitoreinterno {  
			display: block;  
			position: relative;  
			background-color: #fff;  
			border: 1px solid #a9a9a9; 
			margin: -6px 6px 6px -6px;  
			padding: 4px;  
			}
/* fine SHADOW con CSS */
#wrapperTotale {
	width:1018px;
	margin:0 auto;
	padding:0;
	text-indent:0;
	background-color:#FFFFFF;
}
.boxDestraPagine {
	padding:5px;
	border:1px solid #333333;
	text-indent:0;
	margin-left:-10px;
	background:#FFFFFF;
	margin:0 auto;
	width:190px;
}
.testoAncoraPiuPiccolo {
	font-size: 10px;
}
.boxPartiturina {
	padding: 5px;
	border: 1px solid #cccccc;
}
.boxPartiturina img {
	width:110px;
	height:143px;
}
.boxEdizione {
	font-size: small;
	line-height: normal;
	text-align: center;
	text-indent: 0px;
	margin-bottom:10px;
		
}

.boxEdizione img {
	width:110px;
	height:auto;
	border:0;
	width:110px;
	height:143px;
	padding: 5px;
	border: 1px solid #cccccc;
}

.boxEdizione p {
	font-size:small;
	line-height:normal;
	text-align:center;
	text-indent:0;
	margin:0px;
}

.boxDestraHomePage {
	padding:5px;
	border:1px solid #333333;
	text-indent:0;
	margin-left:-10px;
	background:#FFFFFF;
}

.boxHomePage {
	padding:15px;
	border:1px solid #cccccc;
	text-indent:0;
	margin-left:-10px;
	background:#FFFFFF;
}
	
