/*widget*/
#blog{
        position: relative;
	float:left;
	color: #56554e;
	margin-left: 0.2%;
	min-height: 600px;
	width : 68%;
}

.postt-head {  
     -moz-border-radius-topleft: 2px;  
     -moz-border-radius-topright: 2px;  
     -webkit-border-top-left-radius: 2px;  
     -webkit-border-top-rightright-radius: 2px;
     text-align: left;
     font-size: 16px;
     font-weight: bold; 
     height: 23px;
     padding-left: 3px;
     padding-top: 3px;
     color: #cf0ff0;
}
 
 .color-yellow {background: url(Img/header_bg_y.gif) repeat-x;}
 .color-red    {background: url(Img/header_bg_r.gif) repeat-x;}  
 .color-blue   {background: url(Img/header_bg_b.gif) repeat-x;}   
 .color-orange {background: url(Img/header_bg_o.gif) repeat-x;}
 .color-green  {background: url(Img/header_bg_g.gif) repeat-x;} 
 .color-gray   {background: url(Img/head_bg_gray.gif) repeat-x;} 

 .postt {  
     color: #56554e; 
     overflow: hidden;   
     /*line-height: 30px;  */
     margin-bottom: 7px;  
     -moz-border-radius: 4px;  
     -webkit-border-radius: 4px;
 }  
  

 .postt-content {  
     padding: 5px;  
     color: #56554e;  
     font-size: 13px;
     -moz-border-radius-bottomleft: 2px;  
     -moz-border-radius-bottomright: 2px;  
     -webkit-border-bottom-left-radius: 2px;  
     -webkit-border-bottom-rightright-radius: 2px;  
     line-height: 1.2em;  
     overflow: hidden;  
 }

.postt-head a:link{
	text-decoration: none; 
	color: #fff;			/*#56554e;*/
	outline:none;
} 
.postt-head a:visited{
	text-decoration : none; 
	color : #fff;
} 
.postt-head a:hover{
	text-decoration: none;
	color : #f08d00;
}

.v_linkk {   /*classe allineamento link proposto in basso a dx*/
	position: relative;
	float:right;
	float:bottom;
	padding: 5px;
	overflow: hidden;
	max-width: 300px;
	z-index: 1;
}
/*End widget*/

