body {
	font-size: 0.8em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	margin-left: 20px;
}
h1, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
}
h2 {
	color:#666;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}

hr {
border: 0;
color: #666;
background-color: #666;
height: 1px;
width: 100%;
text-align: left;
}

#wrapper {
	width: 900px;
}
#header {
	margin: 20px 0px 30px 0px ;
}
#header img {
	border: 0px;
}

#left {
	float: left;
	width: 220px;
}
#content {
	width: 630px;
	margin-left: 230px;
	margin-bottom: 10px;
}

#footer {
	width: 635px;
	margin-left: 230px;
	text-align: center;
	font-size: 0.7em;
	color:#999;
}
#info {
	font-size:0.8em;
	margin-left: 12px; padding: 3px 12px 5px 0px;
	text-align: justify;
}
.dottedbottom {
   border-bottom:1px dotted #999;
}
.caption { 
	font-size:0.8em;
	color: #333;
}

/* .imgrow {
	text-align:center;
} */
.imgrow img {
	margin: 1px;
}
#noborder {
	border: 0px;
}



/* Rounded borders */

.b1h, .b2h, .b3h, .b4h, .b2bh, .b3bh, .b4bh {
	font-size:1px; overflow:hidden; display:block;
}
.b1h {
	height:1px; background:#999; margin:0 5px;
}
.b2h, .b2bh {
	height:1px; background:#fff; border-right:2px solid #999; border-left:2px solid #999; margin:0 3px;
}
.b3h, .b3bh {
	height:1px; background:#fff; border-right:1px solid #999; border-left:1px solid #999; margin:0 2px;
}
.b4h, .b4bh {
	height:2px; background:#fff; border-right:1px solid #999; border-left:1px solid #999; margin:0 1px;
}
.b2bh, .b3bh, .b4bh {
	background: #fff;
}
.headh {
	background: #fff; border-right:1px solid #999; border-left:1px solid #999;
}
.headh h1, h2 {
	
	margin: 0px 10px 0px 12px; padding:5px 0px 3px 0px;
	
}
.headh h3 {
	margin: 0px 10px 0px 12px; padding:5px 0px 3px 0px;
	border-bottom:1px dotted #999;
}
.contenth {
	background: #fff; border-right:1px solid #999; border-left:1px solid #999;
}
.contenth div {
	margin-left: 12px; padding: 3px 12px 5px 0px;
	text-align: justify;
}
.contenth img {
	border: 0px;
	padding: 0px 1px 1px 0px;
}

a[class ="readmore"] {
   font-size:0.8em;
   color:#666;
   text-decoration:none;
   border-bottom:1px dotted #666;
   padding-right: 16px;
   background: transparent url(../images/link_internal.png) no-repeat center right;
}
a:hover[class ="readmore"] {
   color:#999;
   border-bottom:1px dotted #999;
 
}
a[class ="internal"] {
	color: #333;
   text-decoration:none;
   border-bottom:1px dotted #333;
   padding-right: 16px;
   background: transparent url(../images/link_internal.png) no-repeat center right;
}
a:hover[class ="internal"] {
   color:#999;
   border-bottom:1px dotted #999;
 
}

a[class ="ext"] {
	color: #333;
   text-decoration:none;
   border-bottom:1px dotted #333;
   padding-right: 16px;
   background: transparent url(../images/link_internal.png) no-repeat center right;
}
a:hover[class ="ext"] {
   color:#999;
   border-bottom:1px dotted #999;
 
}
a {
   color: #333;
   text-decoration:none;
}
a:hover {
   color:#999;
}


/*   MENU   */

body#news a#navnews,
body#about a#navabout,
body#res a#navres,
body#ex a#navex,
body#cfl a#navcfl,
body#links a#navlinks,
body#contact a#navcontact {

color: #000;
font-weight:bold;
cursor:default;

}


#nav, #nav ul { /* all lists */
list-style: none;
margin: 0;
padding: 0;
border: none;
width : 230px;
background-color:#FFFFFF; /* Background color between the grey dashed lines */
}

#nav li { /* all list items */
position : relative;
float : left;
line-height : 1.5em;
width: 208px;
}

#nav li ul { /* second-level lists */
font-size:0.9em;
position : absolute;
left: -999em;
margin-left : 212px; /* Moves sub menus right or left. Larger # moves right */
margin-top : -22px; /* Moves sub menu up or down. bigger -# higher it goes*/
border: 1px solid #CCCCCC;
padding:6px;
}

#nav li ul ul { /* third-and-above-level lists */
left: -999em;
}

#nav li a {
display: block;
padding: 3px 0px 2px 4px;
text-decoration: none;
color: #666;
width:208px;
background-color: #FFFFFF; /* Background color of the entire menu */
border-bottom: 1px dotted #666;
}

#nav li a:hover {
color : black; /* Color of rollover font */
/*background-color : #333; /* Background color of rollover link */
border-bottom: 1px dotted #666;
}

a[class ="menumore"] {
   background: transparent url(../images/link_internal.png) no-repeat center right;
}


#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
left: auto;
}

/* SPONSORS */

#sponsors {
font-size:0.8em;
line-height : 1.5em;
color: #666;
padding: 160px 0 0 4px;

}

ul#sponsors { /* all lists */
list-style: none;
margin: 20px 0;
padding: 0;
width : 230px;
background-color: #fff; /* Background color between the grey dashed lines */
}

li#sponsors { /* all list items */
padding: 2px 0px 2px 4px;
float : left;
width: 208px;
}
#sponsors li a img {
	border: 0;
	padding: 2px 0px 2px 4px;
}

.cssform p{
	clear: left;
	margin: 0;
	padding: 1px 0 8px 0;
	padding-left: 100px; /*width of left column containing the label elements*/
}

.cssform label{
	float:left;
	margin-left: -100px; /*width of left column*/
	width: 90px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
	border: 1px solid #666;
}

.cssform textarea{
	width: 300px;
	height: 150px;
}

/* Peppe´s CSS */
h3#extra {
   		font:bold 2em/1.6 verdana, arial, sans-serif;
   		text-transform: uppercase;
   }
h3#extra2 {
   		font: 2em/0 georgia,"times new roman",serif;
   }

.contentborder {
    	width: 628px;
    	border: 1px solid #999;
    	background: url(/2010/vanoni/images/star.png) no-repeat right top;
    	-webkit-border-radius: 8px;
		-webkit-border-top-left-radius: 0;
		-moz-border-radius: 8px;
		-moz-border-radius-topleft: 0;
		border-radius: 8px;
		border-top-left-radius: 0;
		margin-bottom: 20px;
    }
#live {
    	display: block;
    	background-color: yellow;
    	width: 200px;
    	height: 40px;
    	font: 2em georgia,"times new roman",serif;
    	padding: 20px 0 0 20px;
    	margin-top: 0;
    }
#artistname {
    	font:bold 4.4em/1 verdana, arial, sans-serif;
    	margin: 0;
    	padding:10px;
    	text-transform: uppercase;
    	letter-spacing: 0.2em;
    	margin-bottom: 20px;
    }
#plPadding {
   		padding: 10px;
   }
   
#footerlogo {
   		text-align: right;
   		padding: 10px;
   }


