/************************ TIPOGRAFIA *************************/

/* Links */

.menu a {
	text-decoration: none;
	color: #31a041;
	background: none;
	padding: 3px 3px 2px 3px;
}

.menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #31a041;
	padding: 3px 3px 2px 3px;
}

.menu .on {
	text-decoration: none;
	color: #FFFFFF;
	background: #31a041;
	padding: 3px 3px 2px 3px;
}

a {
	color: #31a041;
	padding: 0px;
	text-decoration: none;
}

a:hover {
	color: #31a041;
	text-decoration: underline;
	padding: 0px;
}

/* Testo arricchito */

.spip_surligne {
	background: #99FFCC;
	color: #666666;
}

/* Testo */

small {
	font-size: .7em;
	line-height: .9em;
}

p {
	font-size: .9em;
	line-height: 1.2em;
}

.foto {
	margin:0px;
	padding: 0px;
}

.foto a {
	background: none;
	text-decoration: none;
	padding: 0px;
}

.foto-articolo {
	margin:0px 10px 10px 0px;
	padding: 0px;
	float: left;
}

.titolo a:hover {
	background: none;
	text-decoration: none;
	padding: 0px;
}

.data {
	font-size: .7em;
	line-height: .9em;
	text-align: left;
	padding-bottom: 5px;
}

.titolo {
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
	padding-bottom: 5px;
}

.titolo_grande {
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.5em;
	text-align: left;
	padding-bottom: 5px;
}

.testo_articolo {
	font-size: 1.1em;
	line-height: 1.3em;
	text-align: justify;
}

.testo_articolo p {
	margin-top:0px;
}

.testo_articolo_home {
	font-size: 1em;
	line-height: 1.3em;
	text-align: justify;
	color: #4C4C4C;
}

.testo_articolo_home p {
	margin-top:0px;
}

.testo_piccolo {
	font-size: .8em;
	line-height: 1.1em;
	text-align: left;
}

.articolo {
	font-size: .9em;
	line-height: 1.2em;
	text-align: justify;
}

.titolo_colonna2 {
	font-weight: bold;
	font-size: .7em;
	line-height: 1em;
	text-align: left;
}

.data_forum_colonna2 {
	font-size: .7em;
	text-align: left;
	color: #999999;
}

.titolo_forum_colonna2 {
	background: url(../img/comment.gif) top left no-repeat;
	font-weight: bold;
	font-size: .75em;
	line-height: 20px;
	text-align: left;
	padding-left: 22px;
}

.testo_colonna2 {
	font-size: .75em;
	line-height: 1.2em;
	text-align: left;
	padding-top: 5px;
}

.titolo_colonna3 {
	font-weight: bold;
	font-size: .7em;
	line-height: 1em;
	text-align: left;
}

/* Path */

.path {
	font-size: .7em;
	color: #666666;
	margin: 0px 20px 10px 20px;
	padding: 5px;
	background: #F5F5F5;
}

/* Data */

.data_top_header {
	width: 400px;
	font-size: .7em;
	line-height: 24px;
	text-align: left;
	float: left;
	color: #999999;
}

.data_header{
	width:70px;
	height:8px;
	background: url(../img/header_data.jpg) top left no-repeat;
}

.data_giorno_num{
	width: 70px;
	background: url(../img/bg_giorno_num.jpg) top left repeat-y;
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #999999;
}

.data_giorno_num strong{
	font-size: 2em;
	line-height: 36px;
}

.data_giorno_num small{
	font-size: .8em;
	line-height: 14px;
}

.data_giorno{
	width: 70px;
	background: url(../img/bg_giorno.jpg) top left repeat-y;
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #FFFFFF;
}

.data_giorno strong {
	font-size: 2em;
	line-height: 36px;
}

.data_giorno small {
	font-size: .7em;
	line-height: 20px;
	font-weight: bold
}

.data_footer{
	width:70px;
	height:8px;
	background: url(../img/footer_data.jpg) top left no-repeat;
}

.data_commento {
	background: url(../img/icona_totale_commenti.gif) left no-repeat;
	font-size: .7em;
	font-weight: regular;
	text-align: left;
	padding: 10px 0px 10px 28px;
	margin: 0px;
	line-height: 24px;
}

/* Sondaggi */

.barra_si {
	background: url(../img/bg_barra_sondaggio_si.jpg) top left repeat-x #9cf9b4;
	border: 1px solid #00CC66; 
	font-size: 0.7em;
	paddinf: 0.2em;
	color: #FFFFFF;
	font-weight: bold;
}

.barra_no {
	background: url(../img/bg_barra_sondaggio_no.jpg) top left repeat-x #ae1c3f;
	border: 1px solid #FF3300; 
	font-size: 0.7em;
	paddinf: 0.2em;
	color: #FFFFFF;
	font-weight: bold;
}

.si {
	background: url(../img/si.gif) left no-repeat;
	font-size: .7em;
	line-height: 20px;
	padding-left: 26px;
	margin-left: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.no {
	background: url(../img/no.gif) left no-repeat;
	font-size: .7em;
	line-height: 20px;
	padding-left: 26px;
	margin-left: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.vota {
	background: url(../img/freccia.gif) right no-repeat;
	font-size: .6em;
	line-height: 20px;
	padding-right: 26px;
	text-align: right;
	margin-top: 10px;
}

/* Gallery */

.gallery {
	border: 1px solid #CCCCCC;
	width: 140px;
	margin: 0px 10px 5px 0px;
	padding: 5px;
	float: left;
}

/* Community */

.siti {
	background: url(../img/siti.gif) top left no-repeat;
	font-size: .6em;
	line-height: 20px;
	padding-left: 26px;
	text-transform: uppercase;
	font-weight: bold;
}

.feed {
	background: url(../img/feed.gif) top left no-repeat;
	font-size: .6em;
	line-height: 20px;
	padding-left: 26px;
	text-transform: uppercase;
	font-weight: bold;
}

.invia_programma {
	background: url(../img/page_white_go.gif) top left no-repeat;
	font-size: .6em;
	line-height: 20px;
	padding-left: 26px;
	text-transform: uppercase;
	font-weight: bold;
}

.invia_sito {
	background: url(../img/segnala.gif) top left no-repeat;
	font-size: .6em;
	line-height: 20px;
	padding-left: 26px;
	text-transform: uppercase;
	font-weight: bold;
}

.invia_manifesto {
	background: url(../img/picture.gif) top left no-repeat;
	font-size: .6em;
	line-height: 20px;
	padding-left: 26px;
	text-transform: uppercase;
	font-weight: bold;
}

.invia_spot {
	background: url(../img/movie.gif) top left no-repeat;
	font-size: .6em;
	line-height: 20px;
	padding-left: 26px;
	text-transform: uppercase;
	font-weight: bold;
}


/* Pagination */

.pagination {
	font-size: .7em;
}

/* separatore */

.separatore {
	border-bottom:1px dotted #CCCCCC;
	padding-top: 10px;
	margin-bottom: 10px;
} 

/* Risposte */

.spip_form_ok {
	background: #990000;
	padding: 10px;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
}

/* Commenti */

.box_commenti {
	background: #F0F0F0;
	font-size: .8em;
	font-weight: regular;
	text-align: left;
	padding: 5px;
	line-height: 1em;
	border: 1px solid #CCCCCC;
}

.box_commenti .titolo_piccolo {
	font-size: .8em;
	line-height: 1.2em;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	padding: 10px 0px 5px 0px;
}

.box_commenti .testo_medio {
	font-size: .9em;
	line-height: 1.1em;
	text-align: left;
}

.data_commento {
	background: url(../img/icona_totale_commenti.gif) left no-repeat;
	font-size: .7em;
	font-weight: regular;
	text-align: left;
	padding: 10px 0px 10px 28px;
	margin: 0px;
	line-height: 24px;
}

/****************************************************/
/* tabelle */
table.spip {
	margin: auto;
	margin-bottom: 1em;
	border: 1px solid #CCCCCC;
	border-collapse: collapse; }
table.spip caption {
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin: auto;
	padding: 5px;
	font-weight: bold; }
table.spip tr.row_first { background: #FFFFCC; border-bottom:1px solid #CCCCCC }
table.spip tr.row_odd { background: #FFFFFF; }
table.spip tr.row_even { background: #F9F9F9; }
table.spip th, table.spip td { padding: 10px; text-align: left; vertical-align: middle; }

/* Google Maps */

.mappa {
	font-size: .8em;
	width: 550px;
	height: 550px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 2px solid #CCCCCC;
}

/* Agenda */

td.horsperiode {
	background: #FAFAFA;
	color: #CCCCCC;
}

td.occupe {
	background: #F5F5F5;
	color: #666666;
}

td.occupe a {
	background: #F5F5F5;
	color: #666666;
}

td.occupe a:hover {
	background: #88A367;
	color: #FFFFFF;
}

td.libre_today {
	background: #F0F0F0;
	color: #666666;
	border:1px solid #88A367;
}

td.occupe_today a {
	background: #88A367;
	color: #666666;
	border:1px solid #666666;
}

td.occupe_today a:hover {
	background: #F0F0F0;
	color: #FFFFFF;
	border:1px solid #666666;
}

/****************************************************/
/* Formatage du calendrier */
.mgs_menu_cal {
	font-size: 0.75em;
	line-height: 1.2em;
	text-align: center;
	padding: 0px;
	margin: 5px;
}

.mgs_menu_cal a, .mgs_menu_cal a:link {
	background-color: #f3f3f6;
}

.mgs_menu_cal a:hover {
	background-color: #eaeaec;
	/*border-bottom: 1px solid #d6d6d6;*/
}

.mgs_menu_cal a:active {
	background-color: #b0b0b8;
}

li.cal_sstitre {
	padding: 2px 0px;
	margin: 2px 5px;
	color: #222;
	border-bottom: 1px solid #d6d6d6;
}

.mgs_menu_cal table {
	color: #222;
	text-align: center;
	border-spacing: 2px;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.mgs_menu_cal table td {
	text-align: center;
	border-spacing: 2px;
	padding: 0px;
	margin: 0px;
}

.mgs_menu_cal table a  {
	/* color: #48484b; */
	font-weight: bold;
	display: block;
	/*background-color: #f3f3f6;*/
}

.mgs_menu_cal table td.cal_sel {
	border: 1px solid #d6d6d6;
}

.mgs_menu_cal table tr.cal_titre {
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 0px 0px 2px 0px;
	margin: 0px;
	border-spacing: 0px;
	background-color: #eaeaec;
}

p.cal_now {
	padding: 0px;	
	margin: 0px;
}

.cal_now a {
	font-size: 1.0em;
	padding: 4px 2px;	
	background-color: #990000;
	display: block;
}

.cal_now a:active {
	background-color: #990000;
}

/****************************************************/

form {
	padding: 0px;
	margin: 0px;
}

fieldset {
	background: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.textfield {
	margin: 0px;
	padding: 0.4em;
	font-size: 1em;
	background: url(../img/bg_label_off.jpg) top left repeat-x;
	border: 1px solid #CCCCCC;
	color: #666666;
}

.submit {
	padding: .2em;
	font-size: .8em;
	background: #666666;
	color: #F2F2F2;
	margin: 0px 0px 0px 5px;
	border: 0px;
	float: right;
}

select {
	padding:.3em;
	font-size: .8em;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #666666;
}

/** FORMS **/

.spip_forms form label {
	float:none;
}
.spip_forms h2 {
	margin:.2em;
	color:#543E29;
}

.spip_forms {
	color: #666666;
	margin: 0px;
	margin-bottom: 16px;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.spip_forms form {
	border:0;
	margin:0;
	padding:.5em 0 0 0;
}
.spip_forms div.spip_descriptif {
	border:0;
	margin:0;
	clear:both;
}
.spip_forms h3 {
	float:none;
	text-align:left;
}

.spip_forms legend {
	font-size:1.15em;
	padding:5px;
}
.spip_forms .spip_form_champ {
	margin-bottom: .5em;
	display: block;
	clear: both;
}
.spip_forms .spip_form_label {
  	font-weight: bold;
  	text-align:left;
  	color: #999999;
	display: block;
}
.spip_forms .spip_form_label label,
.spip_forms .spip_form_label .label {
	text-align:left;
  	font-weight: bold;
  	color:#999999;
}
.spip_forms .spip_form_label_obligatoire {
	font-weight: normal;
	font-style:italic;
	font-size:.9em;
}
.spip_forms .obligatoire_oublie {
	color:red;
}
.spip_forms .spip_form_label_details{
	display:block;
	font-style:italic;
	text-align:left;
}

.spip_forms .spip_form_choix_multiple {
	display:block;
}

.spip_forms .spip_form_choix_unique input, .spip_forms .spip_form_choix_unique input.fondo, .spip_forms .spip_form_choix_unique input.fondl {
	width:auto;
}
.spip_forms .spip_form_choix_unique label {
	margin:0 0 5px 0;
}
.spip_forms .spip_form_choix_multiple input, .spip_forms .spip_form_choix_multiple input.fondo, .spip_forms .spip_form_choix_multiple input.fondl, ul.choix_mots li input {
	width:auto;
	margin:0 5px 0 0;
}
.spip_forms ul.choix_mots,.spip_forms ul.spip_form_choix_multiple,.spip_forms ul.spip_form_choix_unique{
list-style:none;float:left;padding-left:5px;width:45%;
}
.spip_forms .forml, .spip_forms .formo {
	width:85%;
	border-bottom:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	font-size:1em;
	padding:.25em;
}
.spip_forms .forml, .spip_forms .fondl {
	background: #F7F7F7;
	color:#666666;
}
.spip_forms .formo, .spip_forms .fondo {
	background-color: #F7F7F7;
	color:#4A4336;
}
.spip_forms .champ_obli_oubli {
	border:2px solid red;
}
.spip_forms form .forml-focus, .spip_forms form input.forml-focus:focus, .spip_forms form textarea.forml-focus:focus, .forml-focus {
	border-bottom:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	background: #FFF9EE;
	color:#666666;
	font-weight:normal;
	font-size:1em;
	padding:.25em;
}
.spip_forms form .formo-focus, .spip_forms form input.formo-focus:focus, .spip_forms form textarea.formo-focus:focus, .spip_forms .formo-focus {
	border-bottom:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	background:#FFF9EE;
	color:#666666;
	font-weight:normal;
	font-size:1em;
	padding:.25em;
}
.spip_forms form .champ_obli_oubli-focus, form input.champ_obli_oubli-focus:focus, form textarea.champ_obli_oubli-focus:focus {
	border-bottom:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	background: #FFF9EE;
	color:#666666;
	font-weight:normal;
	font-size:1em;
	padding:.25em;
}
.spip_forms .spip_bouton input {
	border: 1px solid #999999;
	cursor:pointer;
	font-size: 1em;
	padding: .25em;
	background: #FFF9EE;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1em;
	color:#666666;
}
.spip_forms fieldset {
	border: 1px solid #CCCCCC;
	padding: .4em .4em .4em 1em;
	margin:.5em 0 .5em 0;
}

.spip_forms legend {
	text-transform: uppercase;
	font-weight: bold;
}

.spip_forms p.spip_form_ok, .spip_forms p.spip_form_erreur, .spip_forms form {
	clear:both;
}

p.spip_form_ok {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}

span.nettoyeur{
	clear:both;line-height:1px;font-size:1px;display:block;
}
span.erreur { display:block;}

/** FORUM **/

.spip_forum {
	color: #666666;
	margin: 0px;
	margin-bottom: 16px;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.spip_forum .spip_forum_champ {
	display: block;
	clear: both;
}

.spip_forum .moderazione {
	background: #FFF2C8;
}

.spip_forum .preview {
	background: #FFF2C8;
	border:2px solid #CCCCCC;
}

.spip_forum .forml {
	background: #F0F0F0;
	border:1px solid #CCCCCC;
	font-size: 1em;
	padding: .25em;
}

.spip_forum fieldset {
	padding: 10px;
	margin: 0px 0px 10px 0px;
	border:1px solid #CCCCCC;
}

.spip_forum .spip_bouton input {
	border: 1px solid #563033;
	cursor:pointer;
	font-size: 1em;
	padding: .25em;
	background: #F0F0F0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:.8em;
	color:#4A4336;
}

hr {
	border:1px dotted #CCCCCC;
	height:1px;
}

/** BARRA **/

.spip_barre {
	padding:5px 0px 5px 0px;
	width: 80%;
}

.spip_barre img{
	border-top:1px solid #F2F2F2;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #F2F2F2;
	border-right:1px solid #CCCCCC;
	padding: 5px;
}