html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 Arial, sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin: 0; list-style-type:none; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
em, i { font-style:italic; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #2F63A4; color:#fff; text-shadow: none; }
::selection { background:#2F63A4; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #2F63A4; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, a:active, a:visited { color: #AA1428; text-decoration: none; }
a:hover { color: #AA1428; text-decoration: underline; }

b{font-weight: bold;}

/* Style */

/* Header */
#background {
	background: url('../img/background.png') no-repeat 0 0;
	width: 100%;
	height: 215px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: -100;
}

#container {
	width: 960px;
	margin: 28px auto;
}

#heading {
	height: 140px;
	margin-top: 28px;
}

#logos {
	width: 246px;
	height: 138px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	float: left;
}

#logos ul {
	margin: 27px 0 0 20px;  
}

#logos ul li {
	float: left;
}

#header-container {
	width: 673px;
	height: 140px;
	padding-left: 40px;
	float: left;
	background: url('../img/background-header-container.png') no-repeat 0 0;
}

#header-container aside {
	height: 32px;
	width: 672px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-top-right-radius: 6px;
	background-color: #666;
	margin-top: 6px;
}

#search-block-form {
	float: right;
	width: 175px;
	height: 23px;
	background: url('../img/search.png') no-repeat 0 0;
	margin: 4px 0 0 0;
}

#search-block-form input {
	color: #AA1428;
	font-size: 12px;
	border: 0;
	height: 21px;
	width: 137px;
	padding: 0 13px 0 5px;
	margin: 1px 0 0 20px;
	background: #FFF url('../img/search-rounded.png') no-repeat 142px -1px;
}

#header-container aside ul {
	float: right;
	margin: 4px 8px 0 9px;
}

#header-container aside ul li {
	float: left;
	margin-left: 7px;
}

#header-container header {
	padding: 28px 0 0 0;
	height: 72px;
	width: 672px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom-right-radius: 6px;
}

#header-container header h1 {
	color: #2F63A4;
	font-size: 16px;
	font-weight: bold;
}

#header-container header p {
	font-size: 11px;
	padding-right: 14px;
	text-align: right;
}

.languageSwitch {
	display: block;
	float: left;
	width: 23px;
	height: 23px;
	background-repeat: no-repeat;
}

.languageSwitch.it {
	background-image: url(../img/lang-it.png);
}

.languageSwitch.en {
	background-image: url(../img/lang-en.png);
}

.languageSwitch span {
	display: none;
}

/* Main */
#main {
	width: 100%;
	margin-top: 10px;
}

#side-content {
	float: left;
	width: 240px;
}

/* Main Nav */
#main nav {
	width: 206px;
	margin: 0 20px 28px 0;
	float: left;
	border: 1px solid #666;
	border-radius: 6px;
	padding: 13px 6px 5px 6px;
	background-color: #fff;
	z-index: 10px;
}

#main nav h2 {
	color: #2F63A4;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 2px 13px;
	border-bottom: 2px solid #666;
}

#main nav ul li {
	min-height: 27px;
}

#main nav ul li.has-children a, #main nav ul ul li.has-children a {
	background: url('../img/arrow-down-grey.png') no-repeat 193px 10px;
}

#main nav ul li.has-children.open ul li.has-children a {
	background: url('../img/arrow-down-grey.png') no-repeat 193px 10px;
}

#main nav ul li a {
	color: #333;
	display: block;
	padding: 5px 0 5px 7px;
	border-bottom: 1px solid #666;
}

#main nav ul li.has-children.open ul li.has-children.open:last-child a {
	border-bottom: 1px solid #AA1428 !important;
}

#main nav ul li.has-children.open ul li.has-children.open ul li:last-child a {
	border-bottom: none !important;
}

#main nav ul li:last-child a {
	border-bottom: none !important;
}


#main nav ul li a.current, #main nav ul li a:hover {
	color: #AA1428;
	background-color: #f6e7ea;
	text-decoration: none;
}

#main nav ul li a:hover {
	color: #AA1428;
	background-color: #f6e7ea;
}

#main nav ul li.has-children a:hover, #main nav ul ul li.has-children a:hover {
	color: #AA1428;
	background: #f6e7ea url('../img/arrow-down-red.png') no-repeat 193px 10px;
}

#main nav ul li.has-children.open a:hover, #main nav ul ul li.has-children.open a:hover {
	color: #AA1428;
	background: #f6e7ea url('../img/arrow-up-red.png') no-repeat 193px 10px;
}

#main nav ul li.has-children.open ul li.has-children a:hover {
	color: #AA1428;
	background: #f6e7ea url('../img/arrow-down-red.png') no-repeat 193px 10px;
}

#main nav ul li.has-children.open a, #main nav ul ul li.has-children.open a {
	background: #f6e7ea url('../img/arrow-up-red.png') no-repeat 193px 10px;
	border-bottom: 1px solid #AA1428;
}

#main nav ul li.has-children.open ul li.has-children.open a {
	background: #f6e7ea url('../img/arrow-up-red.png') no-repeat 193px 10px;
	border-bottom: 1px solid #AA1428;
}

#main nav ul li.has-children.open ul li a, #main nav ul li.has-children.open ul li.has-children.open ul li a {
	background: none;
	border-bottom: 1px solid #666;
}

#main nav ul li.has-children.open ul li a:hover {
	color: #AA1428;
	background: #fff;
}

#main nav ul li ul {
	border-bottom: 1px solid #AA1428;
}

#main nav ul li ul li:last-child ul {
    border-bottom: none;
}

#main nav ul li ul li a {
	padding: 5px 0 5px 16px;
}

#main nav ul li ul li ul li a {
	padding: 5px 0 5px 24px;
}

#main nav ul li ul li a.current, #main nav ul li ul li a:hover {
	color: #AA1428;
	background-color: #fff;
}

#main nav ul li.has-children ul li a {
	background: none;
}


/* Additional links */
#additionalHomeLinks {
	width: 206px;
	margin: 0 20px 28px 0;
	float: left;
	border: 1px solid #666;
	border-radius: 6px;
	padding: 5px 6px 5px 6px;
	background-color: #fff;
	z-index: 10px;
}

#additionalHomeLinks ul li {
	min-height: 27px;
}

#additionalHomeLinks ul li a {
	color: #333;
	display: block;
	padding: 5px 0 5px 13px;
}

#additionalHomeLinks ul li a:hover {
	color: #AA1428;
	background-color: #f6e7ea;
	text-decoration: none;
}

/* Main Content */
#main-content {
	width: 720px;
	min-height: 400px;
	padding-bottom: 150px;
	float: right;
	position: relative;
}

#main-content p.script {
	font-size: 14px;
	color: #2f63a4;
}

#main-article {
	margin: 42px 20px 0 20px;
	width: 460px;
	float: left;
}

#main-article.one-column {
	margin: 42px 0 0 20px;
	width: 700px;
	float: left;
}

#main-article.homepage {
	width: 488px;
}

#news {
	clear: both;
	margin: 0 0 0 0;
	width: 488px;
	float: left;
}

#news .date-display-single {
	color: #666;	
}

#news table tr {
	background: none;
	border: none;
}

#news table tr td {
	background: none;
	padding: 5px 10px 5px 0;
}

#main-article h1, #news h1, #latest-irb-community h1 {
	color: #2F63A4;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #666;
	margin-bottom: 18px;
	float: left;
	width: 700px;
	clear: both;
}

#news h1 {
	width: 488px;
	margin-bottom: 0;
}

#latest-irb-community h1 {
	margin-bottom: 14px;
	width: 100%;
}

#main-article h2, #news h2 {
	color: #666;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 14px;
	float: left;
	width: 100%;
}

#main-article h1 a, #news h1 a {
	font-size: 13px;
	font-weight: normal;
	float: right;
	background: url('../img/arrow-right-red.png') no-repeat center right;
	padding-right: 10px;
}

#latest-irb-community div {
	border-bottom: 1px solid #c5c5c5;
	margin: 0 0 14px;
    padding: 0 0 14px;
}

#latest-irb-community div.views-row-last {
	border-bottom: none;
	padding: 0;
	margin: 0;
}

#main-article p, #main-article ul, #news p, #news ul {
	line-height: 18px;
	margin: 0 0 18px 0;
}

#main-article ul, #news ul {
	list-style-type: disc;
	padding-left: 25px;
}
#main-article ol {
	padding-left: 25px;
}

#news ul {
	list-style-type: none;
	float: left;
	padding-left: 0;
}

#main-article ul li, #news ul li {
	margin-bottom: 12px;
}

#main-article ul.pager li a {
	color: #AA1428;
}

#main-article ul.news-attachments, #main-article ul.job-attachments, #main-article ul.phd-program-attachments, #main-article ul.phd-programs-thumbnails, #main-article ul.image-list, div.homepage ul {
	list-style-type: none !important;
	padding-left: 0 !important;
}

#main-article ul.phd-program-attachments, #main-article ul.phd-programs-thumbnails {
	margin-top: 20px;
}

#main-article ul.phd-programs-thumbnails li {
	float: left;
	margin-right: 30px;
	clear: none;
}

#main-article ul.image-list {
	float: left;
	clear: both;
}

#main-article ul.image-list li {
	float: left;
	clear: both;
	width: 100%;
}

#main-article ul.image-list li img {
	float: left;
	margin-right: 7px;
	clear: both;
}

#main-article ul li {
	clear: both;
}

#main-article ul.bullet-list {
	list-style-type: disc;
	padding-left: 25px;
	float: left;
}

#main-article table {
	width: 100%;
	margin-bottom: 18px;
}

#main-article table tr th {
	background-color: #e5e5e5;
	border-bottom: 1px solid #666;
	border-right: 1px solid #fff;
	text-align: left;
	padding: 7px 2px 7px 6px;
}

#main-article table tr td {
	background-color: #f2f2f2;
	border-bottom: 1px solid #c5c5c5;
	border-right: 1px solid #fff;
	font-size: 12px;
	padding: 14px 6px 14px 6px;
}

#main-article table tr:nth-child(odd) td {
	background-color: #f2f2f2;
}

#main-article table tr:nth-child(even) td {
	background-color: #e5e5e5;
}

#main-article table tfoot tr td {
	background-color: #e5e5e5 !important;
	border-top: 1px solid #666;
	border-right: 1px solid #fff;
	text-align: right;
	padding: 7px 2px 7px 6px;
}

#main-article table#people-group tr td {
	background-color: #fff;
	border-bottom: none;
	padding: 6px 0 2px 6px;
}


#main-article #news table tr:nth-child(odd) td {
	background-color: #fff;
	border-right: none;
	padding: 14px 0 14px 0;
}

#main-article #news table tr:nth-child(even) td {
	background-color: #fff;
	border-right: none;
	padding: 14px 0 14px 0;
}

#main-article #news table tr td.views-field-field-news-image {
	padding: 14px 12px 14px 0;
}

#main-article table#people-group tr td a {
	display: block;
}

#main-article table tfoot tr td a {
	background: url('../img/arrow-down-grey.png') no-repeat 104px 5px;
	padding-right: 25px;
}

	/* People card */
	#main-article #people-card #people-left {
		float: left;
		width: 550px;
	}
	
	#main-article #people-card hgroup {
		margin-bottom: 33px;
	}
	
	#main-article #people-card hgroup h1 {
		font-size: 13px;
		color: #666;
		border-bottom: none;
		font-weight: normal;
		margin-bottom: 3px;
	}
	
	#main-article #people-card hgroup h1 a {
		font-weight: bold;
		float: none;
		background: none;
	}
	
	#main-article #people-card hgroup h2 {
		font-size: 13px;
		color: #666;
	}

	#main-article #people-card .people-data-list {
		padding-left: 0px;
		list-style-type: none;
	}
	
	#main-article #people-card .people-data-list li {
		padding-left: 33px;
		min-height: 24px;
		padding-top: 3px;
		margin-bottom: 6px;
	}
	
		#main-article #people-card .people-data-list li.mail {
			background: url('../img/people-mail.png') no-repeat 0 0;
		}
		
		#main-article #people-card .people-data-list li.phone {
			background: url('../img/people-phone.png') no-repeat 0 0;
		}
		
		#main-article #people-card .people-data-list li.fax {
			background: url('../img/people-fax.png') no-repeat 0 0;
		}
		
		#main-article #people-card .people-data-list li.info {
			background: url('../img/people-info.png') no-repeat 0 0;
		}
	
	#main-article #people-card img {
		float: right;
	}

	/* Research area */
	#main-article section.research-area {
		float: left;
		margin: 6px 0;
		width: 700px;
		min-height: 150px;
	}

	#main-article section.research-area h1 {
		border-bottom: none;
		margin-bottom: 12px;
	}
	
	#main-article section.research-area h1 a {
		font-size: 16px;
		background: none;
		float: none;
		font-weight: bold;
	}
	
	#main-article section.research-area img {
		float: left;
		width: 200px;
	}
	
	#main-article section.research-area p {
		float: right;
		width: 485px;
		margin-left: 15px;
	}
	
	#main-article section.research-area p.research-area-people {
		margin-bottom: 0;
	}
	
	#main-article section.research-area p.research-area-responsible {
		border-bottom: 1px solid #666;
		padding-bottom: 5px;
	}

	/* Research Networks */
	#main-article section.research-network table {
		float: left;
	}
	
	#main-article section.research-network table td {
		background: none !important;
		border: none !important;
		padding: 0 0 10px 0;
	}
	
	#main-article section.research-network table td p {
		margin-bottom: 0px;
	}

	#main-article section.research-network table td.label {
		width: 130px;
	}
	
	#main-article div.research-networks-list {
		float: left;
		width: 100%;
	}
 
	/* Projects */
	#main-article section.project {
		margin-bottom: 16px;
	}
	
	#main-article section.project p {
		margin-bottom: 2px;
	}
	
	#main-article section.project ul {
		margin-bottom: 2px;
	}
	
	#main-article section.project ul li {
		margin-bottom: 2px;
	}

	/* Core facilities */
	#main-article section.core-facility {
		margin-bottom: 16px;
	}
	
	#main-article section.core-facility p {
		margin-bottom: 2px;
	}

	/* Calendar */
	#main-article #calendar tr td  {
		background-color: #FFFFFF; 
	}
	
	#main-article #calendar tr.new td {
		background-color: #F6E7EA;
	}
	
    #main-article #calendar td.event-speaker {
        min-width: 150px;
    }
	
	#main-article #calendar td a {
		color: #444;
	}
	
	#main-article #calendar td p {
		margin-bottom: 0px;
	}
    
/* Side article */
#side-article {
	width: 220px;
	float: right;
	margin-top: 42px;
}

#side-article.homepage {
	width: 158px;
	margin-top: 0;
	margin: 0 0 28px 0;
	border: 1px solid #666;
	border-radius: 6px;
	padding: 13px 6px 5px 6px;
	background-color: #fff;
	z-index: 10px;
}

#side-article.homepage h2 {
	color: #2F63A4;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 2px 13px;
}

#side-article.homepage ul li {
	border-bottom: 1px solid #666;
	margin: 15px 0 0 0;
	padding: 0 0 15px 0;
}

#side-article.homepage ul li:last-child {
	border-bottom: none;
}

#side-article.homepage ul li img {
	margin: 0 auto;
	display: block;
}

.gallery a {
	float: left;
	margin: 0 8px 8px 0;
}

.gallery a.last {
	margin-right: 0;
}

.gallery a img {
	float: left;
}

footer {
	float: left;
	position: absolute;
	bottom: 0;
}

footer section {
	border-bottom: 1px solid #666;
	padding: 10px;
	float: left;
	width: 700px;
	margin: 18px 0 2px 0;
}

ul#partners {
	float: none;
	margin: 0;
}

ul#partners li {
	float: left;
	margin-right: 24px;
}

footer ul {
	text-align: right;
	margin: 0 10px 28px 0;
	font-size: 12px;
	float: right;
	width: 710px;
}

footer ul li a, footer ul li a:active, footer ul li a:visited { 
	color: #333;
}

footer ul li a:hover { 
	color: #AA1428;
}

/* Print CSS */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " "; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
  
  div#main nav, #logos, #header-container aside, #background, footer, #side-article.homepage {
	display: none;
	visibility: hidden;
  }
  
  #container {
	margin: 0;
	width: 98%;
  }

  #heading {
	width: 100%;
	height: auto;
  }
  
  #header-container {
	padding: 0;
	width: 100%;
	height: auto;
  }
  
  #header-container header {
	border: none;
	padding: 0;
  }
  
  #header-container header p {
	text-align: left;
	padding-top: 5px;
  }

  #main-content {
	float: none;
	width: 100% !important;
  }
  
  #main-article, #main-article.one-column {
	width: 100%;
	margin: 42px 0 0 0;
  }
  
  #side-article {
	width: 100%;
	float: none;
  }

}