@charset "UTF-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 35px 1px #B0ABC1;
}
a:link , a:visited{
	color: #3D2B76;
}
a:hover {
	color: #990033;
}
div.container {
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #ede5dc;
	border-radius: 0px 0px 10px 10px;
	box-shadow: 0px 0px 15px 1px #716A84;
}
/* CSS Document */

header.intestazione {
}
article h1 {
	font-weight: normal;
}
p strong {
	color: #362965;
}
article.mainHome {
	float: left;
	width: 620px;
	padding-top: 75px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}
article.mainHome h1 {
	font-size: 2.5em;
	line-height: 1em;
	margin-bottom: 50px;
	font-family: Arial, Helvetica, sans-serif;
	color: #362965;
}
article.mainHome p {
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
}
article.mainHome p.small{
	font-size: 1.2em;
	margin-top: 50px;
}
.container .mainHome h1 span.h1piccolo {
	font-size: 0.5em;
	font-weight: normal;
	line-height: inherit;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
}
img.entrata {
	height: auto;
	width: 200px;
	float: left;
    margin-top: 8px;
	margin-right: 15px;
}
div.fotobassa {
	width: 720px;
	height: 400px;
    margin-top: 6px;
	float: left;
	background-image: url(fotobassa.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
aside.home {
	width: 554px;
	float: right;
	margin-top: 30px;
}
article.mainContatti {
	float: left;
	width: 780px;
	padding-top: 75px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}
article.mainContatti h1 {
	font-size: 2.5em;
	line-height: 1em;
	margin-bottom: 50px;
	font-family: Arial, Helvetica, sans-serif;
	color: #362965;
}
article.mainFoto {
	float: left;
	width: 1200px;
	padding-top: 75px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}
article.mainFoto h1 {
	font-size: 2.5em;
	line-height: 1em;
	margin-bottom: 35px;
	font-family: Arial, Helvetica, sans-serif;
	color: #362965;
}
article.mainFoto h2 {
    width: 1066px;
	font-size: 2em;
	line-height: 1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5B5476;
	margin-top: 35px;
	font-weight: bold;
	font-style: italic;
	text-indent: 5px;
	background-color: #E2DFEE;
	padding: 3px;
	margin-bottom: 5px;
}
article.mainContatti p {
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
}
article.mainContatti p.small {
	font-size: 1.2em;
	margin-top: 50px;
}
aside.contatti {
	width: 350px;
	float: right;
	padding-top: 80px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
article.mainPrezzi {
	float: left;
	width: 780px;
	padding-top: 75px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}
article.mainPrezzi h1 {
	font-size: 2.5em;
	line-height: 1em;
	margin-bottom: 50px;
	font-family: Arial, Helvetica, sans-serif;
	color: #362965;
}
article.mainPrezzi h2 {
	font-size: 2em;
	line-height: 1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5B5476;
	margin-top: 35px;
	font-weight: normal;
	font-style: italic;
	text-indent: 5px;
	background-color: #E2DFEE;
	padding: 3px;
	margin-bottom: 5px;
}
article.mainPrezzi p {
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
	padding: 10px;
}
article.mainPrezzi p.small {
	font-size: 1.2em;
	margin-top: 50px;
}
aside.prezzi {
	width: 350px;
	float: right;
	padding-top: 80px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 40px;
}

ul.gallery {
	list-style-type: none;
}
ul.gallery li {
	display: inline;
}
ul.gallery a {
	display: block;
	width: 200px;
	margin: 5px;
	float: left;
	padding: 3px;
	background-color: #EDEDED;
	height: auto;
}
div.maps {
	padding-bottom: 50px;
}
input {
	padding: 5px;
	width: 90%;
	margin-bottom: 15px;
	margin-top: 5px;
}
textarea {
	padding: 5px;
	width: 90%;
	margin-bottom: 15px;
	height: 85px;
	margin-top: 5px;
}
footer {
	clear: both;
	padding-top: 75px;
	padding-right: 20px;
	padding-bottom: 55px;
	padding-left: 20px;
}

@media (max-width:1280px){
body {
	font-size:70%;
}

}