/*
Theme Name: Responsive Web Site

Description:  Tema realizzato in Html5, Responsive. 
Version: 1.0
Author: Andrea Marchetti
Site: http://www.marchettidesign.net
*/

/* Reset.css */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	vertical-align: top;
	font-family: Verdana, Geneva, sans-serif;
	color: #C4C400;
	font-size: 16px;
	padding: 0;
	text-decoration: none;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
html {
	overflow-y: scroll;
-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; 	background-color: #E1E1E1;
}


/*** General ***/
body {
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	background: #e2e2e0;
	font-size: 16px;
	line-height: 28px;
}

	/* Typography */
	a 			{color: #000;text-decoration: none;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
	a:hover 	{color: #21aabd;}
	a:active	{
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #E6FF00;
	font-size: 18px;
}
	p, dl, hr, h1, h2, h3,
	ol, ul, dd, pre, table, fieldset {
}
	h1, h2, h3, h4, h5, h6 {text-shadow: 0 1px 0 #fff;}
	h1 			{}
	h2 			{font-size: 28px;}
	h3 			{
	font-size: 18px;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
	h4 			{font-size: 21px;margin-bottom: 15px;}
	h5 			{font-size: 18px;}
	h6 			{font-weight: normal;font-size: 16px;}
	
	/* Structure */
	#wrapper 		{
	width: 960px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
	#header 		{
	width: 920px;
	float:250;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 100px 40px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #415AAA;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #415AAA;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #415AAA;
} 
	#mainmenu		{
	width: 100%;
	float:left;
	background-color: #415AAA;
	border: 2px solid #415AAA;
}
	#main 			{
	width: 920px;
	float:left;
	padding: 20px 20px 20px 20px;
	background-color: #666666;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #415AAA;
	border-left-color: #415AAA;
}

	#main-sponsor			{
	float:left;
	padding: 20px;
	background-color: #FFFFFF;
	width: 97%;
}







	#content 		{
	width: inherit;
	float:none;
	background-color: #666666;
}
	#sidebar 		{
	width: 40%;
	float:left;
	height: 100%;
}
	#sidebar2 		{
	width: 40%;
	float: right;
	height: 40%;
}
	#sidebar1 		{
	width: 100%;
	float:right;
	background-color: #415AAA;
}
	#sidebar5 		{
	width: 100%;
	float:right;
	background-color: #798ECC;
}
#sidebar6 		{
	width: 100%;
	float:right;
	background-color: #FFFFFF;
}

	#footer			{
	width: auto;
	float:left;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #415AAA;
	border-bottom-color: #415AAA;
	border-left-color: #415AAA;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}


/*** Header ***/
#site-title a 			{font-family: oswald; font-weight: 400; font-size:30px; text-transform:uppercase;float: left;color:#fff;}
#site-title a:hover 	{background: none;}


/*** Menu ***/
#mainmenu ul 		{margin: 0px 0 0px 0px;float:left;width:100%; list-style: none;}
#mainmenu ul li 	{float: left;margin: 0 0px 0 0;position: relative;}
#mainmenu a 		{color: #fff; display: block;font: 14px;padding: 14px 20px;font-family: oswald; text-transform:uppercase;}
#mainmenu a:hover {background:#666;}
	
	/* Search */
	.search{float: right;margin-top:-15px;}
	.top-search{width:160px!important;color:#999;float:right;background:#eee;border:none;padding:10px;}
	
	/* Button Responsive Menu*/
	.btn-responsive-menu{
	display: none;
	float: right;
	padding:5px;
	cursor:pointer;
	margin:  -15px 20px 0 0;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
-webkit-border-radius: 4px;-moz-border-radius: 4px;	border-radius: 4px;
	background-color: #415AAA;
}
	.icon-bar 			{display: block;width: 18px;height: 2px;margin:5px;background-color: #f5f5f5;-webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 1px;-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);}

	.show{display:block!important}

	
/*** Post ***/
.post 					{
	padding: 0px 0 0px 0;
	background-color: #999999;
}


	/* Post title */
	.post .entry-title 	{margin-bottom: 20px;}
	.post .entry-title a{display: block;font-size: 38px;line-height:40px;font-weight: bold;letter-spacing: -1px;}
	.post .entry-content{
	line-height:auto;
	border-bottom-style: none;
	float: inherit;
}
	.index-thumb		{width:100%;height:40%;margin-bottom:10px;}
	.index-thumb3		{width:96%;height:25%;margin-bottom:10px;}
	hr{border-bottom: 1px solid #ccc;border-top:none;border-left:none;border-right:none;margin:25px 0 20px 0;}
		
/*** Sidebar1 ***/
#sidebar1 {}
/*** Sidebar ***/
#sidebar {}


/* Lists in widgets */
	.widget1 h3			{}
	.widget1 li 			{line-height: 35px;list-style-type:none}
	/* Lists in widgets */
	.widget h3			{}
	.widget li 			{line-height: 35px;list-style-type:none}


/*** Footer ***/
#footer 				{color: #fff;}
#footer a 				{font: 14px;}


/*** Misc ***/ 
.alignleft  	{margin: 0 20px 20px 0;}
.alignright 	{margin: 0 0 20px 20px;}
.clear 		{clear: both;}
.sep 		{padding: 0 5px;}
.hide 		{display: none;}
.alert {
	background-color: #999999;
	border-color: #fcdd4a;
	color: #3b3601;
	border-radius: 0 5px 5px 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/*** Chat ***/
#chat {
    margin: auto;
	border: 5px solid #415AAA;
	width: auto;
    min-height:150px;
	background: #415AAA;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
    border-collapse:collapse;
	margin-bottom:10px
}

#invio {
   clear:both;   
	border: 1px solid #0066FF;
	width: auto;
	background: #2C3E72;
   font-family: Arial, Helvetica, sans-serif;
   font-weight:bold;
   font-size : 12px;
   padding:2px;
   margin-bottom:10px;
   margin-top:auto;
   margin-left: auto;
}

#result {
    margin-top:20px;
	 border: 1px solid #0099FF;
	 width: auto;
	 background: #0099FF;
    text-align:left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
    padding:2px;
    height:400px;
    overflow:auto;
}

.error {
    font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size : 16px;
    color:#FFFFFF;
    padding:5px;

}

.contatti			{
	width: auto;
	background-color: #FFFFFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size : 16px;
	color: #FFFFFF;
}

.contatti-titolo			{
	width: 100%;
	background-color: #415AAA;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	top: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #415AAA;
	border-bottom-color: #415AAA;
	border-left-color: #415AAA;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

.sponsor			{
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	border-right-style: solid;
	border-left-style: solid;
	background-image: url(img/sponsor/sfondo-sponsor.png);
	background-repeat: no-repeat;
	border-top-style: solid;
	border-bottom-style: solid;
}


.sponsor-descrizione {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 100%;
	color:#FFFFFF;
	background-color: #415AAA;
	margin-right: 21px;
	margin-left: 21px;
	padding: 5px;
	border: 3px solid #E6FF00;
}

.sfondo-tabella			{
	width: auto;
	height: auto;
	background-color: #FFFFFF;
	
}

.sponsor-bordo			{
	width: 100%;
	height: auto;
	
	
}

.sponsor-sfondo-titolo			{
	background-color: #E6FF00;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 100%;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 3px solid #FFFFFF;
	
	
}

.sponsor-sfondo-iscritti			{
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 100%;
	
	
}

.sponsor-sfondo-foto			{
	border: 5px solid #415AAA;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	
	
	
}

.sponsor-sfondo-foto1			{
	background-image: url(img/sponsor/1.jpg);
	background-repeat: no-repeat;
	height: 230px;
	width: auto;
	
	
	
}

div.split1 div {
	float: left;
	width: auto;
	font-size: 12px;
	font-variant: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

/*** inizio box Sponsor ***/

#contenitore-sponsor {width: auto;}

#contenitore.box {
  width: auto;
 
}
/*** fine box Sponsor ***/

div#container {
	width: 100%;
	text-align: right;
}
div.split2 div {
	float: left;
	width: 33%;
}
div.wide {
	clear: left;
}
div.split-soci div {
	float: left;
	width: 25%;
}

.tabella1			{
	
	
	
	
}

div.programmi-mese div {
	float: left;
	width: auto;
}

div#container-mese {
	width: 30%;
	text-align: left;
	padding-left: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFF00;
}

div#sfondo-cominicare			{
	background-image: url(img/comunica.png);
	background-repeat: no-repeat;
	height: 110px;
	width: auto;
	background-position: right;
	border-right-width: 30px;
	
	
	
}

div#container-soci {
	width: 100%;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFF00;
}

div#container-soci1 {
	width: 100%;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFF00;
	height: 110px;
	background-image: url(img/comunica1.png);
	background-repeat: no-repeat;
	background-position: center center;
}

div#container-soci2 {
	width: 110px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFF00;
	padding-right: 25px;
	height: 110px;
	background-image: url(img/comunica.png);
	background-repeat: no-repeat;
	padding-left: 425px;
	background-position: center;
}


div#container-percorsi {
	width: 100%;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFF00;
	height: 120px;
	background-image: url(img/bike.png);
	background-repeat: no-repeat;
	background-position: center;
}

div#container-sociteam {
	width: 100%;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFF00;
	height: 120px;
	background-image: url(img/soci2.png);
	background-repeat: no-repeat;
	background-position: center;
}


div#container-sponsor {
	width: 95%;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	height: 120px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #415AAA;
	margin: 9px;
	padding-right: 7px;
	padding-left: 7px;
	border: 3px solid #FF0000;
}


div#container-contatto-telefono {
	width: 110px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFF00;
	padding-right: 25px;
	height: 110px;
	background-image: url(img/tele.png);
	background-repeat: no-repeat;
	padding-left: 170px;
	background-position: center;
	padding-top: 70px;
}

div#container-contatto-email {
	width: 90px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFF00;
	padding-right: 25px;
	height: 110px;
	background-image: url(img/e-mail.png);
	background-repeat: no-repeat;
	padding-left: 170px;
	background-position: center;
	padding-top: 70px;
}

div#container-mese-colore {
	background-color: #999999;
	width: 98%;
	border: 10px solid #415AAA;
	color: #000000;

}
div#container-casco2 {
	width: 100%;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFF00;
	height: 110px;
	background-image: url(img/casco.png);
	background-repeat: no-repeat;
	background-position: center;
}

div#container-casco1 {
	width: 100%;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFF00;
	height: 110px;
	background-image: url(img/casco2.png);
	background-repeat: no-repeat;
	background-position: center;
}
div#container-fb {
	text-align: left;
	padding-left: 25px;
	background-color: #FFFFFF;
	
}
div#container-avviso {
	background-color: #B30000;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 3px;
	padding-left: 3px;
	border: 5px solid #E10000;
	width: 58%;
}
div#bacheca {
	text-align: left;
	background-image: url(images/titolobacheca.jpg);
	height: 60px;
	width: auto;
	padding-top: 2px;
	margin-top: 3px;
	border: 3px outset #000000;
	
}
div#bacheca1 {
	text-align: left;
	background-image: url(images/sottobacheca.jpg);
	height: 25px;
	width: auto;
	border: 3px outset #000000;
	
}
div#previsione {
	text-align: left;
	border: 3px solid #FF9900;
	background-color: #FFFFFF;
	
}
div#SPESSORE{
	width: 18px;
	
}









div#container-soci-pro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	width: 18%;
}

div#socio1{
	background-color: #0066CC;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	font-size: 14px;
	
}
div#socio2{
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	font-size: 14px;
	
}
div#socio3{
	background-color: #FFFF00;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	font-size: 18px;
	
}
div#socio5{
	background-color: #E6FF00;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	font-size: 36px;
	
}
div#socio6{
	background-color: #FC4C02;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	font-size: 14px;
	
}
div#socio7{
	background-color: #FC4C02;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	font-size: 12px;
	
}
div#socio8{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	font-size: 14px;
	
}
div#socio9{
	background-color: #E6FF00;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	font-size: 18px;
	
}

div#container-SFONDOAPP{

	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}

div#socio10{
	
	
	
	width: 100%;
	
	
}

div#socio0{
	background-color: #415AAA;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	font-size: 14px;
	
}
div#sabato{
	
	color: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
