/* FONT */
@font-face {
	font-family: DINmittelschrift;
	src: url("font/dinmittelschriftstd.eot"); /* For IE 6+ */
}
@font-face {
	font-family: DINmittelschrift;
	src: url("font/dinmittelschriftstd.otf"); /* For CSS3 browsers inc. Firefox */
}
@font-face {
	font-family: DINengschrift;
	src: url("font/dinengschriftstd.eot"); /* For IE 6+ */
}
@font-face {
	font-family: DINengschrift;
	src: url("font/dinengschriftstd.otf"); /* For CSS3 browsers inc. Firefox */
}
@font-face {
	font-family: MetaPlusBookCaps;
	src: url("font/metaplus-bookcaps.eot"); /* For IE 6+ */
}
@font-face {
	font-family: MetaPlusBookCaps;
	src: url("font/metaplus-bookcaps.otf"); /* For CSS3 browsers inc. Firefox */
}
@font-face {
	font-family: MetaPlusBoldCaps;
	src: url("font/metaplus-boldcaps.eot"); /* For IE 6+ */
}
@font-face {
	font-family: MetaPlusBoldCaps;
	src: url("font/metaplus-boldcaps.otf"); /* For CSS3 browsers inc. Firefox */
}

@font-face {
	font-family: Candara;
	src: url("font/Candara.ttf"); /* For CSS3 browsers inc. Firefox */
}

body{
	width:100%;
	height:100%;
	margin: 0px;
	background-image:url('images/sfondo.gif');
}

#main{
	width:940px;
	height:auto;
	display:block;    
	position:relative;
    left:50%;
    margin-left:-470px;

	
}

#header{
	/*height:80px;*/
	display:block;
}

#menu{
	font-family:"Verdana";
	color:black;
	list-style: none;
}

#menu li{
	float:right;
	padding-left: 9px;
	padding-right: 9px;
	padding-top:4px;
	padding-bottom:4px;
}

#nav{
	width: 940px;
	height:48px;
	background-image:url('images/nav.png');
}

#nav div{
	margin-top:13px;	
	position: absolute;
}

#nav a{
	font-family: Candara;
	font-size:18px;
	color:white;
	text-decoration: none;
}



#nav a:visited{
	color:white;
}

#header #titolo h1 strong {
	font-family: MetaPlusBoldCaps;
	color: #007865;
	font-weight: bold;
	background: none;
	font-size:66px;
	font-style: italic;
	padding-right: 4px;
}

#header #titolo h1 {
	float: left;
	margin: 0;
	padding: 0;
	font-family: MetaPlusBoldCaps;
	color: #4DA32F;
	font-size: 42px;
	letter-spacing: -1px;
	line-height: 66px;
	padding-right: 112px;
	background: url(images/elba.png) right top no-repeat;
	font-style: italic;
	
}

#header #titolo h1 strong {
	font-family: MetaPlusBoldCaps;
	color: #007865;
	font-weight: bold;
	background: none;
}

#header #titolo h1.elba {
	/*float: right;*/
	font-family: MetaPlusBoldCaps;
	color: #0061A1;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 10px;
	padding-right: 0;
	background: none;
	margin-top: 11px;
	margin-left: 46px;
}
#header #titolo h1.elba strong {
	font-size: 34px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #0061A1;
	line-height: 36px;
	background: none;
}

#testo{
	border-radius: 3px;
	-moz-border-radius: 3px; /* firefox */
  	-webkit-border-radius: 3px; /* safari, chrome */
	border:1px solid silver;
	background: url(images/gtw.jpg) repeat-x top white;
	font-family:Verdana;
	font-size:13px;
}

#testo_progr{
	border-radius: 3px;
	-moz-border-radius: 3px; /* firefox */
  	-webkit-border-radius: 3px; /* safari, chrome */
	border:1px solid silver;	
	font-family:Verdana;
	font-size:13px;
}

#footer{
	width:100%;
	background-image:url(images/footer.png);
	height:42px;
	bottom: 0px;
	margin-top:24px;
	color:white;
	font-size:11px;
	text-align:center;
	padding-top:18px;
}

#info{
	color:#333;
	font-weight:bold; 
	font-family:Verdana;
	font-size:13px;
	
}

.titolino{
	font-weight:bold;
	color:#3399cc;
	font-size:14px;
}

#testo a{
	color:blue;
	text-decoration:none;
}

#testo a:hover{
	text-decoration:underline;
}

.intestazione {
	text-align: justify; 
	padding: 8px; 
	padding-top: 0px;
	margin-top: 0px;
	font-family: Verdana; 
	font-size:12px; 
	color:#333;
	}
 
.logo_giropodistico{
	position: absolute;
	top: 4px;
	right: 18px;
	width: 86px;
}

.progrtit {
	color: coral;
	font-size: 14px;
	text-align: left;
	
	font-family: Verdana;
	font-weight: bold;
	}
	
.sottol {
	text-decoration: underline;
	}
	
div.imgs {
	text-align: right;
	}	
	
h3 		{	
	margin-bottom: 1px;
	}
img.runner {
					width: 283px; 
					height: 213px; 
					margin-top: 20px; 
					margin-right: 4px;
					margin-bottom: 0px;
					border:1px solid gray;
					box-shadow: 0px 0px 20px 1px #666;
					-webkit-box-shadow: 0px 0px 20px 1px #666;	
					}
					
img.border-radius {
					border-radius: 0px 0px 20px 20px;
					-moz-border-radius: 0px 0px 20px 20px; /* firefox */
					-webkit-border-radius: 0px 0px 20px 20px; /* safari, chrome */
					margin-top: 0px;
					}

div.est {
					border-radius: 5px;
					-moz-border-radius: 10px 10px 10px 10px; 
					-webkit-border-radius: 10px 10px 10px 10px; /* safari, chrome */
					max-width: 700px; 
					max-height: 150px;
					background: #76C5F0;
					margin-left: 100px;
					text-align: center !important;
		}
					
div.box {
					overflow: hidden;
					max-width: 670px; 
					max-height: 150px;
					text-align: center !important;							
					padding: -20px;
					background: #76C5F0;
					padding-top: -20px;		
					
					}

div.box_htl{
		overflow: hidden;
		max-width: 670px; 														
		padding: 20px;		
		padding-top: -20px;		
		border-radius: 5px;
		-moz-border-radius: 10px 10px 10px 10px; 
		-webkit-border-radius: 10px 10px 10px 10px; /* safari, chrome */					
		background: #76C5F0;
		margin-left: 100px;
		text-align: left !important;
		box-shadow:5px 5px 15px #888888;
		
		background: #ebf1f6; /* Old browsers */
		background: -moz-linear-gradient(top,  #ebf1f6 0%, #d5ebfb 45%, #abd3ee 75%, #89c3eb 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #ebf1f6 0%,#d5ebfb 45%,#abd3ee 75%,#89c3eb 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #ebf1f6 0%,#d5ebfb 45%,#abd3ee 75%,#89c3eb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#89c3eb',GradientType=0 ); /* IE6-9 */
					
	}					
					
img.img-round {
					margin-top: -5px;					
					padding: -10px;
					padding-left: -10px;
					text-align: center !important;	
					}

.titolo {
	font-family: Verdana;
	font-size: 10pt;
	color: red;
	text-decoration: underline;
	font-weight: bold
}					