/* GENERAL CONFIGURATION */
html
{
  background-color:white;
}
body
{ width:950px;
  /*line-height:1.5;
  font-family:Verdana, Geneva, sans-serif;
  font-size:14px;*/
  /* this is Safari reader configuration */
  font: 16px Palatino, Georgia, Times, "Times New Roman", serif;
  line-height: 160%;
  text-align: left;
  background-color:white;
  padding:20px 20px 20px 20px;
  margin:0px auto 0px auto;
}
small
{
  font-size:13px;
}
img
{ border:none ;
}

img.inbodytext
{
  width:200px;
  padding:1em;
  clear:right;
  float:right;
  margin:0.5em;
}
h1,h2,h3
{ text-align:center }
h1 {  
  font-size: 1.25em;
}
h2 {
  font-size: 1.125em;
}
h3 {
  font-size: 1.05em;
}
a
{ text-decoration:none }

a.link
{ text-decoration:none;
  border-bottom:1px dotted;
  color:#1f527b;}

a.link:hover
{  border-bottom:1px solid;}

rbox
{ background-color:#F3F3F3;
  border:solid 1px #DDDDDD;
  font-size: 13px;
  line-height: 160%;
  text-align:left;
  float:right;
  width:200px;
  clear:right;
  padding:1em;
  margin:20px 0px 20px 20px;
}
.rboxtitle{
  font-weight:800;
}
a.redlink:hover
{ color: #660000;
  font-weight: bold;}

.redtext
{ color: #660000;
  font-weight: bold;}

.bluetext
{ color:#1f527b;}

/* SPONSOR */
#sponsor
{ border:1px solid #FFF8E7;
  background-color:#FFF8E7;
}

#sponsor li
{ display:inline-block;
  width:30%;
  text-align:center;
  vertical-align:middle;
}
#sponsor a
{ display:block;
  border:0;
}
#sponsor a:hover
{ text-decoration:underline}


/* HEADER */
#header li
{ display:inline-block;
  width:49%;
  text-align:center;
}
#header a
{ border:0;
}
#header
{ padding:1em 2em 2em 2em}

/* TITLE */
#title
{ text-align:center;}

/* COLUMNS */
#left
{ float:left;
  width:50%;}
#right
{ float:left;
  width:50%;}
.fakelink:hover{
  cursor:pointer;}

#footer
{
  clear:both;
  max-width:40em;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

#bodytext
{
  max-width:37em;
  margin-left:auto;
  margin-right:auto;}
#segnalazioni{
   /*max-width:25em;*/
   margin:auto;
   text-align:center;
   padding-top:1em;
}

caption{
   caption-side:bottom;
   font-size:13px;
}
ul{
   list-style-type:square
}


/* NAV */
#nav
{ 
   font-size:13px;
   display:block;
   text-align: center;
   vertical-align:middle;
}
#nav ul {
   display:inline-block;
   padding:0.5em 0em 1.5em 0em;
   opacity:0.6;
   -moz-transition: opacity 1s ease 0s;
   -webkit-transition: opacity 1s ease;
   -o-transition: opacity 1s ease;
}
#nav ul:hover {
   opacity:1;
   -moz-transition: opacity 1s ease 0s;
   -webkit-transition: opacity 1s ease;
   -o-transition: opacity 1s ease;
}
#nav li {
   display: inline-block;
   padding:0px;
   text-align:center;
   vertical-align:middle;
}
#nav a {
   display:block;
   color:#1f527b;
   vertical-align:middle;
   padding: 5px 10px 5px 10px;
}
#nav a:hover {
   color:#660000; 
}

div.panel,div.flip
{
   clear:both;
   text-align:center;
   background:#e5eecc;
   border:solid 1px #c3c3c3;
}
div.panel
{
   height:120px;
   display:none;
}

