/** =================================== CSS Generale per Bandlr.it =================================== **/

/* Colori Standard: Blu #1B097E; rosso #910A2B; */

h1 {
	font-size: 2em;
	font-family: Georgia, "Times New Roman",Times, serif;
}
h2 {
	font-size: 2em;
	font-family: Georgia, "Times New Roman",Times, serif;
}
h3 {
	font-size: 1.75em;
	font-family: Georgia, "Times New Roman",Times, serif;
}
h4 {
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman",Times, serif;
}
h5 {
	font-size: 1.25em;
	font-family: Georgia, "Times New Roman",Times, serif;
}
h6 {
	font-size: 1.15em;
	font-family: Georgia, "Times New Roman",Times, serif;
}
p, ul, ol {
	font-size: medium;
	font-size: 1em;
/*	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
		font-family: "Trebuchet MS", "Lucida Sans Regular", "Lucida Grande", Arial, sans-serif;
}

.Titolo4x {
	color: #222;
	text-align: center;
	letter-spacing: -1;
	font-size: 4em;
} 

/* Start Calendario e Chi Siamo */
.header {
	font-weight: normal;
	font-size: 1.4em;
	color: #333333;
}
	.header a.aboutUs{
		color: #333333;
		text-decoration: none;
		font-weight: bold;
	}
	.header a:hover.aboutUs{
		text-decoration: underline;
		color:#a52331;
	}

	.header a.calendar {
		color: #a52331;
		text-decoration: none;
		font-weight: bold;
	}

	.header a:hover.calendar{
		text-decoration: underline;
		color: #333333;
	}
/* end Calendario e Chi Siamo */
	
	
.Quote {
	text-align: left;
	/*letter-spacing: -1;*/

	margin-bottom: 0;
	margin-top: 0;
	
}
.Quote .rosso {
	font-weight: bold;
	font-size: 1.05em;
}
.didascalia {
	font-size: 0.75em;
	margin-top: 1em;
}

.cents {
	font-size: 80%;
}


h1.red {
	color: #A52331;
	text-align: center;
	letter-spacing: -1;
}

p {
	line-height: 1.5em;

}

.grazie {
		font-family: Georgia, "Times New Roman",Times, serif;
		font-size: 1.2em,	
}

.block {
	margin: 20px auto;
	width: 450px;
}

ul, ol {
	padding: 0 2em;
	width: 450px;
	margin: 0 auto;
	text-align: left;
}
ul {
	margin: 15px auto;
}

ul li {
	margin-top: 15px;
	margin-bottom: 15px;
}

div.testo {
	padding: 3em 1em;
	width: 700px;
	margin: 0 auto;
}

.lista_2{
	/*color: #4B4F53;
	color: #333333;*/
	margin: 0;
	padding: 0px 0 6px 100px;
	display: block;
	list-style: disc;
	line-height: 1em;
}

.lista li {
	margin: 0;
}
	.lista_2 ul{
		/*color: #4B4F53;
		color: #333333;*/
		margin: 0;
		padding: 0px 0 6px 20px;
		display: block;
		list-style: square;

	}
			.lista_2 a{
				color: #000000;
				text-decoration: none;
			}
			.lista_2 a:hover{
				text-decoration: underline;
					color: #A52331; /* Pnl.info */
			}
			.lista_2 em {
					color: #A52331; /* Pnl.info */
			}