@charset "utf-8";
/*------------------------------------*\
	MAIN
\*------------------------------------*/

html{ font-family: Arial, Helvetica, sans-serif; font-size: smaller; background-color:#F4F4EA;}
body{ background: url(../img/bg-araldico-page.png) fixed;
		background-repeat: no-repeat;
background-position: right top;
-moz-background-size: cover;
-webkit-background-size: cover;
background-size:18%;


/* fallback for browsers that don´t support gradients */

}
.container{ }
	/*didascalie*/
figure {
      width: 100%;
      text-align: center;
	  
    }
    figure img {
      padding: 5px;
      border: 1px solid #888;
	   box-shadow:-1px -1px 4px #999   }	
	
/*didascalie*/	
	
.body{ }

#footer {
/*background-image: url(../img/footer-repeat.png);
background-position:top;
background-repeat: repeat-x;
	
/*	text-align:center;text-shadow:1px 1px 1px #FFF;background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#E2E2C7));
	

   /* border: 1px solid #C9C9E4;*/
  
   }
#footer p {margin: 0; padding: 10px 0;}

/*------------------------------------*\
	LOGO
\*------------------------------------*/

.video-container {
 position: relative;
 padding-bottom: 56.25%;
 padding-top: 30px;
 height: 0;
 overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
 position: absolute;
 top:6%;
 left: 0;
 width: 100%;
 height: 94%;
}




/*------------------------------------*\
	LOGO
\*------------------------------------*/

#logo, #logo img{display:block;width:200px; height:160px;}
#logo{float: left; background:url(../img/logo1.png) top center no-repeat; position: relative; margin: 0; z-index: 120; display: inline; /* fixes IE6 margin bug */}
#logo img{position:absolute; left:-99999px;}
/*--- OVERLAY ---*/
/*#contenuto{ width:100%; height:100%; margin:15px;}*/
/*.testo{ margin:20px; width:90%;}*/
#torna{ float:right; width:50%; height:120px; font-size:24px; margin-top:30px; }
.titolo_box{ margin-left:20px;}
.testo-box{ margin:15px;}
.apri{}
.apri :hover{cursor:pointer; color: #900}
.chiudi{ font-size:18px; color:#000; font-weight:bold; position:absolute; right:2%; top:0%;  cursor:pointer;}
.overlay{
    background:#000;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:100;
	cursor:pointer;
/*Trasperenza cross browser*/
opacity: .3; filter: alpha(opacity=30); 
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";	
}
#box{ background-color:#FFF; display:none; z-index:+300; width:600px; height:380px; position: absolute; top:100%; left:50%; margin:-300px 0 0 -190px;; -moz-border-radius:5px;  -webkit-border-radius:5px;
border-radius:5px; box-shadow:4px 4px 8px #000}

/*--- OVERLAY1 ---*/
/*#contenuto{ width:100%; height:100%; margin:15px;}*/
/*.testo{ margin:20px; width:90%;}*/
#torna{ float:right; width:50%; height:120px; font-size:24px; margin-top:30px; }
.titolo_box1{ margin-left:20px;}
.testo-box1{ margin:15px;}
.apri1{}
.apri1 :hover{cursor:pointer; color: #900}
.chiudi1{ font-size:18px; color:#000; font-weight:bold; position:absolute; right:2%; top:0%;  cursor:pointer;}
.overlay1{ -moz-border-radius: 15px;  -webkit-border-radius: 15px;
border-radius: 15px;
    background:#000;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:100;
	cursor:pointer;
/*Trasperenza cross browser*/
opacity: .3; filter: alpha(opacity=30); 
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";	
}
#box1{background-color:#FFF; display:none; z-index:+300; position:absolute; left:5%; top:80%; -moz-border-radius:5px;  -webkit-border-radius:5px;
border-radius:5px; padding:20px;border-radius:5px; box-shadow:4px 4px 8px #000}
/*------------------------------------*\
	TOP NAVIGATION
\*------------------------------------*/
.nav {list-style:none; margin:0 0 1.5em 0;}

/*Add a class of centred/centered to create a centred nav.*/

#nav.main{
	float: right;
	text-align:center;
	margin:30px 0 0 0;
	padding: 0.4em 0;
	font-family:'Oswald', Arial, sans-serif;
	display: block; font-size: 10px; color: #666; text-shadow: none; line-height: 8px;
	
}
#nav.main li {display:inline; float:none;}

#nav.main a{
	display:inline-block;
	padding: 0.6em 1.2em;
	background-color:#ccc;
	border-radius: 1px;
	border-right: 1px solid #999;
	border-bottom: 2px solid #999;
	color: #666;text-decoration:none; 
	text-transform:uppercase; 
	text-shadow: 1px 1px 1px #fff;
	font-size: 1.1em;
	margin: 0 0 0.6em 0;
	box-shadow:0px 3px 3px #333;
	
}
#nav.main a:hover{color: #666; text-shadow: 1px 1px 0px #fff; background-color: #B4B4B4;}

#nav.main a.active{color: #fff; text-shadow: 1px 1px 1px #333; font-weight: bold; background-color: #900;
	
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#910000), to(#FF2F2F));
	background-image: -moz-linear-gradient(#900, #FF2F2F);
	background-image: -moz-linear-gradient(top, #900, #FF2F2F);
	background-image: -o-linear-gradient(top, #900, #FF2F2F);
	background-image: -webkit-linear-gradient(top, #900, #FF2F2F);
	background-image: -ms-linear-gradient(top, #900, #FF2F2F);
letter-spacing: 0px;}

#nav li span {display: block; font-size: 10px; color: #666; text-shadow: none; line-height: 8px;}

#nav.mains{
	
	text-align:center;
	margin: 0.5em 0 0 0;
	padding: 0.4em 0;
	font-family:'Oswald', Arial, sans-serif;
}
#nav.mains li {display:inline; float:none;}

#nav.mains a{
	display:inline-block;
	padding:5px;
	background-color: #FF0080;

	border-right: 1px solid #bbb;
	border-bottom: 2px solid #bbb;
	color: #666;text-decoration:none; 
	text-transform:uppercase; 
	text-shadow: 1px 1px 1px #fff;
	font-size: 10px;
	margin: 0 0 0.6em 0;	
}
#nav.mains a:hover{color: #666; text-shadow: 1px 1px 0px #fff; background-color: #A3A3D1; }

#nav.mains a.active{color: #fff; text-shadow: 1px 1px 1px #333; font-weight: bold; background-color: #7171B9; letter-spacing: 1px;}

.link{font-family:"Oswald"; font-size:12px; letter-spacing:-1px}
.link:hover{cursor:pointer; color: #900}

/*------------------------------------*\
	TYPE
\*------------------------------------*/
/* @font-face kit by Fonts2u (http://www.fonts2u.com/oswald.schriftart) */
/* Font Oswald, SIL-licenced, author Vernon Adams */  
@font-face {font-family:"Oswald";src:url("Oswald.eot?") format("eot"),url("Oswald.woff") format("woff"),url("Oswald.ttf") format("truetype"),url("Oswald.svg#Oswald") format("svg");font-weight:normal;font-style:normal;}

/*--- HEADINGS ---*/
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', Arial, sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #A3A3D1 /*#A5C100*/;
	text-shadow: 1px 1px 0px #6D8901;
}

h1{font-size:2.5em;	margin-bottom:0.75em; line-height:1.5;}
h2{font-size:2.1em;	margin-bottom:1em; line-height:1.4em; letter-spacing:-1px}
h3{font-size:2em; margin-bottom:1em; line-height:1.3;}
h4{font-size:1.5em;	margin-bottom:0.8em; line-height:auto; text-shadow: none; font-weight:bold;}
h5{font-size:1.3em; margin-bottom:0.6em; text-shadow: none; line-height:auto;}
h6{font-size:1.2em; margin-bottom:0.6em; text-shadow: none; line-height:auto;}
/*------------------------------------*\
	CLASSES
\*------------------------------------*/
/*
Some not-too-pretty and insemantic classes to do odd jobs.
*/
.left	{ float:left!important; }
.right	{ float:right!important; }

.intro {padding: 10px 0; color: #999;}
.intro h2 {font-size: 3em; line-height: 1em; letter-spacing: -1px; text-transform:uppercase; padding-right:15px; margin: 0 0 20px 0;}
.intro p {font-family: 'Oswald', Arial, sans-serif; font-size:24px ; line-height: 1.2em; letter-spacing: -1px; padding-right: 15px;}

.quote {font-family: Arial, sans-serif; font-size:10px; text-align:center; letter-spacing: -1px; font-style: italic; line-height: 1.3em; } /*a styled quote in addition to blockquote*/
.quote span {display: block; font-size: 0.7em; padding-top: 10px; font-style: normal;}

/*Colored boxes, green and grey*/
.green, .grey {-webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; zoom: 1; border-top: 1px solid #fff; border-bottom: 1px solid #9797CC; margin-bottom: 15px!important; }
.green {background-color: #D6D6EB;}
.grey {background-color:#E8E8D0;}
.green p, .grey p {padding:10px 30px 0;}
.green h2, .grey h2, .green h3, .grey h3, .green h4, .grey h4 {border-bottom: 5px solid #fff; margin-bottom: 0; }
.green h2, .grey h2, .green h3, .grey h3, .green h4, .grey h4, .green h5, .grey h5, .green h6, .grey h6 {padding: 0px 30px; line-height: 1.7em;}

/*Additional whitespace top,bottom or both for any element. You don´t have to use hr or lots of <br />*/
.top {margin-top: 30px!important;}
.bottom {margin-bottom: 30px!important;}

.ticker {border: none!important; background: none!important; line-height: auto;}

/*------------------------------------*\
	LINKS and BUTTON
\*------------------------------------*/

a{ color:#999;text-decoration:none;}
a:hover{ color: #900;text-decoration:none;}

a.button {
	font-family: Arial, sans-serif;
	font-size: 1em;
	line-height: auto;
	background-color: #8080C0;/* fallback for browsers that don´t support gradients */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8080C0), to(#C9C9E4));/* Safari 4+, Chrome 1-9 */
	background-image: -moz-linear-gradient(top, #8080C0, #C9C9E4);/* Firefox 3.6+ */
	background-image: -o-linear-gradient(top, #8080C0, #C9C9E4);/* Opera 11.10+ */
	background-image: -webkit-linear-gradient(top, #8080C0, #C9C9E4);/* Safari 5.1+, Mobile Safari, Chrome 10+ */
	background-image: -ms-linear-gradient(top, #8080C0, #C9C9E4);/* IE 10+ */
    border: 1px solid #C9C9E4;
    border-radius: 3px;
	
    box-shadow: 0 1px 0 0 #9E9ECF inset;
    color: white;
	
    position: relative;
    text-shadow: 0 1px 0 #424F1C;
	text-decoration: none;
	margin: 0 auto;
	top:14px;
	text-align: center;
	font-weight: bold;
	padding: 0.3em 0.7em;
	display: inline-block;
	}
	
a.button:hover {
	background-color: #C9C9E4;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C9C9E4), to(#006));
	background-image: -moz-linear-gradient(#6D8901, #006);
	background-image: -moz-linear-gradient(top, #C9C9E4, #006);
	background-image: -o-linear-gradient(top, #C9C9E4, #006);
	background-image: -webkit-linear-gradient(top, #C9C9E4, #006);
	background-image: -ms-linear-gradient(top, #C9C9E4, #006);}
	
a.buttonRed {
	font-family: Arial, sans-serif;
	font-size: 1em;
	line-height: auto;
	background-color: #900;/* fallback for browsers that don´t support gradients */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#900), to(#006));/* Safari 4+, Chrome 1-9 */
	background-image: -moz-linear-gradient(left, #900, #006);/* Firefox 3.6+ */
	background-image: -o-linear-gradient(left, #900, #006);/* Opera 11.10+ */
	background-image: -webkit-linear-gradient(left, #900, #006);/* Safari 5.1+, Mobile Safari, Chrome 10+ */
	background-image: -ms-linear-gradient(left, #900, #006);/* IE 10+ */
    border: 1px solid  #5E0000;
    border-radius: 5px;
    box-shadow: 0 1px 0 0 #9E9ECF inset;
    color: white;
    position: relative;
    text-shadow: 0 1px 0 #424F1C;
	text-decoration: none;
	margin-left: 25px auto;
	text-align: center;
	font-weight: bold;
	padding: 0.3em 0.7em;
	/*display: inline-block;*/
	}
	
a.buttonRed:hover {
	background-color: #C9C9E4;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F00), to(#900));
	background-image: -moz-linear-gradient(#F00, #900);
	background-image: -moz-linear-gradient(top, #F00, #900);
	background-image: -o-linear-gradient(top, #F00, #900);
	background-image: -webkit-linear-gradient(top, #F00, #900);
	background-image: -ms-linear-gradient(top, #F00, #900);}

a.buttonGreen {
	font-family: Arial, sans-serif;
	font-size: 1em;
	line-height: auto;
	background-color: #8080C0;/* fallback for browsers that don´t support gradients */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#85EE57), to(#419A0C));/* Safari 4+, Chrome 1-9 */
	background-image: -moz-linear-gradient(top, #85EE57, #419A0C);/* Firefox 3.6+ */
	background-image: -o-linear-gradient(top, #85EE57, #419A0C);/* Opera 11.10+ */
	background-image: -webkit-linear-gradient(top, #85EE57, #419A0C);/* Safari 5.1+, Mobile Safari, Chrome 10+ */
	background-image: -ms-linear-gradient(top, #85EE57, #419A0C);/* IE 10+ */
    border: 1px solid #007100;
    border-radius: 5px;
    box-shadow: 0 1px 0 0 #9E9ECF inset;
    color: white;
    position: relative;
    text-shadow: 0 1px 0 #424F1C;
	text-decoration: none;
	margin: 15px;
	text-align: center;
	font-weight: bold;
	padding: 0.3em 0.7em;
	display: inline-block;
	}
	
a.buttonGreen:hover {
	background-color: #419A0C;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#419A0C), to(#85EE57));
	background-image: -moz-linear-gradient(#419A0C, #85EE57);
	background-image: -moz-linear-gradient(top, #419A0C, #85EE57);
	background-image: -o-linear-gradient(top, #419A0C, #85EE57);
	background-image: -webkit-linear-gradient(top, #419A0C, #85EE57);
	background-image: -ms-linear-gradient(top, #419A0C, #85EE57);}
/*------------------------------------*\

	LISTS
\*------------------------------------*/
ul.check {list-style:none;
	list-style-image:url(../img/check.png);
	list-style-position: inside;
	}
/*------------------------------------*\
	IMAGES
\*------------------------------------*/
img{margin-bottom: 10px;}
img.left	{ margin:0 20px 10px 0; }
img.right	{ margin:0 0 10px 20px; }
/* due to article of Chris Coyier 
http://css-tricks.com/441-resizeable-images-at-full-resolution/ */
img.expand { width: 24em; margin: 0; }

/*-------------------------------------------*\
	No borders and background for form-tables
\*-------------------------------------------*/
.form th, .form td {border:none; background:none; padding: 0.75em 0;}
.form tbody tr:nth-of-type(odd){background:none;}
/*------------------------------------*\
	hr with image (leaf)
\*------------------------------------*/
hr{margin:1em 0; width: 100%; height: 26px; background: url(../img/hr.png) no-repeat top center; border:none;}
hr.hr0{margin:1em 0; width: 100%; height: 26px; background: url(../img/hr.hr.png) no-repeat top center; border:none;}
hr.hr1{margin:1em 0; width: 100%; height: 26px; background: url(../img/hr1.png) no-repeat top center; border:none;}
hr.hr2{margin:0 0; width: 100%; height: 95px; background: url(../img/hr2.png) no-repeat top center; border:none;}
hr.hr3{margin:0 0; width: 100%; height: 26px; background: url(../img/hr1.1.png) no-repeat top center; border:none;}
hr.hr4{margin:0 0; width: 100%; height: 93px; background: url(../img/hr4.png) no-repeat top center; border:none;}

/******************************************************************************************************
*******************************************************************************************************/
ul.tabs {
 margin: 0;
 padding: 0;
 list-style: none;
 height: 32px; /*--Set height of tabs--*/
 width: 100%;
 display: block;
}
ul.tabs li {
 float: left;
 margin: 0;
 padding: 0;
 height: 32px; 
 line-height: 32px; /*--Vertically aligns the text within the tab--*/
 border-bottom: 1px solid #fff;
 border-left: 1px solid #fff;
 overflow: hidden;
 position: relative;
 background: #CECECE;
}
ul.tabs li a {
 text-decoration: none;
 color: #666;
 display: block;
 font-size: 1.1em;
 padding: 0 15px;
 outline: none;
}
ul.tabs li a:hover {
 background: #E0E0E0;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
 background: #EFEFEF; border: none; border-bottom: 1px solid #EFEFEF;
}
.tab_container {
 background: #EFEFEF;
 overflow: hidden;
 clear: both;
float: left; width: 100%; margin-bottom: 25px;
}
.tab_content {
 padding: 15px 18px 10px;
 font-size: inherit;
}
.tab_content p {margin-bottom: 1em;}

/*------------------------------------*\
	NARROW  Media queries
\*------------------------------------*/
/*
CSS for tablets and narrower devices
*/

@media (min-width: 721px) and (max-width: 960px){
#logo{margin:0 auto 1em; width: 100%;}
#nav.main{margin: 0 auto;float: none; padding: 0.4em 0 0 0}
.intro h2 {font-size: 2.5em; line-height: 1em; letter-spacing: -1px; text-transform:uppercase; padding-right:15px; margin: 0 0 20px 0;}
.intro p {font-family: 'Oswald',"Helvetica Neue", Arial, sans-serif;font-size: 1.6em; line-height: 1.2em; letter-spacing: -2px; padding-right: 20px;}	
.social {text-align: center; margin: 30px 0 15px 0;}
.wrapper{width:auto!important; padding:15px!important;}
}

/*------------------------------------*\
	MOBILE  Media queries
\*------------------------------------*/
/*
CSS for mobile devices.
Linearise it!
*/

@media (max-width: 720px){

.debug, .debug body{background:none!important;}
body{-webkit-text-size-adjust:none;}

.wrapper{line-height: 1.5em; width:auto!important; padding:10px!important;}
.wrapper p {font-size:0.9em;}
.social {text-align: center; margin: 30px 0 15px 0;}

#nav.main a{display:inline-block;padding: 0.8em 1.2em;font-size: 0.9em;letter-spacing: 2px;}
#nav.main{padding: 0.4em 0 0 0; float: none; margin: 0 auto; background-image: none; font-size: 100%;}

#subheader {margin: 110px 0 20px;}

h1{font-size:1.9em;margin-bottom:0.75em;line-height:1.7;}
h2{font-size:1.7em;margin-bottom:1em;line-height:1.5;}
h3{font-size:1.5em;	margin-bottom:1em;line-height:1.3em;}
h4{font-size:1.1em;	margin-bottom:0.8em;line-height:auto;font-weight:bold;}
h5,h6{font-size:1em;margin-bottom:0.8em;line-height:auto;}

.intro p {font-size: 1.2em; line-height: 1.2em; letter-spacing: -1px;}
.intro h2 {font-size: 2em;}	

#footer p {margin: 0; padding: 0 10px;}
	
.grids{margin:0!important;width:auto!important;}
[class^="grid-"],
.grids [class^="grid-"]{
	width:auto!important;
	float:none!important;
	margin:0!important;
}


/*------------------------------------*\
	LOGO
\*------------------------------------*/
#logo{margin:0 auto 1em; width: 100%;}

/* =============================================
 
    MediaQuery-Reporter Styles
	Uncomment and use this to display the screen 
	sizes while developing your media queries!
	http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/a-basic-responsive-grid-plus-handy-css3-media-query-reporter/
 
================================================ */
 
/*body:after {
    content: "less than 320px";
    font-size: 300%;
    font-weight: bold;
    position: fixed;
    bottom: 60px;
    width: 100%;
    text-align: center;
    background-color: hsla(1,60%,40%,0.7);
    color: #fff;
}
@media only screen and (min-width: 320px) {
    body:after {
        content: "320 to 480px";
        background-color: hsla(90,60%,40%,0.7);
    }
}
@media only screen and (min-width: 480px) {
    body:after {
        content: "480 to 768px";
        background-color: hsla(180,60%,40%,0.7);
    }
}
@media only screen and (min-width: 768px) {
    body:after {
        content: "768 to 1024px";
        background-color: hsla(270,60%,40%,0.7);
    }
}
@media only screen and (min-width: 1024px) {
    body:after {
        content: "1024 and up";
        background-color: hsla(360,60%,40%,0.7);
    }
}
*/




div.featured{/*
	background:url(../images/interface.jpg) no-repeat 0 -68px;*/
	width:281px;
	height:292px;
	text-align: center;
	margin:0;
	
}
div.featured img{
	margin:10px 0 0 -3px;
	border:0;
}
div.featured ul{
	overflow:hidden;
	margin:2px 0 0 10px;
	
}
div.featured ul li:first-child{
	margin:0;
}
div.featured ul li{
	float:left;
	margin:0 0 0 18px;
	background:none;
	padding:0;
}
div.featured ul li a{
	padding:0;
}
div.featured ul li a img{
	margin:0;
}
div.featured ul li a img:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
}
div.featured a{
	clear:both;
	display:block;
	font-size:13px;
	font-family: 'RokkittRegular';
	text-decoration:none;
	color:#8a8889;
	font-weight:bold;
	padding:0px 6px 6px 9px;
	width:auto;
	outline:none;
	margin-top:10px
}



/*------------------------- ReadMore ------------------------*/ 
#menu_readmore{ background:url(img/menu_bg.png) 0 0 no-repeat;}

#menu_readmore li{ float:left;}
#menu_readmore a{font-family: 'RokkittRegular'; font-size:14px; color:#000000; text-align:left; line-height:14px; text-decoration:none; letter-spacing:-1px;}

li.nav0{width:100px; margin-top:21px; margin-left:0px;}
li.nav1{width:100px; margin-top:21px; margin-left:10px;}
li.nav2{width:100px; margin-top:46px; margin-left:-38px;}
li.nav3{width:130px; margin-top:12px; margin-left:-2px;}
li.nav4{width:100px; margin-top:41px; margin-left:-105px;}
li.nav5{width:100px; margin-top:20px; margin-left:0px;}
li.nav6{width:120px; margin-top:25px; margin-left:-10px;}

#menu_readmore .nav0 a:hover{ color:#bb0e0e}
#menu_readmore .nav1 a:hover{ color:#ca6509}
#menu_readmore .nav2 a:hover{ color:#3f9711}
#menu_readmore .nav3 a:hover{ color:#0ca0ce}
#menu_readmore .nav4 a:hover{ color:#8606c5}
#menu_readmore .nav5 a:hover{ color:#ca6509}
#menu_readmore .nav6 a:hover{ color:#0ca0ce}
/*lightbox*/
.overlay{ cursor:pointer;}

#thumb-cont{ padding:20px 0px 10px 5px;}

#thumb-cont img{
	 border:3px solid #d2d2d2; 
	 transform: skew(0deg, -2deg);
    -webkit-transform: skew(0deg, -2deg);
	-o-transform: skew(0deg, -2deg);
    -moz-transform: skew(0deg, -2deg);behavior: url(../../lightbox/PIE.htc);}

.overlay{ 
	width:100%; height:100%; 
	position:absolute; top:0px; left:0px; 
	background:black url(../../lightbox/images/loader.gif) no-repeat scroll center center; 
	z-index:400; }

#lightbox-cont{ 
	position:absolute;  
	border-radius:5px; z-index:999; behavior: url(../../lightbox/PIE.htc);}

.chiudi{ position:absolute; top:-10px; right:-10px;  z-index:900; cursor:pointer;}


#lightbox-cont img:not(.chiudi) {
	-moz-box-shadow: 0 0 10px 5px #000; 
	-webkit-box-shadow: 0 0 10px 5px#000;
	box-shadow: 0 0 10px 5px #000;
	behavior: url(../../lightbox/PIE.htc);
}
/*lightbox*/


/*PLANNER init*/


.box {
	background: #fff;
	box-shadow: 0 0 30px #ddd;
}

#calendar-wrap {
	padding-right: 35px;
	float: left;
	z-index: 1;
	overflow: hidden;
}
	#calendar {
		position: relative;
		margin: 15px;
	}
	#stats {
		color: #aaa;
		margin-top: 15px;
	}
	#calendar-title {
		text-transform: lowercase;
		margin-bottom: 10px;
		float: left;
		width: 40%;
	}
	#time {
		color: #aaa;
	}
	
table {
	width: 100%;
	height: 80%;
	margin-top: 30px;
	border-spacing: 0;
}
thead td {
	font-size: 18px;
	letter-spacing:-1px;
	
	text-align: center;
	height: 40px;
}
tbody td {
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #ddd;
	padding: 10px;
	overflow: hidden;
}
thead td {
	border-bottom: 1px solid #ddd;
}
tbody tr td:nth-child(1) {
	border-left: 1px solid #ddd;
}

.day {
	background: #fff url('images/w.png') repeat-x bottom left;
	overflow: hidden;
	cursor: pointer;
}
.day div {
	position: relative;
}
.day:hover {
	background: #fff;
}
.day .d {
	position: absolute;
	top: 0;
	right: 0;
}
.selected .d {
	text-decoration: underline;
}
.today  {
	background: #feffb9;
}
	.marked .d {
		font-weight: bold;
	}

.day .add {
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 16px;
	width: 15px;
	height: 15px;
	opacity: 0;
}
	.day ul {
		position: absolute;
		font-size: 11px;
		top: 25px;
		width: 100%;
	}
		.day li {
			padding: 2px;
			width: 100%;
			margin-bottom: 1px;
			overflow: hidden;
			height: 14px;
		}
	.day ul .time {
		margin-right: 5px;
	}

	
#diary-wrap {
	border-left: 1px solid #ddd;
	float: left;
	width: 30%;
	display: none;
}
	#diary-title {
		float: left;
	}
	#diary-close {
		float: left;
		margin: 1px 15px 10px 0;
		display: block;
		width: 25px;
		height: 25px;
	}

	#diary-wrap .content {
		margin: 15px;
	}
	.compact #diary-wrap {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 5;
		margin-left: 40px;
	}
	.compact #calendar-title {
		float: none;
	}
	.compact #controls {
		float: none;
	}
#diary {
	font-size: 12px;
	margin: 15px;
}
	#diary li {
		margin-bottom: 3px;
	}
	#diary .time {
		background: #bbb;
		color: #fff;
		padding: 2px;
		display: block;
		width: 100px;
		float: left;
		margin-right: 15px;
		border-radius: 3px;
	}
		#diary .time:hover {
			background: #006 !important;
		}
	#diary .desc {
		display: inline-block;
		padding: 0 0 3px 0;
		overflow: hidden;
		border-bottom: 1px solid #ddd;
	}
	
#dialog {
	background: #fff url('images/w.png') repeat-x bottom left;
	display: none;
	padding: 15px 25px;
	position: absolute;
	z-index: 10;
	font-size: 12px;
	box-shadow: 0 0 10px #aaa;
	border-radius: 5px;
}
	#dialog-close {
		float: right;
		margin: -5px -15px 10px 10px;
		font-size: 21px;
		line-height: 21px;
	}
	#dialog .target {
		display: none;
	}
	

	#add #event-description {
		width: 90%;
	}
	#add label {
		display: block;
		font-weight: bold;
		margin-bottom: 5px;
	}
	#add p.time {
		margin-bottom: 10px;
	}
	#add .label {
		font-size: 11px;
		font-weight: normal;
		display: inline-block;
		margin-right: 10px;
	}
	#add #event-label input {
		padding: 0;
	}
	#add .buttons {
		margin-top: 30px;
	}
	#event-tweet,
	#event-delete {
		float: right;
		display: none;
		margin-left: 5px;
	}
	#event-tweet {
		background-image: url('images/t.png');
		background-repeat: no-repeat;
		background-position: 3px 9px;
		padding-left: 22px;
	}
	
	#popup-export .data {
		margin-top: 15px;
		width: 100%;
		font-size: 11px;
		height: 250px;
	}
	#popup-export .download {
		font-weight: bold;
		display: inline-block;
		margin-top: 5px;
	}

#controls {
	float: right;
	margin-top: 8px;
}
	#controls li {
		display: inline-block;
		margin-left: 3px;
	}
	#controls .sep {
		margin-right: 25px;
	}
	.button, 
	#controls a {
		background: #000;
		font-size: 12px;
		color: #fff;
		display: inline-block;
		padding: 3px 12px;
		border-radius: 3px;
	}
	.button {
		border: 0;
		margin: 0;
		font-weight: bold;
		font-size: 12px;
		cursor: pointer;
	}
	#controls a:hover {
		background: #3366cc;
	}
	
#credit {
	background: #eee;
	border-radius: 3px;
	padding: 3px 5px;
	margin: 0 5px 0 0;
	display: inline-block;
	font-size: 11px;
}

/* ____________ */
.label {
	padding: 3px;
	color: #fff !important;
	text-shadow: 1px 1px 1px #666;
	border-radius: 3px;
}
.LUCA_Z {
	background: #ff0000 !important;
}
.ROBERTO {
	background: #3366cc !important;
}
.GIANLUCA {
	background: #35A200 !important;
}
.FEDERICO {
	background: #D89700 !important;
}
.LUCA_F {
	background: #48BFF2 !important;
}
.IVANO {
	background: #0F0 !important;
}
.RENZO {
	background:#FF3  !important;
}
.SERGIO {
	background:#969  !important;
}




.invisible {
	display: none;
}
.clear {
	clear: both;
}

.info {
	font-size: 12px;
	color: #666;
}

.round {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 18px;
	
	border: 3px solid #000;
	border-radius: 20px;

	font-weight: bold;
	text-align: center;
	overflow: hidden;
}
	.round:hover {
		border-color: #3366cc;
		color: #3366cc;
	}
	
h1, h2, h3, h4 {
	margin: 0 0 25px 0;
	font-weight: normal;
}
a {
	color: #000;
	text-decoration: none;
}
input, select {
	padding: 5px;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}



/* ___________ colour schemes */
.dark {
	background: #333;
	color: #ccc;
}
.dark #time {
	color: #ccc;
}
.dark #stats {
	color: #666;
}
.dark .box {
	background: #212121;
	box-shadow: 0 0 30px #111;
}
.dark #dialog {
	background: #212121;
	border: 1px solid #444;
	box-shadow: 0 0 30px #000;
}
.dark #diary-wrap {
	border: 0;
	border-right: 1px solid #1e1e1e;
}
.dark #controls a {
	background: #ff4800;
}
	.dark #controls a:hover {
		background: #cc0000;
	}
.dark .round {
	border-color: #ff4800;
	color: #ff4800;
}
	.dark .round:hover {
		border-color: #aaa;
		color: #aaa;
	}
.dark .day {
	background: #191919;
}
.dark tbody td,
.dark thead td,
.dark tbody tr td:nth-child(1) {
	border-color: #2e2e2e;
}
.dark  #diary .time {
	background: #444;
	color: #ccc;
}
.dark #diary .desc {
	border-color: #444;
}

.dark #credit {
	background: #111;
}
.dark #credit a {
	color: #ddd;
}
.dark .today  {
	background: #333;
}
.dark .info {
	color: #999;
}
.dark #popup-export a {
	color: #fff !important;
}
.dark .button {
	background: #666;
}
/*PLANNER end*/
/* lightbox*/
#main{
margin:0 auto;
padding:0;
width:960px; 
height:800px;
background-color:#FFF;
-moz-box-shadow: 0 0 5px 5px #d6d6d5; 
-webkit-box-shadow: 0 0 5px 5px#d6d6d5;
box-shadow: 0 0 5px 5px #d6d6d5;
margin-top:-5px;
z-index:200;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
behavior: url(PIE.htc);
}

.overlay{ cursor:pointer;}

#thumb-cont{ padding:20px 0px 10px 5px;}

#thumb-cont img{
	 border:3px solid #d2d2d2; 
	 transform: skew(0deg, -2deg);
    -webkit-transform: skew(0deg, -2deg);
	-o-transform: skew(0deg, -2deg);
    -moz-transform: skew(0deg, -2deg);behavior: url(PIE.htc);}

.overlay{ 
	width:100%; height:100%; 
	position:absolute; top:0px; left:0px; 
	background:black url(../images/loader.gif) no-repeat scroll center center; 
	z-index:400; }

#lightbox-cont{ 
	position:absolute;  
	border-radius:5px; z-index:999; behavior: url(PIE.htc);}

.chiudi{ position:absolute; top:-10px; right:-10px;  z-index:900; cursor:pointer;}


#lightbox-cont img:not(.chiudi) {
	-moz-box-shadow: 0 0 10px 5px #000; 
	-webkit-box-shadow: 0 0 10px 5px#000;
	box-shadow: 0 0 10px 5px #000;
	behavior: url(PIE.htc);
}
/* lightbox*/

/* pulsante a scomparsa*/
.bg{
        width: 150px;
        height: 300px;
        margin-top: 60px;
        position: absolute;
    }

    .bg span{ 
             width: 150px;
             height: 300px;
             background: url(img/bg.png) no-repeat;
             position: absolute;
    }

    .bg .botimg{
                width: 150px;
                height: 150px;
                clear: both;
                background: url(img/item-tb.png) no-repeat;
                background-position: -150px 0px;
                top: 150px;
                position: absolute;
    }

    .bg .topimg{
                width: 150px;
                height: 150px;
                clear: both;
                background: url(img/item-tb.png) no-repeat;
                background-position: 0px 0px;
                position: absolute;
    }
/* pulsante a scomparsa*/

/* datario*/
#boxData{
	border-radius:6px;
	box-shadow: #000 1px 1px 3px;
	
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D2D2FF0), to(#5151A4));
	background-image: -moz-linear-gradient(#D2D2FF, #5151A4);
	background-image: -moz-linear-gradient(top, #D2D2FF, #5151A4);
	background-image: -o-linear-gradient(top, #D2D2FF, #5151A4);
	background-image: -webkit-linear-gradient(top, #D2D2FF, #5151A4);
	background-image: -ms-linear-gradient(top, #D2D2FF, #5151A4);
	
	
	
	
}
#dataDayNr{
	border-radius:4px;
	text-align:center; 
	text-shadow:#000 1px 1px 3px;
	/*
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#910000), to(#FF2F2F));
	background-image: -moz-linear-gradient(#5151A4, #D2D2FF);
	background-image: -moz-linear-gradient(top, #5151A4, #D2D2FF);
	background-image: -o-linear-gradient(top, #5151A4, #D2D2FF);
	background-image: -webkit-linear-gradient(top, #5151A4, #D2D2FF);
	background-image: -ms-linear-gradient(top, #5151A4, #D2D2FF);*/
}
#dataWheather{
	border-radius:100px;
	text-align:center; 
	text-shadow:#000 1px 1px 3px;
	/*
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#910000), to(#FF2F2F));
	background-image: -moz-linear-gradient(#5151A4, #D2D2FF);
	background-image: -moz-linear-gradient(top, #5151A4, #D2D2FF);
	background-image: -o-linear-gradient(top, #5151A4, #D2D2FF);
	background-image: -webkit-linear-gradient(top, #5151A4, #D2D2FF);
	background-image: -ms-linear-gradient(top, #5151A4, #D2D2FF);*/
}
.apri{}
.apri :hover{cursor:pointer; color: #900}
p.dayName{
	font-size:16px;
	letter-spacing:4px;
	color:#006
	}
	
p.dayNr{color:#FFF;
	font-size:94px;padding:0px;
	margin:-10px; 
	
	}

#dataMonthName{border-radius:4px; padding:0; margin-top:-15px;
/*background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D2D2FF0), to(#5151A4));
	background-image: -moz-linear-gradient(#D2D2FF, #5151A4);
	background-image: -moz-linear-gradient(top, #D2D2FF, #5151A4);
	background-image: -o-linear-gradient(top, #D2D2FF, #5151A4);
	background-image: -webkit-linear-gradient(top, #D2D2FF, #5151A4);
	background-image: -ms-linear-gradient(top, #D2D2FF, #5151A4);*/
	height:90px; color:#006;font-size:26px; margin:0px; text-align:center
}

p.SaintName{color:#006;font-size:10px; letter-spacing:0px; text-align:center}
/* datario FINE */

.fade {
opacity: 1;
transition: opacity .25s ease-in-out;
-moz-transition: opacity .25s ease-in-out;
-webkit-transition: opacity .25s ease-in-out;
}
 
.fade:hover {
opacity: 0.5;
}

/*SCROLL IMAGE*/
