﻿/*
Theme Name: effecorta
Descrizione: Tema per effecorta.it con layout elastico a 2 colonne
Version: 2.8.5
Author: Alberto Ramacciotti
Author URI: http://www.obertfsp.com/
Blog URI: http://www.obertfsp.com/wordpress/
Tags: fluid width, two columns

	effecorta
	http://www.obertfsp.com/wordpress/

	Questo tema è stato sviluppato e disegnato da Alberto Ramacciotti,
	http://www.obertfsp.com/

	Il CSS, XHTML ed il design sono distribuiti sotto licensa GPL:
	http://creativecommons.org/licenses/by/3.0/deed.it

20-03-2008

credits to:

Alberto Ramacciotti
http://obertfsp.com

Eric Meryer
http://meyerweb.com/eric/tools/css/reset/ 

ie png fix hack
http://www.dillerdesign.com/experiment/DD_belatedPNG/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
em, img,
small, strong, sub, sup, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-decoration: none;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	font-family: verdana, geneva, sans-serif;
	position: relative;
}

html body #container {
	width: 48em;
	margin: 0 auto;
	padding: 0;
	border: 0;
}

html body #header {
	background: transparent url(imgs/header.png) no-repeat 70% 100%;
}

html body #content {
	width: 31em;
	margin: 0;
	padding: 0 0 0 1em;
}

html body #container #content .articoli, articles {
	margin: 0 0 4em 0;
}

div#navcontainer {
	width: 16em;
	margin: 4em 0 0 0;
	padding: .5em 0 8em 0;
	background: transparent url(imgs/navcontainer.png) no-repeat 100% 100%;
	font: 100 .75em/1 georgia, serif;
	text-transform: lowercase;
	border-top: .5em solid #b0c449;
}

html body #content p {
	font: 100 1em/1.7em georgia, serif;
	margin-bottom: 1em;
	color: #000000;
}

html body #container a:link {
	color: #476501;
	border-bottom: 1px solid #999999;
	padding: .2em .15em .2em .15em;
	line-height: 1;
}

html body #container a:visited {
	color: #5C7713;
	border-bottom: 1px dashed #999999;
	padding: .2em .15em .2em .15em;
	line-height: 1;
}

html body #container a:hover, html body #container a:active, html body #container a:focus {
	color: #72971C;
	border-bottom: 1px dotted #777777;
	padding: .2em .15em .2em .15em;
	line-height: 1;
}

a:link img, a:visited img {
	border-bottom: 1px solid #46673D;
}

html body #container div#content h2 {
	color: #55620a;
	font: normal 600 1.1em/1.6em georgia, serif;
	margin: 1em 0 .5em 0;
	padding: 0 0 .1em 0;
	border-bottom: .3em solid #b0c449;
	text-transform: uppercase;
	letter-spacing: .1em;
}

html body div#container div#content div.articoli h2.opinioni {
	color: #55620a;
	font: normal 600 1.3em/1.8em georgia, serif;
	margin: 0 0 .5em 0;
	padding: 0 0 .1em 0;
	border-bottom: .3em solid #b0c449;
	text-transform: uppercase;
}

div#navcontainer h2 {
	padding-bottom: .4em;
	border-bottom: .5em solid #b0c449;
}

html body div#content h2 a:link, html body div#content h2 a:visited {
	border-bottom: 0;
	padding: .2em .15em .2em .15em;
}

html body div#content h2 a:hover, html body div#content h2 a:focus, html body div#content h2 a:active {
	border-bottom: 0;
	padding: .2em .15em .2em .15em;
}

div#content h2:first-letter, div#content h3#intro:first-letter {
	font: 400 1.5em georgia, serif;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: .1em;
}

/* h2 in home */

div#content div.chi-siamo h2 {
	color: #55620a;
	font: normal 600 1.2em/1.6em georgia, serif;
	margin: 0 0 .5em 0;
	padding: 0 0 .1em 0;
	border-bottom: .3em solid #b0c449;
	text-transform: uppercase;
	letter-spacing: .1em;
}

div#content div.chi-siamo h2:first-letter, div#content div.chi-siamo h3#intro:first-letter {
	font: 600 1.5em georgia, serif;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: .1em;
}

/* introduzione ad effecorta home */

html body div#container div#content div.chi-siamo h3 {
	font: 400 1.3em/1.6em georgia, serif;
	margin: 0 0 .5em 0;
	text-transform: capitalize;
	letter-spacing: .1em;
}

html body div#container div#content h2.argomento {
	color: #55620a;
	border-bottom: 0;
	font: 600 .9em/1.5em georgia, serif;
	margin: 0 0 2em 0;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-align: right;
}

html body div#container div#content h3, html body div#container .ngg-albumtitle {
	font: 400 1em/1.8em georgia, serif;
	margin: 2em 0 .5em 0;
	text-transform: uppercase;
	letter-spacing: .1em;
}

html body div#container div#content h3 a:link {
	padding: .2em .15em .1em .15em;
}

html body div#container h3 a:link, html body div#container h3 a:visited {
	padding: .2em .15em .1em .15em;
}

html body div#container h3 a:hover, html body div#container h3 a:active, html body div#container h3 a:focus {
	padding: .2em .15em .1em .15em;	
}

html body div#container div#content h3#azienda,
html body div#container div#content h3#dove-trovarci, 
html body div#container div#content h3#info {
	margin: 2em 0 0 0;
}

html body div#container div#content h3#intro {
	margin: 0 0 .5em .5em;
	padding-bottom: .3em;
	text-transform: uppercase;
	font-size: 1.1em;
	border-bottom: .3em solid #b0c449;
}

html body div#container div#content h4 {
	font: 400 1em/1.8em georgia, serif;
	margin: 2em 0 .5em 0;
	text-transform: uppercase;
	letter-spacing: .1em;
}

html body div#container div#content h2#top {
	margin: 0 0 1em 2em;
	padding: 0;
	font: 400 1.6em/1 Trebuchet MS,Arial,sans-serif;
	text-transform: capitalize;
}

html body div#container div#content h2#top:first-letter {
	font-style: normal;
	font-size: 1.7em;
	margin: 0;
	padding: 0;
}

html body div#container div#content div.prodotti-galleria ul {
	list-style-type: none;
}

html body div#container div#content div.prodotti-galleria ul.pasta {
	background: transparent url(imgs/pasta.png) no-repeat 100% 2%;
}

html body div#container div#content div.prodotti-galleria h4 {
	margin: 2em 0 2em .5em;
	font: italic 600 1.1em/1 georgia,serif;
	letter-spacing: 1px;
}

#container,
html body #header,
#header ul, #header h1,
html body div#container div.scrollable, html body div#container div.scrollable html body div#container div.articoli,
#cse-search-box,
html body div#container p.excerptLink,
html body div#container .cform,
#calendar_wrap,
html body div#container .rss,
html body div#container div.ngg-related-gallery a,
span, span.postDate,
ol.commentlist {
	overflow: hidden;
	height: 1%;
}

acronym, abbr {
	cursor: help;
}

/* lists */

ul, html body div#container div#content ul.rsswidget {
	margin: 1em;
	list-style-type: none;
}

div#content ul.sommario {
	list-style-type: circle;
	margin: .5em 0 1em 0;
	font-size: .9em;
	width: 18em;
}

html body div#container div#content div.prodotti-galleria-home {
	font-size: .8em;
margin: 1em 0 5em 0;
width: 38em;
overflow: hidden;
height: 1%;
background: url(imgs/pasta.png) no-repeat -2em 3em;
}

div.prodotti-galleria-home ul {
	list-style-type: circle;
	margin: 1em 0 1em 0;
	font-size: .9em;
	width: 18em;
height: 20em;
overflow: auto;
}

html body div#container ul.sommario a:link, html body div#container ul.sommario a:visited {
	color: #55620a;
	border-bottom: 1px solid #9C3;
	padding: .2em .15em .2em .15em;
}

html body div#container ul.sommario a:hover, html body div#container ul.sommario a:active, html body div#container ul.sommario a:focus {
	color: #597E01;
	border-bottom: 1px solid #72A202;
	padding: .2em .15em .2em .15em;
}

div#content ul {
	list-style-type: disc;
}

div#content ul li {
	line-height: 1.5em;
	margin-bottom: 1em;
}

div#content ul ul, div#content ul ol {
	margin: 1em 0 1.5em 0;
}

ul li li {
	margin-left: 2em;
}

html body div#container div#content ul.rsswidget li ul {
	list-style-type: disc;
}

div#content ul.rsswidget li li {
	margin-bottom: 2em;
}

body div#content ol {
	margin: 1em 0 1em 2em;
}

body div#content ol li {
	line-height: 1.8em;
}

div#content ol li a:link img, div#content ol li a:visited img, 
div#content ol li a:hover img, div#content ol li a:active img, 
div#content ol li a:focus img {
	border-bottom: 0;
	margin: 0 .3em 0 0;
}

div#content dl {
	margin: 1em 0;
}

dt {
	line-height: 1.7em;
	margin: 1em 0 0 0;
}

dl dd {
	margin: 1em 0 0 0;
}

dl dd a:hover, dl dd a:active, dl dd a:focus { 
	background-color: #F5F7F2;
}

dl.articles dt {
	margin-top: 3em;
}

/* vertical menu */

html body div#container ul#navlist {
	margin: 1em 0 0 0;
	padding: 0;
	color: #55620a;
}

html body div#container ul#navlist li {
	margin: 0;
}

ul#navlist li ul {
	margin: .5em 0 3em 0;
}

ul#navlist li ul {
	margin: .5em 0 3em 0;
}

html body div#container div#navcontainer ul#navlist li a {
	padding: .8em 0 .8em .6em;
	text-transform: capitalize;
	font: 400 .9em/1.6em georgia,serif;
}

html body div#container ul#navlist li a:link, html body div#container ul#navlist li a:visited {
	background-color: transparent;

}

html body div#container ul#navlist li a:hover, html body div#container ul#navlist li a:active, html body div#container ul#navlist li a:focus {
	background-color: #e0e8b1;
	color: #404909;
}

html body div#container div#navcontainer ul#navlist li a img {
	border-bottom: 0;
}

/* main top horizontal menu */

html body div#container ul.pages {
	margin: 0 0 2em 0;
	padding: 0 0 0 .5em;
	text-align: center;
}

html body div#container div#header ul.pages li {
	margin: 0 .3em 0 .3em;
}

html body div#container div#header ul.pages li a {
	font: 600 .75em verdana, Tahoma, arial, sans-serif;
	padding: 1em;
	border: 1px solid #9aa172;
	border-top: 0;
}

html body div#container ul.pages li a:link, html body div#container ul.pages li a:visited {
	background-color: transparent;
	color: #7E875A;
	border: 1px solid #000000;
	border-top: 0;
}

/* 	background-color: #9aa172; colore gradiente in alto */

html body div#container ul.pages li.home a {
	background-color: #B3C180;
	color: #555555;
	border: 1px solid #9aa172;
	border-top: 0;
}

html body div#container ul.pages li.current_page_item a:visited {
	background-color: #9CA555;
	color: #fafafa;
	border: 1px solid #999999;
	border-top: 0;
}

html body div#container ul.pages li a:hover,
html body div#container ul.pages li a:focus, html body div#container ul.pages li a:active,
html body div#container ul.pages li.current_page_item a:hover,
html body div#container ul.pages li.current_page_item a:focus, html body div#container ul.pages li.current_page_item a:active {
	background-color: #c4cb9b;
	color: #666666;
	border: 1px solid #9aa172;
	border-top: 0;
}

html body div#container address {
	text-transform: capitalize;
	color: #7d6b2c; /* silver */
	font: italic 400 1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

html body div#container address a {
	border-bottom: 1px solid #818181;
}

html body div#container address span a {
	border-bottom: 0;
}

html body div#container address a:visited {
	border-bottom: 1px solid #999999;
}

html body div#container p.top {
	width: 30em;
	margin: 2em 0 0 0;
}

html body div#container p.top a {
	width: 106px;
	height: 90px;
	padding: 0;
	border: 0;
}

html body div#container p.top a:link, html body div#container p.top a:visited {
	background: url(imgs/top.png) no-repeat 0 0;
}

html body div#container p.top a:hover, p.top a:active, html body div#container p.top a:focus {
	background: url(imgs/top.png) no-repeat 0 -90px;
}

div#footer {
	padding: 3em 0 2em 0;
	overflow: hidden;
	margin: 0;
	font-size: .9em;
	background: transparent url(imgs/gradientOpposite.png) repeat-x 0 0;
}

html body div#container ul.links {
	list-style-type: none;
	margin: 0;
}

html body div#container ul.links a {
	font: 400 .9em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

div#footer ul {
	padding: 0;
	margin: 0 auto;
	width: 90%;
	list-style-type: none;
}

div#footer ul li ul {
	padding: 0;
	margin: 0;
}

div#footer li {
	width: 16em;
	margin: 0;
	padding: 0 .5em 1em 0;
}

div#footer h2.widgettitle {
	font-size: .9em;
	margin-bottom: .5em;
	color: #55620a;
}

html body div#container div#footer span#copyright {
	padding: .5em 0 0 7em;
	font: 400 1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}



html body div#container div#footer address {
	margin: 0;
	padding: 0 0 0 7em;
	height: 150px;
	background: transparent url(imgs/logo-footer.png) no-repeat 1em 0;
	font: 600 1em/1.5em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #017219;
	white-space: pre;
}

html body div#container div#footer a:link, html body div#container div#footer a:visited {
	color: #017219; /* verde scuro */
	border-bottom: 1px dotted #777777;
	padding-top: 0;
	font-weight: 400;
}

html body div#container div#footer a:hover, html body div#container div#footer a:focus, html body div#container div#footer a:active {
	color: #36C; /* blue dark */
	border-bottom: 0;
	padding-top: 0;
	font-weight: 400;
}

html body div#content span.postAuthor {
	font: .6em/3em verdana, arial, sans-serif;
	color: #333333;
	margin: 0 0 2em 0;
}

html body div#container div#content p.excerptLink {
	padding: 1em 0 0 0;
	margin: 0 0 1em 0;
	text-align: right;
}

html body div#container div#content p.excerptLink a {
	font: 600 .85em georgia, serif;
}

html body div#container div#content p.excerptLink a:link, html body div#container div#content p.excerptLink a:visited {
	padding: .5em 0 .5em 0;
	color: #55620a;
	background-color: transparent;
	border-top: 1px solid #000000;
	border-bottom: 0;
}

html body div#container div#content p.excerptLink a:hover, html body div#container div#content p.excerptLink a:focus, html body div#container div#content p.excerptLink a:active {
	padding: .5em 0 .5em 0;
	color: #666666;
	background-color: transparent;
	border-top: 1px dashed #666666;
	border-bottom: 0;
}

div#content ul.navigation {
	margin: 1em 0;
	list-style-type: none;
	padding: 0;
	width: 28em;
}

html body div#container div#content .bc {
	display: inline;
	font: 400 12px verdana,sans-serif;
}

html body div#container div#content .effeblog-intro {
	margin-top: 2em;
}

div#content ul.navigation li {
	width: 18em;
	font: 100 .7em/1.5em Verdana, Geneva, sans-serif;
}

ul.navigation li.prev, ul.navigation li.prev span, ul.navigation li.next a {
	float: left;
}

ul.navigation li.prev a, ul.navigation li.next, ul.navigation li.next span {
	float: right;
}

ul.navigation li.prev span,
ul.navigation li.next span {
	font-size: 3em;
	line-height: 1;
	padding: 0;
}

ul.navigation li.prev a {
	padding-left: 7em;
	width: 14em;
	border-bottom: 0;
}

ul.navigation li.next a {
	padding-right: 5em;
	width: 14em;
	border-bottom: 0;
}

div#content ul.navigation li.prev a:link,
div#content ul.navigation li.prev a:visited,
div#content ul.navigation li.next a:link,
div#content ul.navigation li.next a:visited {
	color: #000000;
}

div#content ul.navigation li.prev a:hover,
div#content ul.navigation li.prev a:focus,
div#content ul.navigation li.next a:hover,
div#content ul.navigation li.next a:focus {
	color: #555555;
}

/* breadcrumb */

html body div#container ul.bc {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-transform: uppercase;
	font-size: .7em;
}

html body div#container ul.bc li {
	line-height: 2.2em;
	margin: 0;
	padding: 0 .3em 0 0;
}

html body div#container ul.bc li a:before {
	content: "/";
}

html body h3#respond,
html body h4#respond {
	font: 100 1.3em georgia, serif;
	margin: 3em 0 .5em 0;
	padding: .3em 0 0 .6em;
}

body div#content div#cse-search-results iframe {
	width: 90%;
	overflow: auto;
}

div#content pre {
	font-family: "Courier New", Courier, monospace;
	overflow: auto;
	padding: 1em;
	margin: 1em 3em 1em 1.5em;
	width: 80%;
	height: 10em;
	background-color: transparent;
	color: #000000;
	border: 2px dotted #818181;
}

ul, dl dd {
	list-style-type: none;
}

body div#content ol {
	list-style-type: decimal;
}

html body div#container div#header h1 {
	background: transparent url(imgs/h1.png) no-repeat 60% 0;
}

html body div#container div#header h1 a {
	font: 600 2.5em Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	padding: 3.3em 0 1.3em 3em;
	text-indent: .3em;
	margin: 0;
	border-bottom: 1px solid #9aa172;
	background: transparent url(imgs/Effecorta-logo.png) no-repeat .3em .1em;
}

html body div#container div#header h1 a:link,  html body div#container div#header h1 a:visited, html body div#container div#header h1 a:link span,  html body div#container div#header h1 a:visited span {
	color: #72a411;
}

html body div#container div#header h1 a:hover, html body div#container div#header h1 a:active, html body div#container div#header h1 a:focus,
html body div#container div#header h1 a:hover span, html body div#container div#header h1 a:active span, html body div#container div#header h1 a:focus span {
	color: #9aa172;
}

html body div#container div#header h1 a span {
	color: #9aa172;
	font: 100 .45em Verdana, Geneva, sans-serif;
	padding: .3em 0 0 0;
	border-top: 1px solid #9aa172;
	border-bottom: 0;
}

html body div#container div#header h1 a:hover span, html body div#container div#header h1 a:active span, html body div#container div#header h1 a:focus span {
	border-top: 1px solid #9aa172;
	border-bottom: 0;
}

html body div#container div#content span.postCommentAnchor {
	line-height: 16px;
	padding-bottom: 1em;
}

html body div#container div#content span.postCommentAnchor a {
	height: 16px;
	margin-top: 0;
	padding-top: 0;
	font-size: .7em;
	text-transform: lowercase;
}

ul.pages,
div#content ul.navigation,
div.back a, div.next a,
.ngg-imagebrowser-desc,
html body table#ec3_2009_5 th,
#next, #prev, html body caption,
html body div#container div#header ul.secondLevel,
form#gb input#submit, 
.sendbutton {
	text-transform: uppercase;
	font-style: normal;
}

dl.adr dt, dl.adr dd {
	letter-spacing: .1em;
}

div#navcontainer,
div#cse-search-box, h2,
form fieldset,
body div#content span,
html body div#container div#content ul.navigation, 
div#eventi,
html body div#container div#footer,
html body div#container p.top,
html body div#container div.scrollable,
span#copyright, html body div#container div#content .cform li {
	overflow: hidden;
}

label, small,
html body div#container .rss, 
caption, .wp-caption-text,
html body div#container div#header h1 a,
div#content ul.sitemap a,
div#content ul.sommario a,
html body div#container div#content ul.navigation a,
html body div#container div#header ul.pages li a,
div.navi a,
html body div#container ul#navlist a,
html body div#container p.top a,
html body div#container a span#descrizione,
html body div#container span.descrizione,
html body div#container p.excerptLink span,
p.chi-siamo-spot span,
p#dove-siamo-testo span,
span.rss-date,
html body div#container div#content .cform ol li label span,
html body div#container div.ngg-related-gallery a,
html body div#container span.postCommentAnchor,
ul.navigation li.next span,
html body div#container div#footer span#copyright,
html body div#container div#navcontainer ul#navlist li.rss span,
.orario dd,
html body div#container div#content .cform span.reqtxt {
	display: block;
}

div#content a:link, div#content a:visited, 
div#content a:hover, div#content a:active, div#content a:focus,
div#footer ul.sitemap li,
html body div#container h3.bch,
html body div#container ul.bc,
html body div#container ul.bc li,
html body div#container div#content div.articoli form#commentform fieldset legend,
html body div#container div#navcontainer .pls p a,
#footer span, #gb input#submit, #gb input#reset {
	display: inline;
}

html body div#content,
input#q,
#commentform label,
html body div#container .cform label,
html body div#container .cform .cf-fs1 input,
html body div#container .cform span.reqtxt,
html body div#container .alignleft,
html body div#container p.excerptLink a.alignleft,
html body div#container div#header ul.pages li,
html body div#container div.scrollable ul.articoli li,
div#footer li,
.ngg-albumcontent .ngg-thumbnail,
.ngg-widget a {
	float: left;
}

div#navcontainer,
p.cf-sb,
.ngg-description,
html body div#container p.top a,
html body div#container div#content div.articoli form#commentform #submit,
html body div#container div#content .cform input.sendbutton,
html body div#container .alignright,
html body div#container p.excerptLink a,
html body div#container p.chi-siamo-spot span,
div.navi,
div.prodotti-galleria-home ul {
	float: right;
}

.dn, #cse-search-box legend, html body .hidden,
.cf_hidden,
html body div#container div#header ul.pages li.hidden, 
html body div#container div#content #akismetwrap,
div.articoli table.ec3_schedule, 
.pad, div#bannerdiv,
#promote_ckeditor,
html body div#container div#content form.cform fieldset.cf-fs2 span.reqtxt,
ul.articoli li table.ec3_schedule, .linklove,
html body div#container div#content .cform fieldset.cf-fs1 legend,
html body div#container div#content .cform fieldset.cf-fs2 legend {
	display: none;
}

.postPW, div#content p.warning, .failure {
	color: red;
	font: 400 .9em georgia, serif;
}

html body div#container div.commentmetadata a {
	font-size: .7em;
}

html body div#container div#content h4#respond {
	font: 1.2em/1.6em georgia, serif;
	color: #3F6624;
}

html body div#container div#content h3#comments {
	margin-top: 4em;
	padding: .5em;
	font: .9em/1.4em georgia, serif;
	text-transform: uppercase;
	background-color: #55662F;
	color: #fafafa;
}

html body div#container div#content .cform ol {
	list-style-type: none;
}

#usermessageb {
	margin: 1em 0;
	font-size: 1.3em;
}

#usermessageb.success {
	background-color: #090;/* green */
	color: #CCC;
}

html body div#container div#content .cform fieldset * {
	vertical-align: middle;
}

html body div#container div#content .cform ol li label {
	text-align: right;

}

html body div#container div#content .cform ol li label span {
	width: 99%;
	margin: 0;
}

html body div#container div#content .cform ol li {
	font-size: .75em;
}

div.back a, div.next a {
	font-size: .8em;
	border-bottom: 0;
}

.ngg-imagebrowser-desc {
	font-size: .8em;
	margin: 1em auto;
	text-align: center;
	border-bottom: 0;
}

.ngg-imagebrowser-nav {
	border-bottom: 0;
	width: 90%;
	height: 2em;
}

html body div#container div#navcontainer h2 {
	margin: 2em 0 1em 0;
	text-align: left;
	font: 400 1.1em verdana, geneva, sans-serif;
	background-color: transparent;
	color: #55620a;
	text-transform: capitalize;
}

input#q {
	width: 8em;
	margin: 0 .5em 0 0;
}

input#sa {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}

html body div#container div#footer ul.sitemap {
	font: 100 1.1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: 1px;
	padding: 2em 0 5em 0;
	margin: 0 0 0 6.2em;
}

div#content ul.sitemap {
	list-style-type: square;
	font: 600 1em/2em georgia, serif;
	padding: 0 0 3em 0;
	margin: 1em 1em 2em 2em;
}

html body div#container div#content div.articoli.error404,
div#content ul.sitemap {
	cursor: default;
}

html body a:link, 
html body a:visited,
html body a:hover {
	text-decoration: none;
	font-weight: 600;
}

div#content ul.sitemap a {
	background-image: none;
	padding: .5em 0 .5em 1em;
}

ul.sitemap a:visited {
	color: #999999;
}

ul.sitemap a:hover {
	color: #000000;
	background-color: #E6E3C4;
}

.wp-caption, .wp-caption-text {
	margin: .5em .5em 0 0;
	font-size: .9em;
	text-align: right;
}

.alignleft {
	margin: 0 1em 1em 0;
}

.alignright {
	margin: 0 0 1em 1em;
}

.aligncenter {
	margin: 0 auto;
}

a:link img, a:visited img {
	border: 0;
	padding: .3em;
	background-color: #b0c449;
}

a:hover img {
	border: 0;
	padding: .3em;
	background-color: #cccccc;
}

html body div#container div#content p#dove-siamo-testo span {
	margin-bottom: 1em;
}

html body div#container div#content a.dove-siamo, 
html body div#container div#content a.dove-siamo:hover, 
.ngg-albumcontent,
html body div#container div#navcontainer .ngg-widget a:link,
html body div#container div#navcontainer .ngg-widget a:link img {
	border: 0;
}

html body div#container div#navcontainer .ngg-widget a:link img {
	margin-right: 0;
}

html body div#container div#navcontainer ul#navlist li .ngg-widget a img {
	overflow: hidden;
}

p.allowedTags span {
	font-size: .75em;
}

li.comment {
	margin-bottom: 3em;
}

body #e404, 
html body div#container .rss,
html body div#container p.top a {
	text-indent: -9999px;
}

p.excerptLink a.alignleft {
	padding-top: 2em;
}

html body div#container div#content h2#top.e404 {
	color: red;
}

html body div#container div#content h3#e404 {
	background: transparent url(imgs/404.png) no-repeat 50% 50%;
	width: 180px;
	height: 270px;
	margin: 1em auto;
}

#calendar_wrap {
	padding: .5em;
	color: #333333;
	background-color: #bcc685;
	width: 14em;
}

#calendar_wrap, #calendar_wrap table {
	margin: 0 auto;
	padding: 0;
	background-color: #a3aa78;
}

#calendar_wrap a:link, #calendar_wrap a:visited {
	font-size: 1em;
	background-color: transparent;
	color: #ededed;
	padding: 0;
}

#calendar_wrap a:hover, #calendar_wrap a:focus, #calendar_wrap a:active {
	font-size: 1em;
	background-color: transparent;
	color: #fafafa;
	padding: 0;
}

#calendar_wrap thead {
	margin: 0;
	text-align: left;
}

#calendar_wrap caption {
	background-color: #bcc685;
	padding: .3em 0;
	font: 600 .9em Verdana, Geneva, sans-serif;
}

html body div#container div#navcontainer #calendar_wrap td {
	padding: .2em;
}

html body div#container div#navcontainer #calendar_wrap tr td a {
	padding: .1em 0 .1em .1em;
	text-align: left;
}

html body div#container div#navcontainer #calendar_wrap tfoot tr td {
	padding-top: .5em;
}

html body div#container div#navcontainer #calendar_wrap tr td a:link, html body div#container div#navcontainer #calendar_wrap tr td a:visited {
	color: #b5c26e;
	background-color: #55620a;
}

html body div#container div#navcontainer #calendar_wrap tr td a:hover, html body div#container div#navcontainer #calendar_wrap tr td a:focus, html body div#container div#navcontainer #calendar_wrap tr td a:active {
	color: #55620a;
	background-color: #b5c26e;
}

html body div#container div#navcontainer #calendar_wrap tfoot tr td a {
	padding: .1em;
	color: #55620a;
	border-bottom: 0;
}

html body div#container div#navcontainer #calendar_wrap tfoot tr td a:hover, html body div#container div#navcontainer #calendar_wrap tfoot tr td a:focus, html body div#container div#navcontainer #calendar_wrap tfoot tr td a:active {
	padding: .1em;
	color: #333333;
	border-bottom: 0;
}

#calendar_wrap thead tr th {
	text-transform: uppercase;
	padding: .3em;
}

html body div#container p.chi-siamo-intro {
	font: 600 1.2em/1.6em georgia, serif;
	color: #575f26;
	letter-spacing: 1px;
	margin: 0 0 .8em 0;
}

html body div#container p.chi-siamo-intro a {
	font: 600 .9em/1.4em georgia, serif;
	color: #5c8200;
	padding: .2em .15em .2em .15em;
}

div#content div.articoli p.chi-siamo-intro-prodotti {
	color: #476501;
}

html body div#container p.chi-siamo-spot {
	font: 600 1em/1.6em georgia, serif;
	font-style: italic;
	color: #55620a;
	margin: 3em 0;
}

html body div#container p.chi-siamo-intro strong {
	color: #343b0d;
}

html body div#container p.chi-siamo-spot span {
	font: 600 1.3em/1.7em georgia, serif;
	width: 10em;
	text-align: right;
}

html body div#container p.chi-siamo-spot strong {
	color: #6a7b0d;
}

span.postDate {
	margin: 0 0 1em 1.5em;
	border: 1px solid #818181;
	text-align: center;
	font-size: .6em;
	line-height: 1;
	width: 7em;
}

span.postDateMonth {
	font-size: 1em;
	line-height: 2em;
}

span.postDateDayNum {
	font-size: 1.2em;
	line-height: 2.5em;
}

span.postDateDayWord {
	font-size: 1em;
	line-height: 2.5em;
	color: #fafafa;
	border-top: .2em solid #fafafa;
}

span.postDateYear {
	font-size: 1em;
	line-height: 2.5em;
	color: #fafafa;
	border-bottom: 1px solid #999999;
}

/* http://flowplayer.org/tools/demos/scrollable/visual.htm */

div.novita {
	position: relative;
	width: 26em;
	overflow: hidden;
	height: 30em;
	margin: 1em;
	border-top: 1px solid #000000;
}

div#items {
	position: absolute;
	width: 20000em;
}

div#items div {
	width: 20em;
	height: 30em;
	padding: 1em 1.9em 1em 1.9em;
	border: 1px solid #888888;
	background-color: #798341;
	color: #ece68d;
	cursor: pointer;
}

div.novita div#items div a,
div.novita div#items div h3 a,
div.novita div#items div dl dt span {
	background-color: transparent;
	color: #FC3;
}

div.novita div#items div.hover,
div.novita div#items div.hover dl dt span,
div.novita div#items div.hover a {
	background-color: #687138;
	color: #fafafa;
}

div.novita div#items div.active,
div.novita div#items div.active dl dt span,
div.novita div#items div.active a {
	background-color: #b7850d;
	color: #444444;
}

#items p, div#items div dl dt span {
	margin: 1em;
	font-size: 1em;
}

div.active p, div.novita div#items div dl dt span:hover, div#items div dl dt span:focus, div#items div dl dt span:active,
#items p, div#items div dl dt span {
	color: #000000;
}

div#items div p.excerptLink a {
	display: none;
}

#items div p.excerptLink {
	border-bottom: 0;
}

/* scrollable menu */

div.prev, div.next, div.prevPage, div.nextPage {
	width: 90px;
	height: 64px;
	margin-left: 1em;
	cursor: pointer;
}

div.prev, a.prevPage {
	background: #333333;
}

div.prev:hover, a.prevPage:hover {
	background: #666666;
}

div.disabled {
	visibility: hidden !important;
}

div.next, div.nextPage {
	background: #333333;
	clear: right;
}

div.next:hover, div.nextPage:hover {
	background: #666666;
}

div.navi {
	margin: 3em auto 0 auto;
	width: 14em;
	height: 1em;
}

div.navi a {
	width: 8px;
	height: 8px;
	margin: 3px;
	background: url(imgs/navigator.png) no-repeat 0 0;
	cursor: pointer;
	border: 0;
}

div.navi a:hover {
	background-position: 0 -8px;
}

div.navi a.active {
	background-position: 0 -16px;
}

html body div#navcontainer ul#navlist li.widget_calendar h2.widgettitle {
	font-size: 1.1em;
	text-align: center;
}

div#container, div#header, h1 a {
	background-color: #ecf3c3; /* logo */
}

html body div#container .cf_info success {
	color: #049b00;
	margin: 1em 0 3em 0;
padding: 1em;
}

/* form generale */

div#content form {
	width: 29em;
}

div#content form label {
	background-color: transparent;
	padding-left: .5em;
}

div#container div#content form fieldset address {
	margin: 1em 0 2em 0;
	text-indent: 15em;
}

form.cform fieldset legend {
	padding: .5em 0 .5em 0;
	font-weight: 600;
}

form.cform fieldset {
	margin-bottom: 1em;
	background-color: transparent;
	border: 0;
}

form.cform fieldset.cf-fs1 {
	background: transparent url(imgs/mail.jpg) no-repeat 0 0;
	padding: 8.5em 1em 1em 0;
}

form.cform fieldset.cf-fs1 ol li {
	margin-bottom: .3em;
}

/* contatti */

html body div#container form#cformsform fieldset.cf-fs2 ol li label {
	display: none;
}

form#cformsform fieldset.cf-fs2 textarea {
	width: 20em;
	height: 16em;
	border: 1px solid #cccccc;
	margin: 0 0 0 .5em;
	padding: 1em .5em 0 1em;
	font: 400 1.3em/1.5em georgia, serif;
	background-color: transparent;
}

div#content .cform label {
	margin-left: 2em;
	width: 12em;
}

html body div#container form#cformsform input#cforms_q {
	width: 13em;
}

form#cformsform input.sendbutton {
	width: 100%;
	height: 4em;
	margin-top: 1em;
	text-transform: uppercase;
	text-align: center;
}

/* sportello ambiente */

form#cforms2form fieldset.cf-fs1 {
	border: 0;
}

form#cforms2form fieldset.cf-fs2 label {
	padding: 0 .5em 0 0;
	width: 25em;
	margin-left: 0;
}

form#cforms2form fieldset.cf-fs2 label span {
	text-align: left;
	font: 400 1.2em/1.8em georgia, serif;
}

form#cforms2form textarea {
	width: 29em;
	height: 10em;
	padding: 1em;
}

html body div#container div#content .cform span.reqtxt,
html body div#container div#content .cform span.emailreqtxt {
    width: 7em;
	padding-left: .4em;
}

html body div#container fieldset.cf-fs2 {
	background: url(imgs/textarea.jpg) no-repeat 0 0;
	padding: 0 0 1em 1em;
}

html body div#container form#cforms2form fieldset.cf-fs2 {
	background-image: url(none);
	padding: 0 0 1em 1em;
}

html body div#container form#cforms2form fieldset.cf-fs2 ol li {
	margin-bottom: 2em;
}

html body div#container fieldset.cf-fs2 legend {
	padding: 4em 0 0 0;
}

#cforms2form fieldset legend {
	margin-bottom: 1em;
}

#cforms2form fieldset.cf-fs3 label {
	width: 11em;
}

#cforms2form fieldset.cf-fs3 legend {
	padding: 1em 0 0 1em;
}

#cforms2form fieldset.cf-fs3 ol, 
#cforms2form fieldset.cf-fs3 ol li,
div#container div#content .cform p.cf-sb,
div#container div#content .cform p.cf-sb input {
	margin: 0;
}

a.rsswidget img {
	padding: 0;
	margin: 0;
	background-color: transparent;
}

html body div#container div#navcontainer ul#navlist li.rss a.alignleft {
	background: #ecf3c3 url(imgs/rss.png) no-repeat 0 0;
	width: 5em;
	height: 50px;
	border: 0;
	padding: 0;
	margin: 0;
}

html body div#container div#navcontainer ul#navlist li.rss span a {
	background: transparent url(none);
	width: 100%;
	text-indent: .4em;
	text-align: center;
	float: right;
	font: 600 1.1em georgia, serif;
	padding: 1em 0 1.3em 0;
	margin: 0;
	color: #c55800;
	border-bottom-color: #f79738; /* rss orange */
}

html body div#container div#navcontainer ul#navlist li.rss span a:hover {
	background-color: #f79738; /* rss orange */
	color: #222222;
}

html body div#container div.ngg-related-gallery {
	background-color: transparent;
	margin: 2em auto 0 auto;
	width: 10em;
	border: 0;
}

html body div#container div.ngg-related-gallery a {
	float: left;
	border: 0;
}

blockquote {
	padding: 1em 1em 1em 1em;
	margin: 0 0 2em 0;
	background-color: #e0e5c2;
	color: #333333;
	font: italic 400 1em/1.5em georgia, serif;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #999999;
}

span.rss-date {
	margin: .5em 0 1em 0;
	font: 100 .9em georgia, serif;
}

html body div#container div#content div.articoli form#commentform {
	width: 30em;
	padding: 1em 1em 1em 0;
	overflow: hidden;
}

html body div#container div#content div.articoli form#commentform fieldset legend {
	font: 100 .8em georgia, serif;
	padding: 0 0 2em .5em;
}

html body div#container div#content div.articoli form#commentform fieldset legend a {
	letter-spacing: 1px;
}

html body div#container div#content div.articoli form#commentform fieldset label {
	padding: .4em 0 0 0;
	width: 10em;
	margin-right: .3em;
	text-align: right;
	font-size: .8em;
}

html body div#container div#content div.articoli form#commentform fieldset input {
	padding: .2em 0 .2em .3em; /* akismet */
	width: 17em;
	letter-spacing: 1px;
}

html body div#container div#content div.articoli form#commentform fieldset div {
	margin-bottom: .5em;
}

html body div#container .warning {
	margin: 2.5em 1em .5em 0;
	font: 600 .8em/1.5em gergia, serif;
	text-transform: uppercase;
}

html body div#container .warningProdotti {
	margin: 0 1em 1em 0;
	font: .9em/1.7em georgia, serif;
	color: red;
}

html body div#container div#content div.articoli form#commentform textarea {
	width: 18em;
	margin: 1em 0;
	padding: 1.5em;
	background: #eaebe6 url(imgs/textareaCommentform.jpg) no-repeat 100% 0;
	font: 400 1.2em/1.6em georgia,serif;
	color: #000000;
	letter-spacing: .1em;
}

html body div#container div#content div.articoli form#commentform #submit {
	font: 400 .8em/2em verdana,sans-serif;
	padding: .3em;
	margin-top: 1em;
	text-transform: uppercase;
}

dl.orario {
	background: transparent url(imgs/oraribg.jpg) no-repeat 0 0;
	padding: 1em;
	margin: 2em 0 .5em 0;
	width: 190px;
	height: 130px;
	color: #000000;
	font: 400 1em verdana, sans-serif;
	list-style-type: disc;
}

.orario dt {
	text-transform: uppercase;
	letter-spacing: 2px;
	font: 600 1em/1 Georgia, times, serif;
	margin-top: .5em;
	padding-bottom: .5em;
}

.orario dd {
	line-height: 1;
	margin-right: 2.5em;
	text-align: right;
}

.ngg-description {
	width: 15em;
	margin: .6em 0 0 0;
}

html body div#container span.descrizione {
	font: 100 .75em Georgia, serif;
	margin: .5em 0 .5em .5em;
	padding-bottom: .5em;
}

/* in caso si usi wp e-commerce 
/products-page/your-account/ */

div.wrap {
	font: 400 1em/1.8em georgia, serif;
}

html body div#container h3 span.descrizione a {
	font: 600 .8em/2em Georgia, serif;
}

h2.effeblog {
	font-size: 1.1em;
}

h2.effeblog span {
	display: inline;
	font: 100 .8em georgia, serif;
}

div.prodotti-galleria ul {
	margin: 0;
	padding-left: 2em;
	text-transform: capitalize;
	font: italic 100 .9em/1.8em georgia, serif;
	letter-spacing: 1px;
}

html body div#container div.articoli div.prodotti-galleria p.chi-siamo-spot {
	margin: 3em 0 0 0;
	font: italic 100 1em/1.8em georgia, serif;
	letter-spacing: 1px;
}

html body div#container div#content h3.bch {
	font-size: .7em;
	text-transform: uppercase;
}

html body div#container p.pls {
	margin: 1em 2em 0 .5em;
	padding: 0;
	width: 15em;
	font: 100 .9em/1.6em georgia,serif;
	float: right;
}

html body div#container div#navcontainer p.pls a,
html body div#container div#navcontainer p.pls a img {
	padding: 0;
	margin: 0;
	line-height: 1;
	border: 0;
	background: transparent;
}

/* http://www.darrenhoyt.com/2007/08/18/styling-your-wordpress-comments/ */

div#container div#content ol.commentlist {
	margin: 2em 0 2em 0;
	border: 1px solid #555555;
	background-color: #D5D99F;
}

div#container div#content ol.commentlist li {
	margin: 1em 0 2em 2.5em;
	padding: 1em 1em 1em .5em;
	clear: left;
}

.commentlist img {
	padding: 0;
	border: 1px solid #aab59a;
	margin: 0 .4em 0 .5em;
}

.commentlist address {
	float: left;
}

html body div#container .commentlist address a {
	font: normal 400 1em georgia, serif;
}

.commentlist .time {
	float: right;
	width: 16em;
	font: .7em verdana, serif;
	background-color: #FAF2C2;
	padding: .5em;
	display: block;
}

.commenttext {
	overflow: hidden;
	clear: both;
	padding: .8em;
	font: .9em/1.3em georgia, serif;
}

div#container div#content li.alt .commenttext {
	background-color: #DFE3B5;
}

.articoli .avatar {
	float: left;
}
/* end http://www.darrenhoyt.com/2007/08/18/styling-your-wordpress-comments/ */

.entry_author_image img {
	float: left;
}

.autore, span.autore img, address img {
	margin: .5em 0 0 .5em;
	float: right;
	text-align: right;
}

html body div#container div#content h4#respond, #effeblog-diventare-autori {
	background: url(imgs/comment_bg.png) repeat-x 0 0;
	padding: 4em 0 0 .3em;
	color: #fafafa;
}

body {
	background: #ecf3c3 url(imgs/comment_bg.png) repeat-x 0 100%;
}

div#footer, div#items,
.cform div, form#gb div,
div.articoli,
html body div#container div#content h3#intro,
html body div#container .effeblog,
html body div#container ul.pages,
html body div#container div#content p.excerptLink,
html body div#container div#content address,
html body div#container div#content .cform li,
div.effecorta-in-tv, .prodotti-galleria h4,
div#google_ad, .cform .cf-sb {
	clear: both;
}
