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

body {
	font-family:Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* è buona norma impostare a zero i valori margin e padding dell'elemento body per tenere conto delle diverse impostazioni predefinite dei browser*/
	padding: 0;
	text-align: center; /* centra il contenitore nei browser IE 5*. Il testo viene quindi impostato con l'allineamento predefinito a sinistra nel selettore #container */
	color: #656565;
	font-size:12px;
}

a {
	color: #7A7A7A;
	text-decoration: none;
	font-weight: bold;
}

a:hover  {
	color: #E32431;
}

img {
	border: none;
}


#container {
	width: 1000px;
	margin: 0 auto; /* i margini auto (insieme a una larghezza) centrano la pagina */
	text-align: left; /* sostituisce l'impostazione text-align: center nell'elemento body. */
	background-color: #FFFFFF;
	background-image: url(../images/container_sfondo.gif);
	background-repeat: repeat-y;
}

#container_index {
	width: 1000px;
	margin: 0 auto; /* i margini auto (insieme a una larghezza) centrano la pagina */
	text-align: left; /* sostituisce l'impostazione text-align: center nell'elemento body. */
	background-color: #FFFFFF;
	background-image: url(../images/container_sfondo_index.gif);
	background-repeat: repeat-y;
}

#header {
	background-image:url(../images/header_sfondo.gif);
	height: 266px;
	position: relative;
	font-size:12px;
}

#header h1 {
	background-image: url(../images/header_logo.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 285px;
	position: relative;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 30px;
	left: 40px;
}

#header h1 a {
	text-indent: -3000px;
	display: block;
	height: 35px;
	width: 285px;

}

#header #submenu {
	width: 400px;
	list-style-type: none;
	position: absolute;
	left: 350px;
	top: 35px;
	height: 35px;
	margin: 0;
	padding: 0;
}

#header #submenu li {
	float: left;
	padding: 0 0 0 5px;
	width: 80px;
}

#header #submenu .lunga {
width:100px;
}

#header submenu a {
	display: block;
	width: 90px;
	font-weight:bold;
}

#header h2 {
	height: 88px;
	width: 429px;
	position: absolute;
	left: 50px;
	bottom: 20px;
	text-indent: -3000px;	
}


#header #menu {
	list-style-type: none;
	height: 15px;
	padding-top: 20px;
	margin-bottom: 19px;
	width: 900px;
	position: absolute;
	left: 10px;
	top: 60px;
}

#header #menu li {
	height: 15px;
	float: left;
	background-image:url(../images/menu_slash.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#header #menu li a.architettura {
	background-image: url(../images/menu_architettura.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 76px;
	display: block;
	text-indent: -3000px;
}

#header #menu li a.architettura:hover {
	background-image: url(../images/menu_architettura_over.gif);
	background-repeat: no-repeat;
}

#header #menu li a.cinemaevideo {
	background-image: url(../images/menu_cinemaevideo.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 92px;
	display: block;
	text-indent: -3000px;
}

#header #menu li a.cinemaevideo:hover {
	background-image: url(../images/menu_cinemaevideo_over.gif);
	background-repeat: no-repeat;

}

#header #menu li a.artepubblica {
	background-image: url(../images/menu_artepubblica.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 82px;
	display: block;
	text-indent: -3000px;	
}

#header #menu li a.artepubblica:hover {
	background-image: url(../images/menu_artepubblica_over.gif);
	background-repeat: no-repeat;
}

#header #menu li a.illustrazione {
	background-image: url(../images/menu_illustrazione.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 78px;
	display: block;
	text-indent: -3000px;	
}

#header #menu li a.illustrazione:hover {
	background-image: url(../images/menu_illustrazione_over.gif);
	background-repeat: no-repeat;
}

#header #menu li a.design {
	background-image: url(../images/menu_design.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 46px;
	display: block;
	text-indent: -3000px;	
}

#header #menu li a.design:hover {
	background-image: url(../images/menu_design_over.gif);
	background-repeat: no-repeat;
}

#header #menu li a.fumetto {
	background-image: url(../images/menu_fumetto.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 55px;
	display: block;
	text-indent: -3000px;	
}

#header #menu li a.fumetto:hover {
	background-image: url(../images/menu_fumetto_over.gif);
	background-repeat: no-repeat;

}

#header #menu li a.narrazione {
	background-image: url(../images/menu_narrazione.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 68px;
	display: block;
	text-indent: -3000px;	
}

#header #menu li a.narrazione:hover {
	background-image: url(../images/menu_narrazione_over.gif);
	background-repeat: no-repeat;
}

#header #menu li a.grafica {
	background-image: url(../images/menu_grafica.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 48px;
	display: block;
	text-indent: -3000px;	
}

#header #menu li a.grafica:hover {
	background-image: url(../images/menu_grafica_over.gif);
	background-repeat: no-repeat;
}

#header #menu li a.artiplastiche {
	background-image: url(../images/menu_artiplastiche.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 83px;
	display: block;
	text-indent: -3000px;	
}

#header #menu li a.artiplastiche:hover {
	background-image: url(../images/menu_artiplastiche_over.gif);
	background-repeat: no-repeat;	
}

#header #menu li a.fotografiadarte {
	background-image: url(../images/menu_fotografiadarte.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 99px;
	display: block;
	text-indent: -3000px;	
}

#header #menu li a.fotografiadarte:hover {
	background-image: url(../images/menu_fotografiadarte_over.gif);
	background-repeat: no-repeat;
}

#header #menu li a.reportage {
	background-image: url(../images/menu_reportage.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 63px;
	display: block;
	text-indent: -3000px;	
}

#header #menu li a.reportage:hover {
	background-image: url(../images/menu_reportage_over.gif);
	background-repeat: no-repeat;	
}

#header #menu li a.musica {
	background-image: url(../images/menu_musica.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 50px;
	display: block;
	text-indent: -3000px;	
}

#header #menu li a.musica:hover {
	background-image: url(../images/menu_musica_over.gif);
	background-repeat: no-repeat;	
}

#header #menu li a.spettacolo {
	background-image: url(../images/menu_spettacolo.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 60px;
	display: block;
	text-indent: -3000px;	
}

#header #menu li a.spettacolo:hover {
	background-image: url(../images/menu_spettacolo_over.gif);
	background-repeat: no-repeat;

}


#header_index {
	background-image:url(../images/header_sfondo_index.gif);
	height: 800px;
	position: relative;
	font-size:12px;
}

#header_index h1 {
	background-image: url(../images/header_logo_home.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 285px;
	position: relative;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 30px;
	left: 40px;
}

#header_index h1 a {
	text-indent: -3000px;
	display: block;
	height: 35px;
	width: 285px;

}
#header_index #submenu {
	width: 400px;
	list-style-type: none;
	position: absolute;
	left: 350px;
	top: 35px;
	height: 35px;
	margin: 0;
	padding: 0;
}

#header_index #submenu li {
	float: left;
	padding: 0 0 0 5px;
	width: 80px;
}

#header_index #submenu .lunga {
width:100px;
}

#header_index submenu a {
	display: block;
	width: 90px;
	font-weight:bold;
}



#mainContent {
	padding: 0 20px;
	overflow: hidden;
}

#mainContent #leftContent {
	float: left;
	width: 655px;
	position: relative;
	overflow: hidden;
}

#mainContent #Sidebar {
	width:300px;
	float:right;
	position: relative;
}

#mainContent #Sidebar p {
	font-size: 12px;
	margin-left: 20px;
	margin-right: 20px;
}

#mainContent #leftContent .boxfoto {
	width: 120px;
	height: 202px;
	margin-left: 38px;
	float: left;
	margin-right: 42px;
	margin-top: 65px;
	display: inline;
}
#mainContent #leftContent .boxfoto .foto {
	float: right;
}
#mainContent #leftContent .boxfoto .numero {
	float: left;
	width: 15px;
	font-size: 24px;
	font-weight: bold;
	color: #ADA193;
	text-align: right;
}

#mainContent #leftContent .boxfoto .foto a img {
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}

#mainContent #leftContent .boxfoto .foto a:hover img {
	border-bottom: 2px solid #E32431;
	border-right: 2px solid #E32431;
}



#mainContent #leftContent .boxfotobig {
	margin-left: 25px;
	float: left;
	margin-right: 100px;
	margin-top: 65px;
	display: inline;
}
#mainContent #leftContent .boxfotobig .foto {
	float: left;
}
#mainContent #leftContent .boxfotobig .numero {
	float: left;
	width: 29px;
	font-size: 24px;
	font-weight: bold;
	color: #ADA193;
	text-align: right;
}

#mainContent #leftContent .boxfotobig .foto a img {
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}

#mainContent #leftContent .boxfotobig .foto a:hover img {
	border-bottom: 2px solid #E32431;
	border-right: 2px solid #E32431;
}

#mainContent #leftContent p {
	margin-left: 70px;
	margin-right: 220px;
	margin-top: 50px;
}


#mainContent #leftContent #fotobio {
	width: 200px;
	height: 100px;
	position: absolute;
	top: 24px;
	right: 0px;
	text-align: right;
}

#mainContent #Sidebar h3 a {
	color: #E32431;
	font-weight: normal;
}

#mainContent #Sidebar h3 a:visited {
	color: #E32431;
}
#mainContent #Sidebar h3 a:hover {
	background-color:#E32431;
	color: #FFFFFF;
}


#header #back {
	width:150px;
	height:30px;
	color:#ADA193;
	position: absolute;
	right: 35px;
	bottom: 50px;
	font-size: 24px;
	text-align: right;

}
#mainContent #leftContent .boxfotobig .testofoto {
	clear: both;
	margin-left: 35px;
	padding-top: 10px;
}


#mainContent #Sidebar h1 {
	font-size: 24px;
	color: #E32431;
	margin-left: 20px;
}

#mainContent #Sidebar h2 {
	font-size: 16px;
	color: #E32431;
	margin-left: 20px;
	margin-top: -10px;
}

#mainContent #Sidebar h3 {
	font-size: 13px;
	color: #E32431;
	margin-left: 20px;
	margin-top: -10px;
}

#mainContent #Sidebar ol, ul {
	margin-bottom: 60px;
	font-size: 12px;
	color: #ADA193;
	font-weight: bold;
	clear: both;

}
#mainContent #Sidebar li {
	margin-bottom: 20px;
}


#footer {
	border-bottom:6px solid #ADA193;
	font-size: 11px;
	padding-left: 80px;
	padding-bottom: 30px;
	height: 50px;
	position: relative;
	margin-top:80px;
}

#footer #logoiceberg {
	background-image:url(../images/logo_iceberg_grigio.gif);
	height: 43px;
	background-repeat: no-repeat;
	float: left;
	width: 128px;
	position: absolute;
	bottom: 30px;
	right: 160px;
}
#footer #logocomune {

	height: 81px;

	float: left;
	width: 105px;
	position: absolute;
	right: 30px;
	bottom: 30px;
}

.clearfloat { /* questa classe deve essere inserita in un elemento div o break e deve essere l'elemento finale prima della chiusura di un contenitore che deve contenere per intero un elemento mobile */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent #leftContent p.mappa {
	margin-left: 55px;
}
#mainContent #indexContent {
	width: 1000px;
}

#header_index #logocomune {
	height: 69px;
	float: left;
	width: 100px;
	position: absolute;
	right: 90px;
	top: 5px;
}

#header_index #submenu a {
	color: #5B5B5B;
}
#header_index #submenu .home {
	color: #ffffff;
}
#header_index #menu_home {
	bottom: 250px;
	position: absolute;
	left: 40px;
}




#header_index #submenu a:hover {
	color: #ffffff;
}
#header_index #contenitore_news {
	position: absolute;
	top: 100px;
	left: 50px;
	width: 860px;
}
#header_index #contenitore_news .news strong {
	color: #ADA193;
}

#header_index #contenitore_news .news {
	width: 220px;
	float: left;
	margin-right: 10px;
}
#header_index #contenitore_news .newslunga {
	width: 320px;
	float: left;
	margin-right: 10px;
}

#header_index #contenitore_news .newslunga strong {
	color: #ADA193;
}
#mainContent #leftContent #collaboratori {
	width: 540px;
	margin-left: 35px;
	background-color: #ffffff;
	height: 580px;
	border: 1px solid #ADA193;
	margin-top: 30px;
}
#mainContent #leftContent #collaboratori .boxlogo .numero {
	float: left;
	width: 25px;
	font-size: 24px;
	font-weight: bold;
	color: #ADA193;
	text-align: right;

}
.oneColFixCtr #container #mainContent #leftContent #collaboratori .boxlogo {
	width: 230px;
	float: left;
	margin-right: 15px;
	margin-top: 20px;
	display: inline;
	margin-left: 20px;
	margin-bottom: 10px;
}


#mainContent #leftContent #collaboratori .boxlogo .logo {

}


#mainContent #leftContent #collaboratori .boxlogo .logo a img {
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}

#mainContent #leftContent #collaboratori .boxlogo .logo a:hover img {
	border-bottom: 2px solid #E32431;
	border-right: 2px solid #E32431;
}
#mainContent #leftContent .prog_giorno {
	font-size: 13px;
	color: #E32431;
	margin-bottom: 10px;
	margin-top: 30px;
}
#mainContent #leftContent .prog_testo {
	color: #000000;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 85px;
}
#mainContent #leftContent .prog_artisti {
	color:#ADA193;
	font-weight: bold;
}
#container #mainContent #leftContent .prog_disciplina {
	font-variant: small-caps;
}
#mainContent #leftContent a.artista  {
	color: #ADA193;
}

#mainContent #leftContent a:hover.artista  {
	color: #E32431;
}
#mainContent #Sidebar .collettivi {
	font-weight: normal;
}
#footer #facebook {
	height: 40px;
	width: 134px;
	position: absolute;
	top: 0px;
	left: 485px;
}

