@charset "utf-8";
/* CSS Document */

/* Global */

body {
	background-color:#E6E6E6;
	
	font-size:12px;
}

#wrapper-b {
	font-family:Verdana, Geneva, sans-serif; 
	/* font-family:"Trebuchet MS", Geneva, Verdana, sans-serif; */
}

#container {
	width:970px;
	margin-left:auto;
	margin-right:auto; 
}

#content-main {
	background-color:#E6E6E6;
	overflow:hidden;
	margin-bottom:5px;
}

.blue {
	color:#014488;
}

.red {
	color:#9A0000;
}

.grey {
	color:#666666;
}

.clear {
	clear:both;
}

/* Header */

#header {
	position:relative;
	height:170px;
	background-repeat:repeat-x;
	background-image:url(../images/header-bkg.jpg);
	background-position:bottom;
}
	
#header-first-col {
	float:left;
	width:420px;
	display:inline;

}

#header-second-col {
	float:left;
	width:364px;
	overflow:hidden;
	display:inline;

}

#header-third-col {
	float:left;
	width:186px;
	display:inline;

}

#logo {
	height:136px;
	margin-left:15px;
}
#logo img {
	margin-top:10px;	
}

#logo a {
	
}

#buttons-home img {

}

#coverflow {
	margin-left:10px;
}

#buttons-home {
	position:absolute;
	top:5px;
	right:5px;
	width:120px;
	text-align:center;
}

#ricerca {
	position:absolute;
	top:50px;
	margin-left:10px;
}

#english-button {
	position:absolute;
	top:140px;
	right:36px;
	
}

#language {
	position:absolute;
	top:90px;
	left:25px;
	
}

#english-button a:link, #english-button a:visited, #english-button a:active {
	text-decoration:none;
	color:#FFF;
	font-size:10px;
}

#english-button a:hover {
	text-decoration:underline;
	color:#FFF;
}

#language a:link, #language a:visited, #language a:active {
	text-decoration:none;
	color:#FFF;
	font-size:10px;
}

#language a:hover {
	text-decoration:underline;
	color:#FFF;
}

/* MENU SEZIONI */

#menu {
	width:700px;
	line-height:1.3;
	font-size:12px;
	font-weight:bold;
	margin-left:15px;
}

#language-tab {
	width:90px;
	position:absolute;
	right:10px;
	bottom:5px;
}

#menu ul, #language-tab ul {
	margin:0; 
	padding:4px 10px 0 0px;
	list-style:none;
}

#menu li, #language-tab li {
	display:inline;
	margin:0;
	padding:0;
}

#menu a, #language-tab a {
	display:block;
	background:url("../images/tableft3.gif") no-repeat left top;
	padding:0 0 0 4px;
	float:left;
	cursor:pointer;
	text-decoration:none;
}

#menu a span{
	float:left;
	display:block;
	background:url("../images/tabright3.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
}

#language-tab a span {
	float:left;
	display:block;
	background:url("../images/tabright3.gif") no-repeat right top;
	padding:5px 10px 4px 5px;
	color:#FFF;
}

#menu a:hover, #language-tab a:hover {
	background-position:0% -42px;
	color:#900;
}

#menu a:hover span, #language-tab a:hover span {
	background-position:100% -42px;	
	color:#014488;
}

#menu #current a, #language-tab .language-active a {
	color:#014488;
	background-position:0% -42px;
	text-decoration:none;
}

#menu #current a span {
	color:#014488;
	background-position:100% -42px;

}

#language-tab .language-active a span {
	color:#014488;
	background-position:100% -42px;
	margin-right:2px;
}




/* Week */

#week {
	position:relative;
	background-color:#DFDFDF;
	overflow:hidden;

}

#week-arrow-left {
	float:left;
	margin-left:3px;
}

#week-arrow-rigth {
	float:right;

}



.box-week {
	width:138px;
	float:left;
	color:#666;
	padding-top:10px;
	padding-bottom:10px;
	position:relative;
}
.box-week a {
	cursor:pointer;
}



.box-week .num-day {
	font-size:24px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-weight:bold;
	float:left;
	width:35px;
	margin-left:8px;
	margin-right:5px;
	text-align:right;
}

.box-week .num-day-rigth {
	float:left;
	padding:2px 4px 4px 0px;
}

.box-week .num-day-rigth .month {
	font-style:italic;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#999;
}

.box-week .num-day-rigth .day {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
}

/* EVENTI VISTA SETTIMANA */

.events-column {
	float:left;
	width:138px;
	height:auto;
}

.box-event {
	font-family:Tahoma, Geneva, sans-serif;
	height:200px;
	overflow:hidden;
}

.box-event-header {
	color:#FFF;
	font-weight:bold;
	text-align:center;
	font-size:10px;
	padding-top:4px;
	padding-bottom:4px;
	width:132px;
}

.box-event-image {
  float:left;
  background: url(shadowAlpha.png) no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right;
}

.box-event-image img {
  display: block;
  position: relative;
  background-color: #fff;
  margin: 0px 4px 5px -1px;
  padding: 2px;
}
 
.box-event-description {
	margin-left:3px;
	font-family:Verdana, Geneva, sans-serif;
}

.event-title, .item-title {
	font-weight:bold;
	font-size:11px;
	line-height:1.2;
	word-wrap:break-word;
}

.event-provincia, .item-provincia {
	font-size:10px;
	font-weight:bold;
	line-height:1.9;
}

.event-date, .item-date {
	font-size:10px;
	font-weight:normal;
	font-family:Tahoma, Geneva, sans-serif;
}

#eventsOfDayRow {
	display:block;
	height:25px;
}

.eventsOfDayLink, .eventOfWeekLink {
	float:left;
	width:134px;
	background-color:#CCC;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
	font-size:9px;
	line-height:20px;
	font-weight:500;
	margin-left:2px;
	margin-right:2px;
}

.eventsOfDayLink:hover, .eventOfWeekLink:hover {
	background-color:#900;
	color:#FFF;
}



/* Visualizzazione giorno */

#day_header {
	background-color:#C1CAD7;
	width:100%;
	height:40px;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.day_mese {
	float:left;
	font-size:22px;
	font-weight:bold;
	margin-left:10px;
	margin-top:7px;
}

.day_ita {
	font-size:22px;
	float:left;
	font-weight:bold;
	margin-left:20px;
	margin-top:7px;
}

.day_number {
	float:left;
	font-size:32px;
	font-weight:bold;
	margin-top:2px;
	margin-left:10px;
}



/* Visualizzazione mese */

h1.month-header {
	background-color:#C1CAD7;
	color:#FFF;
	padding-left:10px;
	display:block;
	font-size:22px;
	font-family:Georgia,"Times New Roman",Times,serif;
	line-height:2;
}

.month-box-week {
	width:194px;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
	padding-top:5px;
	padding-bottom:5px;

}

.month-events-column {
	float:left;
	width:194px;
}

.month-box-event {
	height:120px;
	font-family:Tahoma, Geneva, sans-serif;
	width:194px;
}

.month-start-week {
	font-size:10px;
	font-style:italic;
	margin-left:30px;

}

.month-last-week {
	font-size:10px;
	font-style:italic;
	margin-left:20px;

	
}

.month-num-day {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:20px;
	font-weight:bold;
	font-style:normal;
}

#month-arrow-rigth {
	float:right;
	margin-top:-40px;
}
#month-arrow-left {
	float:left;
}



/* NAVBAR */

#navbar {
	background-image:url("../images/new_menu_sfondo.jpg");
	background-repeat:repeat-x;
	overflow:hidden;
	height:40px;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	padding-left:15px;
}

#navbar li {
	display:inline;
	text-align:center;
}

#navbar a {
	display:block;
	cursor:pointer;
	margin-right:30px;
	float:left;
	margin-top:10px;
	min-width:70px;
	text-align:center;
}

#navbar a:link, #navbar a:active, #navbar a:visited {
	color:#383838;
	text-decoration:none;
}

#navbar a:hover {
	color:#FFF;
	text-decoration:none;
}

#navbar .current a:link, #navbar .current a:active, #navbar .current a:visited {
	color:#FFF;
	text-decoration:none;
}

#navbar .current a {
	background-image:url(../images/navbar-left.jpg);
	cursor:pointer;
	display:block;
	background-repeat:no-repeat;
	background-position:left top;
	float:left;
	padding:0px 0px 0 8px;
	margin-right:30px;
	margin-top:0px;
	text-align:center;
}
#navbar .current a span {
	background-image:url(../images/navbar-right.jpg);
	display:block;
	background-repeat:no-repeat;
	background-position:right top;
	float:left;
	padding:10px 13px 10px 5px;
	min-width:70px;
	
}

#sub-menu {
	background-color:#DFDFDF;
	height:30px;
	overflow:hidden;
	font-size:11px;
	font-weight:bold;
}

#sub-menu li {
	display:inline;
}

#sub-menu a {
	float:left;
	height:20px;
	text-align:center;
	margin-top:10px;
	margin-left:20px;
	margin-right:20px;
	cursor:pointer;
	display:inline;
}

#sub-menu a span {
	display:block;
	float:left;
}

#sub-menu .current a {
	float:left;
	height:20px;
	text-align:center;
	margin-top:6px;
	margin-left:20px;
	margin-right:20px;
	cursor:pointer;
	background-image:url(../images/sub-nav-left.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding:0px 0px 0 8px;
}

#sub-menu .current a span {
	display:block;
	float:left;
	background-image:url(../images/sub-nav-right.gif);
	background-repeat:no-repeat;
	background-position:right top;
	padding:4px 10px 5px 5px;
}


/* FINE NAVBAR */



.content-header-separator {
	background-color:#E6E6E6;
	color:#369;
	display:block;
	margin-left:10px;
	line-height:3;
	font-size:13px;
	font-weight:bold;
	height:40px;
}

.item-box {
	font-family:Tahoma, Geneva, sans-serif;
	width:314px;
	float:left;
	background-color:#FFF;
	background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  	background: url(../images/shadow.gif) no-repeat bottom right;
	margin: 6px 0 0 4px !important;
  	margin: 6px 0 0 0px;
	height:98px;
	padding-bottom:5px;
	padding-right:5px;
	height:100px;
}

.item-box-bkg {
	background-color:#EFEFEF; 
	overflow:hidden; 
	height:99%; 
	width:99%;
	
}

.item-box-header {
	background-color:#036;
	color:#FFF;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	padding-bottom:5px;
	padding-top:5px;
	text-align:center;
	margin-bottom:1px;
}

.item-box-image {
	margin:2px;
	float:left;
}

.item-box-description {
	float:left;
	margin-left:5px;
	margin-top:5px;
	width:164px;
}

/* RASSEGNE */

#evidenza {
	display:block;
	width:970px;
}

/* FOOTER */

#footer {
	background-color:#014586;
	font-size:10px;
	text-align:left;
	font-size:9px;
	color:#FFF;
	overflow: hidden;
	width: 970px;
}

#footer-loghi {
	background-color:#014586;
	margin-left:20px;
	margin-top:10px;
	height:70px;
}

#footer-loghi img {
	float:left;
}

.footer-loghi-text {
	float:left; 
	margin-left:10px;
	width:120px;
}

#footer-sitemap {
	background-color:#014586;
	margin-top:30px;
	margin-left:25px;
	width:717px;
	float:left;
	display:inline;
}

#footer-sitemap-right {
	width:220px;
	float:right;
}

#footer p {
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}

#footer a:link, #footer a:active, #footer a:visited {
	text-decoration:none;
	color:#FFF;
}

#footer a:hover {
	text-decoration:underline;
	color:#FFF;
}

.footer-main {
	/*border: #000000 1px solid;*/
	clear: both;
	margin-bottom:10px;
	overflow: hidden;
	text-align:left;
}
		
.footer-item { 
	/*border: #000000 1px solid;*/
	float: left; 
	margin: 0px 10px 0px 0px;
	text-align:left;
	display:inline;
	width:110px;
}
#footer li {
	list-style: none;
	}
#footer #numero-verde {
	background-image:url("../images/tab-numero-verde.jpg");
	height:56px;
}

#footer #numero-verde-grey {
	background-image:url("../images/tab-numero-verde-grey.jpg");
	height:56px;
}

#footer #numero-verde-grey-dark {
	background-image:url("../images/tab-numero-verde-grey-dark.jpg");
	height:56px;
}
/* links */

.box-event a:link, .box-event a:visited, .box-event a:active, .box-event a:hover,
.item-box a:link, .item-box a:visited, .item-box a:active, .item-box a:hover,
.media-box a:link, .media-box a:visited, .media-box a:active, .media-box a:hover {
	color:#A50002;
}

.month-box-event a:link, .month-box-event a:visited, .month-box-event a:active, .month-box-event a:hover {
	color:#A50002;
}

a:link, a:visited, a:active {
	color:#014587;
	text-decoration:none;
}

a:active, a:hover {
	text-decoration:underline;
}

a:link.monthview, a:visited.monthview, a:link.dayview {
	color:#666;
	text-decoration:none;
}

a:hover.monthview {
	color:#999;
	text-decoration:none;
}


a:hover.dayview {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

a:visited.dayview {
	color:#666;
	text-decoration:none;
}

a:active.dayview, a:hover.dayview {
	text-decoration:none;
}


a:link.link_filter, a:visited.link_filter {
	text-decoration:none;
	color:#FFF;
	cursor:pointer;
}


a:hover.link_filter {
	color:#FFF;
	text-decoration:underline;
}

a:link.tutti_filter, a:visited.tutti_fitler {
	color:#036;
	text-decoration:none;
}

a:hover.tutti_filter {
	color:#036;
	text-decoration:underline;
}


a:link.prov_filter, a:visited.prov_filter {
	text-decoration:none;
	color:#FFF;
}

a:hover.prov_filter {
	color:#FFF;
	text-decoration:underline;
}

a:link.itilink, a:hover.itilink, a:visited.itilink {
	text-decoration:none;
	color:#666;
}
a:link.evidenza-link, a:visited.evidenza-link, a:active.evidenza-link {
	color:#9A0000;
	text-decoration:none;
}

a:hover.evidenza-link {
	text-decoration:underline;
}
 /* MENU SEZIONE */


#navbar .box-menu-item a:link, #navbar .box-menu-item a:visited {
	color:#383838;	
}

#navbar .box-menu-item a:hover { 
	color:#FFF;
}
	
#menu a:hover {
	color:#014488;
}

#week a:link, #week a:visited, #week a:active {
	color:#666666;
	text-decoration:none;
}

#week a:hover {
	color:#999999;
	text-decoration:none;
}

.dp-choose-date {
	background-image:url("../images/calendar.png");
	background-position:top left;
	display:block;
	float:left;
	height:16px;
	margin:12px 5px 0;
	overflow:hidden;
	padding:0;
	text-indent:-2000px;
	width:16px;
}

.print-link {
	float:right;
	font-size:10px;
}

.print-link a {
	margin-left:5px;
}

/* ACCESSIBILITY */

 .hide {
 	width:0px;
	height:0px;
	position:absolute;
	top:auto;
	left:-9999px;	
 }
 
 /* RSS */

.rss-list {
  	margin-left:40px;
	margin-top:50px;
	list-style-image:url("../images/rss_icon.gif");
	list-style-position:inside;
}
  
.rss-list li {
	margin-bottom:10px;
}

.rss-list li a {
	display:inline;
	margin-top:-5px;
	
}

/* APPLICATIVO MUSEI */

#appContainer {
	width:970px;
	height:620px;
	margin-bottom:10px;
	margin-top:10px;
	
}
