<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #500403;
	background-image: url(immagini/bg-body.jpg);
	background-repeat: repeat-x;
	color: #fff;
	font-family: 'Poiret One', cursive;
}

p{
	margin:0px;
	padding:0px;
	}

#main-container {
	background-image: url(immagini/bg-main-container.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#container {
	width: 960px;
	margin:auto;
}
#header {
	background-image: url(immagini/bg-header.jpg);
	background-repeat: no-repeat;
	height: 175px;
}
#header #logo a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 8px;
	padding-left:10px;
}


#content #slider {
	padding-top: 20px;
	padding-left:25px; /* da togliere per ripristinare la slide*/
}


#content {
	background-color: rgba(52, 53, 53, 0.8);
	position: relative;
	width: 960px;
}

#content #content-text {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	position: relative;	
}

#content #menu {
	padding-left: 190px;
	background-image: url(immagini/bg-menu.jpg);
	background-repeat: repeat-x;
}

#content-text table tr td p {
	font-size: 13px;
	color: #fff;
}
#content-text table tr td img {
	position: absolute;
	left: 298px;
	top: 126px;
}

#content-text table tr td h1 {
	text-align: center;
	font-size: 16px;
}

#content-text table tr td p a:link, #content-text table tr td p a:visited {
	color: #C00;
	text-decoration: none;
	font-weight: bolder;
}


#content-text table tr td p a:hover {
	color: #C00;
	text-decoration: underline;
	font-weight: bolder;
}

#content-text table tr #frasi {
	background-image: url(immagini/frasi.png);
	background-repeat: no-repeat;
}


#footer {
	background-color: #141414;
	height: 68px;
}


#footer #footer-text {
	font-size: 12px;
	padding-left: 25px;
	padding-top: 20px;
	padding-bottom: 10px;
	float: left;
}
#footer #footer-text a {
	color: #FFF;
	text-decoration: none;
}
#footer #footer-text a:hover {
	font-weight: bold;
	text-decoration: underline;
}
#footer #social img {
	float: left;
	padding-right:5px;
}
#footer #social {
	float: right;
	font-size: 12px;
	padding-right: 25px;
	padding-top: 20px;
	padding-bottom:10px;
}
#content #menu {
	clear: both;
}
#content-text table tr .par1 {
	font-family: 'Raleway', sans-serif;
}
#content-text table tr .par2 {
	font-family: 'Poiret One', cursive;
}
#content-text table tr .par3 {
	font-family: 'Comfortaa', cursive;
}
#content-text table tr .par4 {
	font-family: 'Syncopate', sans-serif;
}
</pre></body></html>