	html{
	background:#ffffff url(../images/template/texture_light.gif) repeat
	}
		
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0
	}
	
table{
	border-collapse:collapse;
	border-spacing:0
	}
	
fieldset,img{
	border:0
	}
	
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal
	}
	
caption,th{
	text-align:left
	}

h1,h2,h3,h4,h5,h6{
margin-top:20px;
	}

	
h1,h2{
	font-family: 'Shadows Into Light', normal;
	font-weight:normal;
	font-size:120%;
	}

h3,h4,h5,h6{
	font-family: inherit;
	font-weight:bold;
	font-size:120%;
	}	
	
q:before,q:after{
	content:''
	}
	
abbr,acronym{
	border:0;
	font-variant:normal
	}
	
sup{
	vertical-align:text-top
	}
	
sub{
	vertical-align:text-bottom;
	overflow:hidden
	}
	
input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	resize:none;
	outline:none
	}
	
legend{
	color:#000
	}
	
body{
	font-family:"helvetica neue",arial,sans-serif;
	font-size:12px;
	color:#211922
	}
	
table{
	font-size:inherit
	}
	
pre,code,kbd,samp,tt{
	font-family:monospace;
	line-height:100%
	}
	
em{
	font-style:italic
	}
	
strong{
	font-weight:bold
	}
	
h1{
	margin:32px 0 11px;
	font-size:3em
	
	}
	
h2{
	padding:0 0 8px;
	font-size:2.5em
	}
	
h1,h2{
	letter-spacing:-0.0125em;
	font-weight:bold
	}
	
p{
	margin:0 0 .8em;
	line-height:1.35em
	}
	
a, a:link, a:visited{
	color:#808080;
	text-decoration:none;
	outline:none
	}
	
a:hover{
	color:#b9910d;
	text-decoration:none
	}
	
a:active{
	color:#f7be00;
	text-decoration:none
	}
	
ul{
	margin-top:10px;
	margin-bottom:10px;
	padding:5px 20px 5px 30px;
	line-height:200%;
	list-style-image: url('../images/template/bullet.png');
	list-style-position: outside;
}
	
	
textarea,input{
	padding:5px;
	
	line-height:1em;
	
	color:#8c7e7e;
	
	background:#fcf9f9;
	
	border:1px solid;
	
	border-color:#ddd #e1dfdf #d1cdcd;
	
	box-shadow:inset 0 0 2px rgba(255,255,255,0.75);
	
	-moz-box-shadow:inset 0 0 2px rgba(255,255,255,0.75);
	
	-webkit-box-shadow:inset 0 0 2px rgba(255,255,255,0.75)
	
	}
	
textarea:focus,input:focus{
	background-color:#fff;
	
	box-shadow:inset 0 1px 1px rgba(34,29,29,0.1);
	-moz-box-shadow:inset 0 1px 1px rgba(34,29,29,0.1);
	-webkit-box-shadow:inset 0 1px 1px rgba(34,29,29,0.1)
	}
	
	.hidden{
	display:none !important
	}
	
	.inviso{
	display:none
	}
	
	.highlighted{
	color:#211922;
	background-color:#ff0 !important
	}
	
	.error{
	font-size:18px;
	font-weight:300;
	color:red !important
	}
	
	.clear{
	clear:both !important
	}
	
	.noFloat{
	float:none !important
	}
	
	.noState:hover{
	background-color:transparent !important
	}
	
	.noState:active{
	color:#221919 !important
	}
	
	.floatRight{
	float:right !important
	}
	
	.floatLeft{
	float:left !important
	}
	
	.noBorder{
	border-width:0 !important
	}
	
	.noBorderTop{
	border-top-width:0 !important
	}
	
	.noBorderRight{
	border-right-width:0 !important
	}
	
	.noBorderBottom{
	border-bottom-width:0 !important
	}
	
	.noBorderLeft{
	border-left-width:0 !important
	}
	
	.noMargin{
	margin:0 !important
	}
	
	.noMarginTop{
	margin-top:0 !important
	}
	
	.noMarginRight{
	margin-right:0 !important
	}
	
	.noMarginBottom{
	margin-bottom:0 !important
	}
	
	.noMarginLeft{
	margin-left:0 !important
	}
	
	.fixed{
	position:fixed !important
	}
	
	.invisible{
	visibility:hidden !important
	}
	
	.red{
	color:red !important
	}
	
	.inline{
	display:inline !important
	}
	
	.upperCase{
	text-transform:uppercase
	}
	.noscroll{
	overflow:hidden !important
	}
	
	.ImgLink{
	display:block;
	background-color:#fff
	}
	
	.ImgLink:active{
	background-color:#221919
	}
	
	.ImgLink img{
	display:block;
	margin:0 auto
	}
	
	.ImgLink:hover img,.ImgLink:active img{
	opacity:.5;
	filter:alpha(opacity=50)
	}
	
	
	#NoScript{
	position:fixed;
	background:#333;
	text-align:center;
	z-index:99999;
	left:0;
	right:0
	}
	
	#NoScript h1{
	color:#EEE;
	font-size:27px;
	font-weight:100;
	padding:30px;
	margin:0
	}

	
	
	#ScrollToTop{
	right:15px;
	bottom:-10px;
	width:70px;
	padding:20px 10px 30px;
	-moz-transition:bottom 250ms ease-in-out;
	-webkit-transition:bottom 250ms ease-in-out
	}
	
	#ScrollToTop.Offscreen{
	bottom:-100px;
	-moz-transition-duration:250ms;
	-webkit-transition-duration:250ms
	}
	
	
	
	/*Daniela: da qui aggiungo i miei stili */
	
	/*
	PROMEMORIA
	#style si riferisce ad un id="style"
	.style si riferisce ad un class="style"
	div.stile si riferisce a <div class="style">
	
	priorità: inline style, internal style, external style, browser default
	priorità: l'ultimo vince sul primo
	
	margini e padding: top right bottom left;
	*/
	
	
		
	#toolbar{
	 color:white;
	 position:fixed;
	 top:0px;
	 left:0px;
	 width:100%;
	 height:35px; 
	 background-color:#3c3c3b; 
	 background-attachment: relative; 
	 z-index:3;
	}

	#footer{
		color:black;
		position:fixed;
		bottom:0;
		left:0px;
		width:	 230px;
		height:50px; 
		padding: 20px 0 0 30px;
		background-color:#e3e3e3; 
		background-attachment: relative; 
	 }
	
	

	#filters {
		position:fixed;
		top:50px;
		left:200px;
		z-index:3;
	}
	#filters li{
		list-style: none;
	}
	
	#filters img{
		background-color:#f7be00;
		margin:2px;
		box-shadow:5px 5px 8px 0 rgba(34,25,25,0.4);
	}
	
	#filters img:hover {
		background-color:#b9910d;
	}
	
	#selected_filter {
		position:fixed;
		top:50px;
		left:200px;
		z-index:3;
	}
	#selected_filter li{
		list-style: none;
	}
	
	#selected_filter img{
		background-color:#f7be00;
		margin:4px;
		box-shadow:2px 2px 5px 0 rgba(34,25,25,0.4);
	}
	
	#selected_filter img:hover {
		background-color:#b9910d;
	}
	

	#wrapper{
	overflow: visible;
	clear: both;
	border:0;
	padding:0 0 150px 260px
	}
	
	#comunication-area{
	position:relative;
	overflow: hidden;
	/*background:black url(../images/template/texture_dark.gif) repeat;*/
	box-shadow:5px 5px 8px 0 rgba(34,25,25,0.4);
	margin:0 20px 0 20px;
	}
	
	/****************************
	#comunication-area img {
	float:left;
	max-height: 70%;
    max-width:90%;
	min-width:60%;
	width: auto;
	height:auto;
	}
	******************************/
	
	#ColumnContainer{
	clear:both;
	position:relative;
	padding: 0 0 0 20px;
	top:30px;
	overflow: visible;
	margin:0;
	border:none;
	}
	
	#lingue { position:fixed; right:0; top:0; z-index:4; height:40px; color:white; }
	#lingue div { padding:10px 3px 0 3px;  float:left; text-align:center; }
	#lingue .ita { background:url(../images/template/ita.png) no-repeat top center; margin-top:7px }
	#lingue .eng { background:url(../images/template/eng.png) no-repeat top center; margin-top:7px}
	#lingue .esp { background:url(../images/template/esp.png) no-repeat top center; margin-top:7px}
	#lingue a { color:white; }
	#lingue .act a { color:#b9910d; }
	#lingue a:hover, #lingue .act { color:#f7be00; }


	#logo  {
	 display: block;
	 margin-left: 20px;
	}
	
	#menu_column{
	 color:gray;
	 position:fixed;
	 top:30px;
	 bottom:30px;
	 left:0px;
	 width:	 260px;
	 height:100%; 
	 padding: 20px 0 0 0px;
	 background-color:white; 
         z-index:+1;
	}
	
	#menu{
		padding: 0 0 0 20px;
		height:calc(100% - 205px);
		max-height:450px;
		width: 190px;
		overflow-y:auto;
	}
	 
	 
	
	.menu_first_level {
		font-family: 'Shadows Into Light', normal;
		font-size: 1.5em;
		padding: 20px 0 0 20px;
		list-style: none;
		
	}
	
	
	 
	 li.menu_first_level_selected a{
		color: #b9280b;
	 }
	 
	 #top_menu{
		background:white;
		margin-left:50px;
		margin-right:20px;
		box-shadow:2px 5px 8px rgba(34,25,25,0.4);
		width:calc(100%-70px);
		z-index:2;
	}
	
	#top_logo  {
		 display: block;
		 
		 margin-left: auto;
		 margin-right: auto;
	}
	
	#top_menu_container{
		position:absolute;
		visibility:hidden;
		margin-left:60px;
		font-family: 'Shadows Into Light', normal;
		font-size: 1.5em;
		padding: 20px 0 0 20px;
		list-style: none;
	}/*Social postit*/
	.social_postit{
	float:left;
	padding:0;
	margin:0 15px 15px 0;
	font-size:1em;
	box-shadow:2px 5px 8px rgba(34,25,25,0.4);
	width:300px;
	background: white;
	height:505px;
	overflow:hidden;
	}
	
	.social_postit img{
		border:none;
		opacity:1.0;
		filter:alpha(opacity=100); /* For IE8 and earlier */
		}
	
	#newsletter_box img{
		background-color:#f7be00;
		padding:0;
		position: relative;
		top:-22px;
		left:250px;
	}
	
	#newsletter_box {
		background-color:#f7be00;
		padding:5px 10px 40px 10px;
		margin-top:30px;
	}
	
	#newsletter_box h2{
		font-family: inherit;
		display:block;
		margin:0;
		padding:2px 10px 2px 0px;
		font-size:1.1em;
		background: #f7be00;
		line-height:normal;
	}
	
	#community_box_people{
		padding:0;
		position: relative;
		top:-24px;
	}
	
	#community_box {
		padding:0px 0px 20px 0px;
		margin-top:0;
	}
	
	.community_box_content{
		display:block;
		text-align:center;
		color:#888;
	}
	
	#community_news{
		color:white;
	}
	
	
	
	.community_news_header{
		padding: 5px 0px 5px 5px;
		display:block;
		width:150px;
		background:#888;
		font-weight:bold;
		color:white;
	}
	
	.community_news_text{
		color:white;
		background:#888;
		padding: 5px 15px 5px 15px;
		border-bottom-style:dashed;
		border-bottom-width:1px;
		border-color:#b9910d;
		
	}
	
	.community_news_title{
		color:#f7be00;
		font-weight:bold;
		
	}
	
/*Fine social postit*/
.postit{
	float:left;
	padding:0;
	margin:0 15px 15px 0;
	font-size:1em;
	box-shadow:2px 5px 8px rgba(34,25,25,0.4);
	width:200px;
	background: white url(../images/template/imagebg.gif ) repeat-x center top;
	height:505px;
	overflow:hidden;
	}
	
	.postit_img{
	background:#f7be00;
	border:none;
	height:auto;
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	}
	
	.postit_img:hover {
		opacity:0.4;
		filter:alpha(opacity=40); /* For IE8 and earlier */
	}
	
	.postit_attribute {
		position:absolute;
		margin:10px 0 0 140px ;
		background:#f7be00;
		z-index:1;
		width:50px;
		height:50px;
	}
	
	.postit_category {
		display:block;
		position:absolute;
		margin:-24px 0 0 0 ;
		color:white;
		background-color:#888;
		padding:3px;
	}
	
	.postit_content h3{
		font-family: 'Shadows Into Light', normal;
		font-weight: lighter;
		font-size: 1.6em;
		padding: 0 15px 0 15px;
	}
	
	.postit_content{
		padding: 0;
		overflow:hidden;
		height:465px;
		border-bottom-style:dashed;
		border-bottom-width:1px;
		border-color:#b9910d;
		
	}
	
	
	
	.postit_text{
		border-top-style:dashed;
		border-top-width:1px;
		max-height:180px;
		overflow:hidden;
		padding: 0 15px 0 15px;
		
	}
	
	.postit_button {
		display:block;
		position:relative;
		left:100px;
		font-family: 'Shadows Into Light', normal;
		font-size: 1em;
		color:white;
		background-color:#888;
		margin:3px;
		padding:3px;
		font-weight: lighter;
		text-decoration:none;
		width:80px;
		text-align:center;
	}
	
	.postit_button:link, .postit_button:visited{
		display:block;color:white;
		font-weight: lighter;
		text-decoration:none;
	}
	
	.postit_button:hover{
		display:block;
		background-color:#f7be00;
	}
/*fine postit*/


/*double_postit*/
	.double_postit{
	float:left;
	padding:0;
	margin:0 15px 15px 0;
	font-size:1em;
	box-shadow:2px 5px 8px rgba(34,25,25,0.4);
	width:415px;
	background: white url(../images/template/imagebg.gif ) repeat-x center top;
	height:505px;
	overflow:hidden;
	}
	
	.double_postit_button {
		display:block;
		position:relative;
		left:310px;
		font-family: 'Shadows Into Light', normal;
		font-size: 1em;
		color:white;
		background-color:#888;
		margin:3px;
		padding:3px;
		font-weight: lighter;
		text-decoration:none;
		width:80px;
		text-align:center;
	}
	
	.double_postit_img{
	border:none;
	height:auto;
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	}
	
	.double_postit_img:hover {
		opacity:0.4;
		filter:alpha(opacity=40); /* For IE8 and earlier */
	}
	
	.double_postit_button:link, .double_postit_button:visited{
		display:block;color:white;
		font-weight: lighter;
		text-decoration:none;
	}
	
	.double_postit_button:hover{
		display:block;
		background-color:#f7be00;
	}
/*double_postit fine*/

	.crazy_postit{
	float:left;
	padding:0;
	margin:0 15px 15px 0;
	font-size:1em;
	box-shadow:2px 5px 8px rgba(34,25,25,0.4);
	width:200px;
	background: #f7be00 url(../images/template/imagebg.gif ) no-repeat;
	height:505px;
	overflow:hidden;
	}
	
	.crazy_postit_category {
		display:block;
		position:absolute;
		margin:-24px 0 0 0 ;
		color:white;
		background-color:#f7be00;
		padding:3px;
		
}	#content{
	float:left;
	padding:20px 40px 20px 40px;
	margin:0 0 100px 20px;
	font-size:1em;
	box-shadow:2px 5px 8px rgba(34,25,25,0.4);
	width:800px;
	min-width:300px;
	min-height:800px;
	background: white;
	overflow-x:auto;
	}
	
	#sidebar{
	float:left;
	width:300px;
	padding:0;
	margin:0 0 100px 15px;
	}
	
	.sidebar_item{
	float:left;
	padding:0;
	margin:0 0 15px 0;
	font-size:1em;
	box-shadow:2px 5px 8px rgba(34,25,25,0.4);
	width:300px;
	background: white;
	}
	
	.sidebar_item h2{
	display:block;
	margin:0;
	padding:2px 10px 2px 10px;
	font-size:1.5em;
	font-weight: normal;
	background: #f7be00;
	}
	
	.sidebar_item h1,h2,h3,h4,h5,h6{
	line-height:normal;
	}
	
	.sidebar_item h3{
		font-family: 'Shadows Into Light', normal;
		font-weight: lighter;
		font-size: 1.5em;
	padding:2px 10px 2px 10px;
	}
	
	.sidebar_item_text{
		border-top-style:dashed;
		border-top-width:1px;
		border-bottom-style:dashed;
		border-bottom-width:1px;
		max-height:180px;
		overflow:hidden;
	padding:2px 10px 2px 10px;
	}
	
	.sidebar_item_category {
		display:block;
		position:absolute;
		margin:-24px 0 0 0 ;
		color:white;
		background-color:#888;
		padding:3px;
	
	}
	
	.sidebar_item_button {
		display:block;
		position:relative;
		left:200px;
		font-family: 'Shadows Into Light', normal;
		font-size: 1em;
		color:white;
		background-color:#f7be00;
		margin:3px;
		padding:3px;
		font-weight: lighter;
		text-decoration:none;
		width:80px;
		text-align:center;
	}
	
	.sidebar_item_button:link, .sidebar_item_button:visited{
		display:block;
		color:white;
		font-weight: lighter;
		text-decoration:none;
	}
	
	.sidebar_item_button:hover{
		display:block;
		background-color:#b9910d;
	}
	
	