/* CSS Document */

/* STILI GENERICI */

body {
background-color: #FFF;
background-attachment: scroll;
background-image: url(../img/fondino_body.gif);
background-repeat: repeat-x;
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
}

.testo_statico_evidenza {
color: #9C0;
}

a, a:visited {
color:#C00;
text-decoration:none;

}

a:hover {
color: #9C0;
}

.evidenza {
color: #9C0;}

				
h2 {
/*display:block;*/
width:350px;
height: 48px;
font-size: 12px;
text-transform: uppercase;
text-indent: 12px;
margin: 20px auto 10px auto;
line-height: 2.3em;
}

/* #### BLOCCO CONTENTORE #### */

#container {
position: absolute;
margin: 0;
left: 50%;
margin-left: -410px;
width: 820px;
}

/* #### BLOCCO TESTATA #### */

#header {
width: 820px;
height: 125px;
background-image:url(../img/fondo_testata_2.gif);
background-repeat: no-repeat;
background-position: left bottom;
}

#header img {
height: 101px;
width: 101px;
margin-left: 75px;
margin-top: 18px;
}

#header h1 {
display:none;
}

/* ### BLOCCO MENU ### */

#menu {
width: 818px;
height: 28px;
background-image: url(../img/fondino_menu.gif);
background-repeat: no-repeat;
background-color: #76A900;
}

#menu ul {
/*display:inline;*/
list-style:none;
width:818px;
height: 28px;
position:relative;
margin:0;
font-size: 12px;
text-transform: uppercase;
}

#menu li {
list-style: none;
position: absolute;
top: 0;
font-family: Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-weight: bolder;
line-height: 2.2em;
}

#menu a {
height: 28px;
display: block;
text-decoration: none;
color:#FFFFFF;
}

#menu a:hover {
color:#000;
}

.sezione_attiva {
color:#000;
}


		/* BLOCCO VOCI DI MENU */
		
		li#home_menu {
		margin-left: 25px;
		width: 35px;
		}
		
		li#podup_menu {
		margin-left: 85px;
		width: 83px;
		}
		
		li#podcasting_menu {
		margin-left: 190px;
		width: 133px;
		}
		
		li#directory_menu {
		margin-left: 348px;
		width: 68px;
		}
				
		li#segnala_menu {
		margin-left: 443px;
		width: 142px;
		}
				
		li#links_menu {
		margin-left: 602px;
		width: 60px;
		}
		
		
		li#contatti_menu {
		margin-left: 680px;
		width: 58px;
		}
		
/* ### BLOCCO COLONNA SINISTRA #### */

#col_sx {
width: 225px;
float:left;
min-height: 465px; /* non interpretato da IE */
height: auto !important; /* non interpretato da explorer */
height: 465px;
margin-top: -3px;
background-image: url(../img/fondo_col_sx.gif);
}

/* #### BLOCCO CORPO #### */

#corpo {
width: 399px;
float:left;
min-height: 600px; /* non interpretato da IE */
height: auto !important; /* non interpretato da explorer */
height: 600px; /* IE passa direttamente qui */
background-color:#FFF;
margin-top: -3px;
border-right-color: #3c3c3c;
border-left-color: #3c3c3c;
border-right-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-left-style: solid;
}

	#corpo p.testo_esiit {
		font-size:90%;
		color:#900;
		margin: 15px 23px;
		font-weight:bold;
		height:35px;
	}
	
	#corpo p.testo_statico {
	font-size:11px;
	margin: 15px 23px;
	}

		.testo_statico_lista {
		font-size:11px;
		margin: 15px 23px;
		}


				/*BLOCCO RIQUADRO CENTRALE*/
				
				#radio_home {
				width: 350px;
				height: 270px;
				margin-top: 12px;
				margin: 12px auto auto;
				border-top-width: 1px;
				border-right-width: 2px;
				border-bottom-width: 2px;
				border-left-width: 1px;
				
				border-top-style: solid;
				border-right-style: solid;
				border-bottom-style: solid;
				border-left-style: solid;
				border-top-color: #000;
				border-right-color: #000;
				border-bottom-color: #000;
				border-left-color: #000;
				
				}
				
				#elenco_dir {
				width: 350px;		
				height: 300px;
				line-height:1em;
				margin: 40px auto 20px auto;
				border-bottom-width: 2px;
				border-bottom-style: solid;
				border-bottom-color: #9c0;
				overflow:auto;
				}
				
				#radio_home #titolo_box {
				display:block;
				width: 95%;
				height: 30px;
				margin:5px auto 0 auto;
				font-size: 12px;
				text-transform: uppercase;
				line-height: 2.6em;
				background-color: #FFF;
				text-indent: 12px;
				border-bottom: solid #9c0 2px;
				}
				
				#elenco_dir #titolo_box {
				width:100%;
				height: 48px;
				font-size: 12px;
				text-transform: uppercase;
				text-indent: 12px;
				margin:0;
				line-height: 2.3em;
				background-image:url(../img/fondo_dir.gif);
				}
				
				#img_box_home {
				margin-top: 8px;
				margin-left: 8px;
				width:140px;
				height:140px;
				float:left;
				}
				
				html>body #img_box_home {
				margin-top: 8px;
				margin-left: 15px;
				}
				

				#intro_podcast {
				margin-top: 8px;
				margin-left:165px;
				font-size:11px;
				height:140px;
				}
				
				/*html>body #intro_podcast {
				margin-left:125px;
				margin-top: 80px;
				}*/
				
				#elenco_radio {
				/*list-style:none;*/
				margin:25px 0 0 15px;
				font-size:12px;
				font-weight:bolder;
				clear:both;
				}
				
				html>body #elenco_podcast_radio {
				margin: 3px 0 0 -24px;
				}
				
				#elenco_podcast_radio li {
				margin: 15px 0;
				}

				
		/* ELEMENTI DI CONTENUTO */
		
		.mini_scheda {
		width:350px;
		min-height:120px;
		height:auto !important;
		height:130px;
		margin:30px auto 10px auto;
		/*border-left: 1px solid #FFF;*/
		clear:both;
		}
		
	
		.icone_podcast {
		width:85px;
		height:130px;
		float:left;
		text-align:center;
		}
		
		.icone_podcast img {
		margin:1px;
		}
		
		html>body .icone_podcast img {
		margin: 3px auto 1px 3px;
		}
		
		.mini_scheda p {
		display:block;
		margin:0px auto 5px auto;
		width:260px;
		height:auto;
		float:right;
		font-size:11px;
		}
		
		.explicit {
		font-size:90%;
		color:#C00;
		font-weight:bold;
		}
		
		#dati {
		width:200px;
		height:130px;
		margin-left:100px;
		font-size:11px;
		}
		
		#categorie {
		list-style:none;
		font-size:12px;
		}
		
		#categorie a, #categorie a:visited {
		color: #000;
		}
		
		#categorie a:hover {
		color: #9C0;
		}
		
		.categoria_attiva {
		color:#9c0;
		}
		
		#dettaglio_dir {
		height: 50px;
		width: 350px;
		margin: 40px auto 0 auto;
		}
		
		#dettaglio_dir h2 {
		margin:0;
		padding:0;
		width: 350px;
		height:25px;
		line-height:1.3em;
		}
		
		#footer_dir {
		height: 50px;
		width: 350px;
		margin: 40px auto 80px auto;
		}
		.navigaz {
		display:block;
		width:350px;
		/*height:25px;*/
		font-size:12px;
		/*float:right;*/
		margin:0 auto 0 auto;
		/*line-height:2.2em;*/
		color:#9C0;
		font-weight:bolder;
		white-space:nowrap;
		border-top-width: 2px;
		border-top-style: dashed;
		border-top-color: #9c0;
		text-indent: 12px;
		}
		
		#navigaz a, #navigaz:visited {
		color:#C00;
		}
		
		#navigaz a:hover {
		color:#9c0;
		}
		
		.active_page {
		color:#9c0;
		}
		
		.altri_podcast{
		float:right;
		/*text-align:right;*/
		}
		
		#scheda {
		width: 350px;
		min-height: 465px; /* non interpretato da IE */
		height: auto !important; /* non interpretato da explorer */
		height: 465px; /* IE passa direttamente qui */
		margin: 20px auto 20px auto;
		}
		
		#scheda p {
		width: 330px;
		margin: 0px auto 20px 10px;
		float:left;
		font-size:11px;
		}
		
		#back {
		margin:20px auto 10px auto;
		width:350px;
		height:25px;
		font-size:12px;
		line-height:2em;
		color:#9C0;
		font-weight:bolder;
		border-top-width: 2px;
		border-top-style: dashed;
		border-top-color: #9c0;
		}
		
		#back a.link, #back a:visited {
		color: #C00;
		}
		
		#back a:hover, #back a:active {
		color: #9c0;
		}
		
				/* BLOCCO FORM DI INVIO */
				
				#segnalazionefeed {
				/*display:block;*/
				width: 350px;
				margin:0 auto 0 22px;
				}
				
				#urlfeed {
				width: 98%;
				}
				
				#submit {
				margin:8px 0 0 0;
				}
				
				/*
				#pulsanti {
				display:block;
				text-align:right;
				width: 50px;
				height: 30px;
				margin-left: 299px;
				margin-left: 0;
				}
				*/
				/* FINE BLOCCO FORM DI INVIO */
				
/* #### BLOCCO COLONNA DESTRA - EXTRA #### */

#extra {
width: 139px;
float:right;

min-height: 465px; /* non interpretato da IE */
height: auto !important; /* non interpretato da explorer */
height: 465px; /* IE passa direttamente qui */
background-color:#FFF;
margin-top: -3px;
background-image: url(../img/fondo_col_dx.gif);
font-size: 11px;
padding-left: 20px;
padding-top: 50px;
padding-right: 35px;
background-repeat: no-repeat;
}

#extra a, #extra a:visited {
color:#C00;
text-decoration:none;
}

#extra a:hover {
color: #9C0;
}

#adsense {
position:absolute;
right:630px;
top:195px;
}

#headsense {
position:absolute;
right:330px;
top:35px;
}

#gsearch {
position:absolute;
right:80px;
top:15px;
}

/* #### BLOCCO FOOTER #### */

#footer {
margin-left: 225px;
margin-bottom: 20px;
width: 401px;
height:25px;
clear:both;
background-image: url(../img/fondino_footer.gif);
background-repeat: repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #FFFFFF;
text-align:center;
line-height: 1.8em;
}

#footer a, #footer a:visited {
text-decoration:none;
color: #FFF;
}

#footer a:hover {
color:#000000;
}


/* TITOLI SEZIONI */

#cosa_podup {
background-image: url(../img/fondo_cosa.gif);
}

#segnala {
background-image: url(../img/fondo_segnala.gif);
}

#disclaimer {
background-image: url(../img/fondo_disclaimer.gif);
}

#contatti {
background-image: url(../img/fondo_contatti.gif);
}

#links {
background-image: url(../img/fondo_links.gif);
}

#ultime_segnalazioni {
background-image:url(../img/fondo_dir.gif);
}
