body {
    background: #fff;
}
/******** sfumato o no ************/
#header {
        /*background: url("images/middleSfuma.jpg") repeat-x scroll left top transparent;*/
		/* background: url("images/compromessi_logo_nuovo_blur.jpg") no-repeat scroll right bottom transparent;*/ 
		background-color: #66abb1;
	
	
		
}
#leftsidebar ul li.categories, 
#leftsidebar ul li.widget_nav_menu {
        /*background: transparent url(images/menuSfuma.jpg) left top repeat-x;*/
        background: #93D2D8;
}
#footer {
	/*background: transparent url(images/menuSfuma.jpg) left bottom repeat-x;*/
}
/******** FINE sfumato o no ************/
h1 {
	color: #E2FCF0;
}
h2, h3, h4, h5, h6 {
	color: #290028;
}
#topbar{
	background-color: #216C73;
	/*background: transparent url(images/menuSfuma.jpg) left bottom repeat-x;*/
	color: #F0F0F0;	
	/* per bordi stondati: 
	border-radius: 10px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px; */
}
#postnavigation .navheader {
	color: #216C73; 
}
#leftsidebar 
{
	color: #290028;
	/*background: #93D2D8;*/
	/*border-bottom: 1px solid #fff;*/
}
/* commentare lo stile qui sopra per non avere la colonna intera */
#leftsidebar h2 
{
	color: #290028;
	background: #93D2D8;
	border-bottom: 1px solid #fff;
}
#leftsidebar h2 a{
	color: #fff;
	background:#216C73;
}
#leftsidebar ul ul li {
	border-bottom: 1px dotted #fff;
}
#rightsidebar 
{
	color: #216C73;
	/*background: #93D2D8;*/
	/*border-bottom: 1px solid #216C73;*/
}
#rightsidebar ul, #leftsidebar h2 a:hover, #leftsidebar ul ul ul li a:hover, #leftsidebar ul ul li a:hover, #rightsidebar h2 a:hover, #rightsidebar ul ul li a:hover, #rightsidebar ul ul ul li a:hover {
	background: #93D2D8;
	color: #290028;
	
}
#rightsidebar h2 {
	/*border-top: 2px solid #fff;*/ 
	color: #290028;
	border-bottom: 1px solid #fff;
}
#rightsidebar li.active a, #rightsidebar ul ul li.active a, #leftsidebar li.active a {
        background-color:#93D2D8!important;
        color:#290028!important;
}
#footer p {
	border-top: 1px solid #fff;
}
.posttitle, .pagetitle {
	color: #216C73;
	border-bottom:1px dashed #fff;
	margin: 10px;
}
.postmeta .postauthor, .comment-author {
	color: #216C73;
	font-size:90%;
}
/******** HOME PAGE ************/
#home-left {
    	border-right: 1px dotted #216C73;
}
#sotto-hp .col-com2 h2 a {
    color: #216C73;
}
.col-com2 {
    background-color:#F5FCF9;
}
#centrecontent table th {
	background-color: #93D2D8;
	border-bottom: 1px solid #216C73;
	color: #216C73;
}
#centrecontent table td {
	background-color: #F5FCF9;
	border-bottom:1px solid #CDCDCD;
}
.riassunto{
	background-color: #F5FCF9;
}
#footbar{
	background-color: #216C73;
	color: #F0F0F0;	
}
/* tabelle alternate*/
#centrecontent table tr:nth-child(even) td {
     background-color: #FFFFFF;
}