*, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	padding: 0 0 30px;
	-webkit-font-smoothing: antialiased;
}

#logo {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 100px;
	height: 100px;
	background: url(logo.png);
	margin: 30px auto;
}

.post {
	width: 560px;
	margin: 0 auto 30px;
	color: #666;
	border-bottom: 1px solid #ccc;
	padding: 0 0 10px;
}

.post pre {
	font-size: 14px;
	line-height: 18px;
	padding: 10px 15px;
	background: #fff6dc;
	border: 1px solid #ffe08e;
	margin: 0 0 24px;
	overflow: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.post h1 {
	font-size: 32px;
	margin: 0 0 12px;
	color: #000;
}

.post .meta {
	color: #999;
	margin: 0 0 12px;
}

.post p {
	margin: 0 0 18px 0;
}
.post p:first-child {
	font-size: 21px;
	font-style: italic;
	color: #000;
}

.archive {
	width: 560px;
	margin: 0 auto 30px;
	color: #666;
	overflow: hidden;
	padding: 0 0 30px;
	border-bottom: 1px solid #ccc;
}

.archive .related {
	width: 280px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
}

.archive .related h3 {
	font-size: 18px;
}
.archive .related h3 a {
	color: #000;
	text-decoration: none;
}
.archive .related h3 a:hover {
	background: #fff6dc;
	box-shadow: 0px 2px #ffe08e;
}
.archive .related h4 {
	font-weight: normal;
	font-size: 16px;
}
.archive .related .min-read {
	color: #999;
}

#download {
	color: #fff;
	background: #09c;
	text-decoration: none;
	border-radius: 2px;
	margin: 0 auto;
	display: block;
	width: 200px;
	text-align: center;
	line-height: 42px;
}

.twitter-share-button {
	position: absolute;
	top: 10px;
	right: 0px;
}

@media screen and (max-width: 560px) {
	body {
		padding: 0px 15px 30px 15px;
	}

	.post, .archive, .post pre {
		width: 100%;
	}
	.archive .related {
		width: 100%;
		float: none;
		border-bottom: 1px dotted #bbb;
		padding: 0 0 15px;
		margin: 0 0 15px;
	}
	.archive .related:last-child {
		border-bottom: none;
		margin: 0;
		padding: 0;
	}

}