@charset "utf-8";

body {
	margin: 0px;
	background-image: url(immagini/sfondo_fascia.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1 {
	margin: 5px;
	font-size: 20px;
	color: #CC0000;
}
h2 {
	margin: 5px;
	font-size: 18px;
}
h3 {
	margin: 5px;
	font-size: 15px;
}
a{
	color: #990000;	
	text-decoration:none;
}
a:hover{
	color: #666666;
	text-decoration:underline;
}	
.intestazione {
	background-color: #66CCFF;
	height: 200px;
	background-image: url(immagini/onda_alta.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.contenuto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

.footer {
	background-color: #CCCC66;
	height: 200px;
	background-image: url(immagini/onda_bassa.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.articoli {
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #993300;
	margin: 0px;
	padding-right: 20px;
	padding-left: 20px;
	width: 30%;
}
.boldizza {
	font-weight: bold;
}
.articolodett {
	width: 500px;
	text-align: justify;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.testo_bianco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.box_appuntamenti {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	background-color: #FFFFFF;
	margin: 3px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 3px;
	width: 50px;
	text-align: center;
}
.box_appuntamenti_testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 0px;
	padding: 3px;
}
.num_calendario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #990000;
	font-weight: bold;
}
#foto_categoria {
	padding: 4px;
	text-align: center;
	border: 1px solid #99CCFF;
	clear: no;
	width: 30%;
	background-image: url(Immagini/sfondo_foto_categorie.jpg);
	float: left;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	height: 220px;
	vertical-align: middle;
}
.margine_foto {
	margin: 5px;
	border: 1px solid #99CCFF;
	background-image: url(../../slowfoodliguria/immagini/sfondo_foto_categorie.jpg);
	padding: 10px;
}
.Menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 10px;
}
.Menu a{
	color: #FFFFFF;	
	text-decoration:none;
}
.Menu a:hover{
	color: #99CCFF;
	text-decoration:underline;
}
.Testo_home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 5px;
	text-align: justify;
}
.bordi_laterali_blu {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}
.bordino_bianco_sotto {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.bordino_blu_sotto {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099CC;
}
#calendario {
	background-image: url(immagini/calendar.gif);
	background-repeat: no-repeat;
	height: 56px;
	width: 60px;
	background-position: center;
}

#mese {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	font-weight: normal;
}
#giorno {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #990000;
	text-align: center;
	line-height:15px;
	padding-top: 8px;
}
#anno {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #990000;
	text-align: center;
	font-weight: bold;
	padding-top: 1px;
}
.sfonodo_chiocciolona {
	background-image: url(immagini/chiocciolona.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.sfondo_colonnasx {
	background-color: #BDDDF0;
}
.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}