@charset "iso-8859-1";
/* CSS Document */

@font-face {
    font-family: 'capture_itregular';
    src: url('../fonts/capture_it-webfont.eot');
    src: url('../fonts/capture_it-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/capture_it-webfont.woff') format('woff'),
         url('../fonts/capture_it-webfont.ttf') format('truetype'),
         url('../fonts/capture_it-webfont.svg#capture_itregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'callunaregular';
    src: url('../fonts/calluna-regular-webfont.eot');
    src: url('../fonts/calluna-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/calluna-regular-webfont.woff') format('woff'),
         url('../fonts/calluna-regular-webfont.ttf') format('truetype'),
         url('../fonts/calluna-regular-webfont.svg#callunaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'calluna_sansregular';
    src: url('../fonts/callunasansregular-webfont.eot');
    src: url('../fonts/callunasansregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/callunasansregular-webfont.woff') format('woff'),
         url('../fonts/callunasansregular-webfont.ttf') format('truetype'),
         url('../fonts/callunasansregular-webfont.svg#calluna_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body {
	height:100%;
}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #444444;
}
body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'capture_itregular';
	margin:0;
	padding:0;
	font-weight:normal;
}
h1 {
	letter-spacing:1px;
	padding:10px 0;
	font-size:32px;
	color:#fff;
}
h2 {
	font-size:32px;
	letter-spacing:1px;
	padding:6px 0;
	color:#009137;
}
h3 {
	font-size:32px;
	letter-spacing:1px;
	padding:6px 0;
	color:#000;
}
h4 {
	font-size:30px;
	letter-spacing:1px;
	padding-bottom:15px;
	/*color:#000;*/
}
img {
	border:0;
}
#wrapper {
    position:relative;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height:100%;
	/*border:1px solid black;*/
}
#top1 {
	width:100%;
	background-color:#000000;
	color:#ffffff;
	text-align:center;
}
#top2 {
	width:100%;
	color:#009137;
	padding:4px 0;
	text-align:center;
}
#top3 {
	width:1180px;
	color:#000000;
	text-align:center;
	margin:0 auto;
	background-color:#d9d9d9;
	padding:4px 0;
}
#copertina {
	text-align:center;
	/*min-height:500px;*/
	padding-top:25px;
	/*padding-bottom:30px;*/
}
a.entra {
	font-family: 'capture_itregular';
	padding:5px 10px;
	background-color:#009137;
	color:#fff;
	font-size:25px;
	text-decoration:none;
	font-weight:normal;
}
a:hover.entra {
	background-color:#000;
	color:#fff;
}
.lingue {
	position:relative;
	top: -86px;
	z-index:100;
}
.lingue img {
	margin:0 5px;
}
.lingue2 {
	float:right;
	margin-top:20px;
}
.lingue2 img {
	margin:0 5px;
}
#top {
	/*position:fixed;*/
	width:100%;
	left:0;
	top:0;
	z-index:100;
	background-color:#fff;
}
#header {
	width:1180px;
	margin:0 auto;
	height:151px;
}
.logo {
	float:left;
}
.barra {
	height:6px;
	background-color:#c7c6c6;
}
.barra2 {
	height:6px;
	background-color:#777676;
	margin-bottom:2px;
	
}
#menu {
	width:100%;
	height:70px;
	background-color:#000;
}
#menu ul {
	width:1180px;
	margin:0 auto;
	list-style:none;
	padding:0;
	text-align:center;
}
#menu ul li {
	display:inline;
}
#menu ul li a {
	font-family: 'calluna_sansregular';
	font-size:18px;
	text-decoration:none;
	color:#fff;
	line-height:70px;
	padding:0 14px;
	text-transform:uppercase;
	display:inline-block;
	font-weight:normal;
}
#menu ul li a:hover {
	background-color:#363636;
	color:#c5d615;
}
.fotobanner {
	width:1180px;
	margin:0 auto;
	margin-top:10px;
	position:relative;
	/*top:250px;*/
}
.titolo {
	width:1180px;
	margin:0 auto;
	position:relative;
	/*top:191px;*/
	margin-top:-59px;
	font-family: 'capture_itregular';
	font-size:36px;
	color:#fff;
	/*height:59px;*/
	line-height:41px;
}
.titolo span {
	background-color:#076938;
	padding:9px 5px 9px 20px;
	float:left;
}
#body {
	font-family: 'calluna_sansregular';
	font-size:16px;
	width:1180px;
	margin:0 auto;
	position:relative;
	top:30px;
	margin-bottom:100px;
	min-height:500px;
}
p {
	margin:0 0 20px 0;
	text-align:justify;
}
a {
	color:#016735;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:14px;
}
a:hover {
	color:#333;
	text-decoration:none;
}
#col_sx {
	float:left;
	width:715px;
	margin-right:50px;
}
#col_dx {
	float:right;
	width:415px;
}
#col_sx_hm {
	float:left;
	width:370px;
	text-align:right;
	padding-right:30px;
}
#col_dx_hm {
	float:left;
	width:600px;
	padding-left:30px;
	border-left:1px dashed #aaa;
}
#col1 {
	float:left;
	width:564px;
	margin-right:26px;
}
#col2 {
	float:right;
	width:564px;
	margin-left:26px;
}
#col_unica {
	clear:both;
	width:100%;
	float:left;
}
.bordo {
	border:1px solid #999999;
}
.titorg {
	font-family: 'calluna_sansregular';
	font-size:25px;
	color:#3b3b3b;
	margin-bottom:25px;
	letter-spacing:-1px;
	font-weight:bold;
}
.fotobase {
}
.miniature {
	margin-top:15px;
	margin-bottom:30px;
}
.miniature img {
	margin-right:10px;
	margin-bottom:25px;
	border:1px solid #999999;
}
.testorg {
	text-align:justify;
	/*padding-bottom:50px;*/
}
#footer {
	clear:both;
	width:100%;
	position:relative;
	top:40px;
	/*position:absolute;
	bottom:0;*/
	background-color:#ebebeb;
	height:320px;
	
}
#footer .content {
	margin:0 auto;
	width:1180px;
	background-image:url(../img/sf_footer.png);
	background-repeat:no-repeat;
	height:320px;
}
#footer a, #footer a:hover {
	color:#444;
	font-weight:normal;
}
.copy {
	float:left;
	width:50%;
	text-align:left;
	margin-top:30px;
}
.partners {
	float:right;
	width:50%;
	text-align:right;
	margin-top:25px;
}
.partners img {
	margin-left:15px;
}
.giustificato {
	text-align:justify;
}
.pub p {
	border-bottom:1px dashed #aaa;
	padding-bottom:15px;
}
.team img {
	margin-right:25px;
}
.pagelink td img {
	border:1px solid #ccc;
}
.pagelink td img:hover {
	border:1px solid #666;
}
.tit_link {
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding:10px 0 35px 0;
}

a.website {	
	background-color:#076938;
	color:#fff;
	padding:5px 10px;
	font-weight:bold;
	text-decoration:none;
}
a:hover.website {	
	background-color:#333333;
}

/*
Menu: selezione corrente
*/

#home #menu #m00, #idea #menu #m01, #organismi #menu #m02, #tecnologia #menu #m03, #unita-di-ricerca #menu #m04, #collaboratori #menu #m05, #link #menu #m06, #avanzamento-del-progetto #menu #m08, #unita-di-ricerca-giuseppe-saccone #menu #m04, #unita-di-ricerca-marco-salvemini #menu #m04, #unita-di-ricerca-remo-sanges #menu #m04, #unita-di-ricerca-serena-aceto #menu #m04, #unita-di-ricerca-vincenza-colonna #menu #m04 {
	background-color:#076938;
}

#home-en #menu #m00, #idea-en #menu #m01, #organisms #menu #m02, #technology #menu #m03, #research-team #menu #m04, #collaborators #menu #m05, #link-en #menu #m06, #project-progress-report #menu #m08, #research-team-giuseppe-saccone #menu #m04, #research-team-marco-salvemini #menu #m04, #research-team-remo-sanges #menu #m04, #research-team-serena-aceto #menu #m04, #research-team-vincenza-colonna #menu #m04 {
	background-color:#076938;
}