.article-list {
	
}

.article-list .article {
	border-bottom: 1px solid #E0E0E0;
	margin-bottom: 1em;
}

.article-list .article .readmore {
	text-align: right;
}

.article {
	padding: 0 0 30px 0; 
}

.article p {
	max-width: 510px;
}

.article ul,
.article ol {
	line-height: 1.6em;
	list-style-type: square;
	color: #E5A300;
	padding-left: 15px;
}

.article dl {
	line-height: 1.6em;
}

.article dt {
	display: block;
	width: 80px;
	float: left;
}

.article dd {
	margin-left: 90px;
}

.article .created
{
	font-size: 0.9em;
	color: #999;
	margin-bottom: 0.5em;
}

.article .tags span {
	font-weight: bold;
}

.article .related {
	list-style-type: disc;
	padding-left: 16px;
}

/*
	custom classes
*/

.article .image-top-right {
	position: absolute;
	top: 290px;
	left: 750px;
}


