@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Vollkorn:400italic,700italic,400,700);
/* CSS Document */
/** CSS header e footer */

/* HEADER */
header {
	width: 100%;
	height: 10.5em;
	margin-top: -1.5em;
	margin-left: 0px;
	z-index: 9;
}

.menuNavigazione {
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	width: 100%;
}
/* Stile degli elementi della barra di navigazione */
.menuNavigazione a.menuBar {
	display: block;
	color: #454545;
	text-decoration: none;
	width: 188.55px;
}
.menuNavigazione #l5 {
	padding-top: 6em;
	background-image: url(../simboli/titoloNegozio.png);
}
.menuNavigazione li {
	display: inline-block;
	width: 188.55px;
	height: 10.5em;
	text-align: center;
	margin: 0;
	float: left;
}
.menuNavigazione a:hover {
	color: #FFFFFF;
}
.menuNavigazione a {
	display: block;
	padding-top: 6em;
	padding-bottom: 24px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	text-decoration: none;
	line-height: 24px;
	letter-spacing: 0.083em;
	font-weight: 200;
	text-transform: lowercase;
}

.menuNavigazione a strong {
	font-weight: bold;
}
.menuNavigazione ul {
	display: block;
	text-align: center;
	width: auto;
	height:  10.5em;
}

/* immagine del logo nella barra di navigazione*/
img.logo {
	display: block;
	margin-top: 24px;
	margin-left: auto;
	margin-right: 0;
	width: 96px;
	height: 96px;
}
img.logoAmministrazione {
    display: block;
    margin-top: 48px;
    width: 96px;
}
.logoHeader {
        display: inline-block;
	margin-top: 48px;
	background-image:url(../logo/logoNuovoB1.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
        width: 96px;
	height: 96px;
        }
.logoHeader:hover {
        display: inline-block;
	margin-top: 48px;
	background-image:url(../logo/logoNuovoB.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
        width: 96px;
	height: 96px;
        }
.headerLogoVuoto {
        width: 45%;
	height: 96px;
        display: inline-block;
}
/* FOOTER */
.footer {
	background: #e3e3e3;
	margin-bottom: 0;
	height: 96px;
}
footer {
	margin-left: auto;
	margin-right: auto;
	height: 15em;
	width: 80em;
	background: #e3e3e3;
	color: #333;
}
.info {
	color: #333;
}
.info ul {
	margin-top: 0;
}
.f1 ul, .f2 ul, .f3 {
	margin-top: 1.5em;
}
/* prima sezione del footer */
.f1 {
	margin-top: 95px;
	margin-bottom: 24px;
	color: #4B4B4B;
	border-top: 1px dotted #969696;
}
.f1 ul {
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	margin: 24px;
	font-style: italic;
}
.f1 strong {
	font-weight: bolder;
	font-style: normal;
}
.f1 em {
	font-variant: small-caps;
	font-style: italic;
	font-size: 0.857em;
}
/* seconda sezione del footer */
.f2 {
	text-align: left;
	margin-top: 95px;
	margin-bottom: 24px;
	color: #4B4B4B;
	border-top: 1px dotted #969696;
}
.f2 p {
	font-size: 16px;
	line-height: 24px;
	margin: 24p;
	text-decoration: none;
	color: #4B4B4B;
}
.f2 a {
	display: inline-block;
	color: #969696;
	/*margin-left: 1.285em;
	margin-top: 1.285em;*/
	text-align: left;
	font-size: 1.166em;
	font-variant: small-caps;
	text-decoration: underline;
}
.f2 a:hover {
	text-decoration: underline;
	color: #000;
}
.f2 ul {
	list-style-position:outside;
	list-style: square;
	line-height: 24px;
	margin: 24px;
	margin-top: 1.5em;
	font-family: 'Open Sans', sans-serif;
}
.f2 .foto {
	font-size: 16px;
	line-height: 24px;
	margin:24px;
}
.f2 .foto a {
	font-variant: normal;
	margin-left: 0;
	font-size: 1em;
	text-decoration: none;
	font-style: italic;
}
.f2 .foto a:hover{
	text-decoration: underline;
}
.f2 .foto strong {
	color: #2e2e2e;
	font-weight: bold;
}
/* terza sezione del footer */
#f3 img {
	diplay: inline-block;
	float: center;
	margin: 1.5em;
	height: auto;
	width: 50%;
	/*border-left: 1px dotted #333;*/
}
#f3 {
	width: 11.666em;
	padding-left: 0.833em;
	padding-right: 0.833em;
	text-align: center;
	/*padding-top: 1.5em;*/
}

/* Informazioni finali Web Master */
#linkITPlanet {
	color: #C30;
	text-decoration: none;
	padding: 0;
	text-transform: capitalize;
}
#linkITPlanet:hover {
	text-decoration: underline;  
}
.footerFinale {
	display: inline;
	float: left;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	text-align: center;
	height: 24px;
	background: #000;
	opacity: 0.9;
	font-weight: 400;
	text-transform: uppercase;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
	letter-spacing: 1px;
}
.footerFinale strong {
	font-weight: 800;	
}
.footerFinale .mail {
	text-transform: lowercase;
	font-style: italic;
	color: #ccc;
}
.footerFinale .mail:hover {
	text-decoration: underline;
	color: #fff;
}
.footerFinale a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: inline;
}
.footerFinale p {
	color: #fff;
	display: inline;
	padding-left: 20px;
	font-size: 10px;
	line-height: 24px;
}
.footerFinale a:hover {
	text-decoration: underline;
	color: #fff;
}
.footerFinale strong {
	font-weight: bold;
}









