#articles-list {
	min-height: 300px;
}

.article {
	position: relative;
	margin-bottom: 2em;
	color: #444444;
}

.article-header {
	padding: 1em;
	border-bottom: 1px solid transparent;
	background-color: #e7eef6;
}

.article-header a {
	text-decoration: none;
}

.article-header a:hover {
	text-decoration: underline;
}

.article-header p {
	color: #345c85;
}

.article-header p.time {
	margin: 0;
	text-align: right;
	color: #1d456e;
}

.article-content {
	padding: 1em 0;
	position: relative;
	clear: both;
}

/* Article content styling */
.article-content * {
	line-height: 1.5;
}

.article-content blockquote {
	border-left: 1px dotted #5781ab;
	padding-left: 1.25em;
}

.article-content blockquote p {
	color: #336699 !important;
}

.article-content a {
	color: #476f99;
}

.article-footer {
	padding: 1em;
	text-align: right;
	clear: both;
}

.article-footer span.tags {
	float: left;
	color: #666666;
	font-size: 75%;
	font-style: italic;
}

.article-sticky .article-header {
	background-color: #ffeeaa;
	color: #663300;
}

.article-sticky .article-header a,
.article-sticky .article-header p {
	color: #663300;
}

.modules_top {
	position: relative;
	background-color: #fff;
	color: #003366;
	margin-bottom: 2em;
	border-radius: 5px;
}

.modules_top h1,
.modules_top h2,
.modules_top h3,
.modules_top h4,
.modules_top h5,
.modules_top h6 {
	color: #003366;
}

.modules_sidebar h1,
.modules_sidebar h2,
.modules_sidebar h3,
.modules_sidebar h4,
.modules_sidebar h5,
.modules_sidebar h6 {
	color: #003366;
}

.modules_sidebar > .module {
	position: relative;
	font-size: 10pt !important;
}


@media screen and (min-width: 641px) {
	
	#articles-list {
		min-height: 400px;
	}
	
	.article {
		margin-bottom: 3em;
	}
	
	.article-content {
		padding: 1em;
	}
	
}