body {
}

#simbolo {
	background-image: url('../images/parrocchia.png');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 100%;
	width: 200px;
	height: 200px;
	left: -50px;
	top: 345px;
	position: relative;
	z-index: 6;
	border: 6px double #BBBBBB;
	border-radius: 40px;
}

#corpo{
	height: 2438px;
	left: 0px;
	position: relative;
	padding: 20px;
}

#window {
	height: 2990px;
}

#sottotitolo {
	width: 480px;
}

a.link_corpo:hover {
	color: #F89A1E;
}
a.link_corpo {
	color: #0066CC;
	text-decoration: none;
	font-variant: small-caps;
	font-size: 20px;
}

#sticky {
	position: absolute;
	left: 35px;
	top: 120px;
}

.sharebar {
	cursor: pointer;
}

#interno {
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 90px;
	border: none;
	width: 80%;
	overflow: hidden;
	background-color: #F2F2F2;
	line-height: 24px; 
	height: 2200px;
}

.quote {
	padding: 30px; 
	margin: 1.5rem 0px; 
	overflow: hidden; 
	border-color: #eabfbf; 
	box-shadow: rgba(0, 0, 0, 0.14902) 0px 0px 0px 1px inset; 
	border-top-left-radius: 0px; 
	border-top-right-radius: 0px; 
	border-bottom-right-radius: 2px; 
	border-bottom-left-radius: 2px; 
	color: #333333; 
	font-family: opensans-regular;
	line-height: 24px; 
	background: #f4dfdf;
}

.photo {
	position: relative;
	
}

#photo1 {
	width: 310px;
	float: left;
}

#photo2 {
	width: 310px;
}

#photo3 {
	float: left;
	height: 290px;
	top: 20px;
}

#photo4 {
	height: 290px;
	top: 20px;
}

@media print {
	p {
	}
	body {
		background-image: none;
		background-color: white;
		height: 100%;
	}
	#window {
		margin: 0;
		border: 0;
		padding: 0;
		width: 100%;
		height: 100%;
	}
	#corpo {
		padding: 0;
		margin: 0;
		width: 100%;
		height: 100%;
	}
	#interno {
		padding: 0;
		margin: 0;
		width: 100%;
		background-color: white;
	}
	img {
		display: block;
	}
	#photo1, #photo2 {
		top: 30px;
		margin-bottom: 40px;
	}
	#photo3, #photo4 {
		top: 20px;
	}
    #header {
		display: none;
	}
	#position {
		display: none;
	}
	#includeMenu {
		display: none;
	}
	.menu-photo {
		display: none;
	}
	.quote {
		border: 0px !important;
		background-color: white !important;
		box-shadow: none !important;
		padding: 10px !important;
	}
	#footer {
		display: none;
	}
	#sottotitolo {
		left: 0;
	}
	#tratto {
		margin-left: 0;
	}
	.sacerdoti {
		display: none;
	}
}

