.lastArticles
{
	margin-top:15px;
}

.lastArticles .article
{
	padding:15px 0px;
	border-bottom:1px dotted #888;
}

.lastArticles .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;
}

.lastArticles .article a
{
	text-decoration:none;
}

.lastArticles .article h4, .lastArticles .article p
{
	margin:0px;
	padding:0px;
}

.lastArticles .article h4
{
	padding-bottom:8px;
}

.lastArticles .article h4 a
{
	font-size:18px;
	color:#382E25;
}

.lastArticles .article .readmore
{
	color:#AA5F95;
}

.lastArticles .article p
{
	text-align:justify;
	font-size:13px;
	color:#666;
	padding:2px;
	padding-right:10px;
}

.lastArticles .tags .tag
{
	display:inline-block;
	height:16px;
	padding:2px 5px;
	margin-right:5px;
	text-align:center;
	color:#fff;
	margin-top:2px;
	font-size:12px;
	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);
}
