@charset "UTF-8";
/* CSS Document */

/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
}
 
body {
	background-color:#FFFFFF;
	font-family: "Trebuchet MS", Geneva, Arial;
	font-size: 100%;
	line-height: 1.25;
	background-attachment: fixed;
	background-image: url(img/sfondo.jpg);
	background-position: top;
	
background-repeat:repeat;

	

	/*
			;background-image: url(img/bg_body1.gif);
	*/
		

	
}
 
 
/***** Wrapper *****/
 
#wrap {
	width:960px;
	margin:0px auto 20px;
	background-color:#FFFFFF;
	padding:0 0px 0px;
	border:1px solid #333;
	position: relative;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
}


#info {
	padding: 0px 15px;
	height: 30px;
	line-height: 30px;
	font-size: 70%;
	position: relative;
	margin:0px;
	top: -2px;
	background: #000;
	border-bottom: solid 1px #000;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	text-transform: uppercase;
	color: #FFF;
	float: right;
}
#info a{
	color:#fff;
	margin: 0 10px 0;
}
#info a:hover{
	text-decoration: underline;
}


#header {
	background-image:url(../img/bg_header32.gif);
	background-position:center top;
	background-repeat:no-repeat;
	width:961px;
	margin:0px auto 0;
	padding:0px 0px 0;
	position: relative;
}
#header img{
	margin:-32px 0 0;
}

#header h1, #header h2{
	margin:0;
	padding:0;
	font-size: 300%;
}
#header h2{
	margin:0;
	padding:0;
	text-transform: uppercase;
	font-size: 15px;
}



 #nav {
background:#EEEEEE none repeat scroll 0 0;
}
 #menu{
	padding:13px 0 12px;
	/*
	background-color: #0069AE;
	*/
	background-color: #007832;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	position: relative;
}

#menu ul {
	display: inline;
	margin:0 20px;
	padding: 0;
}
#menu li {
	display: inline;
	margin: 0;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -1px;
 }
#menu li a{
	color:#fff;
	padding: 5px 14px;
}
#menu li a:hover{
	/*background:#669900 none repeat scroll 0 0;
	background:#3399FF none repeat scroll 0 0;
*/
background:#06dd60 none repeat scroll 0 0;
	color:#FFF;
	-moz-border-radius:4px;
}
#menu li a.current{
	background:#eee;
	color:#000;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	padding: 5px 15px 12px;
}


#nav2{
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
	background:#eee none repeat scroll 0 0;
	border-bottom:1px solid #CCCCCC;
	border-top:0 solid #CCCCCC;
	font-size:85%;
	line-height:40px;
	margin:0 0px;
	padding:7px 13px 0;
}

.submenustyle a {
	background:#eee;
	color:#024C8E;
	font-weight:bold;
	padding:5px 10px;
	text-decoration:none;
	margin:0 2px;
}

.submenustyle a:hover {
	color:#FFF;
	text-decoration:none;
	/*	background:#669900 none repeat scroll 0 0;*/
	background:#3399FF none repeat scroll 0 0;
	-moz-border-radius:4px;

}

.submenustyle a.current {
	border-top:solid 1px #ccc;
	border-right:solid 1px #ccc;
	border-left:solid 1px #ccc;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	padding: 10px 10px 12px;
	background:#fff;
	color:#000;
}
 



 
 #content{
	background:#fff none repeat scroll 0 0;
	border:0px solid #CCCCCC;
	margin:0;
	padding:0px 20px;
}

 #footer{
	margin:15px 0 0;
	padding: 5px 15px;
	-moz-border-radius: 0px;
	border: 0px solid #ccc;
	font-size: 11px;
	color: #CCC;
	/*
	background-color: #024C8E;
	
	*/
	background-color: #007832;

	line-height: 30px;
}
#footer a{
	color:#fff;
	text-decoration: underline;
}
#footer a:hover{
	color:#F90;
}
#footer ul {
margin:0;
padding:0;
}
#footer li {
	display: inline;
	margin: 0 20px 0 0;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
 }


 #dx{
	width:560px;
	float:left;
	-moz-border-radius: 5px;
	background: #fff;
	border:#e6e6e6 solid 0px;
	padding: 10px 0px;
}

 #dx.scheda{

 }


#sx{
	width:320px;
	float:right;
	-moz-border-radius: 5px;
	background: #ECF7FD;
	border:solid 0px #ccc;
	padding:10px 10px 5px 10px;
	margin: 15px 0;

}
#sx .link1,#sx .link2{
	margin:0 0 5px 0;
	border:solid 1px #ccc;
	padding:5px 15px;
	-moz-border-radius:5px;
	line-height:25px;
	font-size:20px;
	font-weight: bold;
	
}
#sx .link1{
/*
	background-color: #C39;
	*/
	background-color: #f9dc00;

}
#sx .link2{
background-color: #007432;
/*
	background-color: #39F;
	*/
}
#sx .link1 a,#sx .link2 a{color:#fff;}
#sx .link1 a:hover,#sx .link2 a:hover{
	color:#000;
}

#sx .box{
	margin:0 0 10px 0;
	border:solid 1px #ccc;
	padding:5px 10px 10px;
	-moz-border-radius:5px;
	background: #fff;
}

#dx .box{	margin:0 0 0px 0;	padding:0px;	background: #fff;}
#dx .box_quadro{
	margin:0 0 1em 0;
	padding:10px;
	background: #ECF7FD;
	border: solid 1px #ccc;
}
#dx .box_quadro img{width:532px; float:none;}

.red{color:#900;}
#dx .box p{
	margin:0 0 7px;
	padding:0;
	font-size: 12px;
	line-height: 20px;
}
.grigio{
	color:#666666;
	font-weight: normal;
}



.flash1{
	border:solid 1px #ccc;
	margin:0;
	border:solid 1px #ccc;
	padding:10px;
	-moz-corner-radius:5px;
	-moz-border-radius: 5px;
	background-color: #ECECEC;
	position:absolute;
	top: 240px;
	left: 600px;
	display: none;
}
.flash2{
	border:solid 1px #ccc;
	margin:5px 0 0;
	border:solid 1px #ccc;
	padding:10px;
	-moz-corner-radius:5px;
	-moz-border-radius: 5px;
	background-color: #ECECEC;
}

.tit{
	border-bottom:solid 1px #ccc;
	line-height:30px;
	font-size:22px;
	margin: 0 0px 10px;
	padding: 0 0px 0px;
}
 
#sx .tit{
	border-bottom:solid 1px #ccc;
	line-height:30px;
	font-size:22px;
	margin: 0 -10px 8px;
	padding: 0 15px 4px;
}
 

.invisibile{display:none;}
.occhiello {
	margin: 0 0 0 0px;
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0px;
	padding: 0px;
}
.nominato {
	color: #000;
	background-color: #ff9900;
	padding: 1px 10px 1px 17px;
	background-attachment: scroll;
	background-image: url(img/bg_nominati2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.nominato a{	color:#FFF;}
.vincitore {
	background-color: #669900;
	padding: 1px 10px 1px 17px;
	background-attachment: scroll;
	background-image: url(img/bg_vincitori.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.vincitore a{	color:#FFF;}
.special {
	background-color: #990000;
	padding: 1px 10px 1px 17px;
	background-attachment: scroll;
	background-image: url(img/bg_speciali.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.special a{
	color:#FFF;
}
.tool {
	color: #999999;
	font-size: 10px;
	padding: 0;
	margin: 5px 0 0 0;
	float: left;
}

.box_articole.tool {
	color: #999999;
	font-size: 70%;
	background-color: #EEF9FE;
	line-height: 25px;
	padding: 0 10px;
}

.tool a{
	color:#CB1814;
	text-decoration:underline!important;
}

ol.categorie{
	list-style-position: inside;
	margin: 0 0;
	padding: 0;
}
.nota-flash {
	padding:3px 15px;
	margin: 0 -10px 1px;
	background:#fff;
	font-size: 13px;
	text-transform: uppercase;
	color: #930;
	border-bottom: dashed 1px #ccc;
	font-weight: bold;
}

.nota-flash .time-flash {
	color:#CB1814;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1em;
	font-weight:bold;
	margin-left:0px;
	margin-right:10px;
	text-decoration:none;
	width:10px;
	display: none;
}

.nota-flash .testo-flash {
	line-height:1.2em;
	text-decoration:none;
	font-weight: bold;
}
.nota-flash .testo-flash a{

}
.nota-flash .testo-flash a:hover{
	color: #333;
}



#item-video {
	padding:7px 15px;
	margin: 0 -10px 1px;
	background:#fafafa;
	height: 60px;
}

#item-video .still {
	color:#CB1814;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1em;
	font-weight:bold;
	height:50px;
	margin-left:0px;
	margin-right:10px;
	text-decoration:none;
	width:70px;
}

#item-video .testo {
	font-size:90%;
	line-height:1.2em;
	text-decoration:none;
}


/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
padding:30px 0 25px 0;
letter-spacing:-1px;
font-size:2em;
}
 
h2 {
	padding:10px 0;
	letter-spacing:-1px;
	font-size:1.2em;
}
 
h3 {
	font-size:20px;
	font-weight:bold;
}
#sx h3 {
	font-size:18px;
}

h4 {
	font-size:10px;
	font-weight:bold;
	text-transform: uppercase;
}

.dati{font-size:85%; padding:10px 0;}
.eng{color:#666666;}

 #dx .box_article h3{
	margin:0 0 10px;
	font-size: 150%;
 }

 #dx .box_article h5{
	margin:0 0 10px;
	font-size: 130%;
 }

 #dx .box h3, .articolo h3{
	margin:5px 0 15px;
	font-size: 18px;
	border-bottom: solid 1px #ccc;
 }

 
/***** Common Formatting *****/
 
p, ul, ol {
	margin:0;
	padding:0 0 0em 0;
	line-height: 20px;
}

p a {}
.box_article p{
line-height:1.5em;
}
 
ul, ol {
padding:0 0 1.25em 2.5em;
}

ul.nomination {
	padding:0 0 1.25em 0em;
	line-height: 1.5em;
	margin: 0;
	list-style-type: none;
}


/*
li.nomination {
	margin: 0;
	padding:5px 10px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.5em;
	list-style-position: inside;
	list-style-type: none;
}*/
ol.categorie li.nomination a{
	border: solid 1px #ccc;
	margin: 0px 0px 5px;
	padding:5px 10px;
	background-color: #ECF7FD;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	color: #000;
}
li.nomination a:hover{	background:#3399FF;	color: #FFF;}

ul.nomination2 {
	padding:1em 0 0em 1.5em;
	line-height: 1.5em;
	margin: 0;
	list-style-type: square;
	list-style-position: outside;
	text-transform: uppercase;
	font-weight: bold;
}
li.nomination2 {
	padding:0 0 0.5em 0em;
	line-height: 1em;
	margin: 0 0 0.5em 0em;
	list-style-type: none;
	list-style-position: outside;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: dashed 1px #ccc;
	font-size: 90%;
}
.sott{
	text-transform:capitalize;
	color:#666;
	font-size:85%;
	font-weight: normal;
}

blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
.small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a,
a:link,
a:visited,
a:hover {
	text-decoration:none;
}

a{
	color:#024C8E;
}
a:hover{
	color:#000;
}

.button1{
	font-size:10px;
	margin:10px 0px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	position: relative;
}

.button1 a{
/*	color:#FFF;
	background-color:#000; */
	padding:3px 5px!important;
	position: relative;
	-moz-border-radius:3px;
	text-decoration:underline;
}
.button1 a:hover{
/*	background-color:#333;*/
	color:#000;
}

/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em Arial, Helvetica, sans-serif;
}
 
textarea {
width:100%;
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0 0 1.25em 0;
padding:0;
}


table tr td {
padding:2px;
}
 
table.loghi{
	border:0;
	margin:0 0 1.25em 0;
	padding:0;
	font-size: 90%;
}
table.loghi tr td {
	padding:10px;
	font-weight: bold;
}
table.loghi td {border-bottom:dashed 1px #ccc;}
table.loghi img{
}
/***** Global Classes *****/
 
.clear         { clear:both;
display:block;
height:0;
line-height:0;
margin:0 !important;
padding:0;
visibility:hidden; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
.img-scheda      {
background:#F3F3F3 none repeat scroll 0 0;
border:1px solid #CCCCCC;
margin:4px 10px 14px 0;
padding:2px;
width:551px;}
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }



#tagcloud {
	color:#333333;
	line-height:1.8em;
	font-size:13px;
	margin: 10px 0 0;
}
#tagcloud a{
	color:#CB1814;
}
#tagcloud a:hover{color:#000;}


#tagcloud a.size0 {
font-size:90%;
}
#tagcloud a.size1 {
font-size:100%;
}
#tagcloud a.size2 {
font-size:130%;
}
#tagcloud a.size3 {
font-size:140%;
}
#tagcloud a.size4 {
font-size:150%;
}
#tagcloud a.size5 {
font-size:160%;
}





.box-video {
	height:auto !important;
	min-height:50px;
	background:#F5F5F7 none repeat scroll 0 0;
	border:1px solid #DDDDDD;
	color:#566172;
	display:block;
	font-size:90%;
	line-height:1.2em;
	margin:10px 0 0;
	padding:7px;
}



.box-video img{
	float:left;
	margin-right:10px;
	display:block;
	width: 70px;
}

.box-video a img {
	border:solid 1px #ccc;
	padding:1px;
	background:#fff;
}

.box-video a:hover img {
	border:solid 1px #CB1814;
}

.box-video h4 {
	font-weight:bold;
	padding-bottom:5px;
	font-size: 14px;
}

.box-video p {
	padding: 0;
	font-size:11px;
}


/* COMMENTI */

#dx #box_comment{
	margin:0 0 10px 0;
	border:solid 1px #ccc;
	padding:5px 10px 15PX;
	-moz-border-radius:5px;
	background: #fff;
}

#dx #box_comment .item_comment {
	background:#fafafa;
	padding:10px;
	margin: 0 0 5px;
}


#dx #box_comment .tit {
margin-bottom:10px;
}

#dx #box_comment h4 {
	color:#54595C;
	font-size:1.1em;
	margin-bottom:5px;
	font-weight: bold;
}

#dx #box_comment .data_comment {
	color:#9B000B;
	float:left;
	font-size:0.8em;
	margin: 0 15px 0 0;
}

#dx #box_comment p {
	clear:both;
	color:#54595C;
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.9em;
	padding: 0 0 7px;
}


#dx #box_comment .tool {
	margin: 0;
	border: dotted 1px #ddd;
	background: #fafafa;
}

.box_scheda2 {
	border-bottom:1px dashed #999;
	margin:0.5em 0 0.5em;
	padding:5px 5px 10px;
	clear: both;
}

.articolo {
	border:1px dashed #999;
	margin:0.2em 0 0.5em;
	padding:5px;
	clear: both;
	min-height: 80px;
	font-size: 12px;
}
.articolo h2 {
	margin:0;
	padding:0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 23px;
}
.articolo h2.eng{	text-transform: uppercase;font-weight:normal;}
.box_scheda2 h3 {	font-size:17px;	margin:0;	padding:0;	text-transform: uppercase;}
.box_scheda2 h3.eng{	text-transform: uppercase;font-weight:normal;}

.box_scheda2 p {
padding:0!important;
font-size:12px;
}

.box_scheda2 img {
	float:left;
	margin:0 15px 0px 0;
	padding:0;
	/*
	width:130px;
	height: 100px;
	*/
	display: block;
}


#pagination {
margin:20px 0 0;
padding:0;
text-align:center;
width:100%;
}


ul.smd_gallery_nav {
clear:both;
display:block;
list-style-type:none;
margin:0;
padding:0;
text-align:center;
width:100%;
}

ul.smd_gallery_nav li {
float:left;
font-size:0.8em;
}

ul.smd_gallery_nav li.empty {
border:1px solid #CCCCCC;
color:#666666;
display:block;
margin:0 5px 0 0;
padding:2px 6px;
text-decoration:none;
}

ul.smd_gallery_nav li a {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #CDDDEE;
	color:#024C8E;
	display:block;
	margin:0 5px 0 0;
	padding:2px 6px;
	text-decoration:none;
}

ul.smd_gallery_nav a:hover {
background-color:#3078BD;
border:1px solid #3078BD;
color:#FFFFFF;
float:left;
}


.box_scheda {
	background-color:#F3F3F3;
	border:1px solid #CCCCCC;
	float:left;
	height:190px;
	margin:0 18px 15px 0;
	padding:5px;
	position:relative;
	width:150px;
}

.box_scheda h4, .box_scheda2 h4, #dx.articolo h4 {
	margin-bottom:5px;
	line-height: 20px;
	font-size: 10px;
	text-transform: uppercase;

}

.box_scheda h3 {
	font-size:14px;
	margin-bottom:5px;
}
.box_scheda p {
	font-size:12px;
	margin-bottom:5px;
	line-height: 16px;
}

.box_scheda img {margin:0 0 10px;}
.video{margin: 0 0 20px;}



/* FORMS */

#dx-big {
  width:920px;
}

#contenitoreform {
  float:left;
  font-size:80%;
  height:inherit;
  margin:0;
  overflow:hidden;
}

#contenitoreform th {
  border-bottom:1px solid #CCCCCC;
  font-size:16px;
  padding:5px 0;
  text-align:left;
}

#contenitoreform td {
  font-size:14px;
  padding-right:5px;
}

#facebook_badge {
  text-align: center;
}
