.ditto_post h3 
{

text-indent: 10px;

font-size: 18px;

}


.ditto_post a 
{
	
text-decoration: none;
	
color: #000;
	
}


.ditto_post a:hover 
{

color: #666666;
	
}


.ditto_summaryPost 
{
	
text-align: left;
	
margin-bottom: 30px;
	
padding: 10px;
	
border: solid 1px;
	
border-color: #cdcdcd;
	
-moz-border-radius: 10px;
	
-webkit-border-radius: 10px;
	
}


.text_wrapper 
{
	
	
height: 100px;
	
vertical-align: top;
	

}


.ditto_picture 
{
	
height: 100px;
	
float: left;
	
display:block;
	
padding: 6px;
	
margin-right: 10px;
	
-moz-box-shadow: 0 0 5px #000;
	
-webkit-box-shadow: 0 0 5px #000;
	
-moz-border-radius: 4px;
	
-webkit-border-radius: 4px;

}
