/* @override http://local.dev/keld/css/index.css */

/* @group Content */

h1 {
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 25px;
}

.post {
	margin-bottom: 80px;
	clear: none;
}

/* @group Post */

#content .post img {
	float: left;
	border: 1px solid #aaa;
}

#content .post p.merlink {
	clear: both;
	text-align: right;
}

#content .post p.merlink a {
	color: black;
	border-bottom: 2px solid #aaa;
	text-decoration: none;
}

#content .post p.merlink a:hover {
	border-bottom: 2px solid #b18f0e;
	text-decoration: none;
}

#content .text {
	width: 230px;
	float: right;
}



/* @end */



/* @end */