@charset "ISO-8859-1";

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-size: 62.5%;
	font-family: Arial, "Lucida Grande", Verdana, "Bitstream Vera Sans", Avenir, Helvetica, sans-serif;
	background: #000 url(img/body_bg.gif) top left repeat-x;
}

h1, h2, h3, h4, p, ul, li, {
	font-size: 1em;
}

a {
	text-decoration: underline;
	color: #705b51;
}
	a:hover {
		text-decoration: underline;
		color: #980000;
	}
	a:active
	{
	  outline: none;
	}
#page_ext {
	width: 975px;
	margin: 0 auto;
	background:url(img/header.jpg) no-repeat left top /*grafica di testata */;
}

#page_int {
	width: 945px;
	margin: 0 auto;
}

/*  ******************************************/
/* TESTATA ***********************************/
/*  ******************************************/
#header {
	height: 239px;
	width: 975px;
	position: relative;	
}

	#header h1, #header h2, #header h3, #header p {
		display: none;
	}
	
/* search_box */
#search_box {
	position: absolute;
	top: 2.5em;
	right: 2em;
}

/*  ******************************************/
/* BARRA NAVIGAZIONE MARRONE *****************/
/*  ******************************************/
#navigate { /* barra marrone scura */
	background:#433934 url(img/bg_first_line.gif) repeat-x top;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
#navigate a {
	color: #e0e0e0;
}
#navigate p {
	padding: 10px;
	color: #fff;
	font-size: 1.1em;
}

/* path  */
#navigate #path {
	margin: 3px 0 0 0;
	float: left;
}

/* scelta lingua */
#navigate #language {
	float: right;
	margin:0;
}
	#navigate #language ul {
		float: left;
		list-style: none;
		padding: 0 0;
	}
	#navigate #language ul li {
		float: left;
		font-size: 1em; 
		display: block;
	}
	#navigate #language ul li.selected {
		color: #919191;
		background:#bab6b4 url(img/selected_li_bg.gif) top left repeat-x;
	}
	#navigate #language ul li a{
		display: block;
		padding:13px 25px 11px 25px;
		text-decoration: none;
		text-transform:uppercase;
		background:transparent url(img/language_menu_vertical_separation.gif) top left repeat-y;
	}
	#navigate #language ul li.selected a{
		color: #3c3330;
		text-decoration: none;
		text-transform:uppercase;
	}
	#navigate #language ul li a:hover{
		text-decoration: underline;
	}

/*  ******************************************/
/* SIDE MENU *************************** */
/*  ******************************************/
#menu {
	width: 945px;
	height: 31px;
	margin: 0; padding: 0;
	background: url(img/menu_bg.jpg) top left no-repeat;
	text-align: left;
	position: relative;
}

/* Primo Livello */
#menu ul {
	display: block;
	float: left;
	padding: 0 0 0 25px;
	margin: 0;
	list-style-image: none;
	list-style: none;
	list-style-type: none;
}

#menu ul li {
	display: block;
	padding: 0 8px 0 0 ;
	float: left;
	background: url(img/menu_1_separazione.gif) center right no-repeat;
}

#menu ul li a {
	padding: 8px 0 8px 5px ;
	display: block;
	color: #FFF;
	margin: 0 10px;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}
#menu ul li a:hover {
	text-decoration: underline;
}

/* Secondo Livello */
#menu ul li ul {
	display: none;
}

#menu ul li.current ul {
	border-bottom: 0;
	list-style-image: none;
	list-style: none;
	list-style-type: none;
	margin: 0; padding: 0 0 0 34px;
	
	background: aqua;
	height: 35px;
	width: 911px;
	background: url(img/menu_2_bg.gif) top left repeat-x;
	display: block;
	position: absolute;
	left: 0;
}

#menu ul li ul li {
	display: none;
}

#menu ul li.current ul li {
	margin: 0; padding: 0 30px 0 0;
	list-style-image: none;
	list-style: none;
	list-style-type: none;
	display: block;
	background: url(img/menu_2_separazione.gif) top right no-repeat;
}

#menu ul li ul li a  {
	color: #1b1817;
	margin: 0 0 0 0;
	font-size: 1.1em;
	text-decoration: none;
}
#menu ul li ul li a:hover {
	text-decoration: underline;
}

/* Terzo Livello */
#menu ul li ul li ul {
	display: none;
}

/* Menu login */

#menu ul#login {
	margin: 0; padding: 0;
	display: block;
	float: left;
}

#menu ul#login li {
}

/* Link a philosource_websites */
div#philosource_websites {
	display: block;
	float: right;
	padding: 0;
	margin: 0;
}
	div#philosource_websites a{
		padding: 9px 12px 0px 5px ;
		display: block;
		color: #FFF;
		font-size: 1.2em;
		font-weight: bold;
		text-decoration: none;
	}
	div#philosource_websites a:hover{
		text-decoration: underline;
	}

/*  ******************************************/
/* CONTENT ***********************************/
/*  ******************************************/
#content {
	/*
	float: right;
	margin-left: -232px;
	*/
	width: 100%;
	text-align: left;
	background: #FFF;
}

#content.divided div#visore {
	padding: 45px 37px 35px 39px;
	overflow: hidden;
}

div#visore h1 {
	color: #403732;
	padding: 0; margin: 0 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 2.6em;
	line-height: 1.1em;
}

div#visore h2 {
	color: #898989;
	padding: 0; margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 2em;
	line-height: 1.5em;
}

div#visore h3 {
	color: #898989;
	padding: 0; margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 2em;
}

div#visore p{
	font-size: 1.4em;
	color: #000;
	line-height: 2em;
	padding: 0; margin: 0;
	padding-bottom: 20px;
	text-align: justify;
}

div#visore p.editedby {
	font-size: 1.6em;
	line-height: 1em;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

div#visore p.editedby span {
	display: block;
	font-size: .7em;
}

div#visore p.about {
	margin-top: 20px;
	border-top: 1px solid #e5e5e5;

}
div#visore p.about a {
	color: #000;
text-decoration: underline;}

div#visore p.pdf_download {
	background: url(img/pdf-icon.gif) center left no-repeat;
	padding-left: 60px;
}

/* lista */
div#visore ul {
	padding-bottom: 20px;
}
div#visore ul li{
	list-style-position: inside;
	font-size: 1.4em;
	color: #333;
	line-height: 2em;
	padding: 0; margin: 0;
	text-align: justify;
}
div#visore ol {
	padding-bottom: 20px;
}
div#visore ol li{
list-style-position: inside;
	font-size: 1.2em;
	color: #222;
	line-height: 2em;
	padding: 0; margin: 0;
	text-align: justify;
}

/* Immagine */
div#visore img{
	padding: 2px; margin: 0 10px 3px 0;
	/* border: 1px solid #898989; */
	clear: both;
	float: left;
}


div#visore img.floatLeft{
	padding: 2px; margin: 0 10px 3px 0;
	/* border: 1px solid #898989; */
	clear: both;
	float: left;
}

div#visore img.floatRight{
	padding: 2px; margin: 0 0 3px 10px;
	/* border: 1px solid #898989; */
	clear: both;
	float: right;
}

div#visore div.clearFloat {
	clear: both;
}

/* FORM */
form {
}

form fieldset{
    border:  0;
    
}
form fieldset div.form-row{
    margin-bottom:  10px;
}


form fieldset div.form-row{
    margin-bottom:  10px;
}

form fieldset div.form-row div.form_error{
	color: #a2522f;
	font-size: 1.1em;
	font-style: italic;
}

form fieldset div.form-row label {
    font-size: 1.4em;
	display: block;
	margin-bottom: 5px;
}

form fieldset div.form-row input {
    border: 1px solid #999999;
    background-color: #f2f2f2;
    padding: 5px;
    font-size: 1.6em;
}
/* Pulsante submit */
form fieldset input{
    border:  1px solid red;
    
}


/*  ******************************************/
/* FOOTER ***********************************/
/*  ******************************************/
div#footer {
	padding: 30px;
	font-size: 1.5em;
	color: #cec8c6;
	background: #412d24 url(img/footer_bg.gif) top left repeat-x;
	overflow: hidden;
}

	div#footer div#footer_left{
		width: 400px;
		float: left;
	}
		div#footer div#footer_left p{
			font-size: 12px;
			line-height: 15px;
		}
	div#footer div#footer_right{
		width: 180px;
		float: right;
	}
		div#footer div#footer_right ul{
			list-style: none;
		}
		div#footer div#footer_right ul li {
			list-style: none;
		}
		div#footer div#footer_right ul li a{
			display: block;
			text-align: center;
			color: #FFF;
			text-transform: uppercase;
			font-size: 11px;
			text-decoration: none;
			padding: 4px;
			margin-bottom: 4px;
			border: 1px solid #6a5e50;
			background-color: #423028;
		}
		div#footer div#footer_right ul li a:hover{
			background-color: #4a382e;
		}


div#footer img{
	padding: 3px;
	background-color: #e9e9e9;
	border: 1px solid #b3b3b3;
	float: left;
	margin: 0 20px 20px 0;
}
  
/*  ******************************************/
/* BANNER PROGETTI ***********************************/
/*  ******************************************/

div#content.divided div#visore div.project_banner {
	float:none;
	clear: both;
	margin-top: 10px;
	padding: 10px 0;
	overflow: hidden;
	border-bottom: 1px solid silver;
}

div#content.divided div#visore div.project_banner a img{
	float: left;
	margin: 0 10px 0 0;
}

div#content.divided div#visore div.project_banner a h1{
	font-size: 16px;
}

div#content.divided div#visore div.project_banner p{
font-size: 12px;
}








