@charset "utf-8";
/* CSS Document */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Arial, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/* HEADER */
#header { 
position:absolute;
left:50%;
width:850px;
margin-left:-425px;
margin-top:23px;
}
.headerimg { background-repeat: no-repeat; width:850px; height:380px; position:absolute; }

/* NAVIGATION */
#nav-outer { height:85px; width:850px; position:relative; background-image:url("../images/headerbg.png"); border-bottom: thin solid; border-bottom-color:#5C4437;}
#navigation { height:85px; width:850px; margin:0 auto; background-image:url("../images/logo.png"); background-position:bottom left; background-repeat:no-repeat; }

/* MENU */
#menu { position:relative; padding-top:41px; padding-right:20px;}
#menu ul { list-style:none; }
#menu ul li { display:inline; font-variant:small-caps; font-size:12px; }
#menu ul li a { color:white; text-decoration:none; font-weight:bold; padding-right:4px; }
#menu ul li a:hover { text-decoration:underline; }

/* FOOT */
#nav-center { height:265px; width:850px; position:relative; }
#nav-foot { height:27px; width:850px; position:relative; background-image:url("../images/headerbg.png"); border-top: solid; border-top-color:#2A568F; }

/* HEADER TEXT */
#headertxt { width:850px; margin:0 auto; clear:both; position:absolute; }
#firstline { color:#fff; font-size:12px; float:left; display:block; padding-left:30px; padding-top:100px; padding-bottom:10px; font-family:Verdana, Arial, Helvetica, sans-serif;}
#secondline {
color:#222222;
display: block;
font-family: Georgia, 'Times New Roman', serif;
font-size: 32px;
font-weight: normal;
text-decoration:none; 
float:left; 
clear:both;
padding:5px 10px 7px 10px;
margin-left:20px;
border:0px;  }
#secondline:hover { text-decoration:none; background-color:#fff;}
.pictured {color:#fff; font-size:11px; float:left; display:block; clear:both; padding-left:30px; padding-top:10px; font-family:Verdana, Arial, Helvetica, sans-serif;}
.pictured a {color:#fff; text-decoration:none; float:left; display:block; clear:both;   }
.pictured a:hover { color:#983222; } 


/* CSS Document */

/* Queste sono le regole generali del corpo della pagina */
body { 
font-family: Arial, Helvetica, sans-serif;
font-size: 0.7em;
background: #2c211b;
margin: 0px;
}

/* Queste sono le regole generali degli titoli */
h1, h2, h3, h4, h5, h6{
font-family: Arial Narrow, sans-serif;
font-weight: bold;
padding:0px 0px 0px 0px;
margin-top: 0px;
margin-bottom: 0px;
}

/* Le regole di ogni titolo */
h1 { 
font-size:2.0em;
}
h2 {
font-size:1.8em;
font-style:italic;
}
h3 {
font-size:1.6em;
}
h4 {
font-size:1.5em;
}
h5 {
font-size:1.2em;
}
h6 {
font-size:1.2em;
font-style: italic;
}
h7 {
font-family: Arial Narrow, sans-serif;
font-size:1.2em;
font-weight: bold;
padding-bottom:10px;
color:#2A568F;
margin-top: 0px;
margin-bottom: 0px;
cursor: pointer;
}

h5.sitemap {
font-size:1.2em;
border-bottom:thin solid;
margin-left:20px;
width:350px;
}

/* Collegamenti */
a:link, a:visited { 
font-weight: bold;
color: #2A568F;
text-decoration:none;
padding-bottom: 10px;
}
a:hover {
text-decoration:underline;
}

/* caselle di testo */
p {
padding:0px 10px 15px 0px;
text-align: justify;
margin-top: 0px;
}

/* testo sulle immagini*/
h5.titoli {
margin-left:20px;
text-transform:uppercase;
font-weight:bolder;
border-bottom:thin solid;
width:295px;
}
.blocks {
background-image:url("../images/headerbg.png");
font-size:12px;
color:#53352B;
padding:2px 15px 3px 5px;
margin-left:20px;
line-height:22px;
text-transform:uppercase;
font-weight:bold;
}
a.blocks:link, a.blocks:visited, a.blocks1:link, a.blocks1:visited 
{
color:#53352B;
padding:2px 15px 3px 5px;
text-decoration:none;
text-transform:none;
}
a.blocks:hover, a.blocks1:hover  {
color:#2A568F;
background-color:#FFFFFF;
}
.blocks1 {
background-image:url("../images/headerbg.png");
font-size:16px;
color:#53352B;
padding:2px 15px 3px 5px;
margin-left:20px;
line-height:28px;
text-transform:uppercase;
font-weight:bold;
}

/* stile della topbar */
.topbar{
	font-weight: bold;
	font-size:1em;
	color:#a69c97;
	padding: 5px 0px 5px 0px;
	background:#3E3029;
	border-bottom: thin solid; border-bottom-color:#706058;	 
}
a.topbar:link, a.topbar:visited
{ 
color: #cac4c1;
background:none;
border:none;
}
a.topbar:hover {
color: #FFFFFF;
text-decoration:underline;
}

/* stile della bottombar */
.bottombar{
	font-weight: bold;
	font-size:1em;
	color:#a69c97;
	padding: 5px 0px 5px 0px;
	background:#3E3029;
	border-top: thin solid; 
	border-top-color:#706058;	 
	width:100%;
	height:16px; 
	position:fixed;
	bottom: 0 !important;
	text-align:center;
}




/* stile della navbar */
#navbar {
position:absolute;
left:50%;
width:850px;
margin-left:-425px; 
}

.navigazione {
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
color: #5db5f5;
margin-bottom:5px;
}
a.navigazione:link, a.navigazione:visited {
font-size:15px;
color: #ccc;
padding:5px;
}
a.navigazione:hover {
text-decoration:none; color:#5db5f5;
}


.selezionato {
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
color: #5db5f5;
margin-bottom:5px;
}
a.selezionato:link, a.selezionato:visited {
font-size:15px;
color: #5db5f5;
padding:5px;
}
a.selezionato:hover {
text-decoration:none; color:#5db5f5;
}



/* stile del logo */
.logo {
background:#d8d7d6; 
border-bottom: thin solid; 
border-bottom-color:#5C4437;
vertical-align:middle; 
}

#cafelab {
float:left;
padding-top:15px;
}

#social {
float:right;
width:300px;
text-align:left;
padding-top:50px;
}

/* il contenuto */
.general {
background:#ECE9DD;
text-align:left;
border:none;
}

/* il piede */
.foot{
border-top: solid; border-top-color:#2A568F;	
background:#d8d7d6; 
height:40px!important;
}
#copyright{
padding-top:8px;
float:left; 
text-align:center; 
width:550px;
}
#mappa{
float:right; 
text-align:left; 
width:300px;
}

/* testo marrone */
#caffe {
padding-top:12px;
text-align:left;
color:#53352B;
border:0px;
text-align:justify;
}

#italiano {
padding-top:5px;
color:#53352B;
border:0px;
text-align:justify;
}

/* testo blu */
#blu {
padding-top:5px;
color:#2A568F;
border:0px;
text-align:justify;
}

#inglese {
padding-top:5px;
color:#2A568F;
border:0px;
text-align:justify;
}

/* testo viola */
#viola {
padding-top:5px;
color:#662C4D;
border:0px;
text-align:justify;
}

#spagnolo {
padding-top:5px;
color:#662C4D;
border:0px;
text-align:justify;
}

/* tabella generale*/
general {
background-color:#ECE9DD;
text-align:left;
border:none;
}
/* tabella generale*/
.sidebar {
background-image:url("../images/headerbg.png");
padding-left:10px;
text-align:right;
border:none;
}
/* AddThis */
#addthis{
position:relative; 
top:-45px; 
left:10px
}


/* tabella menu*/
.menu {
	text-align:left;
	font-size:10px;
	padding: 0px 10px 0px 5px;
}

/* tabella grigia*/
.grigia {
background-color:#bbbbbb;
}

/* tabella dei collegamenti*/
.collegamenti{
	text-align:left;
	padding: 2px 0px 0px 10px;
}
/* dimensione e spaziatura verticale per gli elenchi */
img {
	border:0px;
	vertical-align:middle;
	margin: 0px 0px 0px 0px;
}

img.spacer {
	border:0px;
	margin: 0px 0px 0px 0px;
}

p.2 {
padding:0px 10px 0px 0px;
}
p.rss {
font-size:0.95em;
color:#a69c97;
padding:0px 40px 0px 0px;
line-height:15px;
}

p1 {
color:#FFFFFF;
font-weight: bold;
}

/*commenti blockquote*/
blockquote {
margin-left: 0em;
margin-right:10px;
font-size:12px;
font-weight: bold;
font-style:italic;
background:url(../images/quoleft.png) left top no-repeat;  
}
blockquote div {
text-align:left;
padding: 0 37px;
background:url(../images/quoright.png) right bottom no-repeat;
}

.logo {
background-color: #d8d7d6; 
/* background-image:url("../images/headerbg.png"); */
text-align:left;
border-bottom: thin solid; border-bottom-color:#5C4437;	 
}
.immagine {
background-image:url(../sfondi/sfondo_02.jpg);
text-align:left;
}

.piede{
border-top: solid; border-top-color:#2A568F;	
background-color: #d8d7d6; 
/* background-image:url(../sfondi/sfondo_03.jpg); */
text-align: center;	 
}

.news{ 
text-align: left;	
padding: 0px 0px 4px 0px;
}

a.news:link, a.news:visited{ 
font-size:1.2em;
font-weight: bold;
color: #FFFFFF;
text-align: left;	
padding: 0px 0px 5px 0px;
text-decoration:none;
}

a.news:hover{ 
text-decoration:underline;
}

a.wip:link, a.wip:visited{ 
font-size:1.2em;
font-weight: bold;
color: #FFFFFF;
text-align: left;	
padding: 0px 0px 5px 0px;
text-decoration:none;
}

hr {
border-top:thin solid;
border-bottom:hidden;
border-left:hidden;
border-right:hidden;
border-color:#5C4437;
}

#slideshow {
	border: 0;
	overflow: hidden;
	margin: 0px auto 0px;
	position: relative;
	width: 850px;
	height: 265px;
}
#slideshow img {
	width: 850px;
	height: 265px;
}


.stepcarousel{
background:#ECE9DD;margin-bottom:15px;
position: relative; /*leave this value alone*/
margin-left:20px;
overflow: scroll; /*leave this value alone*/
width: 505px; /*Width of Carousel Viewer itself*/
height: 300px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{

float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px; /*margin around each panel*/
width: 505px; /*Width of each panel holding each content. If removed, 
widths should be individually defined on each content DIV then. */
}
