body {
	-webkit-font-smoothing: antialiased;
	background: #f1f1f1;
	margin: 0;
	
	color: #333;
	font-family: "Noto Serif", serif;
	font-size: 1em;
	font-weight: 300;
}

p {
	line-height: 1.4em;
}

a {
	color: inherit;
	text-decoration: inherit;
}
a:hover {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	text-decoration: initial;
}

#header {
	margin: 2em 6em;
	padding: 0 4em;
	max-width: 825px;
}

#header .logo {
	display: inline-block;
	margin-bottom: 0.2em;

	font-size: 1.8em;
	font-weight: 600;
}

#search {
	-webkit-transition: background 0.5s, border 0.5s, margin-bottom 0.5s, width 0.5s;
	transition: background 0.5s, border 0.5s, margin-bottom 0.5s, width 0.5s;
	
	background: rgba(255,255,255,0);
	border: 2px solid rgba(255,255,255,0);
	box-sizing: border-box;
	padding: 0 0.2em;
	width: 40%;
	outline: none;
	
	font-size: 1.2em;
	line-height: 1.8em;
}

#search:focus, #search:valid {
	background: rgba(255,255,255,1);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
	margin-bottom: 2em;
	padding-left: 0.2em;
	width: 100%;
}

#footer {
	background: #fff;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
	margin: 4em 6em;
	max-width: 825px;
}

#footer .content {
	padding: 3em 4em;
	word-wrap: break-word;
}

#footer .meta .author {
	display: block;
	margin-bottom: 0.2em;
	
	font-size: 1.2em;
	font-weight: 600;
}

#footer .pagination .link {
	margin: 0 0.2em;
}

#footer .copyright {
	background: #f7f7f7;
	padding: 3em 4em;
	color: #555;
}

.container {
	margin: 0em auto;
	max-width: 1000px;
}

.container.search {
	padding: 0 6em;
	padding: 0 9.3em;
}

.hentry {
	background: #fff;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
	margin: 4em 6em;
	max-width: 825px;
}

.hentry:first-child {
	margin-top: 1em;
}

.hentry .featured-image {
	max-width: 100%;
}

.hentry .content {
	padding: 3em 4em;
	
	word-wrap: break-word;
}

.hentry .content img {
	max-width: 100%;
}

.hentry .content pre {
	border: 1px solid #ddd;
	
	overflow-y: scroll;
}

.hentry footer {
	background: #f7f7f7;
	padding: 3em 4em;
	
	color: #555;
}

.hentry footer .genericon {
	margin-left: 0.5em;
	padding-right: 0.1em;
	
	font-size: 20px;
}
.hentry footer .genericon:before {
	padding-top: 4px;
	position: relative;
	top: 4px;
}

.hentry footer .entry-date {
	margin-right: 1em;
}

.mt-0 { margin-top: 0; }

.grey { color: #555; }
.genericon { display: initial; }

.sans-serif { font-family: "Noto Sans", sans-serif; }

.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }
.tj { text-align: justify; }

.ttu { text-transform: uppercase; }