body {
	text-align: center;
	padding: 10px 0px 0px;
	margin: 0px;
	background-image: url(../img/BgContainer.jpg);
	background-repeat: repeat-x;
	background-color: #1B4E61;
	height: 1000px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.7em;
	margin: 0px 0px 10px;
	padding: 0px 20px;
	text-align: justify;
}


p a:link, p a:visited {
	text-decoration: underline;
	color: #000000;
	margin-bottom: 5px;
	padding: 0px;
}
p a:active, p a:hover {
	text-decoration: underline;
	color: #153A57;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0px;
	padding: 15px;
	color: #666666;
	font-weight: lighter;
	letter-spacing: 0.1em;
	text-transform: capitalize;
	text-align: left;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bolder;
	margin: 10px 0px 3px;
	padding: 0px;
	color: #316195;
}
h3 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	margin: 5px 0px 0px;
	padding: 0px 20px;
	color: #000000;
}



#container {
	padding: 10px 5px;
	margin: 10px auto 30px;
	width: 980px;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	background-color: #000000;
	border: 1px solid #666666;
}

/* STILI HEADER_______________________________________________________________________________________________________ */

#header {
	padding: 15px 0px 0px;
	background-repeat: no-repeat;
	width: 980px;
	margin: 0px;
	background-color: #000000;
}

#header p {
	text-align: right;
	color: #999999;
	padding-bottom: 5px;
	margin: 10px 0px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

/* STILI MENU' ORIZZ_______________________________________________________________________________________________________ */
#navOriz {
	list-style: none;
	padding: 0px;
	text-align: left;
	width: 980px;
	margin: 0px 0px 10px;
	height: 15px;
	float: left;
}
#navOriz li {
	display: inline;
	font-weight: bold;
}
#navOriz li a:link, #navOriz li a:visited {
	color: #999999;
	text-decoration: none;
	letter-spacing: 0.2em;
	font-weight: lighter;
	text-transform: capitalize;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: oblique;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	background-color: #333333;
	margin: 0px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333333;
	padding-top: 0px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}


#navOriz li a:hover, #navOriz li a.In:link, #navOriz li a.In:visited {
	text-decoration: none;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#navOriz li a:hover {
	color: #000000;
	background-color: #C0C0C0;
}

#navOriz li a.In:link, #navOriz li a.In:visited {
	color: #000000;
	background-color: #FFCC33;
}

#bannerTestata {
	padding: 0px;
	width: 980px;
	margin: 0px;
}


#rubriche {
	list-style: none;
	padding: 11px 0px;
	text-align: center;
	width: 980px;
	margin: 10px 0px;
	background-image: url(../img/bgRubriche.jpg);
	background-repeat: no-repeat;
	height: 18px;
	background-color: #000000;
}
#rubriche li {
	display: inline;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#rubriche li a:link, #rubriche li a:visited {
	color: #CCCCCC;
	text-decoration: none;
	letter-spacing: 0.2em;
	font-weight: lighter;
	text-transform: capitalize;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-right: 5px;
	margin-left: 5px;
	font-style: oblique;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #595959;
	padding-right: 5px;
	border-left-style: dotted;
	border-left-width: 1px;
	border-left-color: #595959;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-top-style: none;
	border-bottom-style: none;
	margin-top: 5px;
	padding-top: 5px;
}


#rubriche li a:hover, #rubriche li a.In:link, #rubriche li a.In:visited {
	text-decoration: none;
	color: #333333;
	list-style-type: none;
	background-color: #BDD2DB;
}

/* CONTENUTI DI PAGINA ________________________________________________________________________________________________________________ */

#content {
	border-radius: 1em;
	width: 980px;
	margin: 0px;
	padding-top: 10px;
}
#content p {
	text-align: justify;
}

#content h2 {
	background-repeat: no-repeat;
	background-position: 20px;
	margin: 0px;
	padding: 0px 5px 5px;
}

/* STILI MENU' VERTICALE_______________________________________________________________________________________________________ */

ul {
	margin-top: 5px;
	margin-bottom: 10px;
}

#navVert {
	border-radius: 1em;


 	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	list-style: none;
	padding: 0px 0px 20px;
	width: 198px;
	margin: 0px;
	float: left;
	text-align: center;
	background-image: url(../img/Bg-NavVert.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	border: 1px solid #1B4E61;
}

#navVert li {
	display: block;
	font-weight: bold;
}
#navVert li a:link, #navVert li a:visited {
	color: #333333;
	text-decoration: none;
	letter-spacing: 0.2em;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin-right: 0px;
	margin-left: 0px;
	width: 200px;
	list-style-image: none;
	list-style-type: none;
	float: right;
	margin-top: 3px;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}


#navVert li a:hover, #navVert li a.In:link, #navVert li a.In:visited {
	text-decoration: none;
	color: #FFFFFF;
	list-style-type: none;
	font-weight: bold;
	background-image: url(../img/overVert.gif);
	background-repeat: no-repeat;
	background-color: #50616B;
}

#navVert h1{
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: center;
	font-size: 1em;
	padding: 14px 0px;
	margin: 5px auto;
	font-weight: bold;
	opacity: 0.6;
	filter: alpha(opacity=60);
	border-radius: 1em;




 	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	clear: both;
	width: 190px;
	background-image: url(../img/Bg-NavVert-h1.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/* STILI PARTE TESTUALE_______________________________________________________________________________________________________ */


#pagina {
	border-radius: 1em;
	margin: 0px 7px 20px 10px;
	float: left;
	background-color: #CCCCCC;
	width: 560px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #9B9B9B;
}


#path {
	border-radius: 1em;
	background-color: #000;
	padding: 5px;
	margin: 0px;
	height: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#path p {
	text-align: right;
	color: #666666;
}
#path p a:link, #path p a:visited {
	text-decoration: none;
	color: #99FF33;
	padding: 0px;
}
#path p a:active, #path p a:hover {
	text-decoration: underline;
}



.annunciFlash {
	padding-top: 5px;
	padding-bottom: 5px;
}
#elenco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	list-style-type: circle;
	color: #333333;
	text-align: justify;
	margin: 0px;
	padding: 0px 25px 10px;
	width: 500px;
}

#elenco li {
	margin-left: 10px;
	color: #333333;
}
#elenco li a:link, #elenco li a:visited {
	text-decoration: underline;
	color: #56A392;
}
#elenco li a:active, #elenco li a:hover {
	color: #153A57;
}

/* COLONNA DESTRA_______________________________________________________ */

#columnRight {
	background-color: #666666;
	width: 198px;
	float: right;
	border-radius: 1em;

 	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	height: 500px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

/* style FOOTER_______________________________________________________ */

#footer {
	padding: 5px 0px;
	width: 980px;
	margin: 10px 0px 0px;
	clear: both;
	text-align: center;
}

#footer p {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	color: #999999;
	font-size: 0.6em;
	text-align: center;
	padding: 5px;
	margin: 50px 0px 0px;
}

#footer p a:link, #footer p a:visited {
	text-decoration: none;
	color: #99FF33;
	padding: 0px;
}
#footer p a:active, #footer p a:hover {
	text-decoration: underline;
}



.btnFacebook {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 20px;
}


/* style INSERZIONI ___________________________________________________________________________________________________ */

.boxInserzione {
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	margin: 10px;
	width: 530px;
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;
	background-image: url(../img/Bg_BoxInserzioni.jpg);
	background-repeat: repeat-x;
	border: 1px solid #FFFFFF;
	background-position: bottom;
}

.boxInserzione p {
	border-left-color: #663300;
	margin: 0px;
	padding: 0px 5px;
	text-transform: uppercase;
}


.boxInserzione p a:link, .boxInserzione p a:visited {
	color: #333333;
	text-transform: lowercase;
}

.boxInserzione h1 {
	border-left-color: #663300;
	color: #50616B;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0em;
	text-align: left;
	font-size: 0.9em;
	padding: 5px 5px 0px;
	margin: 0px;
}

.boxInserzione h2 {
	border-left-color: #663300;
	text-align: left;
	padding: 5px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

.boxInserzione h3 {
	border-left-color: #663300;
	text-align: left;
	padding: 5px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	font-style: italic;
	text-transform: capitalize;
}

.imgInserzione {
	margin: 6px;
	padding: 0px;
	float: right;
	border: 1px solid #3F3E3B;
}

/* style RUBRICHE VARIE ___________________________________________________________________________________________________ */

#menuPag {
	list-style: none;
	padding: 0px;
	width: 560px;
	margin-right: 0px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #000000;
}
#menuPag li {
	display: inline;
	font-weight: bold;
}
#menuPag li a:link, #menuPag li a:visited {
	color: #000000;
	text-decoration: none;
	letter-spacing: 0.2em;
	font-weight: lighter;
	text-transform: capitalize;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: oblique;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	margin: 0px;
	padding-top: 2px;
	border: 1px solid #000000;
	text-align: center;
}


#menuPag li a:hover {
	text-decoration: none;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
}


.interview {
	font-family: "Times New Roman", Times, serif;
	color: #003366;
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
}

.crediti {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 70%;
	font-weight: bold;
	font-style: italic;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.sottotitoli {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: bold;
	font-style: italic;
	font-size: 1.5em;
	text-align: left;
}
.evidenziatore {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	text-align: left;
	background-color: #F3F3F3;
	padding-right: 3px;
	padding-left: 3px;
}
.imgArticoli {
	padding: 5px;
	margin: 5px;
	border: 1px solid #666666;
	float: right;
}

.LocaliSerateDove {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
}

.LocaliSerateQuando {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	background-color: #F3F3F3;
}

