a, a:active, a:visited { 
	text-decoration: none;
	
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
	
	color: #c62614;
}
a:hover, a.active { text-decoration: none; }
h2 {  }
p {  }

html {  }

body {
	font-family: 'GudeaRegular', sans-serif;
	font-size: 15px;
	background: #FFF;
	/* background: #030303 url(../grafica/pattern-carbon-fiber.jpg); */
}

/* - - - - BLOCCHI PRINCIPALI - - - - */

#header {
	height: 480px;
	border-bottom: 16px solid #282828;
	background: #FFF url(../grafica/sergio-cantoni-mitsubishi.jpg) center center no-repeat;
	
	-webkit-box-shadow:  0px 7px 15px -8px #000000;
    box-shadow:  0px 7px 15px -8px #000000;
	
	z-index: 1;
}

#logo img {
	margin-top: 296px;
	border: 16px solid #282828;
	border-bottom: none;
}

#menu { 
	background: -moz-linear-gradient(top,  rgba(220,220,220,0.4) 0%, rgba(208,208,208,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(220,220,220,0.4)), color-stop(100%,rgba(208,208,208,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(220,220,220,0.4) 0%,rgba(208,208,208,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(220,220,220,0.4) 0%,rgba(208,208,208,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(220,220,220,0.4) 0%,rgba(208,208,208,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(220,220,220,0.4) 0%,rgba(208,208,208,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66dcdcdc', endColorstr='#d0d0d0',GradientType=0 ); /* IE6-9 */

	background: rgba(220,220,220,0.4);
	-webkit-box-shadow:  0px 10px 15px -8px #F5301B;
    box-shadow:  0px 10px 15px -8px #F5301B;
	
	min-height: 300px;
}
#menu a {
	display: block;
	line-height: 42px;
	font-size: 16px;
	border-bottom: 1px dotted #282828;
	padding: 0 20px 0 60px;
	background: url(../grafica/menu-a.png) 270px center no-repeat;
	background-position: 270px center, top left;
	background-repeat: no-repeat, repeat;
	/* background-color: rgba(220,220,220,0.4); */
	
	text-transform: uppercase;
	color: #000;
}
#menu a.scuderia img {
	padding-bottom: 3px;
	padding-left: 5px;
}
#menu a:hover, #menu a.active {
	color: #FFF;
	background-color: #c62614;
	background-color: rgb(255,50,28); /* Old browsers */
background-image: url(../grafica/menu-a.png), -moz-linear-gradient(top,  rgba(255,50,28,1) 0%, rgba(198,38,20,1) 100%); /* FF3.6+ */
background-image: url(../grafica/menu-a.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,50,28,1)), color-stop(100%,rgba(198,38,20,1))); /* Chrome,Safari4+ */
background-image: url(../grafica/menu-a.png), -webkit-linear-gradient(top,  rgba(255,50,28,1) 0%,rgba(198,38,20,1) 100%); /* Chrome10+,Safari5.1+ */
background-image: url(../grafica/menu-a.png), -o-linear-gradient(top,  rgba(255,50,28,1) 0%,rgba(198,38,20,1) 100%); /* Opera 11.10+ */
background-image: url(../grafica/menu-a.png), -ms-linear-gradient(top,  rgba(255,50,28,1) 0%,rgba(198,38,20,1) 100%); /* IE10+ */
background-image: url(../grafica/menu-a.png), linear-gradient(to bottom,  rgba(255,50,28,1) 0%,rgba(198,38,20,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff321c', endColorstr='#c62614',GradientType=0 ); /* IE6-9 */

}
#menu .divisore {  }

#slider {  }

#container {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 45px 0;
	background: url(../grafica/sergio-cantoni-mitsubishi-contorno.jpg) bottom center no-repeat;
	font-size: 14px;
}

#navbar { }

#content>div, #content>form {
	background: -moz-linear-gradient(top,  rgba(220,220,220,0.4) 0%, rgba(208,208,208,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(220,220,220,0.4)), color-stop(100%,rgba(208,208,208,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(220,220,220,0.4) 0%,rgba(208,208,208,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(220,220,220,0.4) 0%,rgba(208,208,208,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(220,220,220,0.4) 0%,rgba(208,208,208,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(220,220,220,0.4) 0%,rgba(208,208,208,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66dcdcdc', endColorstr='#d0d0d0',GradientType=0 ); /* IE6-9 */
	
	background: rgba(220,220,220,0.4);
	-webkit-box-shadow:  0px 10px 15px -8px #F5301B;
    box-shadow:  0px 10px 15px -8px #F5301B;
}
#content .block_sx { padding: 20px 0 20px 20px; }
#content .block_dx { padding: 20px 20px 20px 0; }
#content .block_both { padding: 20px; }

#aside {  }

#footer {
	height: 120px;
	line-height: 120px;
	border-top: 16px solid #282828;	
	background: #f5f5f5 url(../grafica/pattern-carbon-fiber2.jpg);
	
	-webkit-box-shadow:  0px -7px 15px -8px #000000;
    box-shadow:  0px -7px 15px -8px #000000;
}
#footer .social { text-align: right; }
#footer img {  }
#footer .riferimenti { }
#footer .riferimenti img {  }

.anteprima {  }

.heading {
	padding: 0 20px;
	background: #404040;
	background: rgb(64,64,64); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(64,64,64,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(64,64,64,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(64,64,64,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(64,64,64,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(64,64,64,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(64,64,64,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
	
	text-transform: uppercase;
	line-height: 42px;
	font-size: 16px;
	color: #FFF;
	
	text-shadow: 0 0 5px #F5301B;
}
.heading a { color: #FFF; }
.heading:hover { text-shadow: 0 0 10px #F5301B; }

#menu .heading {
	padding: 0 20px 0 60px;
}
#menu .heading a {
	padding: 0;
	color: #FFF;
background: rgb(64,64,64); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(64,64,64,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(64,64,64,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(64,64,64,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(64,64,64,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(64,64,64,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(64,64,64,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */

}

.gara, .gara:visited, .gara:active {
	display: block;
	min-height: 60px;
	line-height: 20px;
	padding-right: 50px;
	margin-bottom: 15px;
	background: url(../grafica/gara-generico.png) top right no-repeat;
	color: #404040 !important;
	
	font-style: italic;
}
a.gara:hover {
	color: #C62614 !important;
	background-position: top left;
	padding-left: 50px;
	padding-right: 0;
}
.scheda_gara { 
	padding-left: 60px; 
	background: url(../grafica/gara-generico.png) top left no-repeat;
}
.gara.oro, .scheda_gara.oro { background: url(../grafica/gara-oro.png) top right no-repeat; }
.gara.argento, .scheda_gara.argento { background: url(../grafica/gara-argento.png) top right no-repeat; }
.gara.bronzo, .scheda_gara.bronzo { background: url(../grafica/gara-bronzo.png) top right no-repeat; }
.gara.ritiro, .scheda_gara.ritiro { background: url(../grafica/gara-ritiro.png) top right no-repeat; }
.gara.dadisputare, .scheda_gara.dadisputare { background: url(../grafica/gara-dadisputare.png) top right no-repeat; }
.scheda_gara { background-position: top left !important; }

.locandina { text-align: right; }
.locandina img { width: 100%; }

.gallery a {
	text-align: right;
	padding: 20px 0 0 0;
}
.gallery a img {
	box-shadow: 0 5px 10px -5px #000; 
	width: 95%;
}

.photogallery_index { font-size: 0; padding: 27px 20px 28px 20px !important; }
.photogallery_index a { 
	display: block;
	float: left;
	width: 129px; 
	height: 105px;
}

.pagine .active { 
	font-weight: bold;
}

.rassegna_stampa { 
	text-align: center; 
}

.anteprima_stampa { 
	margin: 10px 15px; 
	display: block; 
	float: left; 
}
.anteprima_sponsor {
	display: block; 
	float: left;
	margin: 3px;
	
}
.anteprima_stampa:hover {
	-webkit-box-shadow:  0px 10px 15px -8px #F5301B;
    box-shadow:  0px 10px 15px -8px #F5301B;
}
.anteprima_sponsor img {
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}
.anteprima_sponsor:hover img {
	-moz-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
	
	-webkit-box-shadow:  0px 10px 15px -8px #F5301B;
    box-shadow:  0px 10px 15px -8px #F5301B;
}
.gallery_scuderia {
	width: 50%;
	float: left;
	margin-right: 10px;
}
.floatLeft {
	display: block;
	width: 133px;
	height: 90px;
	float: left;
	margin: 10px 5px 15px 5px;
	overflow: hidden;
	
	border: 1px solid #FFF;
	
	-webkit-box-shadow:  0px 10px 15px -8px #F5301B;
    box-shadow:  0px 10px 15px -8px #F5301B;
}
.floatLeft:hover {
	-webkit-box-shadow:  0px 10px 15px -8px #F5301B;
    box-shadow:  0px 10px 15px -8px #F5301B;
}
.floatLeft img {
	width: 100%;
}
.stampa {
	display: block;
	margin: 0 0 15px 0;
	color: #282828 !important;
	font-style: italic;
	line-height: 20px;
}
.stampa:hover {
	color: #C62614 !important;
}

.bio td { padding-bottom: 10px; }
.bio td b { padding-right: 10px; }

.scrollable { height: 100%; overflow: auto; }
.scrollable.curriculum { height: 352px; overflow: auto; }

#content .sponsor { 
	text-align: center;
	/* background-color: rgba(220,220,220,0.4); */
	padding: 20px 0 15px 0;
}
#content .sponsor a { 
	display: block;
	width: 80%;
	margin: 0 10%; 
}
#content .sponsor img { margin-bottom: 5px; width: 100%; }

.anno_gare { 
	display: block;
	font-size: 18px; 
	line-height: 30px;
	text-align: center;
	margin-bottom: 12px;
}
.anno_gare.active { font-weight: bold; background-color: rgba(220,220,220,0.4); }
.elenco_gare { 
	background-color: rgba(220,220,220,0.4); min-height: 480px;
}


#map_canvas { 
	width: 100%; 
	height: 400px; 
	-webkit-box-shadow:  0px 10px 15px -8px #F5301B;
    box-shadow:  0px 10px 15px -8px #F5301B;
}

.printbutton {
	display: block;
	line-height: 42px;
	font-size: 16px;
	padding: 0 20px 0 15px;
	background: url(../grafica/print-icon.png) 200px center no-repeat;
	background-position: 200px center, top left;
	background-repeat: no-repeat, repeat;
	/* background-color: rgba(220,220,220,0.4); */
	
	text-transform: uppercase;
	
	color: #FFF !important;
	background-color: #c62614;
	background-color: rgb(255,50,28); /* Old browsers */
	background-image: url(../grafica/print-icon.png), -moz-linear-gradient(top,  rgba(255,50,28,1) 0%, rgba(198,38,20,1) 100%); /* FF3.6+ */
	background-image: url(../grafica/print-icon.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,50,28,1)), color-stop(100%,rgba(198,38,20,1))); /* Chrome,Safari4+ */
	background-image: url(../grafica/print-icon.png), -webkit-linear-gradient(top,  rgba(255,50,28,1) 0%,rgba(198,38,20,1) 100%); /* Chrome10+,Safari5.1+ */
	background-image: url(../grafica/print-icon.png), -o-linear-gradient(top,  rgba(255,50,28,1) 0%,rgba(198,38,20,1) 100%); /* Opera 11.10+ */
	background-image: url(../grafica/print-icon.png), -ms-linear-gradient(top,  rgba(255,50,28,1) 0%,rgba(198,38,20,1) 100%); /* IE10+ */
	background-image: url(../grafica/print-icon.png), linear-gradient(to bottom,  rgba(255,50,28,1) 0%,rgba(198,38,20,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff321c', endColorstr='#c62614',GradientType=0 ); /* IE6-9 */

}

/* - - - - CLASSI - - - - */
a[class*="pdf"] { padding-left: 15px; background: url(../grafica/icons/pdf.png) center left no-repeat; }
a[class*="doc"], a[class*="docx"] { padding-left: 15px; background: url(../grafica/icons/doc.png) center left no-repeat; }
a[class*="xls"], a[class*="xlsx"] { padding-left: 15px; background: url(../grafica/icons/xls.png) center left no-repeat; }
a[class*="zip"], a[class*="7z"], a[class*="rar"] { padding-left: 15px; background: url(../grafica/icons/zip.png) center left no-repeat; }

.copyright  {
	text-decoration : none;
	font-weight : normal;
	text-align: right;
}
.copyright A:link{text-decoration:none;color:#000}
.copyright A:hover{color:#f3a100;text-decoration:none}
/*
azzurro: #8dcaba
verde: #d9c900
arancione: #f3a100
*/

.modulo_contatti {  }
.modulo_contatti .label { text-align: center;  }
.modulo_contatti label {  }
.modulo_contatti input, .modulo_contatti textarea { 
	width: 248px; 
	padding: 7px 5px; 
	padding-left: 25px;
	margin-bottom: 10px;
	
	border: 1px solid #FFF;
	line-height: 16px; 
	font-family: sans-serif;
}
.modulo_contatti input:focus, .modulo_contatti textarea:focus {  }
.modulo_contatti textarea { height: 48px; }
.modulo_contatti img { vertical-align: bottom; }
.modulo_contatti .submit { width: 120px; margin: 10px 90px; border: 1px outset #0f1111; }
.modulo_contatti .submit:hover { cursor: pointer; background: #0f1111; color: #FFF; border: 1px inset #FFF; }
.modulo_contatti .cb { width: 16px; height: 12px; padding: 0; margin:0; margin-right: 2px; }
.modulo_contatti img { margin-right: 2px; }
.modulo_contatti .acconsento { font-size: 12px; }

.modulo_contatti input.nome { background: #FFF url(../grafica/icons/user.png) 5px center no-repeat; }
.modulo_contatti input.telefono { background: #FFF url(../grafica/icons/telephone.png) 5px center no-repeat; }
.modulo_contatti input.mail { background: #FFF url(../grafica/icons/email.png) 5px center no-repeat; }
.modulo_contatti textarea.testo { background: #FFF url(../grafica/icons/comment.png) 5px 5px no-repeat; }
.modulo_contatti input.chiave { background: #FFF url(../grafica/icons/key.png) 5px center no-repeat; width: 160px !important; }
.modulo_contatti img.chiave { float: right; margin-top: 2px; }
.modulo_contatti input.submit { padding: 5px; }
.modulo_contatti :-moz-placeholder,
.modulo_contatti .placeholder,
.modulo_contatti ::-webkit-input-placeholder { color:#bbb; text-shadow:0 0 2px #ddd; }
.iframe { border: none; width: 270px; height: 50px; font-size: 11px; }

.modulo_contatti .errore { background-color: #ffd621 !important; color: #000 !important; }
.modulo_contatti .messaggio_campi { display: none; color: #ffd621; margin-bottom: 10px; }

@media print {
	#header, #menu { display: none; }
	#content { width: 100%; height: auto !important; }
}
