/**
 * @about: amen-default.css - Generic styles loaded by all mod_magazine output
 */

/** Dates and authors */
.date,
.author {
	display: block;
	margin-bottom: .4em;
	color: gray;
	font: normal .9em/1.2 Arial, sans-derif;
	letter-spacing: .1em;
}

/** Read more links */
.amen-continue-reading {
	font-style: italic;
	color: grey;
}

a:hover .amen-continue-reading {
	color: #0A79A3;
}

.amen-continue-reading:before {
	content: "\203A \00a0";
}