<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* STRUTTURA */
#container  {
	width: 960px;
	height: 600px;
	margin: 0 auto;
	position:absolute;
	top: 45%;
	left: 50%;
	margin-top: -270px;
	margin-left: -480px;
}

#header {
	height: 39px;
	border-bottom: 1px solid #4d4d4d;
}

#navbar {
	height: 18px;
}

#footer {
	height: 16px;
	margin-top: 13px;
	border-top: 1px solid #4d4d4d;
	text-align: right;
}

#main {
	height: 483px;
	margin-top: 30px;
	position: relative;
}

.onecol {
	width: 155px;
	margin-right: 6px;
	margin-bottom: 12px;
	float: left;
}

.onecolxl {
	width: 205px;
	margin-right: 6px;
	margin-bottom: 12px;
	float: left;
}

.twocol {
	width: 316px;
	margin-right: 6px;
	float: left;
}

.threecol {
	width: 190px;
	margin-right: 6px;
	float: left;
}

.settecento {
	width: 650px;
	height: 483px;
	margin-right: 9px;
	float: left;
	text-align: center;
	background: url('img/ajax-loader.gif') center center no-repeat;
	overflow: hidden;
}

.thumbcol {
	width:90px;
	float: left;
}

.thumbnail {
	display: block;
	width: 90px;
	height: 55px;
	background: #CCC;
	margin-bottom: 10px;
	border: #4d4d4d 1px solid;
}

.lastcol {
	margin-right: 0;
}

.onecol .project {
	clear: left;
	width: 155px;
	height: 50px;
	position: absolute;
	bottom: 0px;
}

.onecolxl .project {
	clear: left;
	width: 205px;
	height: 50px;
	position: absolute;
	bottom: 0px;
}

.prev, .next {
	display: block;
	width: 70px;
	height: 35px;
	background: no-repeat;
	padding: 18px 2px 0px 2px;
}

.prev {
	background-image: url(img/prev.png);
	background-position: 2px 3px ;
	float: left;
}

.next {
	background-image: url(img/next.png);
	background-position: 61px 3px;
	float: right;
	text-align: right;
}

.prev:hover {
	background-position: 2px -37px;
	color: #FFF;
	background-color: #4d4d4d;

}

.next:hover {
	background-position: 61px -37px;
	color: #FFF;
	background-color: #4d4d4d;

}

.box {
	display: block;
	width: 155px;
	height: 118px;
	line-height: 18px;
}

.imgbox {
	border: 1px solid #4d4d4d;
	width: 153px;
	height: 88px;
}

.boxcaption {
	margin-left: 2px;
	line-height: 14px;
}

.boxdescrizione {
	max-height: 330px;
}

#titolobibliografia {
	margin-top: 0px;
}

/* NAVIGATION */

#navbar {
	text-align:justify;
}

#navbar li{
	float: left;
	margin-right: 33px;
}

#navbar ul li:last-child {
	float:right;
	margin-right: 0px;
}

.menuitem {
	display: block;
	padding: 4px;
}

#navbar .active {
	color: #FFF;
	background: #4d4d4d;
}

/* TYPE */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333;
}

#header {
	font-size: 28px;
	font-weight: bold;
	color: #4d4d4d;
}

#navbar {
	font-size: 11px;
}

#footer {
	font-size: 9px;
	color: #808080;
	line-height: 16px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style:italic;
}

.title, .subhead, .location, .date, .note, #titolodescrizione, #titolobibliografia{
	font-size: 11px;
	line-height: 13px;
}

.title {
	font-weight: bold;
	text-transform: uppercase;
}

.subhead, #titolodescrizione, #titolobibliografia {
	font-weight: bold;
}

.location, .date{
	margin-top: 5px;
}

.description {
	font-family: 'Cuprum', Georgia, serif;
	font-style: italic;
	font-size: 12px;
	line-height: 14px;
}

.note {
}

/* LINK */
#navbar .active a:link, #navbar .active a:visited {
	color: #FFF;
}

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
}

#navbar a:hover, #header a:hover, a.box:hover {
	color: #FFF;
	background: #4d4d4d;
}

a:hover {
	color: #FFF;
	background: #4d4d4d;
}

#footer a:link {
	font-size: 9px;
	color: #808080;
	line-height: 16px;
}

#footer a:hover {
	font-size: 9px;
	color: #fff;
	line-height: 16px;
}
	

/*a.box:hover {
	border-bottom: 1px #4d4d4d solid;
}*/

/* MODIFIER */

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.clear {
	clear: both;
}</pre></body></html>