/*COLORI PRINCIPALI:
fuxia 98002e
titolo giallo menù f7941d
*/

BODY
  { margin-top: 3px;
  background-color: #fff;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  }

a { color: #E94F07; text-decoration: none; }

a:hover { color: #f7941d; text-decoration: underline; }

img { border:0; }



/* CONTENITORE PRINCIPALE: (con sfondo verdino)
**************************** */
#container
  {
  width: 780px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  border:0;
  }


/*TESTATA:  - MENU TOP  */
#intestazione
  {
  clear: both;
  background-color:#98002e;
  text-align: center;
  }

/*Menù TOP*/
.testo_menu_top
  {
  color: #fff;
  font-size: 13px;
  font-weight:bold;
  padding: 3px;
  text-align:left;
  }

.testo_menu_top A:link  , .testo_menu_top A:visited
  {
  color: #fff;
  }

.testo_menu_top A:hover
  {
  color: #1E5A32;
  text-decoration:underline
  }


#corpo
  {
  clear: both;
  }

/* colonna  SX
*****************/

.colonna_sx
  {
  vertical-align:top;
  width: 147px;
  clear: both;
  background-color: #333333;
  }

.testo_left
  {
  color: #f7941d;
  font-size: 12px;
  padding: 15px 3px 3px 3px;
  line-height:16px;
  }

.testo_left h3 { margin: 0 0 4px 0; font-size: 12px; }
.testo_left h3 a { font-size: 12px; }
.testo_left a { font-size: 11px; color: #f7941d; }
.testo_left ul { margin:0 0 10px 0; padding:0; list-style:none; }
.testo_left li { padding-left: 10px; }


/* parte centrale  */
TD.box_center
  {
  vertical-align:top;
  font-size: 12px;
  padding: 6px;
  }

 /* parte news dal mondo  */
TD.box_right
  {
  vertical-align:top;
  width: 165px;
  padding: 4px;
  }



/*FOOTER */
#footer
  {
  text-align: center;
  color:#ffffff;
   font-weight:bold;
  clear: both;
  background-color: #98002e;
  }



/*************************
STILE dei vari CONTENUTI
**************************/


.titolo_verde
  {
  font-weight:bold;
  color: #679B1F;
  font-size: 14px;
  }


.titolo_arancio
  {
  font-size: 13px;
  font-weight:bold;
  color: #F98643;
  }


.titolone
  {
  font-size: 16px;
  font-weight:bold;
  }




/* paginazione */
  .pages
  {
  font-style: italic;
  font-size: 11px;
  }




/*SPAZIATORI - LINEE - BOTTONI
*******************************/
.spacer
  {
  height:5px;
  clear: both;
  }


.barra_verde
  {
  background-image:url('../img/pallino_verde.gif');
  background-repeat:repeat-y;
  width:10px;
  }


.nimaia A:link
  {
  color:#ffffff;
  font-style: italic;
  font-size: 11px;
  }


/* msg per la form */
#msg {
 margin: 10px 5px;
 padding: 5px 10px;
 border: 1px solid #ccc;
 background: #FFFFD9;
}

#msg.error {
  color: red;
  font-weight: bold;
}

/* loghi */
.loghi {
  margin-bottom: 20px;
  text-align: center;
}

.loghi img {
  margin-bottom: 8px;
  border: 1px solid #ccc;
}

/* fotogallery */
.gallery-item {
  float: left;
  width: 148px;
  margin: 0 6px 15px 0;
}