@charset "utf-8";
/* CSS Document */

body {
	background-color:#f4ebbd;
	background-image:url(../images/background.jpg);
	background-repeat:repeat;
	margin:0;
	} 
	
p {
	font-family: 'Droid Serif', serif;
	
	}	
	
h1 {
	font-family: 'Pinyon Script', cursive;
	font-size:45px;
	color:#bf7c68;	
	}
	
h2 {
	font-family: 'Pinyon Script', cursive;
	font-size:95px;
	color:#bf7c68;	
	}	

a {
	text-decoration: none;
	}		
	
#header {
	margin-left:auto;
	margin-right:auto;
	width:920px;
	height:215px;
	overflow:hidden;
	}
	
.logo {
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	width:339px;
	height:215px;
	float:left;
	
	}	
	
#head {
	background-image:url(../images/backHead.png);
	background-repeat:no-repeat;	
	width:581px;
	height:215px;
	float:right;
	}	
	
#headLine {
	text-align:right;
	padding-right:10px;
	}
			
#mainMenu {
	font-family: 'Droid Serif', serif;
	font-size:15px;
	color:#8e2529;
	width:581px;
	margin-top:90px;
	padding-left:175px;
	}
	
/* Con voce "menù" inserito
 #mainMenu {
	font-family: 'Droid Serif', serif;
	font-size:15px;
	color:#8e2529;
	width:581px;
	margin-top:90px;
	padding-left:70px;
	}	
*/	
		
ul#menuList {
    list-style: none;
}
  
ul#menuList li {
    display: block;
	background-image:url(../images/menuPoint.png);
	background-repeat:no-repeat;
	height:15px;
    margin-right:15px;
	padding-left:30px;
    float: left; /* elementi su singola riga */
}
  
ul#menuList li a {
    display: block;
    text-decoration: none;
	color:#8e2529;
    text-align: center;
}

#clear {
	clear:both;
	}

.line {
	background-image:url(../images/line.jpg);
	background-repeat:repeat-x;
	height:2px;
	width:auto;
	}
  
.textPoetry {
	margin-left:auto;
	margin-right:auto;
	padding-top:40px;
	padding-bottom:40px;
	} 

.textPoetry p {
	text-align:center;
	font-family: 'Pinyon Script', cursive;
	font-size:24px;
	color:#a3433c;
	}
	
.text {
	font-size:18px;
	color:#8e2529;
	padding-top:30px;
	} 		
	
.lineLogo {
	width:78px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-30px;
	position:relative;
	z-index:10;
	background-image:url(../images/lineLogo.png);
	background-repeat:no-repeat;
	}	
	
#socialBox {
	background-image:url(../images/backgroundSocial.jpg);
	background-repeat:repeat;
	position:relative;
	z-index:5;
	margin-top:-10px;
	padding-top:40px;	
	}
	
.content {
	margin-left:auto;
	margin-right:auto;
	width:920px;
	overflow:hidden;
	}	
	
#socialBox h1 {
	padding-left:5px;
	margin:0;
	}
	
.socialTitle{
	margin-bottom:15px;
	}
	
.socialIcon {
	margin-right:15px;
	margin-top:5px;
	float:left;
	}	

.socialFrame {
	border:solid #d5cfc6;
	border-width:5px;
	background-color:#FFF; 
	margin-bottom:60px;
	}

.content h2 {
	padding-left:10px;
	padding-top:5px;
	margin:10px;
	
	}

#containerGallery {
	margin-left:auto;
	margin-right:auto;
	width:920px;
	overflow:hidden;
	}	
	
.contentGallery {
	margin-top:30px;
	margin-bottom:30px;
	float:left;	
	}	
		
.contentGallery img { 
	border:solid #d5cfc6;
	border-width:5px	
	}
	
#containerGallery h1 {
	padding-left:5px;
	margin:0;
	}

.galleryBox2 {
	margin-left:64px;
	margin-right:64px;
	}
	
#contactBox {
	background-image:url(../images/backgroundSocial.jpg);
	background-repeat:repeat;
	position:relative;
	z-index:5;
	margin-top:-10px;
	padding-top:40px;
	padding-bottom:40px;
	}
	
.contentContact {
	margin:0;
	}	
	
.adressBox {
	float:left;
	width:274px;	
	}			
	
.adressBox a {
	color:#8e2529;
	}	
	
.adressBox p {
	color:#8e2529;
	font-size:20px;
	
	}
	
.FontAdressSmall {
	font-size:15px;
	}
	

.adressBox h1 {
	margin-top:0;
	margin-bottom:0;
	}

.googleBox {
	width:580px;
	height:680px;
	border:solid #d5cfc6;
	border-width:5px;
	float:left;	
	margin-left:56px;
	margin-top:80px;
	}	
		
#footer {
	height:85px;
	padding-top:15px;
	}	

#footer p {
	color:#8b0e13;
	text-align:center;
	}	
	
#footer a {
	color:#8b0e13;
	text-decoration:none;
	}	
		
	
					