
/**************************************************************************************/


@media print {
	#header .print { display: block !important; }
	
	#flash-head, #logo H1, #logo H2, #search, #menu, #status, #sidebar, #site-map, #footer, .box-foot, .links { display: none; }
	
	#main {
		width: 95% !important;
		float: none !important;
	}
	
	#main P { font-size: 15px; }
	
	.photo IMG { border-bottom: 1px solid #3F91CD !important; }
	
	.wrap {	width: auto !important;	}
	
	#main .box { padding: 0px !important; }
}

/**************************************************************************************/

* { padding: 0px; margin: 0px; }

BODY {
	font-family: Trebuchet Ms, Arial, Verdana, sans-serif;
	background: #2D5860;
	font-size: 12px;
	color: #2F2F2F;
}

H1 { font-family: Georgia, Times New Roman, serif; }

H1 SMALL { display: block; }

IMG { border: 0px; }

P { line-height: 180%; }

LI { list-style: none; }

A { color: #BD1D1D; }

A:hover { text-decoration: none; }

/**************************************************************************************/

#header {
	background: url('../images/header-bg.jpg') #E7ECF6 no-repeat top center;
	margin-top: 20px;
	height: 120px;
}

#logo H1, #logo H2 {
	text-indent: -90000px;
	margin-top: -100px;
	font-size: 10px;
}

.noflash {
	background: url('../images/header-noflash.jpg') no-repeat top center;
	height: 120px;
}

/**************************************************************************************/

#menu {
	background: url('../images/menu-bg.jpg') #E7ECF6 no-repeat top center;
	font-family: Georgia, Times New Roman, serif;
	height: 60px;
}

#menu LI {
	line-height: 30px;
	font-size: 16px;
	cursor: pointer;
	float: left;
}

#menu LI A {
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	display: block;
	color: #2F2F2F;
}

#menu LI A:hover {
	background: url('../images/menu-item-sel.jpg') repeat-x;
	color: #C5D6E8;
}

#menu LI UL LI {
	line-height:25px;
	font-size:12px;
	cursor:pointer;
	float:none;
	color:#CCCCCC;
	background-color:#2D585F;
	border-bottom:#ABEBE4 1px solid;
	border-right:#ABEBE4 1px solid;
	border-left:#ABEBE4 1px solid;
}

#menu LI UL LI A {
	padding: 0px 10px 0px 10px;
	font-size: 11px;
	color: #C5D6E8;
}

#menu LI UL LI A:hover {
	text-decoration: none;
	background-color:#ABEBE4;
}

#menu UL LI UL {
	position: absolute;
	display: none;
	width: 200px;
	background-color:#00FFFF;
}

#menu UL LI:hover UL, #menu UL LI A:hover UL, #menu LI.sfhover UL { display: block; }

#menu .sel, #menu .actual, #menu .sel:hover {
	background: url('../images/menu-item-sel.jpg') repeat-x;
	padding: 0px 20px 0px 20px;
	color: #E7ECF6;
}

#menu .neutral {
	background: transparent !important;
	color: #BC1C1C !important;
}

#menu .sub-aboutus { margin-left: 0px; }
#menu .sub-news { margin-left: 0px; }
#menu .sub-research { margin-left: 0px; }
#menu .sub-training { margin-left: 0px; }
#menu .sub-collaboration { margin-left: 0px; }
#menu .sub-library { margin-left: 0px; }

/**************************************************************************************/

.submenu { margin-bottom: 20px; }

.submenu LI {
	font-family: Georgia, Times New Roman, serif;
	margin-bottom: 1px;
	background: #82ABC3;
	font-size: 14px;
	line-height: 30px;
	color: #E7ECF6;
}

.submenu LI A {
	padding: 0px 15px 0px 15px;
	text-decoration: none;
	display: block;
	height: 30px;
	color: #2F2F2F;
}

.submenu LI A:hover {
	background: url('../images/submenu-item-over.gif') #82ABC3 repeat-x;
	color: #E7ECF6;
}

.submenu .sel { 
	padding: 0px 15px 0px 15px; 
	background : #2D5860;
	display: block;
}

.submenu LI UL LI {
	background: url('../images/icon-arrow.gif') #CFC7B5 no-repeat 15px 10px;
	padding-left: 20px;
}

.submenu LI UL LI A:hover {
	background: transparent;
	color: #E7ECF6;
}

.submenu LI UL .sel {
	background: url('../images/icon-arrow.gif') #2D5860 no-repeat 15px 10px;
	padding: 0px 15px 0px 35px;
}

/**************************************************************************************/

#status {
	background: url('../images/status-bg.jpg') #E7ECF6 no-repeat top center;
	line-height: 30px;
	font-size: 10px;
	height: 50px;
}

#status .wrap {
	padding: 0px 20px 0px 20px;
	width: 920px;
}

/**************************************************************************************/

#content { 
	background-color:#E7ECF6; 
	padding-bottom: 20px;
}

#content .wrap {	background: url('../images/content-bg.gif') repeat-y; }

#main {
	background: url('../images/main-bg.gif') repeat-y;
	width: 620px;
	float: left;
}

#main H2, #main H3, #main H4 { 
	font-family: Georgia, Times New Roman, serif;
	margin-top: 20px; 
	margin-bottom: 10px;
	font-size: 16px; 	
}

#main H2 { 
	border-bottom: 1px dotted #3F91CD;
	padding-bottom: 5px;
	color: #800000;
	font-size: 18px;
	clear: left;
}

#main H3 { color: #82ABC3; }
#mostre H3 { color: #800000; }

#main H4, #sommario H4 A, #allegato H3 { color: #5995CB; }

#main ADDRESS { 
	font-weight: bold;
	font-style: normal;
	color: #800000; 
}

#main .banner { background: url('../images/banner-bg.gif') repeat-y; }

#main .banner .banner-top { background: url('../images/banner-bg-top.jpg') no-repeat; }

#main .banner .banner-cont { 
	background: url('../images/banner-bg-bottom.jpg') no-repeat bottom left; 
	padding: 20px 20px 40px 20px;
	overflow: hidden;
	width: 580px;
}

#main .banner .banner-cont IMG { width: 380px; float: left; }

#main .banner .item { padding: 20px 20px 0px 20px; }

#main .banner .photo { 
	background: url('../images/photo-bg-bottom-big.jpg') no-repeat bottom; 
	margin: 0px 15px 15px 0px;
	padding-bottom: 10px;
	width: 240px;
	float: left;
}

#main .banner .photo IMG {
	border: 1px solid #3F91CD;
	border-bottom: 0px;
	padding: 5px;
	width: 228px;
}

#main .box {
	background: url('../images/main-bg-top.jpg') no-repeat;
	padding: 40px;
}

#main .box-foot{
	background: url('../images/main-bg-bottom.jpg') no-repeat bottom;
	padding: 0px 40px 20px 40px;
	line-height: 40px;
	height: 40px;
	clear: left;
}

#main .nobanner { background: url('../images/main-bg-top-nobanner.jpg') no-repeat; }

#main .tabs-container  { 
	border: 0px;
	border-top: 5px solid #2D5860; 
}

/**************************************************************************************/

#sidebar {
	background: url('../images/sidebar-bg-top.jpg') no-repeat;
	padding: 20px;
	width: 280px;
	float: right;
}

#sidebar .box { margin-bottom: 10px; }

#sidebar .box .title H1 {
	background: url('../images/menu-item-over.jpg') repeat-x;
	text-align: center;
	line-height: 30px;
	font-weight: normal;
	font-size: 12px;
	color: #E7ECF6;
}

#sidebar .box .box-wrap { border: 5px solid #2D5860; }

#sidebar .box .box-cont {
	background: #FFFFFF;
	padding: 15px;
}

#sidebar .box-foot{
	padding: 0px 15px 0px 15px;
	background: #82ABC3;
	font-size: 10px;
	line-height: 30px;
	height: 30px;
}

#sidebar .tab-box { margin-bottom: 20px; }

#sidebar .tab-cont { padding: 15px; }

#sidebar .photo { 
	background: url('../images/photo-bg-bottom-big.jpg') no-repeat bottom; 
	width: 240px;
	float: none;
}

#sidebar .photo IMG { width: 228px; }

#sidebar .item { margin-bottom: 15px; }

#sidebar .item H1 {
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 12px;
}

#sidebar .item P { 
	text-align: left;
	font-size: 12px; 
}

#sidebar .item .date {
	font-family: Georgia, Times New Roman, serif;
	font-size: 10px;
	margin-bottom: 5px !important;
	color: #645B51;
}

/**************************************************************************************/

#search {
	position: absolute;
	margin-top: -10px;
	margin-left: 660px;
	z-index: 1000;
}

#btn-link { 
	padding-top: 20px;
	text-align: right; 
}

#btn-link BUTTON {
	background: url('../images/btn-link-bg.jpg') #2D5860 repeat-x bottom;
	padding: 3px 10px 5px 10px;
	font-size: 10px;
	color: #E7ECF6;
	border: 0px;
	cursor: pointer;
}

#box-input {
	border: 10px solid #2D5860;
	background: #FFFFFF;
}

#box-input .button {
	background: url('../images/icon-search.gif') no-repeat;
	text-indent: -90000px;
	cursor: pointer;
	border: 0px;
	width: 40px;
	height: 30px;
}

#box-input .textbox { 
	width: 225px;
	border: 0px;
}

.result {
	background: #E7ECF6;
	border-top: 1px dotted #3F91CD;
	border-bottom: 1px dotted #3F91CD;
	padding: 10px;
	margin-top: 20px;
}

.result H1 { 
	font-weight: normal;
	font-size: 14px; 
}

.result .meta { 
	margin-top: 10px;
	font-size: 10px; 
}

/**************************************************************************************/

#newsletter { text-align: center; }

#newsletter H2 { display: none; }

#newsletter P { margin-bottom: 10px; }

#newsletter FIELDSET {
	border: 1px solid #3F91CD;
	margin: 0px auto 0px auto;
	padding: 10px;
	width: 220px;
}

#newsletter INPUT {
	border: 1px solid #3F91CD;
	padding: 5px;
	width: 208px;
}

#newsletter .button {
	background: url('../images/btn-bg.gif') no-repeat;
	margin: 20px auto 0px auto;
	line-height: 30px;
	padding: 0px;
	display: block;
	width: 240px;
	height: 30px;
}

.button { 
	cursor: pointer;
	border: 0px !important;
}

.textbox {
	border: 1px solid #3F91CD;
	color: #C0C0C0;
	padding: 5px;
}

/**************************************************************************************/

#subcontent {
	/*background: url('../images/subcontent-bg.jpg') #3F91CD no-repeat top center;*/
	background-color:#3F91CD;
	padding-bottom: 30px;
}

#site-map {
	background: url('../images/sitemap-bg.jpg') repeat-x;
	padding-top: 80px;
	overflow: hidden;
	width: 960px;
}

#site-map LI { 
	font-family: Georgia, Times New Roman, serif;
	font-weight: bold;
	padding: 10px;
	line-height: 20px;
	width: 220px;
	height: 160px;
	float: left;
}

#site-map LI UL LI {
	background: url('../images/icon-arrow.gif') no-repeat left 6px;
	font-family: Trebuchet Ms, Arial, Verdana, sans-serif;
	margin-left: 15px;
	font-size: 10px;
	font-weight: normal;
	padding: 0px;
	float: none;
	height: auto;
	width: auto;
}

#site-map LI UL LI A { padding-left: 12px; }

#site-map A { color: #2F2F2F; }

/**************************************************************************************/

#error-sitemap  LI { 
	line-height: 25px; 
	margin-bottom: 10px;
}

#error-sitemap  LI UL LI {
	background: url('../images/icon-arrow.gif') no-repeat left 6px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-left: 15px;
}

.alert {
	background: url('../images/icon-alert.jpg') #E7ECF6 no-repeat left;
	border-top: 1px dotted #3F91CD;
	border-bottom: 1px dotted #3F91CD;
	padding: 20px 20px 20px 90px;
	font-size: 16px;
}

/**************************************************************************************/

#programma P {
	margin-bottom: 10px;
}

/**************************************************************************************/

#archives LI {
	background: url('../images/icon-archive.jpg') #E7ECF6 no-repeat left;
	border-top: 1px dotted #3F91CD;
	border-bottom: 1px dotted #3F91CD;
	padding: 25px 25px 25px 80px;
	margin-bottom: 10px;
	font-size: 16px;
}

/**************************************************************************************/

#footer { background: #2D5860; }

#footer .wrap {
	font-family: Georgia, Times New Roman, serif;
	padding: 20px 0px 20px 0px;
	text-align: center;
	font-size: 10px;
	color: #E7ECF6;
}

#footer .wrap A { color: #E7ECF6; }

/**************************************************************************************/

.section H1 {
	background: url('../images/section-title-bg.jpg') no-repeat;
	margin-bottom: 5px;
	padding-top: 11px;
	text-align: center;
	font-size: 25px;
	height: 60px;
	color: #2E2E2E;
}

.item { clear: left; }

.item .title {
	border-top: 1px dotted #3F91CD;
	border-bottom: 1px dotted #3F91CD;
	padding: 0px 10px 0px 10px;
	margin-bottom: 15px;
	background: #E7ECF6;
}

.item .title H1 {
	background: url('../images/icon-txt.gif') no-repeat right;
	padding: 10px 30px 10px 0px;
	font-weight: normal;
	font-size: 20px;
	color: #2D5860;
}

.item .title A { text-decoration: none; }
.item .title A:hover { text-decoration: underline; }

.item .subtitle { 
	margin-top: -15px; 
	margin-bottom: 5px;
	font-size: 14px;
}

.item .date, .item .meta { margin-bottom: 10px; }

.item .txt P {
	text-align: justify;
	margin-bottom: 2px;
}

.item EM { color: #2D5860; }

.item .more {
	border-top: 1px dotted #3F91CD;
	border-bottom: 1px dotted #3F91CD;
	margin: 15px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	text-align: right;
	font-size: 10px;
	background: #E7ECF6;
	color: #91918C;
	clear: left;
}

.item .more A { color: #D88883; }
.item .more A:hover { color: #BD1D1D; }

/**************************************************************************************/

.photo { 
	background: url('../images/photo-bg-bottom.jpg') no-repeat bottom; 
	margin: 0px 15px 15px 0px;
	padding-bottom: 10px;
	width: 200px;
	float: left;
}

.photo IMG, .photo-big IMG {
	border: 1px solid #3F91CD;
	border-bottom: 0px;
	padding: 5px;
	width: 188px;
}


.photo A, .photo-big A { display: block; }
.photo A:hover, .photo-big A:hover { background: #C5D6E8; }

.item .photo, .item .photo-big { width: 150px; }
.item .photo IMG { width: 138px; }
.item .photo-big IMG { width: 300px; }

/**************************************************************************************/

#squared-archive .item { 
	width: 270px;
	height: 175px;
	float: left;
	clear: none;
}

#squared-archive .item H1 { 
	margin-bottom: 5px; 
	font-size: 12px;
}

#squared-archive .txt, #squared-archive .date, #squared-archive .meta { font-size: 10px; }

#squared-archive .txt P { line-height: 120%; }

#squared-archive .photo { 
	background: url('../images/photo-bg-bottom-small.jpg') no-repeat bottom; 
	margin-right: 10px;
	width: 100px; 
}

#squared-archive .photo IMG { width: 88px; }

#squared-archive .y-pagination { 
	background: #3F91CD;
	margin-bottom: 30px;
	height: 30px;
}

#squared-archive .y-pagination LI {
	font-size: 14px;
	float: left;
}

#squared-archive .y-pagination A {
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	line-height: 30px; 
	display: block;
	color: #2D5860;
}

#squared-archive .y-pagination A:hover { background: #82ABC3; }

#squared-archive .y-pagination .sel A { 
	background: #2D5860; 
	cursor: default;
	color: #FFFFFF;
}

/**************************************************************************************/

#mostre H3, #mostre .subtitle, #mostre .txt, #video H3, #video .txt { margin-left: 165px; }

#mostre .txt P, #video .txt P { font-size: 11px; }

#mostre .item, #video .item { padding-top: 20px; }
#mostre H3, #video H3 { padding: 0px; margin-top: 0px; }

#foto #squared-archive { margin-top: 20px; }

/**************************************************************************************/

#premio-www {
	margin-top: 20px;
	background: #2D5860;
	padding: 15px;
}

#video-player {
	border-top: 1px dotted #3F91CD;
	border-bottom: 1px dotted #3F91CD;
	margin-top: 10px;
	background: #E7ECF6;
	padding: 10px;
}

/**************************************************************************************/

.convegno {
	padding: 20px !important;
	margin-bottom: 30px !important;
	overflow: hidden;
	width: 510px;
}

.convegno H1 { 
	background: transparent !important; 
	padding: 0px !important;
}

.convegno H3 { margin-top: 10px !important; }

.convegno .photo {
	background: transparent; 
	margin: 0px 0px 0px 30px;
	padding-bottom: 0px;
	width: 220px;
	float: right;
}

.convegno .photo IMG { 
	border-bottom: 1px solid #3F91CD;
	width: 208px; 
}

.convegno .slogan P {
	margin-top: 20px;
	line-height: 120%;
}

/**************************************************************************************/

.pdf { background: url('../images/icon-pdf.gif') no-repeat left !important; }
.doc { background: url('../images/icon-doc.gif') no-repeat left !important; }
.zip { background: url('../images/icon-zip.gif') no-repeat left !important; }
/*.ext { background: url('../images/icon-ext.gif') no-repeat left !important; }*/
.img { background: url('../images/icon-img.gif') no-repeat left !important; }

.txt UL { 
	border-top: 1px dotted #3F91CD;
	margin-top: 15px; 
	margin-bottom: 15px; 
	clear: left;
}

.txt LI { 
	border-bottom: 1px dotted #3F91CD; 
	padding: 5px 0px 5px 0px;
}

.txt LI A { 
	background: url('../images/icon-go.gif') no-repeat left;
	padding-left: 25px; 
	color: #3B9492;
	display: block;
}

.no-icon {
	background: transparent !important;
	padding: 0px !important;
	text-align: center !important;
}

.feed-big {
	background: url('../images/icon-feed-big.gif') no-repeat left;
	padding-left: 30px;
	line-height: 40px;
}

.feed {
	background: url('../images/icon-feed.gif') no-repeat left;
	padding-left: 15px;
}

.icon-print {
	background: url('../images/icon-print.gif') no-repeat left;
	padding-left: 30px;
	line-height: 40px;
}

.icon-mail {
	background: url('../images/icon-mail.gif') no-repeat left;
	margin-right: 25px;
	padding-left: 30px;
	line-height: 40px;
}

/**************************************************************************************/

.title-frammento { 
	margin-bottom: 20px;
	text-align: center; 
}

.box-frammento, .box-convegno, .box-itineranti {
	background: url('../images/icon-pointer.jpg') #E7ECF6 no-repeat left;
	border-top: 1px dotted #3F91CD;
	border-bottom: 1px dotted #3F91CD;
	padding: 20px 20px 20px 80px;
	margin-top: 30px;
}

.box-frammento H1, .box-convegno H1, .box-itineranti H1 { font-size: 18px; }

.box-frammento .title A, .box-convegno .title A, .box-itineranti A { 
	font-size: 18px;
	color: #4C9CAF; 
}

.box-convegno { margin-bottom: 20px; }

.box-itineranti {
	background: #E7ECF6;
	padding-left: 20px;
	overflow: hidden;
	width: 500px;
}

.box-itineranti .photo {
	background: transparent; 
	margin: 0px 20px 0px 0px;
	padding-bottom: 0px;
	width: 100px;
}

.box-itineranti .photo IMG { 
	border-bottom: 1px solid #3F91CD;
	width: 88px; 
}

/**************************************************************************************/

.wp-pagenavi .pages { margin-right: 10px; }
.wp-pagenavi .current, .wp-pagenavi A  { padding-left: 5px; }

.wrap {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.print { display: none; }

.small { font-size: 10px; }
.big { font-size: 18px; }

LI .small { padding-left: 25px; }

.right { float: right; }
.left { float: left; }

.no-float { float: none; }

.center { text-align: center !important; }

.clear { clear: both; }

.hide { display: none; }