@import url("layout.css");
@import url("header.css");
@import url("contain.css");
@import url("pagination.css");

/* STILI GENERICI
------------------------------------------------------------------*/

.clearfix {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.left {
    float: left;
}


.right {
    float: right;
}

.half {
    width: 49%;
}
body {
  font-family: Verdana, Arial, "Times New Roman", Times, serif;
  font-size: 70%;
  background: #171717;
  margin: 0;
  padding: 0;
  color: #fff;
  
}
H2 {
  margin: 16px 0 8px 0;
  padding: 2px 0;
  font-weight: normal;
  border-bottom: 1px solid #41343b;
  color: #fff;
  font-size: 1.8em;
  font-family: georgia, Century Gothic, arial !important;
}
big {
  font-weight: bold;
}
a {
  color: #e1e1e1;
  text-decoration: none;
}

.home-img {
    position: absolute;
    left: -151px;
    top: 0;
}

a img {
    border: none;
}

a:hover {
	text-decoration: underline;
}
.hr {
  padding: 5px 0;
  clear: both;
  font-size: 0.9em;
  /*border: 1px solid #fcf;*/
}

a.request-infos {
    background: #aaa;
    color: #333;
    padding: .5em;
    text-decoration: none;
}

.zoom {
    margin-right: 1em;
}

#message {
    border: 1px solid #eee;
    padding: .5em;
    width: 90%;
}

a.request-infos:hover {
    background: #fefefe;
}
/* foto principale - news - presentazione
----------------------------------------------------------------------------------------------------*/
DIV#main .news {
  color: #fff;
}
/* Contenuti
----------------------------------------------------------------------------------------------------*/
/* Homepage
----------------------------------------------------------------------------------------------------*/
/* boxnews
----------------------------------------------------------------------------------------------------*/
span.data {
  background: url("../images/bg-date.jpg") repeat-x scroll left top #336666;
  color:#fff;
  float:left;
  font-size:1.2em;
  font-weight: bold;
  margin:0 6px 0 0;
  padding:0 2px 4px 2px;
  width:3.0em;
  text-align: center;
  font-family: georgia, Century Gothic, arial !important;
}
span.data span.d {
display:block;
font-size:140%;
font-weight: normal;
}
span.data span.m {
text-transform:uppercase;
line-height: 0.75em;
}
span.data .a {
line-height: 0.7em;
font-size:90%;
}



/*
 * canvas
 * ------------------------------------------------------------ */

.frame-div {
    background: url('../images/frame.png') no-repeat;
    width: 509px;
    height: 400px;
    position: relative;
}

.frame {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
}

.canvas {
    z-index: 2;
    top: 20px;
    left: 20px;    
    overflow: hidden;
    position: absolute;
    border: 10px ridge #41170C;
}