h1, h2, h3, h4, h5, h6 {
	font-family: "open-sans", sans-serif;
}

h1 a {
	font-size: 2rem;
}

#post {
	width: 70%;
	border-top: none;
}

#post .sleeve {
	border-width: 1px;
}

.navigation div a {
	font-size: 180px;
	line-height: 200px;
	opacity: .1;
}

.navigation div.next {
	display: block;
	position: absolute;
	top: 0;
	left: -85px;
	width: 64px;
}

.navigation div.prev {
	display: block;
	position: absolute;
	top: 0;
	right: -80px;
	width: 110px;
	padding: 0;
}

h2.post-title {
	margin-left: 10px;
	width: 97%;
}

#postmetadata {
	width: 27%;
	float: right;
}

div.sharedaddy div.sd-block {
	border-top: none;
}

.commentmetadata > br {
	display: none;
}

.commentmetadata > a {
	display: none;
}

#postmetadata, #commentform p, .commentlist li, #post, #postmetadata .sleeve, #post .sleeve, #content {
	border: none;
}

cite {
	font-style: normal;
}

/* Make the archive images circles!*/
.thumbnails a {
	border: 1px solid #888;
	border-radius: 50%;
}

.archive #content h2 {
	display: none;
}

.archive .nav {
	padding: 2em 0;
}

.archive #filters {
	position: absolute;
	bottom: 10px;
}

.archive .info {
	position: absolute;
	bottom: -40px;
}

body.archive {
	width: 100%;
	height: 100%;
	background: url('https://cute.files.wordpress.com/2018/01/img_20180111_135452-01.jpeg?w=75&h=75&fit=100,100&smooth=1&filter=blurrgaussian') center / 1111%;
}

.archive #page {
	background: transparent;
}

.archive .thumbnails img {
	width: inherit;
}

.commentlist,
h3, h3#comments {
	width: 98%;
}

.commentlist li .metadata {
	margin: 10px 20px 0 0;
	width: auto;
}

.commentlist li .content {
	float: none;
	width: auto;
}

.commentlist li .gravatar {
	margin: 10px 20px 5px 10px;
}

#post {
	width: 98%;
}

#postmetadata {
	width: 100%;
}

#postmetadata p {
	display: inline;
}

#postmetadata br {
	display: none;
}