/*  
Theme Name: Janasonline 2.0
Theme URI: http://www.janasonline.it
Description: tema grafico versione 2.0
Version:
Author: Stefano Flore
Author URI: http://www.stefanof.net
*/

body,html {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0;
	height: 100%;
	background-image: url(images/sfondo.png);
	background-repeat: repeat-y;
	background-position: center;
}

a{
	color: #39612b;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}

h1{
	font-size: 22px;
	padding-top: 0px;
	padding-bottom: 0px;
}

h2{
	font-size: 18px;
	padding-top: 0px;
	padding-bottom: 0px;
}

h3{
	font-size: 16px;
	padding-top: 0px;
	padding-bottom: 0px;
}

h4{
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
}

hr { 
border-bottom: 1px dashed #39612b;
border-top: 0px;
border-left: 0px;
border-right: 0px;
height: 1px; 
margin: 0px;
padding: 0px;
}

#main{
	width: 600px;
	margin: 0 auto;
	background-color: #F5F5F5;
	background-image: url(images/sfondo-contenuti.png);
}

#testata{
	height: 90px;
	background-image: url(images/janas.png);
}

#menu{
	background-color: #39612b;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #FFFFFF;
	border-bottom: 2px solid #b3d4a8;
	font-size: 11px;
}
#menu a{
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 2px;
	margin-right: 2px;
}
#menu a:hover{
	text-decoration: underline;
	color: #fcfae1;
}

#menu a.menu-attivo { border-top: 2px solid #fcfae1; }

#contenuti{
	clear: both;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: justify;
	height: auto !important;  /* per i browser moderni */
	height: 300px;      /* per IE5.x e IE6 */
	min-height: 300px;  /* per i browser moderni */
}

#piede{
	clear: both;
	background-image: url(images/piede.png);
	height: 104px;
	color: #FFFFFF;
	text-align: center;
}

#copyright{
	clear: both;
	background-color: #39612b;
	padding-bottom: 5px;
	color: #FFFFFF;
	text-align: center;
	font-size: 9px;
	border-bottom: 5px solid #b3d4a8;
}
#copyright a{
	color: #FFFFFF;
	text-decoration: underline;
}
#copyright a:hover{
	color: #fcfae1;
	text-decoration: none;
}

/* TABELLA PER LA VISUALIZZAZIONE DELLA LISTA DELLE DATE DEL TOUR */

#tabella-tour{
	text-align: center;
}
#tabella-tour a{ text-decoration: underline; }
#tabella-tour a:hover{ text-decoration: none; }
#tabella-tour .city{
	background-image: url(images/box-date-tour-citta.png);
	background-repeat: no-repeat;
	width: 305px;
	height: 35px;
	padding-top: 1px;
}
#tabella-tour .data{
	background-image: url(images/box-date-tour-data.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 35px;
	padding-top: 1px;
}
#tabella-tour .ora{
	background-image: url(images/box-date-tour-ora.png);
	background-repeat: no-repeat;
	width: 55px;
	height: 35px;
	padding-top: 1px;
}
#tabella-tour .ora-scaduta{
	background-image: url(images/box-date-tour-ora-scaduta.png);
	background-repeat: no-repeat;
	width: 55px;
	height: 35px;
	padding-top: 1px;
}

/* TABELLA PER LA VISUALIZZAZIONE DI LISTE GENERICHE CON TITOLO E DATA */

#tabella-lista{
	text-align: center;
}
#tabella-lista a{ text-decoration: none; }
#tabella-lista a:hover{ text-decoration: underline; }
#tabella-lista .titolo{
	background-image: url(images/box-liste-titolo.png);
	background-repeat: no-repeat;
	width: 375px;
	height: 35px;
	padding-top: 1px;
}
#tabella-lista .data{
	background-image: url(images/box-liste-data.png);
	background-repeat: no-repeat;
	width: 135px;
	height: 35px;
	padding-top: 1px;
}

/* LINK DI PAGINAZIONE */

#navigazione-sinistra{
	float: left;
	padding-left: 150px;
	padding-top: 30px;
}
#navigazione-destra{
	float: right;
	padding-right: 150px;
	padding-top: 30px;
}

/* DOPPIA COLONNA */

#colonna-contenuti{
	float: right;
	width: 65%;
	padding-left: 20px;
	border-left: 1px dashed #39612b;
	height: auto !important;  /* per i browser moderni */
	height: 400px;      /* per IE5.x e IE6 */
	min-height: 400px;  /* per i browser moderni */
	margin-bottom: 20px;
}
#colonna-contenuti img{ padding: 0px; margin: 0px; border: 1px solid #000000; }
#colonna-menu{
	float: left;
	width: 30%;
	height: auto !important;  /* per i browser moderni */
	height: 390px;      /* per IE5.x e IE6 */
	min-height: 390px;  /* per i browser moderni */
	text-align: left;
}
#colonna-menu img{ padding: 0px; margin: 1px; }
#colonna-menu a img{
	padding: 5px;
	border: 1px solid;
	background-color: #EEEEEE;
	border-color:#DDDDDD rgb(187, 187, 187) rgb(170, 170, 170) rgb(204, 204, 204);
}
#colonna-menu a img:hover{ background-color: #f6e497 }

/* PAGINA DEI LINK ESTERNI */

#link {
padding-bottom: 10px;
font-weight: bold;
}
#link ul {
list-style: none;
margin: 0;
padding: 0;
}
#link li{
padding-left: 13px;
padding-top: 4px;
padding-bottom: 4px;
float: left;
width: 255px;
}
#link .cat{
font-size: 150%;
}
#link ul{
font-size: 12px;
}

/* BOX TOUR NELLA HOME */

#box-tour-titolo{
	background-image: url(images/box-home-titolo-tour.png);
	width: 310px;
	height: 33px;
	font-size: 15px;
	font-weight: bold;
	padding-top: 9px;
	padding-left: 40px;
}
#box-tour-contenuti{
	background-image: url(images/box-home-sfondo.png);
	width: 335px;
	height: 200px;
	padding-left: 15px;
}
#box-tour-piede{
	background-image: url(images/box-home-piede.png);
	width: 345px;
	height: 11px;
}

/* BOX MP3 NELLA HOME */

#box-audio-titolo{
	background-image: url(images/box-home-titolo-playlist.png);
	width: 310px;
	height: 33px;
	font-size: 15px;
	font-weight: bold;
	padding-top: 9px;
	padding-left: 40px;
}
#box-audio-contenuti{
	background-image: url(images/box-home-sfondo.png);
	width: 335px;
	height: 100px;
	padding-left: 15px;
}
#box-audio-piede{
	background-image: url(images/box-home-piede.png);
	width: 345px;
	height: 11px;
}

/* AREA SHOP */

.shop-lista{
	width:50%;
	float:left;
	height: 100px;
}

.shop-lista img{
	border: 1px solid #000000;
	padding: 3px;
	margin-right: 10px;
}
.shop-lista img:hover{
	border: 1px solid #000000;
	padding: 3px;
	margin-right: 10px;
	background-color: #006633;
}

/* CLASSI SPECIALLI */

.apice { vertical-align: super; font-size: 60%; }
.verdone { color: #39612b; }
.centro { text-align: center; }
.separatore{
	padding-top: 5px;
	padding-top: 5px;
	margin-bottom: 8px;
	margin-top: 8px;
	margin-left: 0px;
	margin-right: 0px;
	border-bottom: 1px dashed #39612b;
	height: 1px;
	clear: both;
}
.img-album{
	padding:0;
	margin:0;
	width:530px;
	height:166px;
	margin:0 auto;
}
