.article
{
	padding:15px 0px;
	border-bottom:1px dotted #888;
}

.article:last-child
{
	border-bottom:0px dotted #888;
}

.article .aImage img
{
	max-width:174px;
	max-height:174px;
	padding:3px;
	border:5px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.article a
{
	text-decoration:none;
}

.article h4, .article p
{
	margin:0px;
	padding:0px;
}

.article h4
{
	margin-top:2px;
	padding-bottom:8px;
}

.article h4 a
{
	font-size:18px;
	color:#382E25;
}

.article h4 a:hover
{
	text-decoration:underline;
}

.article .readmore
{
	color:#009EB5;
}

.article p
{
	text-align:justify;
	font-size:13px;
	color:#666;
	padding:2px;
	padding-right:10px;
	min-height:90px;
}

.tagsLine
{
	background-color:#eee;
	padding:2px;
	border-top:1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.tags .tag
{
	display:inline-block;
	height:18px;
	padding:2px 5px;
	text-align:center;
	color:#fff;
	margin:4px;
	font-size:13px;
	line-height:18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color:#555;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555', endColorstr='#333');
	background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#333));
	background: -moz-linear-gradient(top, #555, #333);
}
