﻿body
{
    background-color: #E5DFD3;
}

#container
{
    z-index: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    position: absolute;
    top: +0px;
    left: +0px;
    text-align : center;
    overflow-x: hidden; 
    overflow-y: auto; 
}

img
{
    border: 0;
}

/* Here are some examples of how you might want to change the
 * look and behavior of the links on your page.  Some examples for
 * further customization are included in comments.  */
 
a { cursor: pointer; }
a:link { color: #338888; font-weight:bold;}
a:visited { color: #777766; font-weight:bold;}
a:hover {
  color: #777766; font-weight:bold;
  /* text-decoration: underline; */
  /* font-weight: bold; */
}

strong {
   color: #E1771E;
   font-weight:bold;
}

strong.big {
   color: #757374;
   font-weight:bold;
   font-size: large;
}

.bigquote {
   color: #757374;
   font-weight:bold;
   font-size: medium;
   margin:10px 10px 0 5px;
   width: 80%;
   line-height: 25px;
   float: left;
}

.quotationmarkopen {
   margin:0 0 0 0px;
   width: 36px;
   height: 36px;
   float: left;
   background: url('/images/quoteopen.png') no-repeat;
}

.quotationmarkclose {
   margin:0 0 0 0px;
   width: 36px;
   height: 125px;
   float: left;
   position: relative;
   top: 60px;
   left: -50px;
   background: url('/images/quoteclose.png') no-repeat;
}

h2 {
   color: #E1771E;
   font-size: x-large;
   clear:both;
}

h3 {
   color: #757374;
   clear:both;
}

.calendar 
{
    float: left;
}

.date
{
    float: left;
    position: relative;
    left: 10px;
    top: 20px;
}


/* richiesti dal plugin dei tooltip */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}

#tooltip h3, #tooltip div 
{ 
    margin: 0;
}

#tooltip.fumetto 
{
	font-family: Arial;
	border: none;
	width: 210px;
	padding: 20px;
	height: 135px;
	opacity: 0.8;
	background: url('/images/shadow.png');
}

#tooltip.fumetto h3 
{
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 220px;
	text-align: center;
}

#tooltip.fumetto div 
{ 
    width: 220px; 
    text-align: left;
    font-size: 10pt;
    color: #666;
}

#blog
{ 
    text-align: left;
    font-size: 10pt;
    color: #666;
    padding:12px;
}

#blog h3
{ 
    text-align: left;
    font-size: 10pt;
    font-weight:bold;
    color: #666;
}

#blog h2
{ 
    text-align: left;
    font-weight:bold;
    color: #E1771E;
    font-size: large;
}

.blogbody
{ 
    text-align: left;
    font-size: 10pt;
    color: #666;
    line-height: 1.5em;
}

.line
{ 
    padding:15px 0 15px 0;
}

.copyright
{
    font-family: Arial;
    font-size:8pt;
    position: relative;
    left: 38px;
    top: -80px;
    z-index: 5;
    color: #666;
}
