.item-article
{
	border-bottom:1px dotted #ddd;
	padding-bottom:15px;
	margin-bottom:15px;
	padding-right:15px;
}

.item-article:last-child
{
	border-bottom:0px dotted #ddd;
	padding-bottom:15px;
	margin-bottom:15px;
}

.item-article .media-object
{
	max-width:190px;
}

.item-article .media-heading
{
	margin-top:5px;
}

.item-article h4.media-heading a
{
	color:#1E87C9;
	text-shadow:1px 1px #ffffff;
}

.item-article .item-summary
{
	color:#666666;
	font-size:15px;
	text-align:justify;
}

.item-article .item-tags
{
	background-color:#EFE8DE;
	margin-top:5px;
	padding:4px 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.item-article .item-tags .tag
{
	background-color:#888888;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#666666');
	background: -webkit-gradient(linear, left top, left bottom, from(#888888), to(#666666));
	background: -moz-linear-gradient(top, #888888, #666666);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 13px;
	height: 22px;
	line-height: 18px;
	margin: 4px 2px;
	padding: 2px 5px;
	text-align: center;
}

a.read-more
{
	color:#111111;
}

.list-view .items
{
	padding:10px 0px;
	padding-top:0px;
}

.list-view .pager
{
	text-align:right;
}
