@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");


/* 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: 0.85em  Verdana, Arial, sans-serif;
  color: #005596;
  text-align: left;
  background: url(../images/sfondo.gif) no-repeat center top;
  background-color: #3377ab;
}
HR {
  border: 1px dashed #ccc;
  height: 1px;
}
A {
  color: #005596;
  text-decoration: underline;
}
A:hover,
A:focus {
  color: #c00;
  text-decoration: none;
}
IMG {
  border: 0;
}
H1 {
  font-size: 1.4em;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
  color: #322a74;
}
H2 {
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
  color: #322a74;
}
H3 {
  font-size: 1em;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  color: #322a74;
}
.ripristino {
  clear: both;
}

/* HEADER
------------------------------------------------------------------*/
DIV#contain DIV#header DIV#logo {
  position: absolute;
  top: 17px;
  right: 335px;
}
DIV#contain DIV#header DIV#villaggio {
  position: absolute;
  top: 126px;
  right: 164px;
}
DIV#contain DIV#header DIV#lacasa {
  position: absolute;
  top: 170px;
  right: 15px;
}

/* LEFTBOX
------------------------------------------------------------------*/
DIV#contain DIV#leftbox DIV#recapiti {
  padding: 40px 0 0 18px;
  margin: 0;
  font-size: 0.95em;
  line-height: 1.2em;
}

/* CENTERBOX
------------------------------------------------------------------*/
DIV#contain DIV#centerbox P {
  padding: 0;
  margin: 0;
  line-height: 1.5em;
}

/* FOOTER
------------------------------------------------------------------*/
DIV#contain DIV#footer P {
  margin: 0;
  padding: 6px;
}
DIV#contain 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;
}

