@font-face {
    font-family: 'LobsterTwoRegular';
    src: url('../font/LobsterTwo-Regular-webfont.eot');
    src: url('../font/LobsterTwo-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/LobsterTwo-Regular-webfont.woff') format('woff'),
         url('../font/LobsterTwo-Regular-webfont.ttf') format('truetype'),
         url('../font/LobsterTwo-Regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LobsterTwoItalic';
    src: url('../font/LobsterTwo-Italic-webfont.eot');
    src: url('../font/LobsterTwo-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/LobsterTwo-Italic-webfont.woff') format('woff'),
         url('../font/LobsterTwo-Italic-webfont.ttf') format('truetype'),
         url('../font/LobsterTwo-Italic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LobsterTwoBold';
    src: url('../font/LobsterTwo-Bold-webfont.eot');
    src: url('../font/LobsterTwo-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/LobsterTwo-Bold-webfont.woff') format('woff'),
         url('../font/LobsterTwo-Bold-webfont.ttf') format('truetype'),
         url('../font/LobsterTwo-Bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LobsterTwoBoldItalic';
    src: url('../font/LobsterTwo-BoldItalic-webfont.eot');
    src: url('../font/LobsterTwo-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/LobsterTwo-BoldItalic-webfont.woff') format('woff'),
         url('../font/LobsterTwo-BoldItalic-webfont.ttf') format('truetype'),
         url('../font/LobsterTwo-BoldItalic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}




body {
	font: 62.5%/1.5 Arial, Helvetica, sans-serif;
	background: url(../img/bkg_header.png) center -80px no-repeat #fff;	
	color: #333;
	}

html>body {
	font-size: 12px;
}

/* Tipografia di base */
h1, h2, h3, h4, h5, h6 {
	font-family: 'LobsterTwoRegular', Arial, Helvetica, sans-serif;
	letter-spacing: -0.04em;
	line-height: 1;
	color: #35401a;
}
h1 {
	font-size: 36px;
	margin: 0 0 12px 0;
	text-shadow: 2px 2px 0px #a7c853;
}
h2 {
	font-size: 27px;
	margin: 24px 0 6px 0;
	text-shadow: 2px 2px 0px #a7c853;
}
h3 {
	font-size: 18px;
	margin: 24px 0 6px 0;
}
p {
	margin: 0 0 6px 0;
}
p.autore {
	text-transform: uppercase;
}
p.lkLst {
	clear: both;
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #ccc;
}
p.slogan {
	font-size: 21px;
	color: /*#35401a */#35401a;
	font-family: 'LobsterTwoRegular', Arial, Helvetica, sans-serif;
}
ul {
	list-style-type: square;
	margin: 0;
	padding: 12px 0 12px 40px;
}
ol {
	list-style-type: decimal;
	margin: 0;
	padding: 12px 0 12px 40px;
}
li.lkLst {
	padding: 6px 0;
	margin-bottom: 1px solid #ccc;
}
li.noLnk {
	padding: 6px 0;
	margin-bottom: 1px solid #ccc;
}
a {
	color: #35401a;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #a7c853;
}

/* Stili boxWrap*/
#boxWrap{
	
}

/* Stili contenitore */
#boxContenitore {
	margin: 0 auto;
	width: 960px;
}

/* Stili boxTestata */
#boxTestata {
	position: relative;
	width: 960px;
	height: 615px;	
}
.pgNdx #boxTestata {
	height: 615px;
}

.pgCat #boxTestata {
	height: 300px;
}

/* Stili logo */
#boxLogo {
	position: absolute;
	left: 0;
	top: 0;
	width: 960px;
	height: 180px;
}

#boxLogo img {
	float: left;
}

#boxLogo h1 {
	float: left;
	font-size: 90px;
	padding-left: 20px;
	padding-top: 20px;
	text-shadow: 5px 5px 0px #fff;
}
/* Stili lingue */
#boxLng {
	position: absolute;
	right: 274px;
	top: 214px;
	width: 52px;
	height: 42px;
	z-index: 999999;
}
#boxLng ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#boxLng ul li {
	float: left;
	padding: 0 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 52px;
	height: 42px;
	background: #fff;
	behavior: url(../js/PIE/PIE.htc.html);
}
#boxLng ul li a {
	width: 52px;
	height: 42px;
	display: block;
	opacity: 0.75;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#boxLng ul li a:hover {
	opacity: 1;
}

/* Stili area servizio boxTestata */
#boxLogin {
	position: absolute;
	right: 0;
	top: 11px;
	width: 252px;
	text-align: center;
}
#boxLogin ul {
	list-style-type: none;
	margin: 0;
}
#boxLogin li {
	float: left;
	margin: 0 0 0 36px;
	width: 90px;
}
#boxLogin a {
	display: block;
	padding: 3px 6px;
	border: 1px solid transparent;
	width: 78px;
	background: url(../img/bkg_butAcc.png) left top repeat-x;
	color: #140;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#boxLogin a:hover {
	border-color: #df0116 #636966 #636966 #c3c9c6;
	color: #f90;
	background-position: left bottom; 
}

/* Stili splash */
#splash {
	position: absolute;
	left: 0;
	top: 270px;
	width: 960px;
	height: 300px;
	overflow: hidden;
	border-top: 2px solid #cef765;
	border-bottom: 2px solid #cef765;
}

/* Stili navigazione */
#boxTestata nav {
	position: absolute;
	left: 0;
	top: 200px;
	width: 960px;
	height: 60px;
	font-family: 'LobsterTwoRegular', Arial, sans-serif;
	background: url(../img/bkg_nav.jpg) top right no-repeat #a7c853;
}
.pgNdx #boxTestata nav {
	top: 200px;
}
#boxTestata nav ul {
	list-style-type: none;
	position: relative;
	margin: 0;
	padding: 0;
	width: 960px;
	height: 60px;
}
#boxTestata nav li {
	position: relative;
	float: left;
	border-right: 1px dashed #fff;
	width: 152px;
	height: 60px;
	background: #a7c853;
}
#boxTestata nav li:hover {
	background: #fff;
}
#boxTestata nav li li:hover {
	visibility:	inherit;  /*fixes IE7 'sticky bug'*/
}

#boxTestata nav a {
	display: block;
	padding: 6px 0 0 0;
	height: 54px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;
	text-shadow: 2px 2px 0px #cef765;
}
#boxTestata nav a:hover {
	color: #35401a;
}
#boxTestata nav li ul {
	position: absolute;
	left: -2400em;
	width: 152px;
}
#boxTestata nav li li {
	border-top: 1px solid #fff;
	border-right: 0;
	z-index: 1000;
}
#boxTestata nav li:hover ul {
	left: 0;
	top: 60px; /* match top ul list item height */
}

/* Stili area corpo pagina */
#boxCorpo {
	clear: both;
	margin: 20px 0;
	width: 960px;
}

/* Stili boxTxt */
#boxTxt {
	float: left;
	width: 720px;
}

/*.pgBase #boxTxt {
	float: left;
	width: 960px;
}*/

.pgCat #boxTxt {
	width: 960px;
}

#boxTxt .boxImg {
	float: left;
	margin: 0 24px 12px 0;
	padding: 1px;
	border: 1px dashed #cef765;
	max-width: 300px;
}
#boxTxt .boxImg img {
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: 300px;
}
#boxTxt .post {
	float: left;
	margin: 0 24px 12px 0;
	padding: 1px;
	border: 1px solid #ccc;
	width: 716px;
}
#boxTxt .post img {
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	width: 716px;
}
#contatti {
	width: 220px;
	float: left;
}
/* Google Map */
#boxMap {
	float: right;
	width: 488px;
	padding: 5px;
	border: 1px dashed #cef765;
}
/* area social*/
div.social {
	clear: both;
	float: left;
	margin: 12px 0;
	padding: 6px 0;
	border-top: 1px solid #ccc;
	width: 720px;
}
div.social div {
	float: left;
	padding: 0 12px 0 0;
}


/* Stile aside */
aside {
	float: right;
	width: 200px;
}
aside div {
	margin: 0 0 24px 0;
	padding: 6px 12px 18px 12px;
	border: 1px dashed #cef765;
}	

aside h1.lkGiardini {
	padding-top: 40px;	
	font-size: 42px;
	text-shadow: 2px 2px 0px #fff;
	text-align: center;
	-webkit-transform: rotate(-10deg);	
-moz-transform: rotate(-10deg);
-ms-transform: rotate(10deg);
-o-transform: rotate(10deg);
transform: rotate(10deg);
}

#asideGiardino{
	background: url(../img/manutenzione_giardini.gif) 0 0 no-repeat #fff;
	height: 260px;
	border: none;
	margin: 0;
	padding: 0;
}

a.lkGiardinoSotto {
	float: right;
	padding-top: 10px;
}

aside div h2 {
	font-size: 18px;
	margin: 0 0 6px 0;
	text-transform: uppercase;
}
aside div ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-top: 1px dashed #cef765;
}	
aside div li {
	line-height: 1.2;
}	
aside div li a {
	display: block;
	padding: 6px 0;
	border-bottom: 1px dashed #cef765;
}	
aside div li a:hover {
	border-bottom: 1px dashed #a7c853;
}

/* Stile footer */
footer {
	width: 100%;
	background: url(../img/bkg_footer.png) center bottom repeat-x;
	height: 300px;
	padding-top: 30px;
	border-top: 1px dashed #cef765;
}

#boxFooter {
	margin: 0 auto;
	width: 960px;
	height: 300px;
	color: #999;
}
#boxFooter h2 {
	font-size: 21px;
	/*font-variant: small-caps;*/
	font-weight: bold;
	margin: 0 0 6px 0;
	text-shadow: 1px 1px 0px #a7c853;
}
#boxFooter p {
	margin: 0;
}
#boxFooter a {
	color: ##35401a;
	font-weight: bold;
	text-decoration: none;
}
#boxFooter a:hover {
	color: #a7c853;
}
#infoFooter {
	float: right;
	width: 780px;
}
footer nav {
	float: left;
	width: 180px;
}
footer nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* ------------ Elementi pagina ------------ */

/* Stile Modulo Prenotazione */
.modulo {
	padding: 12px;
	outline: 1px solid #ccc;
	border: 3px solid #fff;
	background: #eee;
}
label {
	display: block;
	margin: 3px 0 0 0;
}
input, select, textarea, input[required="required"] {
	margin: 0 0 9px 0;
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
}
input:focus, select:focus, textarea:focus {
	border: 1px solid #06c;
	background: #fff
}
div.boxPrivacy {
	margin: 12px 0;
	padding: 12px;
	background: #ddd;
}
div.boxPrivacy h2 {
	font-size: 18px;
	margin: 0 0 6px 0;
}
div.boxPrivacy p {
}
div.boxPrivacy label {
	float: none;
	display: inline;
	margin: 10px 0;
	padding: 0;
	border-bottom: 0;
	width: auto;
}
div.boxPrivacy input  {
	margin: 10px 0;
	padding: 0;
	border: 0;
}
p.button input {
	padding: 6px 12px;
	border: 1px solid #666;
	background: #999;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
p.button input:focus {
	border: 1px solid #123;
	background: #06c;
	color: #fff;
}
.modulo br {
	clear: left;
}

p.waiting {
	margin: 12px 0;
	padding: 6px 12px;
	border: 1px solid #c3c9c6;
	width: 634px;
	background: #f0f0f0;
	font-size: 15px;
	color: #df0116;
	text-align: center;
}

/* stili area registrazione */
#areaReg {
}
.boxReg, .boxAcc {
	float: left;
	width: 45%;
}
.boxAcc {
	float: right;
}
.boxReg h2, .boxAcc h2 {
	font-weight: normal;
	margin: 6px 0;
}
.boxReg h3, .boxAcc h3 {
	font-weight: normal;
	margin: 12px 0 6px 0;
	border-bottom: 1px solid #ccc;
}
ul.boxCluster {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.boxCluster li {
	float: left;
	margin: 0 10px 0 0;
	width: 135px;
}
.boxCluster label {
	float: left;
	margin: 3px 0;
	border: 0;
}
.boxCluster input {
	float: left;
	margin: 3px 0;
	padding: 0;
	border: 0;
	width: 25px;
}

/* area commenti */
#add_comment {
	width: 660px;
}
#add_comment textarea {
	margin: 0 0 12px 0;
	padding: 3px;
	border: 1px solid #c3c9c6;
	width: 652px;
	min-height: 120px;
	height: auto!important;
	height: 120px;
	background: #fff;
}

/* Stile tabella prezzi */
.tabPrezzi {
	border-collapse: separate;
	border-spacing: 2px;
	width: 100%;
	background: #ddd;
}
.tabPrezzi th {
	padding: 3px;
	background: #eee;
}
.tabPrezzi td {
	padding: 3px;
	background: #fff;
	text-align: center;
}

/* Stile elementi galleria immagini */
.boxGal {
	clear: both;
	float: left;
}
.boxGal ul {
	list-style-type: none;
	margin: 20px 0 0 0;
	padding: 0;
}
.boxGal li {
	float: left;
	margin: 0 9px 12px 0;
	width: 128px;
	height: 85px;
}
.boxGal a {
	display: block;
	width: 118px;
	height: 75px;
	overflow: hidden;
	opacity: 0.7;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	border: 2px solid #fff;
}


.boxGal a:hover {
	opacity: 1;
	border: 2px solid #a7c853;
}

.boxGal img {
	width: 118px;
}

/* Stile elementi lista */
.boxLst  {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.boxLst li {
	/*clear: both;*/
	float: left;
	width: 290px;
	height: 350px;
	/*margin: 0 0 12px 0;
	padding: 12px 0 12px 140px;*/
	padding: 10px;
	border: 5px solid #a7c853;
	opacity: 0.8;
	transition: all 0.4s;
-moz-transition: all 0.4s;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
}

.boxLst li:hover {
	opacity: 1;
}

.boxLst li .boxPre {
	margin: 0 0 0 0;
	width: 290px;
	height: 290px;
}
.boxLst li .boxPre {
	display: block;
	width: 290px;
	height: 290px;
	overflow: hidden;
}
.boxLst li .boxPre img {
	width: 290px;
}
.boxLst li h2 {
	font-size: 21px;
	margin: 10px 0 10px 0;
}
.boxLst li p.datiArt {
	font-size: 11px;
}
span.data {
	font-weight: bold;
}
span.categoria {
	text-transform: uppercase;
	font-weight: bold;
}
span.autore {
	text-transform: uppercase;
	font-weight: bold;
}
.boxLst li p.datiCons {
	color: #360;
	font-weight: bold;
}
.boxLst li p.lkScd {
	font-weight: bold;
}

/* area commenti */
.boxComment ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.boxComment li {
	float: left;
	clear: both;
	margin: 0;
	padding: 12px 0 12px 60px;
	border-top: 1px solid #c3c9c6;
	width: 600px;
}
.boxComment li .boxPre {
	float: left;
	margin: 0 0 0 -60px;
	padding: 1px;
	border: 1px solid #c3c9c6;
	width: 40px;
	height: 40px;
	overflow: hidden;
}
.boxComment li .boxPre img {
	width: 40px;
	height: 40px;
}
.boxComment span.autCom {
	font-size: 18px;
	text-transform: uppercase;
	color: #140;
}
.boxComment span.data {
	font-size: 11px;
}

/* stile paginazione */
#areaPaginazione {
	font-weight: bold;
	margin: 12px 0 0 0;
}
#areaPaginazione p {
	color: #939996
}
#indicePag {
	float: left;
	display: inline;
	padding: 0 24px 0 0
}
#indicePag p {
	padding: 4px 0;
	color: #939996
}
#boxPag {
	float: left;
	display: inline;
}
#boxPag a {
	display: block;
	float: left;
	display: inline;
	margin: 0 6px 0 0;
	padding: 3px 9px;
	border: 1px solid #636966;
	color:  #636966;
}
#boxPag a:hover {
	border: 1px solid #d00;
	color: #d00;
}
#boxPag a.visited {
	border: 1px solid #d00;
	background: #d00;
	color: #fff;
}


/* === classi === */

/* Sostituzione immagine */
.ir { 
	display: block; 
	border: 0; 
	text-indent: -2400em; 
	overflow: hidden; 
	background-color: transparent; 
	background-repeat: no-repeat; 
	text-align: left; 
	direction: ltr;
}
.ir br { 
	display: none;
}

/* Nasconde a browser e screenreaders */
.hidden { 
	display: none !important; 
	visibility: hidden;
}

/* Nasconde a browser mantiene visibile su screenreaders */
.visuallyhidden { 
	border: 0; 
	clip: rect(0 0 0 0); 
	height: 1px; 
	margin: -1px; 
	overflow: hidden; 
	padding: 0; 
	position: absolute; 
	width: 1px;
}

/* Visibile su screenreaders focus con navigazione da tastiera */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { 
	clip: auto; 
	height: auto; 
	margin: 0; 
	overflow: visible; 
	position: static; 
	width: auto;
}

/* Nasconde a browser e screenreaders ma conserva il layout */
.invisible { 
	visibility: hidden;
}

/* Fix per i floats */ 
.clearfix:before, .clearfix:after { 
	content: ""; 
	display: table;
}
.clearfix:after { 
	clear: both;
}
.clearfix { 
	zoom: 1;
}



/* === media queries === */

@media only screen and (min-width: 480px) {
  /* Stili dedicati a dispositivi con schermo da 480px */

}

@media only screen and (min-width: 768px) {
  /* Stili dedicati a dispositivi con schermo da 768px */

}



/* === stili per la stampa === */
 
@media print {
  * { 
  	background: transparent !important; 
	color: black !important; 
	text-shadow: none !important; 
	filter:none !important; 
	-ms-filter: none !important;
	} 
  a, a:visited { 
  	text-decoration: underline;
	}
  a[href]:after { 
  	content: " (" attr(href) ")";
	}
  abbr[title]:after { 
  	content: " (" attr(title) ")";
	}
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { 
  	content: ""; 
	}  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { 
  	border: 1px solid #999; 
	page-break-inside: avoid;
	}
  thead { 
  	display: table-boxTestata-group;
	} 
  tr, img { 
  	page-break-inside: avoid;
	}
  img { 
  	max-width: 100% !important;
	}
  @page { 
  	margin: 0.5cm;
	}
  p, h2, h3 { 
  	orphans: 3; widows: 3;
	}
  h2, h3 { 
  	page-break-after: avoid;
	}
}
