html,body{
	margin:0;
	padding:0;
}
body{
	font: 12px Arial,Helvetica, sans-serif;
	text-align:center;
	color: #000;
	background: #f4f4f4 url(../immagini/bg-body.jpg) repeat-x 0 0;
}
/*p{margin:0 10px 10px}*/
/*a{display:block;color: #006;padding:10px}*/
a {
	color: #498A28;
	font-weight: bold;
	font-style: italic;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
div#header{
	position:relative
}
div#header .logo{
	height:127px;
	line-height:127px;
	margin:0;
	padding:0;
	color: #fff;
}

div#container{
	text-align:left
}
div#content p{/*line-height:1.4*/}
div#navigation{background:transparent}
div#extra{background:transparent}
div#footer{margin-top:40px; height:40px;background: url(../immagini/footer.jpg) repeat-x; color: #666; font-size: 0.8em;}
div#footer p{margin:0;padding:5px 10px}
div#footer a{font-weight:normal;font-style:normal;padding:0;color: #333; text-decoration: underline; text-transform: uppercase;}

div#container{width:960px;margin:0 auto}
div#content{float:left;	width:740px; margin-right:20px;}
div#navigation{float:right;width:200px}
div#extra{float:right;clear:right;width:200px}
div#footer{clear:both;width:100%}

div#wrapper {
	margin-top: 20px;
}

/*formattazione testi*/
div#content h1{
	text-align: left;
	font-size: 2.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: -1px;
	background: url(../immagini/bg-headings.gif) repeat-x 0 100%;
	margin: 20px 0;
	padding-bottom: 5px;
	color: #00470d;
}

div#content .post-data {
	float: right;
	width: 145px;
	margin-bottom: 25px;
	text-align: left;
	background-image: url(../immagini/bg-post-data.jpg);
}

div#content .post-data>ul {
	margin: 0;
	padding: 0;
	margin-left:5px;
}

div#content .post-data>ul>li {
	list-style: none;
	margin: 0 0 10px;;
	color: #666;
	padding-left: 22px;
	font-size: 0.8em;
	line-height: 16px;
	text-transform: uppercase;
}
div#content .post-data>ul>li a {
	font-style: normal;
	font-weight: normal;
	color: #999;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
}
div#content .post-data>ul>li a:hover {
	color: #000;
} 

div#content .post-data li.autore {
	background: url(../immagini/pencil.png) no-repeat 0 0;
	font-size: 0.9em;
	line-height: 16px;
	text-transform: none;
}
div#content .post-data li.autore strong {
	font-weight: bold;
	text-transform: capitalize;
}
div#content .post-data li.categorie {
	background: url(../immagini/tag_label.png) no-repeat 0 0;
}
div#content .post-data li.commenti {
	background: url(../immagini/balloon.png) no-repeat 0 0;
}
div#content .post-data li.data {
	background: url(../immagini/clock.png) no-repeat 0 0;
}
div#content .post-data li.click {
	background: url(../immagini/star.png) no-repeat 0 0;
}

/*formattazione immagini nel post */
.img {
	margin: 5px;
	padding: 3px;
	border: 1px solid #CCC;
	background-color: #FFF;
}

.sinistra {
	margin: 5px;
	margin-left:0px;
	padding: 3px;
	border: 1px solid #CCC;
	background-color: #FFF;
	float: left;
}

.destra {
	margin: 5px;
	margin-right:0px;
	padding: 3px;
	border: 1px solid #CCC;
	background-color: #FFF;
	float: right;
}

/* spaziatore */
.spacer {
	background: url(../immagini/divider.jpg) no-repeat;
	width: 689px;
	height: 62px;
	clear: both;
}

/* commenti */
div#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	letter-spacing: -1px;
	font-weight: bold;
	margin: 1em 0 0.5em;
	color: #498a28;
	padding-bottom: 5px;
	clear: both;
}

/*div#content h2>a {
	border-bottom: 3px solid #CCC;
}*/

div#content ol.commenti {
	font-size: 3em;
	margin: 0;
}

div#content ol.commenti>li {
	list-style-type: decimal;
	margin-left: 40px;
	color: #666;
	/*background-color: Silver;*/
	font-family: Georgia, "Times New Roman", Times, serif;
}

div#content ol.commenti>li>span {
	font-size: 12px;
	font-family: Arial,Helvetica, sans-serif;
	border-bottom: 1px solid #ccc;
	color: #333;
	margin-top: 0;
	font-style: italic;
}

div#content ol.commenti>li>p {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 1em 0;
	color: #333;
}

div#content ol.commenti>li>p>img {
	border:0;
	vertical-align: middle;
	background-color: transparent;
	margin: 0;
	padding:0;
}

div#content ol.commenti>li a{
	 display:inline;
	 margin: 0;
	 padding: 0;
	 color: Orange;
	 text-decoration: none;
	 font-weight: bold;
}

/*form commenti*/
#commentform { 
	margin: 10px 0 0; 
	margin-left: 40px;
	width: auto;
	background-color: #FFF;
}
#commentform fieldset	{ 
	padding: 20px 20px 10px;
	border: 0;
}
#commentform input,
#commentform textarea,
#commentform select { 
	padding: 3px;
	background: #fbfbfb; 
	border:1px solid #adadad; 
	border-right-color:#ececec; 
	border-bottom-color:#ececec; 
}
#commentform input {
	width: 250px;
	margin-right: 10px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#commentform textarea {
	width: 465px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#commentform  input:hover,
#commentform textarea:hover,
#commentform select:hover	{
	background: #abd46b;
}
#commentform input:focus,
#commentform textarea:focus,
#commentform select:focus	{ 
	background: #88bf36;
}
#commentform input[type=submit]	{ 
	color: #000;
	width:147px;
	height: 30px;
	background-color: #ABD46B;
	border-style: none;
	text-transform: uppercase;
	cursor: pointer;
}
#commentform input[type=submit]:hover	{ 
	background-color: #498A28;
	color: #fff;
}

/* navigazione */
div#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

div#navigation h3 {
	text-align: left;
	font-size: 2em;
	font-weight: normal;
	/*background: url(../layout/edon_digital_layout/images/bg-headings.gif) repeat-x 0 100%;*/
	margin: 24px 0 15px;
	padding-bottom: 5px;
	letter-spacing: -1px;
	color: #A0522D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

div#navigation li a.nav {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	/*line-height: 12px;*/
	padding: 5px 0 5px 15px;
	background: url(../immagini/tag_small.png) no-repeat 0 6px;
	color: #282828;
	display: block;
	width: 190px;
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}

div#navigation li a.nav:hover {
	/*color: #118cca;*/
	color: Orange;
	text-decoration: underline;
}

div#navigation a.profilo {
	color: #498A28;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	margin: 0;
	padding:0;
}

div#navigation a.profilo:hover {
	text-decoration: underline;
}

.about {
	display: none;
}

div#smile>a>img {
	border: 0;
	margin:0;
	padding:0;
	margin-right:5px;
	float: left;
}

/*PAGINAZIONE*/
#paginazione {
	margin-top:40px;
	width: 90%;
	text-align:center;
}

#paginazione ul {
	margin:0
}

#paginazione li {
	float: left;
	list-style: none;
	list-style-type: none;
	padding:5px;
}

#paginazione li.current {
	color: Orange;
	font-weight: bold;
	border-bottom: 2px solid Orange
}

#paginazione li a {
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #AFACA6;
	color: #498A28;
	text-decoration:none;
}

#paginazione li a:hover {
	display: block;
	width:20px;
	height: 20px;
	border: 1px solid #434343;
	background-color: #498A28;
	color: #FFF;
	text-decoration:none;
}

.chart_aperto {
	clear:both;
	margin-top:20px;
	margin-bottom:10px;
	/*margin-left: 20px;*/
	background: url(../immagini/chart.png) no-repeat center left;
	padding-left: 18px;
	font-family: Arial;
	font-size: 11px;
	color: #333;
	font-style: italic;
	float:left;
}
.chart_chiuso {
	clear:both;
	margin-top:20px;
	margin-bottom:10px;
	/*margin-left: 20px;*/
	background: url(../immagini/chart_bn.png) no-repeat center left;
	padding-left: 18px;
	font-family: Arial;
	font-size: 11px;
	font-style: italic;
	color: #333;
	float:left;
}

.entry {
	margin-bottom:40px;
}
