
/* ================================ Global ================================*/

* {
	margin:0;
	padding:0;
	}
	
html, body, form, fieldset {
	margin: 0;
	padding: 0;
        font-family:Arial, Helvetica, sans-serif;
        line-height:18px;
        font-size:12px;
}


body#background{
	font: 12px/17px Arial, Helvetica, sans-serif;
	color: #505050; 	
	letter-spacing: 0.5px;
	background: #ffffff url(../images/header_bg.jpg) top repeat-x; 
	text-align: left;
}

/* Normal link */
a:link, a:visited {
	color: #0033FF;
	text-decoration:none;
}

a:hover{
	color: #0033FF;
	text-decoration:none;
}

a img {
	border: none;
	text-decoration: none;
}

table.blog {
	border-collapse:collapse;
	margin:0 0 15px;
	padding:0;
	width: 330px;
}

/* Headers */
h1, h2, h3, h4 {
	font: bold 1em/1.5em Verdana,Geneva,Kalimati,sans-serif;
	color: #a78800;
	padding: 5px 0px;	 
}
h1 { font-size: 150%; font-weight: normal; }
h2 { font-size: 175%; font-weight: bold; }
h4 { font-size: 175%; }

/* Lists */
ul, ol {
	margin: 10px 0 10px 20px;
	padding: 0 2px; 
}

ul { list-style: disc; }
ul ul {list-style: circle; }
ol { list-style: decimal; }

p{
	margin-bottom: 10px;
}


/* Images */
img {
	background: #F6F6F6;
    border: 1px solid #CCC;
	padding: 5px;
	margin: inherit;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
} 

.wrapper{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

/* ================================ Layout ================================*/

/* --- Header --- */

#header_layer{
	background: url(../images/header_layer.jpg) top no-repeat;
	height:240px;
}

#header{
	width: 930px;
	padding: 5px 5px 10px 15px;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	overflow: hidden;

}

#logo{
	width: 180px;
	padding-left: 120px;
	display: inline;
	float: left;
	overflow: hidden;
}

#logo-text, #logo-text h1, #logo-text a:link, #logo-text a:visited{
	font: 50px Verdana,Geneva,Kalimati,sans-serif;
	letter-spacing: -2px;
	color: #666;
}

#logo-text a:hover{
	text-decoration: none;
	color: #000;
}

#headermodule{
        position: relative;
	margin-right: 10px;
	margin-left:525px;
        top:10px;
}


/* --- Top1 --- */
#top1{
	width: 940px;
	padding: 0px 5px;
	overflow: hidden;

}

#navbar{
	width: 900px;
	height: 26px; 

}

#nav{
	width: 700px;
	display: inline;
	float: left;
	overflow: hidden;
}


#nav ul { margin: 0px 0px 0px 11px; padding: 0; width: auto; float: left; list-style-type:none; }
#nav ul li{ margin: 0; padding: 0; height: 45px; float: left; position: relative; }
#nav ul li a{ color: #FFFFFF; font-weight: bold; text-decoration: none; padding: 17px 10px 0px 10px; height:36px; display: block; float: left; }
#nav ul li a:hover{ background-color: #444444; text-decoration: none; font-weight: bold; color: #fff; }
#nav ul li ul ul { margin: -51px 0 0 11em; }
#nav ul li li { width:auto; height: 35px; }
#nav ul li li a { color: #000000; text-transform: none; display: block; background: none; width: 277px; border-top: 1px solid #DDDDDD; border-left: 0px; padding: 9px 10px 6px 10px; height:20px; }
#nav ul li li a:hover{ background: none; background-color: #333333; left: 0; width: 277px; padding: 9px 10px 6px 10px; height:20px; border-top: 1px solid #DDDDDD; }
#nav ul li ul { left: -999em; top: 53px; left: 0; display: block; height: 36px; width: 277px; position: absolute; z-index: 99; left: -999em; clear: left; margin-top: 0px; margin-left: 0px; }
#nav ul li:hover ul ul, #topnav ul li:hover ul ul ul { left: -999em; }
#nav ul li:hover ul, #topnav ul li li:hover ul, #topnav ul li li li:hover ul { left: auto; }


#searchbox{
	width: 200px;
	display: inline;
	float: right;
	background: transparent url(../images/loupe.gif) no-repeat right center;
	overflow: hidden;
	text-align: right;
	margin-top: 15px;
}
	
/* --- Newsflash --- */
#newsflash{
	width: 410px;
	padding: 0px 500px;
	overflow: hidden;
	height: 155px;
}

#newsflashinside{
	overflow: hidden;
	padding: 10px;
	margin: 0 0 5px 0;
	line-height:1.3em;

}

/* --- Top3 --- */
#top3{
	width: 940px;
	padding: 0px 5px;
	overflow: hidden;
}

#top3inside{
	width: 940px;
	margin: 0 0 10px 0;
}

.quick{
	width: 235px;
	background: #FFF;
	float: left;
	overflow: hidden;
}

.quickmod1{
	border-top: 8px solid #777;
	padding: 5px;
}

.quickmod1:hover{
	background: #CCC;
}

.quickmod2{
	border-top: 8px solid #333;
	padding: 5px;
}

.quickmod2:hover{
	background: #999;
}

.quickmod3{
	border-top: 8px solid #555;
	padding: 5px;
}

.quickmod3:hover{
	background: #BBB;
}

.quickmod4{
	border-top: 8px solid #888;
	padding: 5px;
}

.quickmod4:hover{
	background: #EEE;
}

/* --- Top4 --- */
#contentcontainer{
	width: 940px;
	padding: 0px 5px;
	overflow: hidden;
	background: #FFF;
        margin-top:-25px;
        
}

#contentinside{
	width: 940px;
	background: #EAEAEA;
	margin: 50px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	overflow: hidden;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#contentleft{
	width: 740px;
	float: left;
	padding: 0px 10px;
	position: relative;
}

.contentleft, .contentleftbottom{
	width: 720px;
	margin: 0px 0px 10px 0px;
	background: #FFF;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.contentleft div, contentleft div.breadcrumb{
	margin: 0 0 5px 0;
	width: 710px;
}

.contentleftmenu{
	width: 190px;
	background: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
	padding: 5px;
	float:left;
}

#contentright{
	width: 170px;
	float: left;
	padding: 0px 10px 0px 0px;
}

.contentright{
	width: 170px;
	margin: 0px 0px 10px 0px;
	padding: 0;

	/*background: #FFF;
	overflow: hidden;
	-moz-border-radius: 5px; */
}

.contentrightleft{
	width: 158px;
	float: left;
	background: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
	padding: 5px;
}
	
.contentrightright{
	width: 160px;
	float: right;
	background: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
	padding: 5px;
}

.contentleft table{

}

/* --- Bottom --- */
#bottomcontainer{
	width: 940px;
	padding: 0px 5px;
	overflow: hidden;
	background: #FFF;
}

#bottominside{
	width: 920px;
	background: #CECECE ;
	overflow: hidden;
	padding: 10px;
}

.bottominsideleft, .bottominsidemid, .bottominsideright{
	width: 291px;
	display: inline;
	float: left;
}

.bottominsideleft, .bottominsidemid{
	margin: 0 9px 0 0;
	padding-right: 9px;
	background: url(../images/bottomseparator.jpg) right repeat-y;
}


/* --- Container --- */
#footercontainer{
	width: 940px;
	padding: 0px 5px;
	overflow: hidden;
	background: #FFF;
}

#footerinside{
	width: 920px;
	background: #555 ;
	border-top: 7px solid #888;
	overflow: hidden;
	padding: 10px;

}

.footerinsideleft, .footerinsidemid, .footerinsideright{
	width: 300px;
	display: inline;
	float: left;
}

.footerinsideleft, .footerinsidemid{
	margin: 0 9px 0 0;
	border-right: 1px dashed #777;
}


/* --- Container --- */
#copyrightcontainer{
	width: 100%;
	height: 76px;
	padding-top: 20px;
	margin-top: 30px;
	text-align:center;
	background: #ffffff url(../images/footer_bg.png);
}

#copyrightinside{
	padding-top:10px;
}
#menu{
	position:absolute;
        margin-top:0px;
	width:940px;
	text-align:left;
	margin-left:5px;
	z-index:1000;
}
	
#menu a:hover{
	color:#a78800!important;
}
#menu ul { list-style-position: inside; padding:0; list-style: none}
#menu ul li{ padding: 0px 0px 0px 0px; float: left; margin-left:5px; padding-left: 25px; margin-right:5px; background-image: url(../images/puntatore.png); background-position: left; background-repeat: no-repeat;}
#menu ul li a{ color: #000000;  text-decoration: none; display: block; font-size: 12px; }
#menu ul li a:hover{text-decoration: none; color: #a78800; }
#menu ul li ul{  padding-left:5px; padding-right:5px; padding-bottom:5px; background-color:#eeeeee;	-moz-border-radius: 7px; -webkit-border-radius: 7px;  width:220px; border:2px solid #333333; }
#menu ul li ul li{ padding-top:5px; }



/* contest 2009 */

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	color:#a78800;
	margin-bottom:40px;
    	border:1px solid #a78800;
}

a{
	color: #000000!important;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
}
a .linkNormale{
	font-size:16px!important;
	font-weight:normal;
}

td {
	text-align: center;
}
.grande{
	font-size:16px;
}
table.centrata tr td{
	text-align:center!important;
}
.tabella img{
	padding:1px!important;
	margin:0px!important;
}
.tabella a{
	line-height:18px;
}

#secondContent{
	display:none;
}
.user2{
	width: 320px;
	margin: 0px 0px 10px 0px;
	background: #FFF;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right:10px;
}

.user2 img{
	padding:0px;
	margin: 0px;
}

.user3{
	width: 320px;
	margin: 0px 0px 10px 0px;
	background: #FFF;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right:10px;
}

.user3 img{
	padding:0px;
	margin: 0px;
}
.user4{
	padding:0px;
}
.contentright img{
	padding:0px;
	margin: 0px;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	color: #a78800;
	padding: 5px 2px;
	font-size: 14px; font-weight: bold;
	border-bottom: 1px solid #a78800;
        margin-bottom:6px;
}
.sottotitolo{
	font-family: Arial, Helvetica, sans-serif;
	color: #a78800;
	font-size: 14px; font-weight: bold;
        display: inline;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	color: #d50016;
	padding: 5px 2px;
	font-size: 16px; font-weight: bold;
        margin-bottom:6px;
}
#bands{
	background-image: url(../images/form_background.jpg);
        background-position: bottom center;
        background-repeat: no-repeat;
}
#bands input{
    border: 1px solid #a78800;
}
#bands select{
    border: 1px solid #a78800;
}
#bands textarea{
    border: 1px solid #a78800;
}
#bands td{
    padding:2px;
}
#bands label{
    font-weight: bold;
    color: #000000;
}
#bands .invia{
    background-color: #a78800;
    font-weight:bold;
}

.table-bands{
	background-color:#eeeeee;
	padding-bottom:20px;
}

.table-bands-sx{
	width:650px;
	text-align:center;
}
.table-bands-sx p{
	line-height:56px;
	text-align:left;
	padding-left:20px;
	padding-top:6px;
	padding-bottom:6px;
	font-size:16px;

}
.table-bands-sx-vincitori{
	width:650px;
	text-align:center;
}
.table-bands-sx-vincitori p{
	line-height:22px;
	text-align:left;
	padding-left:20px;
	padding-top:4px;
	padding-bottom:6px;
	font-size:16px;
	display:block;
}
.table-bands-dx{
	width:468px;
	margin-left:480px;
	text-align:center;

}
.table-bands-dx p{
	min-height:65px;
	text-align:left;
	padding-left:20px;
	padding-top:2px;
	padding-bottom:2px;
	font-size:15px;
}
.table-bands-title{
	text-align:left;
	color:#000000;
	line-height: 30px;
	margin-top:40px;
	margin-bottom:10px;	
	background-color:#ffdf01;
}
.table-bands-title span{
	margin-left:5px;
}
.table-bands-sx-space{
	line-height:65px;
	margin:0px;
	padding:0px;
}
p{
    font-size:12px!important;
}
#voteBand{
	width:514px;
	padding:5px;
	background-color:#ffffff;
	border:1px solid #333333;
}
a.linkClassifiche{
	color: #a78800!important;
	display:block;
	padding:0px;
}
a.vincitori{
	color: #397339!important;
}

