@charset "UTF-8";
/* CSS Document */

#title{
	text-align: center;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: bold;
	color: #2c2c2c;
	margin-top: 60px;
}

#contenuto, #contenuto2{
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 50px;
	background: #fff url(../img/index_back.png) no-repeat;
	border: 1.5px solid #b5b5b5;
	text-align: justify;
	font-size: 10px;
	display: block;
	position: relative;
}

#contenuto2{
	margin-top: 70px;
}

#contenuto h2{
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	color: #2c2c2c;
	margin-left: 10px;
	margin-top: 20px;
	text-transform: uppercase;		
}

#contenuto2 h2{
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	color: #2c2c2c;
	margin-left: 10px;
	text-transform: uppercase;		
}

#contenuto h3{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #0090ff;
	margin-left: 10px;
	text-transform: uppercase;		
}

#contenuto img.ribbon, #contenuto2 img.ribbon {  
	position:absolute;  
	top:-9px; 
	right:-10px; 
	z-index: 10; 
	//display:none;	/*--Tolgo la visualizzazione del Ribbon per IE6-7 poich genera un errore--*/
} 

#contenuto img.freccia, #contenuto2 img.freccia {  
	position:absolute;  
	bottom:40px; 
	right:40px; 
	z-index: 10; 
	//display:none;	/*--Tolgo la visualizzazione del Ribbon per IE6-7 poich genera un errore--*/
}

#week_description a{
	text-decoration: none;
	color: #dadada;
}

#week_description h1:hover{
	text-decoration: underline;
	color: #1d8de7;
}

#week_description h1{
	margin: 10px;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	color: #2c2c2c;
}

#week_description p{
	padding-right: 20px;
	font-size: 12px;
	line-height: 23px;
}

#shadow{
	border: 0;
}


/*--Archivio Carte--*/
ul.gallery {
	width: 100%; /*--Adjust width according to your scenario--*/
	list-style: none;
	margin: 0; padding: 0;
}

ul.gallery li {
	float: left;
	position: relative;
	z-index: 10;
	margin: 10px; padding: 0;
	text-align: center;
	border: 1px solid #b5b5b5;
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}
ul.gallery li a.thumb {
	width: 110px; /*--Width of image--*/
	height: 90px; /*--Height of image--*/
	padding: 5px;
	background: #fff;
	cursor: pointer;
}
ul.gallery li span.gal { /*--Used to crop image--*/
	width: 110px;
	height: 90px;
	overflow: hidden;
	display: block;
}
ul.gallery li a.thumb:hover {
	background: #0090ff; /*--Hover effect for browser with js turned off--*/
}
ul.gallery li h2 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0; padding: 10px;
	background: #fff;
	border-top: 1px solid #666; /*--Subtle bevel effect--*/
}
ul.gallery li a {text-decoration: none; color: #777; display: block;}


/*--Carta della Settimana--*/
ul.week_gallery {
	float: left;
	width: 265px; /*--Adjust width according to your scenario--*/
	list-style: none;
	margin: 0;
	margin-right: 20px;
	padding: 0;
}

ul.week_gallery li {
	float: left;
	position: relative;
	z-index: 10;
	margin: 10px;
	padding: 0;
	text-align: center;
	border: 1px solid #b5b5b5;
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}

ul.week_gallery li a.week_thumb {
	width: 230px;
	height: 200px;
	padding: 10px;
	background: #fff;
	cursor: pointer;
}

ul.week_gallery li a.week_thumb:hover{
	background: #0090ff;
}

ul.week_gallery li a {text-decoration: none; color: #777; display: block;}


/*--ToolTip--*/
#tt {
	position:absolute;
	z-index: 25;
	display:block;
	background:#0090ff;
	background:url(../img/tt_left.png) top left no-repeat;
}

#tttop {
	display:block;
	height:5px;
	margin-left:5px;
	background:#0090ff;
	background:url(../img/tt_top.png) top right no-repeat;
	overflow:hidden;
}

#ttcont {
	display:block;
	padding:2px 15px 3px 7px;
	margin-left:5px;
	background:#0090ff;
	color:#000;
	background:url(../img/tt_center.png) bottom right repeat-y;
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}

#ttbot {
	display:block;
	height:5px; 
	margin-left:5px;
	background:#0090ff;
	background:url(../img/tt_bottom.png) bottom right no-repeat;
	overflow:hidden;
}
