body {
	background-color: #f0f0f0;
	font-family:  Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	margin: 0px;
   	padding: 0px;
	padding-bottom: 30px;	
}

#container {
	width: 500px;
	height: auto;
	margin-left: 30px;
	margin-top: 30px;
	float: left;
}

.box_post {
	width: 100%;
	height: auto;
	background: #ffffff;
	padding: 10px 15px;
	margin-bottom: 15px;
}

.data {
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 14px;
	color: #999999;
	line-height: 140%;
}

.titolo {
	margin-bottom: 3px;
	line-height: 160%;
}

.titolo, .titolo a {
	font-size: 18px;
	text-decoration: none;
	font-weight:bold;
	color: #CC0000;
}

.titolo a:hover {
	text-decoration: underline;
}

.box_post .img_post {
	width: 50px;
	height: 50px;
	border: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
}

.testo {
	padding: 15px;
	margin-bottom: 3px;
	line-height: 140%;
}

.commenti {
	font-size: 11px;
	width: 99%;
	text-align: right;
	line-height: 140%;
	color: #DDDDDD;
}

.commenti a {
	text-decoration: none;
	color: #999999 !important;
}

.commenti a:hover {
	text-decoration: underline;
}

.testo a, .commenti a {
	color: #cc0000;
	text-decoration: none;
}

.testo a:hover, .commenti a:hover {
	text-decoration: underline;
}

.commento {
	font-size: 11px;
	line-height: 140%;
	color: #666666;
	width: 460px;
	margin: 20px 15px;
	padding: 5px;
	border-top: 1px dotted #cc0000;
}

.name {
	font-weight: bold;
}

.addcom {
	width: 100%;	
	height: auto;
	background: #ffffff;
	padding: 10px 15px;
	border: 1px dotted #cccccc;
	font-size: 11px;
	color: #999999;
}

.addcom input  {
	margin-bottom: 3px;
}

#right_menu {
	width: 200px;
	padding: 30px 5px;
	float: left; 
	margin-left: 45px;
	font-size: 12px;
	text-align: left;
	color: #CCCCCC;
	line-height: 140%;
}

#right_menu a {
	color: #666666;
	text-decoration: none;
	margin-left: 10px;
}

#right_menu a:hover {
	color: #666666;
	text-decoration: underline;
}
