@import url("form.css");
@import url("layout.css");
@import url("nav.css");
@import url("subnav.css");
@import url("admin.css");
@import url("pagination.css");
@import url("attachment.css");
@import url("search.css");


/* STILI GENERICI
------------------------------------------------------------------*/
.skip{position:absolute;left:-10000px;top:-10000px;width:0;height:0;overflow:hidden;clear:none;}
.ghost, .stampa { display: none }

HTML, BODY {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #333;
  background: url(../images/sf_body.jpg) repeat-x top left #fcfdfc;
}
FORM {margin:0;padding:0;}
TEXTAREA, INPUT, SELECT {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
}
HR {
  margin: 0;
  padding: 0;
  border: 1px dashed #ccc;
  height: 1px;
}
IMG {
  border: 0;
  margin: 0;
  padding: 0;
}
A {
  color: #333;
  text-decoration: underline;
}
A:hover,
A:focus,
A.current {
  color: #06c;
  text-decoration: none;
}
H1 {
  font-size: 2em;
  color: #143362;
  margin: 0;
}
H2 {
  margin: 0;
  padding: 0;
  padding-bottom: 6px;
  font-size: 1.3em;
  color: #143362;
  font-weight: bold;
}
H3 {
  margin: 0;
  padding: 6px 0;
  font-size: 1.1em;
  color: #069;
  font-weight: bold;
}
DIV.ripristino { clear: both; }

/* HEADER
------------------------------------------------------------------*/
DIV#header DIV#logo {
  position: absolute;
  top: 70px;
  left: 12px;
}
DIV#header DIV#sostienici {
  position: absolute;
  top: 227px;
  left: 313px;
}
DIV#header DIV#sostienici A {
  text-decoration: none;
}
DIV#header DIV#newsletter {
  position: absolute;
  top: 227px;
  left: 520px;
}
DIV#header DIV#newsletter A {
  text-decoration: none;
}
DIV#header DIV#suggerimenti {
  position: absolute;
  top: 176px;
  left: 586px;
}
DIV#header DIV#suggerimenti A {
  text-decoration: none;
}
DIV#header DIV#areariservata {
  width: 130px;
  height: 51px;
  padding: 11px 60px 0 0;
  font: 1em Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: right;
  position: absolute;
  top: 0;
  left: 586px;
  background: url("../images/sf_area_riservata.jpg") no-repeat top left;
}
DIV#header DIV#areariservata A {
  color: #069;
  text-decoration: none;
}
DIV#header DIV#areariservata A:hover,
DIV#header DIV#areariservata A:focus,
DIV#header DIV#areariservata A.current {
  text-decoration: underline;
}

/* CENTERBOX
------------------------------------------------------------------*/
DIV#contain DIV#centerbox BIG{
  padding: 0;
  margin: 0;
  font-size: 1.1em;
  font-weight: bold;
}
DIV#contain DIV#centerbox P {
  line-height: 1em;
}

/* HOME
------------------------------------------------------------------*/
DIV#contain DIV#boxhome {
  width: 490px;
  min-height: 130px;
  height: auto !important;
  height: 130px;
  margin: 0;
  margin-left: 38px;
  margin-top: 37px;
  padding: 20px;
  background-color: #838383;
  color: #fff;
  float: left;
}
DIV#contain H2.titolohome {
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  padding-left: 68px;
  line-height: 2.5em;
  font-size: 1.7em;
  background: url("../images/ico_ultime_notizie.gif") no-repeat left center;
}

/* NEWS
------------------------------------------------------------------*/
DIV#contain DIV#centerbox DIV#news {
  padding: 0 0 18px 50px;
  margin: 0;
  position: relative;
  /*border: 1px solid #c00;*/
}
DIV#contain DIV#centerbox DIV#news BIG A {
  padding: 0;
  margin: 0;
  font-size: 0.9em;
  font-weight: bold;
  color: #069;
}
SPAN.topic {
  font-weight: bold;
  color: #666;
}

DIV#contain DIV#centerbox DIV#news DIV.datanews {
 border-right: 1px solid #ccc;
 padding: 2px 10px 2px 2px;
 display: block;
 position: absolute;
 text-align: center;
 top: 4px;
 left: 0;
 font-size: 90%;
}
DIV#contain DIV#centerbox DIV#news DIV.datanews .day {
 color: #069;
 display: block;
 font-family: 'Arial';
 font-weight: bold;
 font-size: 1.8em;
 letter-spacing: -1px;
 line-height: 0.8em;
}
DIV#contain DIV#centerbox DIV#news DIV.datanews .month {
 color: #069;
 font-family: 'Arial';
 font-weight: bold;
 display: block;
 font-size: 1em;
 line-height: 0.9em;
 text-transform: uppercase;
}
DIV#contain DIV#centerbox DIV#news DIV.datanews .year {
 color: #069;
 font-family: 'Arial';
 font-weight: bold;
 display: block;
 font-size: 0.9em;
 line-height: 0.9em;
}

/* PARTNER
------------------------------------------------------------------*/
DIV#contain DIV#centerbox DIV#partner {
  padding: 3px 0;
  margin: 0;
  /*border: 1px solid #c00;*/
}
DIV#contain DIV#centerbox DIV#partner SPAN.dettaglionews A {
  padding: 0;
  margin: 0;
  font-size: 0.9em;
  line-height: 1.8em;
  text-align: right;
}
IMG.foto {
  margin: 4px 8px 5px 0;
  padding: 10px;
  border: 1px solid #ccc;
  float: left;
}

/* MENUNEWS
------------------------------------------------------------------*/
DIV#contain DIV#centerbox DIV#menunews UL {
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
  line-height: 1.8em;
  list-style-type: none;
}
DIV#contain DIV#centerbox DIV#menunews UL LI {
  margin: 0;
  padding: 10px 0 10px 34px;
  background: url(../images/ico_news.gif) no-repeat left center;
  border-bottom: 1px dashed #ccc;
}
DIV#contain DIV#centerbox DIV#menunews UL LI.currenttopic {
  margin: 0;
  padding: 0;
  padding: 10px 0 10px 34px;
  font-weight: bold;
}
DIV#contain DIV#centerbox DIV#menunews UL LI.currenttopic A {
  color: #069;
}
DIV#contain DIV#centerbox DIV#menunews UL LI A {
  text-decoration: none;
}
DIV#contain DIV#centerbox DIV#menunews UL LI A:hover,
DIV#contain DIV#centerbox DIV#menunews UL LI A:focus {
  color: #069;
  text-decoration: underline;
}

/* EVENTI
------------------------------------------------------------------*/
DIV#contain DIV#centerbox DIV#events {
  padding: 0;
  margin: 0;
  /*border: 1px solid #c00;*/
}
DIV#contain DIV#centerbox DIV#events DIV.evento {
  padding: 0;
  padding-left: 32px;
  margin: 0;
  background: url("../images/ico_eventi.gif") no-repeat left center;
}
DIV#contain DIV#centerbox DIV#events DIV.evento BIG A {
  font-size: 0.9em;
  line-height: 1.3em;
  font-weight: bold;
  color: #069;
}

/* FOOTER
------------------------------------------------------------------*/
DIV#footer P {
  padding: 100px 0 0 100px;
  font-size: 0.9em;
  text-align: center;
  color: #fff;
}

DIV#footer A {
color: #fff;
}



#dbglink{
  float: right;
}
#debug{
  font-family: monospace;
  border: 2px dashed #DDD;
  padding: 4px;
}
.clear{
  clear: both;
  height: 0;
  line-height: 0;
}
#flash_notice{
  padding: 4px;
  margin: 4px;
  border: #CF7474 1px solid;
}


