* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}									

article, aside, figure, footer, header, hgroup, nav, section {display: block;}
button, input, select, textarea {margin: 0;}
html {overflow-y: scroll;}
ul {list-style: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
del {text-decoration: line-through;}
a:hover, a:active, a:focus {outline: none;}
strong, th {font-weight: bold;}
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

.clickable,label, input[type=button], input[type=submit], button {cursor: pointer;}

button {width: auto; overflow: visible;}
button, input, select, textarea {margin: 0;}

body {
	font-family: 'Arial', sans-serif;
	background-color: #fff;
	font-size: 16pt;
	line-height: 1.3em; 
	letter-spacing: .5px;
	color: #000;
	padding: 200px 0 0 0;
}

h1 {
	top: 2px;
	left: 0;
	font-size: 28pt;
	line-height: 1.1em;
	position: fixed;
	width: 100%;
	text-align: center;
}

a, a:active, a:hover {
	color: #000;
	text-decoration: none;
}

p a, p a:active, p a:hover {
	border-bottom: 1px solid;
}


img {
		max-width: 960px;
		max-height: 900px;
		display: block;
		margin: 0 auto;
}

.posts article,
.posts div.photo {
	display: block;
	margin: 100px auto 300px;
	width: 960px;
	text-align: center;
}

.posts article time,
.posts div.photo time {
	margin-bottom: 2em;
	display: block;
}

.posts article.photo blockquote {
	display: none;
}

article {
	text-align: center;
}

.nav {
	text-align: center;
	display: flex;
	justify-content: space-evenly;
	gap: 2em;
	width: 960px;
	margin: 0 auto;
	padding-bottom: 200px;
}

.link a {
	font-size: 20pt;
	border-bottom: 3px solid #fff;
	padding-bottom: 3px;
	line-height: 200px;
	text-align: center;
}

article.reblog section > p:first-child {
	display: none;
}

blockquote + p {
	margin-top: 15px;
}