
/****
	Colors:
	Red:	#9c9c9c;
	Blue (Links sidebar): #eaafcc;

****/


* {
	font-family: "Lucida Grande","Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

body {
	background: #e5e5e5 url(/images/bg-top.gif) repeat-x;
	font: 13px "Lucida Grande", Verdana, Helvetica, sans-serif;
	color: #333;
}

#wrap {
	width: 980px;
	overflow: hidden;
	position:relative;
	margin: 0 auto 0 auto;
	background: url(/images/wrap.png) repeat-y center;
	padding: 0 10px 0 10px;

}




/***************** Links ******************************************************/
a, a:visited, a:hover, a:active { color: #fa9856; font-weight: normal; text-decoration: none; }
a:hover { color: #9c9c9c; text-decoration: underline; }


/***************** Images *****************************************************/
/* align right, grey border */
a img { border:0; }
img.rb { border: 1px solid #aaa; float: right; margin: 0 0 5px 5px; padding: 4px; }


/***************** Header *****************************************************/
h1,h2,h3,h4 {
	font-weight: bold;
	font-family: "Trebuchet MS", "Lucida Grande", verdana, helvetica, arial, sans-serif;
}
h2 { font-size: 150%; }
h3 { font-size: 140%; }
h4 { font-size: 130%; }

/***************** Code, Blockquote etc. **************************************/
code {
	background-color: #eeeeee;
	padding: 5px;
	border: 1px solid #cccccc;
}

blockquote {
	border-left: 1px solid #aaaaaa;
	color: #666666;
	margin: 7px 10px 7px 10px;
	padding-left: 6px;
	font-style:italic;
}



/*######################################################################################################
  ###### Header ########################################################################################
  ####################################################################################################*/

#header {
	height: 100px;
	margin: 0; 
	padding: 0;
	background-image: url(/images/top.png);
}

/***************** Header Logo ************************************************/
#header #logo {
	height: 70px;
	width: 980px;
	margin: 0 auto 0 auto;
}

/* Uncomment text-ident and background for an logo image instead of the text */

	#header #logo h1 {
		height: 50px;
		margin: 0 0 0 0; padding: 20px 0 0 20px;
/*		text-indent: -77777px;*/ 
		line-height: 1em;
	}
	
	#header #logo h1 a {
/*		background: url(/images/logo-205x36.gif) no-repeat 10px 50%;*/
		display: block;
		height: 100%; width: 100%;
		text-decoration: none;
		color: #fff;
	}
	
	#header #logo h1 a:hover {
		color: #ffc64b;
	}


/***************** Header Navigation ******************************************/
#topnav {
	height: 29px;
	margin: 0px;
	width:970px;
	margin-left:auto;
	margin-right:auto;
	border-left: 1px solid #ffffff;
}

#topnav ul {
	padding: 0px;
	white-space: nowrap;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left:0px;
	
}

#topnav ul li {
	display: block;
	float:left;
  height: 29px;
  width: 100px;
	line-height: 29px;
	list-style-type: none;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	border-right: 1px solid #ffffff;
}

#topnav ul li.current_page_item a  {
	background-color:#e48bb7;
	border-top: 1px solid #ffffff;
}

#topnav ul li a {
	display: block;
	text-decoration: none;
	color:#fff;
	height: 29px;
	text-align: center;
	padding-left:20px;
	padding-right:20px;
}
#topnav ul li a:hover {
	color: #fff;
	background-color: #ce631b;
	
}


/*######################################################################################################
  ###### Content #######################################################################################
  ####################################################################################################*/

#contentwrap {
	width: 665px;
	float: left;
	display:inline;
	margin: 15px 0 0 20px;	/* margin-top: same like #sidebar */
	padding: 0 15px 15px 0;
	border-right: 1px dotted #cdcdcd;
}
/********************** tag style ************************/
.primary { padding-bottom:10px;}


/*######################################################################################################
  ###### Sidebar #######################################################################################
  ####################################################################################################*/

#sidebar {
	margin: 15px 0 0 0;	/* margin-top: same like #contentwrap */
	float: right;
	width: 265px;
}

#sidebar .sb-about {
	margin: 0 20px 10px 0;
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	padding: 10px;
	line-height: 1.4em;
}

#sidebar .sb-about p {
	margin-top: 5px;
	margin-bottom: 10px;
}

#sidebar1 , #sidebar2 {
	width: 250px;
	float: right;
	line-height: 1.5em;
	display:inline;
	margin: 3px 20px 0px 0px;
	list-style: none;
}

#sidebar #recentcomments {
	clear:both;
	margin: 10px 20px 0 0;
}

#sidebar #recentcomments ul li {
		font-size: 13;
		list-style: none;
		border-bottom: 1px dotted #cdcdcd;
		line-height: 1.3em;
		padding: 5px 0 5px 0;
}

#sidebar #recentcomments ul li:hover, #sidebar #recentcomments ul li a {
		background-color: #f9f9f9;
		text-decoration: none !important;
}

#sidebar h2, #sidebar1 h2, #sidebar2 h2 {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 0 0 2px 0;
	border-bottom: 1px dotted #CDCDCD;
	list-style: none;
}

#sidebar1 p, #sidebar2 p {
	margin-bottom: 10px;
	margin-top: 10px;
}

#sidebar1 ul, #sidebar2 ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

#sidebar1 ul li, #sidebar2 ul li {
	display: block;
	border-bottom: 1px dotted #d5d7d0;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

#sidebar a { color: #e28f0d; }
#sidebar a:hover { color: #9c9c9c; }

a.subcat{
font-size:0,7em;
color:black;
text-decoration:none;}
a.subcat:hover{
font-size:0,7em;
color:#9c9c9c;
text-decoration:none;}
a.subcat:visited{
font-size:0,7em;
color:black;
text-decoration:none;}
a.subcat:visited:hover{
font-size:0,7em;
color:#9c9c9c;
text-decoration:none;}


#sidebar1 ul li a, #sidebar2 ul li a {

	cursor: pointer;
	/*display: block;*/
	text-decoration: none !important;
	font-size:13px;
	margin: 0px;
	list-style: none;
}

#sidebar1 ul li a:hover, #sidebar2 ul li a:hover {
	background: #f9f9f9;
	border-bottom-color: #C3B9A2;
}

#sidebar1 ul#feed{
	margin: 0 0 12px 0;
	padding: 0px;
	list-style: none;
}
#sidebar1 ul#feed li{
	padding-top: 3px;
	padding-bottom: 3px;
	}
#sidebar1 ul#feed li a{
	background: url(/images/feed-icon-16x16-gray.png) no-repeat left 50%;
	padding-left: 25px;
}




/*######################################################################################################
  ###### Post Entry ####################################################################################
  ####################################################################################################*/

/***********************************************************/


h3.entrytitle {
	font-size: 200%;
	font-weight: normal;
	line-height: 100%;
	margin: 0; 
	padding: 0 0 3px 0;
	text-align: left;
	display: block;
	border-bottom: 1px solid #d1d1d1;
}

h3.entrytitle a, h3.entrytitle a:visited {
	color: black;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
h3.entrytitle a:hover {
	text-decoration: none;
	color: #9c9c9c;
}

.entry{
	margin-top:0px;
}
.entrybody{
	margin-bottom: 30px;
	margin-top:20px;
}

.entrybody p {
	margin-bottom: 15px;
}

.entrymeta1{
	margin: 0 0 10px 0;
	color: #4b5ba2;
	color: #777;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

	.entrymeta1 .meta-time {
		background: url(/images/meta_date.gif) no-repeat 0 50%;
		padding-left: 12px;
		margin-left: 1px;
		margin-right: 10px;
	}

	.entrymeta1 .meta-category {
        background: url(/images/meta_category.gif) no-repeat 0 50%;
		padding-left: 15px;
		margin-right: 10px;
	}

	.entrymeta1 .meta-author a {
		background: url(/images/meta_author.gif) no-repeat 0 50%;
		padding-left: 11px;
		margin-right: 10px;
	}

	.entrymeta1 .meta-comments {
		background: url(/images/meta_comments.gif) no-repeat 0 50%;
		padding-left: 13px;
	}

.entrymeta2 {
	border: 1px solid #e5e5e5;
	background-color: #f9f9f9;
	margin: 0 0 15px 0;
	padding: 5px;
	font-size: 90%;
}
	.entrymeta2 ul {
	}

	.entrymeta2 ul li {
		margin-left: 10px;
		list-style-type: none;
	}

h2.archives{
	margin-bottom: 15px;
}

.entrymeta-single{
	color: #ADD248;	
	margin-top: 3px;
	margin-bottom: 20px;
}

.entrybody h3 {
	margin-bottom: 1.5em;
	font-size: 12pt;
	font-weight: bold;
}

.entrybody ul, .entrybody ol {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:30px;
}
.entrybody li{
	padding-top:1px;
	padding-bottom:1px;
}



/*######################################################################################################
  ###### Footer ########################################################################################
  ####################################################################################################*/

#footer {
	clear: both;
	padding: 10px 0 10px 0;
	margin: 0 auto 0 auto;
	width: 900px; height: 30px;
	text-align: center;
	border-top: 1px solid #cccccc;
}

#footer p {
	color: #777;
	font-size: 10px;
}

#footer p a {
	color: #9c9c9c;
}

#footer p a:hover {
	color: #9c9c9c;
}




table.valori, table.valori td{
margin-top:15px;
width:90%;
font: 12px "Lucida Grande", Verdana, Helvetica, sans-serif;
color: #333;
border:2px solid #ddd0b3;
border-collapse: collapse;
padding:5px;
}

#ricerca {
	padding:5px;
	margin: 50px 0 10px 0;
	border:1px solid #ffe1bb;
	font-family:Tahoma, Verdana, Helvetica, sans-serif;
	font-size:14px;
	color:#444444;
}
#ricerca #testo{
	padding: 2px 4px 2px 4px;
	border: 1px solid #cbcacc;
	width: 120px;
}

#ricerca #testo:focus {
	border: 1px solid #ffae00;
	background-color: #f9f9f9;
}

#ricerca #testo:hover {
	border: 1px solid #000000;
}

#ricerca #ok {
	background: #f9f9f9 url(/images/button-bg.png) repeat-x;
	border: 1px solid #aaa;
	border-bottom: 1px solid #858585;
	margin: 0 0 0 10;
	padding: 1px 2px 1px 2px;
	font-size:12px;
}

	#ricerca #ok:hover {
		border: 1px solid #ffae00;
		font-size:12px;
	}
	
#ricerca ul li {
		font-size: 13;
		list-style: none;
		border-bottom: 1px dotted #cdcdcd;
		line-height: 1.3em;
		padding: 5px 0 5px 0;
}
#ricerca ul li:hover{
background:#fff5c6;
text-decoration: none !important;
}
#ricerca a:hover{
color:#d91616;
text-decoration:none}
	
#cerca{
margin-top:20px;
width:500;

}
#search{
	font-family:Tahoma, Verdana, Helvetica, sans-serif;
	font-size:14px;
	color:#444444;
}



	
a.alimenti, a.alimenti:visited, a.alimenti:active { color: #e1570c; font-size:15px; font-weight: normal;  }
a.alimenti:hover { color: #9c9c9c; text-decoration: underline; font-size:15px;}

a.tabella1, a.tabella1:visited { color: black; text-decoration:none; font-family: Verdana, Helvetica, sans-serif; font-size:13px; color:#333}
a.tabella1:hover, a.tabella1:visited:hover{ color: black; text-decoration:underline; font-family: Verdana, Helvetica, sans-serif; font-size:13px; color:#333}



#titolo_scheda_selezionata{
font-size:26px;
margin-top:13px;
color:#E28F0D;
}
p#titolo_scheda_selezionata {
margin-bottom:0px;
}
tr.leg{
background:#FFF6BB;
}
.tabella_scheda {
border:1px solid #bdbdbd;border-collapse:collapse;

}
.tabella_scheda td{
padding:6px;
border:1px solid #bdbdbd;
border-collapse:collapse;
}
td.tot, td.sub{
font-size:12px;
color:#5c5c5c;
 }
 td.num{
font-size:11px;
color:#5c5c5c;
 }
  td.numtot{
font-size:11px;
 }
 tr#totale_scheda{
 background:#f1f1f1;
 }
 tr.trsub{
 background:#f6f6f6;
 }
 #url_pubb2{
 text-align:center;
border:1px dotted #e29c16;
background:#fffbe1;
padding-top:4px;
 margin:8px auto 14px auto;
 width:660px;
 height:20px;
font-family:"Courier New","Times New Roman"; font-size:11px;
 }
  #url_pubb2 a,  #url_pubb2 a:visited{
font-family:"Courier New","Times New Roman";
color:#707070;
 text-decoration:none;
 }