/* posts tipo 'A'=articolo */
#content .articolo {
	margin-bottom: 5px;
	padding-bottom: 4px;
	border-bottom: 0px #BBB dashed;
	position: relative;
}
#content .articolo .head {
	background: url(images/articolo.gif) no-repeat left 7px;
}
#content .articolo h1 {
  height: 28px;
  font-size: 140%;
	margin: 0; padding: 5px 0 0 40px;
	text-transform: none;
	border-bottom: 0px #BBB dashed;
}
#content .articolo h1 a {
	text-decoration: none;
}
#content .articolo h1 a:HOVER {
	text-decoration: underline;
}
#content .articolo .meta {
  font-size: 80%;
	margin: 0; padding: 0px 0px 10px 40px;
	background: url(images/postedby.gif) no-repeat 60px 4px;
	font-weight: normal;
	color: #55565E;
}
#content .articolo .meta SPAN{
  font-weight: bold;
}
#content .articolo .entry {
	margin: 0; padding: 0;
	font-weight: normal;
}
#content .articolo UL .lista {
	margin: 0px; padding: 2px; 
	list-style: square inside;
	font-size: 90%;
	border-bottom: 0px #B5B5B5 dashed;
}
#content .articolo UL .lista LI {
	margin: 0px; padding: 0px; 
}
