/* Body: impostazioni generali */
body {
	font-family: opensans-regular; 
	font-size: 12pt; 
	color: white; 
	margin-top: 20pt; 
	overflow-y: scroll;
	background-image: url("../images/sfondo.jpg");*/
	/*background-color: #FFDE6A;*/
	height: 1370px;
}

/* Finestra di visualizzazione */
#window {
	text-align: center;
    width: 830px;
    padding: 0;
    margin: 0 auto;
    border: 3px solid #0099FF;
    background-color: white;
    -moz-box-shadow: 0 0 5px 5px #FF3300;
	-webkit-box-shadow: 0 0 5px 5px #FF3300;
	box-shadow: 0 0 30px 0px #FF3300;
}

/* Intestazione delle pagine*/
#header {
	width: 800px;
	height: 200px;
	position: relative;
}
#lines {
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
	background-position: top right;
	width: 800px;
	height: 200px;
	position: absolute;
	z-index: 0;
}
#lines2 {
	background-image: url('../images/header2.png');
	background-repeat: no-repeat;
	background-position: top right;
	width: 800px;
	height: 200px;
	position: absolute;
	z-index: 2;
}

#cerca {
	position: absolute;
	left: 95px;
	top: 5px;
	z-index: 100;
}

#cerca_input{
	position: absolute;
	left: 5px;
	top: 5px;
	padding: 5px 5px 4px 10px;
	margin: 0px;
	height: 11px;
	color:#75ACE3;
	border-radius: 15px 0px 0px 15px; 
	-moz-border-radius: 15px 0px 0px 15px; 
	-webkit-border-radius: 15px 0px 0px 15px; 
	border: 1px solid #adc5cf;
	font-size: 8pt;
}
#cerca_button, #cerca_button:hover {
	position: absolute;
	width: 30px;
	height: 22px;
	left: 133px;
	top: 5px;
	border:1px solid #adc5cf;
	background-color: #FFFFFF; /* Old browsers */
	background-image: url('../images/search.png');
	background-repeat: no-repeat;
	background-position: 5px 2px;
	border-radius: 0px 15px 15px 0px; 
	-moz-border-radius: 0px 15px 15px 0px; 
	-webkit-border-radius: 0px 15px 15px 0px; 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f1f9', endColorstr='#d5e7f3',GradientType=0 ); /* IE6-9 */
	color:#7da2aa;
	cursor: pointer;
}

#chiesa {
	background-image: url('../images/chiesa.png');
	background-repeat: no-repeat;
	background-position: top right;
	width: 290px;
	height: 234px;
	left: 640px;
	top: -15px;
	position: absolute;
	z-index: 3;
	cursor: pointer;
}

#reserved {
	font-size: 12px;
	font-weight: bold;
	font-family: opensans-regular;
	left: 700px;
	top: 10px;
	position: relative;
	z-index: 6;
	width: 120px;
	color: black;
	height: 20px;
}

#position {
	font-family: 'Segoe UI';
	font-size: 12px;
	color: black;
}

.link_header, .link_header:visited {
	color: #0066CC;
} 

.link_header:hover {
	color: #F89A1E;
}

#title {
	text-align: right;
	font-family: tahoma;
	z-index: 10;
	position: absolute;
	top: 107px;
	left: 180px;
	color: #0066CC;
	line-height: 40px;
}
#small_title {
	position: relative;
	top: -20px;
	left: 30px;
	font-size: 24px;
	font-weight: normal;
	font-family: 'Helvetica Neue', Roboto, 'Segoe UI', Calibri, sans-serif;
}
#big_title {
	font-size: 34px;
	font-weight: bold;
	font-family: 'Helvetica Neue', Roboto, 'Segoe UI', Calibri, sans-serif;
}

#sub_title {
	position: relative;
	top: -7px;
	font-size: 26px;
	right: -22px;
	font-weight: bold;
	font-family: opensans-regular;
	color: #F89A1E;
}

#corpo {
	color: black;
	text-align: justify;
	font-family: opensans-regular;
	font-size: 15px;
}

#sticky {
	position: absolute;
	left: 35px;
	top: 120px;
	height: 200px; 
	width: 50px; 
	float: left;
}

.sezione {
	position: relative;
	color: #FF9933;
	font-family: opensans-regular;
	font-weight: 900;
	font-size: 13pt;
	padding-bottom: 8px;
	padding-left: 46px;
	border-bottom: 3px dotted #6CA7FF;
}

#laterale {
	padding-top: 20px;
	color: black;
	width: 258px;
	border-left: 3px solid #0099FF;
	z-index: 0;
    background: #C8E3FF;
	background: -moz-linear-gradient(top, #C8E3FF 0%, #FDE299 100%);
	background: -webkit-gradient(linear, top, bottom, color-stop(0%, #C8E3FF), color-stop(100%, #FDE299));
	background: -webkit-linear-gradient(top, #C8E3FF 0%, #FDE299 100%);
	background: -o-linear-gradient(top, #C8E3FF 0%, #FDE299 100%);
	background: -ms-linear-gradient(top, #C8E3FF 0%, #FDE299 100%);
	background: linear-gradient(to bottom, #C8E3FF 0%, #FDE299 100%);
}

#footer {
	color: white;
	width: 830px;
	position: absolute;
	bottom: -51px;
	left: -0px;
	height: 140px;
	text-align: center;
	font-family: opensans-regular;
	font-size: 10pt;
	font-weight: bold;
	background-image: url('../images/footer.png');
	padding-top: 60px;
}

.testo {
	font-family: opensans-regular;
	font-size: 15px;
	margin-left: 30px;
	margin-right: 30px;
	line-height: 1.5;
}

.riq_title{
	background: #EDEFF4;
	position: relative;
	left: -10px;
	top: -10px;
	height: 15px;
	margin-right: -20px;
	padding: 10px;
	font-weight: bold;
	font-size: 11.5pt;
	border-bottom: thin solid #d8dfea;
	color: black;
}

.riq_sub {
	color: #3B5998;
	font-weight: bold;
}

.riquadro {
	border-top: thin solid #315C99;
	border-left: thin solid #AAAAAA;
	border-right: thin solid #AAAAAA;
	border-bottom: thin solid #AAAAAA;
	margin-left: 18px;
	margin-right: 18px;
	padding: 10px;
	text-align: left;
	background-color: white;
	font-family: opensans-regular;
	font-size: 9pt;
	color: #808080;
}

.fb-like-box {
	background: white;
}

#position {
	color: black;
	font-size: 9pt;
	text-align: left; 
	position: relative;
	top: -23px;
	margin-bottom: -32px;
	left: 10px;
}

#sottotitolo {
	font-family: opensans-bold;
	color: black;
	border-bottom: thin solid black;
	line-height: 40px;
	position: relative;
	top: -7px;
	left: 170px;
	font-size: 30pt;
	z-index: 20;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.lateraltwitterbox {
	margin-left: 10px;
	margin-right: 10px;
	border: 1px inset;
}

.lateralcalendarbox {
	margin-left: 20px;
	margin-right: 0px;
	overflow: hidden;
	height: 279px;
}

.testo-laterale {
	text-align: left;
	margin-left: 10px;
	font-size: 12pt;
	color: #0066CC;
}

img {
	vertical-align: middle;
}

b {
	color: #0066CC;
}

#seguici {
	position: absolute;
	top: 7px;
	left: 7px;
	z-index: 10;

}

#fb_like {
	position: absolute;
	right: 28px;
	top: 24px;
}

@media print {
    #sticky {
		display: none;
	}
}

.quote {
	padding: 0.75rem; 
	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;
}

#locandina_div {
	width: 125px;
	height: 170px;
	float: left;
	padding-right: 30px;
	padding-left: 10px;
}

#locandina_span {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

#locandina {
	max-width: 120px;
	transform: rotate(-7deg);
    vertical-align: middle;
}

.ultimenotizie {
	width: 80%;
	position: relative;
	height: 170px;
	margin: auto;
}

.data {
	color: red;
	font-style: italic;
}

#ultime_bin {
	position: absolute;
	right: 10px;
}

.ascolta {
	font-weight: bold;
	color: white;
	background-color: #F89A1E;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	transform: rotate(-7deg);
}

.subsubtitle {
	position: relative;
	top: -20px;
}

#cookieChoiceInfo {
	color: black;
	padding: 20px !important;
	border: thin solid black;
	box-shadow: 0px 10px 30px #888888; 
}

#cookieChoiceInfo > a {
	color: #0066CC;
	font-weight: bold;
	padding: 8px;
	text-decoration: none;
}

#cookieChoiceDismiss:hover, #cookieChoiceAddInfo:hover {
	color: white;
	font-weight: bold;
	background: linear-gradient(top, #34696f, #2f5f63);
	background-color: #0066CC;
	border-radius: 50px;
	box-shadow: 0 3px 0 #1b383b;
	padding: 8px;
	text-shadow: 0 2px 2px rgba(255, 255, 255, 0.2);
}

#privacylink {
	color: white;
}