@font-face { 
	font-family: "AdobeGaramondPro"; 
	src: url(fonts/agp.otf);
}
@font-face { 
	font-family: "AdobeGaramondPro"; 
	font-style: italic;
	src: url(fonts/agp-i.otf);
}
@font-face { 
	font-family: "AdobeGaramondPro"; 
	font-weight: bold;
	src: url(fonts/agp-b.otf);
}
@font-face { 
	font-family: "AdobeGaramondPro"; 
	font-weight: bold;
	font-style: italic;
	src: url(fonts/agp-bi.otf);
}
html, body {
	height: 100%;
	margin:0;
	padding:0;
	background-color:#F0F0F0;
	background-image:url(images/palazzo_stemmi.jpg);
	background-position: /*300px*/ 150px 50%;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
@media print {
	html, body {
		height: auto;
		background: none;
	}
}
body {
	color:#111;
	font-family: AdobeGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, "Times New Roman", times, serif;
	text-rendering: optimizeLegibility;
}
@media print {
	body {
		color: #000;
	}
}
a, a:active, a:link, a:visited {
	color:#111;
}
.menu a:visited {
	color:#811;
}
a[href]:hover {
	color:#666;
	text-shadow: white 0 0 20px, white 0 0 40px, white 0 0 60px;
}
a:target {
	background-color:#E0E0E0;
	-moz-border-radius:14px;
	border-radius:14px;
	padding: 0 10px;
	margin: 0 -10px;
}
h1, h2, h3, h4, h5, h6, h7 {
	margin:0;
	padding:0;
	font-style:italic;
	font-weight:normal;
}
h1+h1, h2+h2, h3+h3, h4+h4, h5+h5, h6+h6, h7+h7,
h2+h1, h3+h2, h4+h3, h5+h4, h6+h5, h7+h6,
h3+h1, h4+h2, h5+h3, h6+h4, h7+h5,
h4+h1, h5+h2, h6+h3, h7+h4,
h5+h1, h6+h2, h7+h3,
h6+h1, h7+h2,
h7+h1 {
	margin:16px 0 0 0;
}
h1 { 
	font-size: 200%; 
}
h2 { 
	font-size: 150%; 
}
h3 { 
	font-size: 125%; 
}
p {
	margin: 0 0 16px 0;
}
form {
    text-align:center;
}
#page {
	width: 1024px;
	margin-left: 80px;
}
@media print {
	#page {
		width: 700px;
		margin: auto;
	}
}
#header, #content, #footer {
	width:700px;
}
#header {
	font-size:200%;
	background-color: #CCC;
	margin-bottom: 20px;
	padding: 0 0 4px 0;
	letter-spacing: 0.05em;
	line-height: 100%;
}
#header img {
	width: 700px;
	height: 172px;
}
#header span {
	padding: 0 8px 8px;
}
@media print {
	#header {
		background:none;
	}
	#header span {
		padding: 0 0 8px;
	}
}
#content img, #content object {
	float:right;
	clear:right;
	max-width:700px;
	margin: 0 0 32px 32px;
}
#content img.left, #content object.left {
	float:left;
	clear:left;
	margin: 0 32px 32px 0;
}
#content hr {
	visibility:hidden;
	margin:0;
	padding:0;
	clear:both;
}
#map img {
	max-width:none;
}
#calendar .open, #calendar .closed {
	display:block;
	float:left;
	width:100px;
	height:56px;
	text-align:center;
	padding: 8px 0;
	vertical-align:center;
}
#calendar .closed {
	color: #811;
	font-style:italic;
}
#calendar .today {
	border: 1px solid #111;
	margin: -1px;
}
.column {
	float:left;
	width:315px;
	margin:0;
}
.column + .column {
	margin-left:45px; /* originariamente 70px */
}
.column + h1, .column + h2, .column + h3, .column + h4, .column + h5, .column + h6, .column + h7 {
	padding: 16px 0 0 0;
	clear:left;
}
.menu {
	position: absolute;
	left:800px;
	width:200px;
}
.menu a {
	display:inline-block;
	font-style: italic;
	font-size:125%;
}
.menu a, #header a {
	text-decoration:none;
}
.menu div {
	margin:0 0 64px 0;
}
.menu div a {
	width:100%;
}
.menu div a:first-child{
	margin:0 0 4px 0;
	width:100%;
	font-size:150%;
}
@media print {
	.menu {
		display:none;
	}
}
#footer {
	margin-top: 30px;
	padding-bottom: 30px;
	text-align:center;
	clear:both;
}
#footer p {
	margin:0;
}

/* Google Search */
.gsc-control {
	width:auto !important;
}
.gsc-search-box, .gsc-resultsHeader {
	display:none;
}
#google-search {
	margin-top:16px;
}
