/* CSS per stile testo */
body {
   background: #f0f9e4;
	color: #333333;
	font: normal 100%  Verdana, Georgia, "Helvetica neue", Helvetica, Times, serif;
}

a {
  text-decoration: none;
}

a:hover{

	text-decoration: none;
}

p {
}

ul{
	font: normal 1em/1.375  Verdana, Georgia, "Helvetica neue", Helvetica, Times, serif;
	list-style-type: none;
}
/* 404 ERROR */
div#error_404 h1{
   color: #C20000;   
   font-size: 1.125em;
   line-height: 1.444em;
}
div#error_404 p{
   font-size: 0.875em;
   line-height: 1.571em;  
}

/* CONTAINER */
#container{
  
}
/************/
/*  HEADER  */
/************/
#header #header_menu{ 
   font-size: 1em;  
}
#header #header_menu #main_menu li{
   text-align:center;
   text-transform: uppercase;
}
#header #header_menu #main_menu li a{
   font-size: 0.875em; /* 14px */
   line-height: 2.214em; /* 31px / 16px */
   color: #C6CEC1;
   font-family: Tahoma, Verdana;
   letter-spacing: 0.001em;
}
#header #header_menu #main_menu li a:hover{
   color: #55C26F;
}

/***********/
/* WRAPPER */
/***********/
#wrapper{
 
}

/***********/
/* SIDEBAR */
/***********/
#sidebar{

}
#sidebar .gutter{
 
}
#sidebar .box h2.title{
   font-size: 1.125em;
   line-height: 1.666em;   
   height: 1.666em;   
   text-transform: uppercase;
   color: #FFF;
   font-weight: normal;
}
#sidebar .box ul li{
   
   font-size: 0.625em; /* 10px / 18px */
   line-height: 1.8em; /* 18px / 10px  */
}
#sidebar .box ul li a{
   color: #444a3e;   
}
#sidebar .box .num_comments{
   color: #3e8541;
   font-weight: bold;
   margin-left: 1em;
}


/***********/
/* CONTENT */
/***********/
#content {      

}

#content_floated{

}


/**********/
/* FOOTER */
/**********/
#footer{         
   height: 3.125em;
   text-align:center;
}
#footer a{
   text-decoration: underline;
   color: #758a3f; 
   font-size: 0.625em; /* 10px / 16px */
   line-height: 1.6em; /* 16px / 10px */
}
#footer a:hover{
   text-decoration: none;
   color: #2f3334;
}
#footer p{
   color: #758a3f; 
   font-size: 0.625em; /* 10px / 16px */
   line-height: 1.6em; /* 16px / 10px */
}
#footer .separator{
   font-size: 0.625em; /* 10px / 16px */
   line-height: 1.6em; /* 16px / 10px */

}

