@charset "utf-8";
/* CSS Document */
html, body {
	height:100%; /* needed for container min-height */
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background: url(/img/body-bg.jpg) left top;
	color: #686868;

}
img{border:0;}
.hide{display: none;}
.clear{clear: both;}
.justify{text-align: justify;}
.italic{font-style: italic;}

#centrato {
	width: 812px;
	background: #ffffff url(/img/body-bg.jpg) 147px top repeat-y;
	position:relative;
	margin:auto;

	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

.float-left{
	float: left;
	background-color: #ffffff;
}

a, a:visited{
	color: #000000;
	text-decoration: underline;
}
a:hover{
	color: #98c000;
}

.border-line{
	background: url(/img/body-bg.jpg) left top repeat-y;
	padding-left: 25px;
}

.evento-abstract-nome{
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
}
.evento-abstract-sottotitolo{
	/*text-transform: uppercase;*/
	margin:8px 0 15px 0;
}

.evento-abstract-text{
	margin:15px 0 15px 0;
	line-height: 15px;
	padding-right: 10px;
	text-align: justify;
}

.titoletto{
	font-weight: bold;
	color: #98c000;
}

a.read-more, a.read-more:visited{
	color: #99CC00;
	font-size: 16px;
	font-weight: bold;
}
/* --------------------------------HEADER----------------------------------------- */

#header {
	margin:0;
	height: 169px;
}
#logo a{
	position: absolute;
	background: url(/img/yoruba.gif) left top no-repeat;
	background: url(/img/logo.gif) left top no-repeat;
	width: 248px;
	height: 167px;
	margin-top: 2px;
}

.slogan{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	height: 71px;
	margin-left: 147px;
	padding-top: 98px;
}


#main {
	width:100%;
}

/* ---------------------------------COLONNA SX---------------------------------------- */

#colSx {
	width:152px;
	width:147px;
	/*height:550px;*/
	float:left;
}

#colSx ul{
	list-style: none;
	text-align: right;
/*
padding-left: 0;
	margin-top: 25px;
*/
 padding: 0;
 margin: 25px 0 0 0;

}
#colSx ul li{
	line-height: 28px;
}
#colSx ul li a, #colSx ul li a.visited{
	text-decoration: none;
	color: #686868;
	font-size: 15px;
}

#colSx ul li a:hover{
	font-weight: bold;
	color: #000000;
}
a.menu-selected{
	font-weight: bold;
	color: #000000 !important;
}


/* ------------------------------CONTENUTO CENTRALE----------------------------------- */

#content {
	width:528px;
	padding-top: 100px;
	width: 255px;
	width: 240px;

	float:left;
/*
	margin-left:2px;
	padding:10px 15px 70px 10px;
*/
	margin-left: 25px;
}

.eventi #content{
	width: 255px;
}

#content ul, #artisti-list{
	margin: 0;
	margin-left: 18px;
	padding: 0;
	padding-left: 18px;
	list-style: none;
	border-left: 1px dashed;
}
#content li{
	margin-bottom: 15px;
}

#content li a{
	text-decoration: none;
	color: #686868;
}

#content ul li a:hover, #content ul li.selected a, #content ul li a span, .silverheader{
	color: #98c000;
}

li.submenu-selected {
	border-bottom: 1px dashed #99CC00;
}
li.submenu-selected a div{
	color: #98c000;
}

.evento-data, .evento-luogo{
	/*font-size: 10px;*/
}
.evento-data{
	text-transform: uppercase;
}
.evento-nome{
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

/* -----------------------------------COLONNA DX-------------------------------------- */

#colDx {
	width:145px;
	width:395px;
	float:left;
	color: #000000;
	font-size: 14px;
}
.eventi #colDx{
	width: 385px;
	overflow:visible;
}
.approfondimento #colDx{
	width: 640px;
	margin-left: 25px;
}
.approfondimento-container{
	margin-left: 18px;
	padding: 5px 0 5px 5px;
}

/* ----------------------------------FOOTER----------------------------------------- */

#footer {
	position:absolute;
	width:554px;
	bottom:0;
/*	padding:0px 140px 10px 153px;*/
}

#footer .footer-msg{
	width: 147px;
	text-align: right;
}

#footer img{
	position: absolute;
	bottom: 0;
	margin-left: -20px;
}









#artisti-list ul{
border: 0;
margin:0;
padding:0;
}

#artisti-list li{
margin-bottom: 8px;
}
.silverheader{
margin-bottom: 10px;
}

p.popup{
	border: 0;
}
a.thickbox{
visibility: visible;
}

#colDx h1{
margin-top: 200px;
}