@font-face {
	font-family: 'greatDayBold';
	src: url('../fonts/Great Day Bold Personal Use.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'gentleman';
	src: url('../fonts/Gentleman on the Rainbow.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body{
	background-image: url('../immagini/sfondi/sfondo_legno.jpg');
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	width:100%;
} 

.menu{
	background-color: rgba(255,255,255,0.5);
	color: rgba(255,255,255,1);
	font-size: 30px;
    list-style-type: none;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
	display: block;
}

.locandina{
	width: 100%;
}


.menuitem{
	display: inline;
	padding: 3px;
}

.menuitem > a{
	text-decoration: none;
	color: rgba(200,200,200,1.0);
}

.menuitem > a:hover{
	color: black;
}

.menuitem > a.activeitem{
	color: white;
	border-bottom: 2px solid white;
}

.menuitem > a.activeitem:hover{
	letter-spacing: normal;
}

.tileVideo{
	font-weight: bolder;
	display: inline-block;
	cursor:pointer;
	border-radius: 5px;
	background-color:rgba(255,255,255,0.7);
	margin:10px;
	padding:5px;
	text-align:center;
}

.mainImageVideo{
	width: 178px;
	height:100px;
	border:4px solid white;
	margin:3px;
}

.dataVideo{
	font-size: 10px;
	text-align: center;
}

.commentoVideo{
	width: 200px;
	display: inline-block;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.titolo_poesia{
	background-color: rgba(255,255,255,0.7);
	width: 70%;
	height: 30px;
	margin: 20px 0px 10px 0px;
	padding: 10px;
	border: 0px;
	font-size: 1.5em;
}

.corpo_poesia{
	background-color: rgba(255,255,255,0.7);
	width: 70%;
	height: 400px;
	margin: 0px;
	padding: 10px;
	border: 0px;
	font-family: Arial;
	font-size: 1.5em;
}

.autore_poesia{
	background-color: rgba(255,255,255,0.7);
	width: 70%;
	height: 30px;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	border: 0px;
	font-size: 1.5em;
}

.tile_poesia{
	width: 200px;
	height: 300px;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 15px;
	border-radius: 10px;
	margin: 10px;
}

.tile_poesia_presentazione{
	width: 200px;
	height: 60px;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 15px;
	border-radius: 10px;
	margin: 10px;
	cursor: pointer;
}

.t_poesia{
	width: 200px;
	display: block;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	font-weight: bolder;
	margin: 3px 0px 3px 0px;
	padding: 0px;
}

.d_poesia{
	width: 196px;
	display: block;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	font-size: 0.7em;
	color: white;
	background-color: rgba(0, 0, 0, 0.7);;
	border-radius: 3px;
	padding: 3px;
	position: relative;
}

.c_poesia{
	width: 200px;
	height: 230px;
	display: block;
    overflow: hidden;
	font-size: 0.7em;
	color: black;
	white-space: pre;
}

.checkbox{
	vertical-align: middle;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
}

.testopoesia{
	width: 80%;
	display: inline-block;
	margin: 10px;
	padding: 20px;
	background-color: rgba(255,255,255,0.5);
	color: black;
	border-radius: 10px;
}

.titolo_poesia:hover, .corpo_poesia:hover, .autore_poesia:hover{
	background-color: rgba(255,255,255, 1);
}

.statuto, .concorso, .intro, .contatti, .eventi{
	font-size: 1.2em;
	color: black;
	text-align: justify;
	display: inline-block;
	background-color: rgba(255,255,255,0.5);
	margin:  0px;
	padding: 20px 40px 40px 40px;
	width: 80%;
}


.intro, .eventi, .concorso, .contatti{
	font-style: italic;
	border-radius: 0px 0px 20px 20px;
}

.statuto > h1, .statuto > h2{
	text-align: center;	
}

.statuto > h2, .statuto > ul, .statuto > ol{
	text-align: left;	
}

.statuto > p{
	text-indent: 2em;
}

.contatti{
	text-align: center;
}

.pulsante{
	padding: 10px;
	border-radius: 5px;
	color: white;
	background-color: blue;
	border: 2px solid blue;
	display: inline-block;
	cursor: pointer;
	margin: 10px 10px 10px 0px;
}

.pulsante:hover{
	border: 2px solid white;
}

.intestazione{
	color: white;
	font-family: greatDayBold;
	font-size: 3em;
	margin:   0px;
	padding: 30px 30px 20px 50px;
	display: inline-block;
	position: relative;
}

.logo{
	margin:   0px;
	padding: 30px;
	right:    0px;
	top:      0px;
	width:  120px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.altri_logo{
	margin:0px;
	padding: 0px;
	right:0px;
	top:0px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 100px;
}

.immaginecentrale{
	margin:  0px;
	padding: 50px 5px 50px 5px;
}

.centralbox{
	margin:  0px;
	padding: 10px;
	text-align: center;
}

.testobox{
	margin:0px;
	padding: 0px;
	color: white;
	width: 650px;
	text-align: center;
	display: inline-block;
	padding: 5px;
	font-weight: bolder;
}

.footer{
	margin: 20px 0px 30px 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}

.footertext{
	border-top: 3px solid white;
	margin:0px;
	padding: 10px 0px 0px 0px;
	display: inline-block;
	color: white;
	width: 650px;
	text-align: left;
}

.mail{
	text-decoration: none;
	color: white;
}

.mail:hover{
	font-weight: bolder;
}

.segno{
	width:  50px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	display: block;
}

.zodiaco{
	margin:  20px 0px 20px 0px;
	padding: 10px;
	background-color: rgba(255,255,255,0.5);
	display: block;
	text-align: center;
}

.zodiaco > a{
	text-decoration: none;
	color: black;
	font-size: 10px;
	font-weight: bold;
	display: inline-block;
}

.immaginesegno{
	margin:  0px;
	padding: 10px 10px 0px 10px;
	float: left;
	width: 80px;
}

.testosegno{
	margin:  0px;
	padding: 15px;
	background-color: rgba(255,255,255,0.5);
	width: 400px;
	display: inline-block;
	text-align: justify;
	border-radius: 40px 0px 40px 0px;
	font-weight: bold;
}

.titolosegno{
	margin: 5px 0px 5px 0px;
	padding:  0px;
}


.header{display:inline-block;
	text-align:center;
	color:black;
	font-size: 30px;
	font-weight:bold;
	padding: 10px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 0px 20px 0px 20px;
	margin:30px;
	width: 650px;
	border:0px;
}

.moonentry{
	display: inline-block;
	background-color: rgba(0,0,0,0.7);
	color: white;
	font-size: 15px;
	font-weight: bold;
	border-radius: 10px;
	padding: 10px;
	width: 500px;
	border: 1px solid #AAA;	
}

.moonimage{
	display: inline-block;
	position: relative;
	top: 14px;
	left: 60px;
	width: 36px;
	height: 36px;
}

.phasemoontitle{
	width:650px;
	height: 400px;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	color: white;
	font-size: 60px;
	font-weight: bold;
	background-image: url('../immagini/fasi lunari.png');
}


.link{
	color: white;
	font-size: 10px;
	text-decoration: none;
}

.sottotitolocorso{
	color: white;
	font-size: 15px;
	margin:0px;
	padding: 5px 20px 5px 20px;
	font-weight: bold;
	background-color:rgba(0,0,255,0.5);
	width: 500px;
	display: block;
	text-align: left;
}


.piedecorso{
	color: white;
	font-size: 10px;
	margin:0px;
	padding: 5px 20px 5px 20px;
	font-weight: bold;
	background-color:rgba(0,0,255,0.5);
	border-radius: 0px 0px 20px 0px;
	width: 500px;
	display: block;
	text-align: left;
}

.corso{
	color: black;
	font-size: 15px;
	font-style: italic;
	background-color: rgba(255,255,255,0.5);
	padding: 10px 0px 10px 40px; 
	width: 500px;
	margin:0px;
	display: block;
	text-align: left;
}

.elencocorsifront{
	color: black;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	background-color: rgba(255,255,255,0.5);
	border-radius: 20px 0px 0px 20px;
	padding: 10px 20px 10px 20px;
	margin: 50px 0px 0px 0px;
}

.elencocorsiback{
	color: white;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	background-color: rgba(0,0,255,0.5);
	border-radius: 0px 20px 20px 0px;
	padding: 10px 20px 10px 20px;
	margin: 50px 0px 0px 0px;
}

.elencocorsiback > a{
	color: white;
	text-decoration: none;
}

.elencocorsiback > a:hover{
	color: yellow;
}


.foto{
	margin: 0px;
	width: 200px;
	border-bottom: 3px solid white;
}


.cornicefoto{
	margin: 0px 15px 15px 0px;
	float: left;
	width: 200px;
	font-style: normal;
	font-size: 0.8em;
	text-align: center;
}



.logform{
	display: inline-block;
	width: 500px;
	height: 200px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 20px;
	padding: 20px;
	margin: 20px;
}

.label{
	display: inline-block;
	width: 100px;
	height: 20px;
	background-color: rgba(0,0,255,0.5);
	border-radius: 10px 0px 0px 10px;
	padding: 5px 5px 5px 5px;
	margin:  10px 0px 10px 10px;
	color: white;
	font-weight: bold;
	text-align: right;
}

.source{
	display: inline-block;
	width: 200px;
	height: 20px;
	border-radius: 0px 10px 10px 0px;
	padding: 5px;
	margin:  10px 10px 10px 0px;
	color: black;
	border: 0px;
	text-align: left;
}

.logintitle{
	color: white;
	font-weight: bold;
	text-align: right;
	padding: 5px;
	margin: 10px;
}

.bottone{
	display: inline-block;
	width: 70px;
	height: 30px;
	border-radius: 5px;
	padding: 5px;
	margin: 10px;
	background-color: rgba(0,0,255,0.5);
	border: 0px;
	color: white;
	font-weight: bold;
	text-align: center;
}

.xxx{
	border:  1px solid red;
	margin:  0px;
	padding: 0px;
}


.inserto{
	padding: 20px;
	margin-top:20px;
	background-color: rgba(255,255,255, 0.25);
	border-radius: 10px;
	text-align: left;
	position: relative;
}

.immagine_locandina{
	width: 15%;
	margin-right: 10px;
	display: inline-block;
	border: 1px solid white;
}

.messaggio_locandina{
	width: 80%;
	margin:0px;
	padding: 0px;
	display: inline-block;
}

.titolo_locandina{
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
}

.descrizione_locandina{
	font-weight: normal;
	font-size: 0.8em;
	text-align: justify;
}

.scadenza_locandina{
	color: red;
	margin-top: 5px;
}
