body,td,th, select,input {
	color: #000000;
	font-family:   Arial, Verdana;
}
img{ border:0;}
a:link, a:visited{
	color:#3a81e6;
}
a:hover{
	color:blue;
}

.clear{ clear: both; }

#main #banner #menu {
	font-size: 14px;
	color: #CCCCCC;
	margin-left: 300px;
	height: 150px;
	padding-top: 70px;
}
#main #banner #menu a:link, #main #banner #menu a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(immagini/bckbody.jpg);
	background-repeat: repeat-x;
	text-align: center;
	
	font-size: 12px;
	color: #333333;
}
#main #banner {
	background-image: url(immagini/banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 150px;
	width: 960px;
}
#main #singlecol{
	width:960px;
	margin-top:15px;
	text-align:left;
}
#main #leftcol {
	float: left;
	width: 600px;
	margin-top: 15px;
	text-align: left;
}
#main {
	width: 960px;
	margin: auto;
}
#main #rightcol {
	float: right;
	width: 300px;
	background-image: url(immagini/rightcol_bck.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin-top: 15px;
	padding-left: 15px;
	text-align: justify;
}
#main img.title {
	margin-top: 10px;
	margin-bottom: 10px;
}
#main #rightcol #form1 {
	margin: 0px;
	padding: 0px;
}
#main #rightcol ul{
	list-style:none;
	margin:0;
	padding:0;
}
#main #banner #menu a:hover {
	color: #FFFFFF;
	background-image: url(immagini/menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#main #banner #menu a {
	padding-left: 13px;
}
#footer {
	margin-top: 25px;
	background-image: url(immagini/footer_bck.gif);
	background-repeat: repeat-x;
	padding-top: 30px;
	clear: both;
}

#footer a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

/* PAGINA ARTISTI */

.boxartista span.tipologia {
	font-size: 14px;
	font-weight: normal;
	color: #FF0000;
}

li a.currenttipologia {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.boxartista .nome {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	padding-top: 15px;
}
.descrizione {
	font-size: 16px;
	line-height: 22px;
	text-align: justify;
}


.boxartista .tool {
	text-align: right;
	font-size: 16px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0px;
}
.boxartista .tool a{
	color:black;
	text-decoration:none;
	background: url('/immagini/left_arrow.png') left center no-repeat;
	padding-left:20px;
}
.boxartista .tool a:hover{
	text-decoration:underline;
}

.boxartista .nome2 {
	font-size: 14px;
	color: #999999;
	padding-bottom: 10px;
}

.boxartista {
	height: 300px;
	width: 525px;
	padding-bottom: 20px;
  background: url('/immagini/sep_artisti.gif') no-repeat center bottom;
}
a.immagine div{
	padding:4px;
	border:1px solid #CCCCCC;
	
}
a.immagine:hover div{
	padding:0;
	background:red;
	border:5px solid red;
}
li a.tipologia {
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
img.riquadro {
	padding: 4px;
	border: 1px solid #CCCCCC;
}
h2.datoartista {
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	margin-top:10px;
}
.nome2 {
	font-size: 16px;
	color: #999999;
	padding-bottom: 10px;
}
.nome {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	padding-top: 15px;
}

/* PAGINE DETTAGLIO ARTISTA */

span.titolodato{
  font-size:16px;
  font-weight:bold;
  color: #333;
  margin-top:10px;
}

span.dato{
  font-size:13px;
  color:#666;
}

p.goback{
  margin-left: 5px;
}

/* eventi-list */
ul.eventi-list{
  border-top:1px dotted #ccc;
  list-style:none;
  margin:0;
  padding:0;
}
  ul.eventi-list li{
    border-bottom:1px dotted #ccc;
    padding:5px 2px;
    display:block;

  }
  ul.eventi-list li > div > div.meta-data{
    display:block;
    float:left;
    width:80px;
    line-height:16px;
  }
  ul.eventi-list li > div > div.meta-titolo{
    background-color:#a9aaa9;
    color:#fff;
    display:block;
    float:left;
    padding:3px 6px;
    width:460px;
    -moz-border-radius:5px;
  }


