h1 {
	position: absolute;
	left: 0;
	top: 10%;
	width: 100%;
	padding: 3% 0 0 0;
	background-image: url("static/blob.svg");
	background-size: cover;
	background-color: revert;
	background-repeat: no-repeat;
	border-bottom: revert;
	height: 100%;
}

main { padding-top: 300px; }

.entries li { overflow: hidden; }
.entries time { float: right; }

.meta + .title { margin-left: 10px; }
.entries.writing {
	line-height: 1.5rem;
}
.entries li {
	padding: 0.5em 0;
	border-top: 1px dotted #444;
}
.entries li + li {
	border-bottom: 1px dotted #444;
}
.entries time { color: #777; }

img.home {
	float: right;
	margin-left: 40px;
	height: 334px;
	clear: both;
}
@media (max-width: 830px) {
	.home { display: none; }
}
@media (max-width: 1050px) {
		h1 { background-image: revert; }
}
img.recent {
	padding: 5%;
	display: block;
	margin: 0 0 0 -30%;
	min-width: 160%;
	background-color: black;
}

.reference {
	font-style: italic;
	float: right;
}
.reference::before { content: "..."; }

.entries.work {
	float: right;
	width: 56%;
}
.entries.work .title { margin-left: 1em; }
