@font-face {
    font-family: 'GnuolaneRegular';
    src: url('fonts/gnuolane_regular_macroman/gnuolane_rg-webfont.eot');
    src: url('fonts/gnuolane_regular_macroman/gnuolane_rg-webfont.eot?iefix') format('eot'),
         url('fonts/gnuolane_regular_macroman/gnuolane_rg-webfont.woff') format('woff'),
         url('fonts/gnuolane_regular_macroman/gnuolane_rg-webfont.ttf') format('truetype'),
         url('fonts/gnuolane_regular_macroman/gnuolane_rg-webfont.svg#webfontTV9Olmrw') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ExpresswayRegular';
    src: url('fonts/expressway_regular_macroman/expressway_rg-webfont.eot');
    src: url('fonts/expressway_regular_macroman/expressway_rg-webfont.eot?iefix') format('eot'),
         url('fonts/expressway_regular_macroman/expressway_rg-webfont.woff') format('woff'),
         url('fonts/expressway_regular_macroman/expressway_rg-webfont.ttf') format('truetype'),
         url('fonts/expressway_regular_macroman/expressway_rg-webfont.svg#webfontIjcechzK') format('svg');
    font-weight: normal;
    font-style: normal;

}

*{
	margin:0;
	padding:0;
}

body,html {
	height:100%;
	width:100%
}

body{
	background:#000;
	/* background:#7d3399 url(../img/sfondoSfumatura.png) repeat-x; */
	text-align:center;
}

#contenitore{
	border: solid 2px #000;
	text-align:left;
	width:500px;
	margin: 0px auto;
	background:#fff;
	font-family:georgia;
}

/* BARRA DEL TITOLO DEL SITO ############################################### */
#titolo{
	background:#7d3399 url(../img/sfondoSfumatura2.png) repeat-x; 
	text-align:center;
	font-family:georgia;
	height:60px;
}
#titolo h1, #titolo h2{
	display:inline;
	text-transform:lowercase;
	font-weight:normal;
	font-family:georgia;
}
#titolo h1{
	font-size:40px;
	color:#fff;
}

#titolo h2{
	font-size:16px;
	color:#fff;
	font-weight:bold;
}
#titolo a{
	text-decoration:none;
}
/* BARRA MENU NAVIGAZIONE ############################################### */
#navigazione{
	float:left;
	display:block;
	text-align:center;
	width:500px;background:red;
	padding:5px 0px 5px 0px;
	color:#fff;
	margin: 0px auto;

}
#navigazione a{
	font-family:georgia,serif;
	font-size:11px;
	/* text-transform:uppercase; */
	text-decoration:none;color:#fff;
	background:#f00;
	font-weight:bold;
}
#navigazione a:hover,active{
	font-family:georgia,serif;
	font-size:11px;
	/* text-transform:uppercase; */
	text-decoration:none;
	color:#111;
	font-weight:bold;
}

#navigazione ul{
	list-style: none;
} 
#navigazione li{
	display:inline;

	padding:0 0px 0 5px;
}


/* SEZIONE CONTENUTI PRINCIPALI ############################################### */
#contenuti{
	padding:50px 30px 10px 0px;
	line-height:140%;
}

.notizia{
	margin:0px 20px 20px 20px;
	font-size:15px;
	line-height:140%;
}
.data{
	font-family: tahoma,sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#000;
}
.didascalia{
	font-family: tahoma,sans-serif;
	font-weight:normal;
	font-size:10px;
	color:#000;
}
.campi{
	padding:20px;
	margin:20px;
}

#fotocornice{
	padding:0;
	margin:0;
}
#fotocornice img{
	width:90px;
	height:90px;
	border:0;
}

#contFoto {width:100px;padding:0;margin:0;float:left;background:#fff;}



#contFoto a img
{
   filter:alpha(opacity=100);
   -moz-opacity: 1.5;
   opacity: 1.5;
}

#contFoto a:hover img
{
   filter:alpha(opacity=50);
   -moz-opacity: 0.5;
   opacity: 0.5;
}


.galleria img{width:100px;height:100px;border:0;}

#didascalia{
	display:block;
	font-size:12px;
	padding:10px 20px 40px 55px;
	margin:0 auto;
	width:700px;

}

#colDes{
	background:#eee;
	float:left;
	width:210px;
	color:#555;
	font-family:sans-serif;
}

.linkDes{
	font-size:11px;
	margin:30px 10px 20px 15px;
}


h1,h2{
	font-family:tahoma,verdana,'GnuolaneRegular',sans-serif,'ExpresswayRegular';
	font-weight: bold;
	line-height:130%;
}

h1{
	font-size: 28px;
	color:#333;
	text-transform:uppercase;
}

h2{
	font-size: 18px;
	color:#333;
	text-transform:uppercase;
	/* font-variant: small-caps; */
}

/* BARRA FONDO ############################################### */
#fondo{
	font-size:11px;
	text-align:center;
	width:500px;background:#482FA3;
	padding:10px 0px 0px 0px;
	color:#fff;
	margin: 0px auto;
	vertical-align:bottom;

}

/* allineamento immagine shinystat al testo nel footer */
#fondo img{
	vertical-align:middle;
	border:0;
} 