h2.plist {
	margin: 0 0 12px 0;
	padding: 6px 0 6px 2px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 1em;
	text-transform: uppercase;
	background: #f0f0f0;
}
div.post {
	margin-bottom: 12px;
}
h2 a { color: #2f2f2f; }
.meta {
	clear: both;
	font-size: .9166em;
	margin-top: 12px;
}
.meta p {
	margin: 0; padding: 0;
}
.meta .resp {
/*
	font-size: .8333em;
*/
	color: #999;
}

/* immagini */
p.half {
	width: 555px;
}
p.half:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
img.left { float: left; }
img.right { float: right; }
span.left { float: left; }
span.right { float: right; }
img { border: 1px solid #ccc; }
img.small_left { float: left; margin-right: 12px; }
img.small_right { float: right; margin-left: 12px; }

/* nuovi pattern introdotti con post 1026 - Militaria */
table.thumbs {
	border-collapse: collapse;
	margin-top: 12px;
}
table.thumbs td {
	vertical-align: top;
	padding: 0 0 24px 0;
}
table.thumbs img {
	border: 1px solid #ccc;
}
table.thumbs img:hover {
	border-color: #808080;
}
table.thumbs td.txt {
	padding: 0 0 0 24px; 
}
table.thumbs p {
	margin: 0 0 12px 0;
}
table.event {
	border-collapse: collapse;
}
table.event td {
	vertical-align: top;
	line-height: 1.5em;
}

/* only 1 p per blockquote */
blockquote.list {
	margin: 0 0 1em 0;
	padding-bottom: 1.5em;
	border-bottom: 1px dotted #ccc;
}
blockquote.list p {
	margin: 0;
	padding: 0;
}

/* bottom caption with more padding */
p.b-caption {
  padding-bottom: 1.5em;
}

/* IE fixes */
/* trigger hasLayout and target ie5+6/win only */
* html p.half {
	height: 1%;
}
/* trigger hasLayout and target ie7/win only */
*:first-child+html p.half {
	min-height: 1px;
}

