/*
Style, or lack thereof, by eksith. Feel free to copy, edit, crop & chop as you like. 
Last edited 11/19/2014.
'Handwriting' font by Jeremy Paz
*/
@font-face {
	font-family: 'Handwriting';
	src: url("Handwriting.woff"), 
		url("Handwriting.eot");
}

body {
	font: 600 1.6em 'Handwriting', sans-serif;
	color: #555;
	line-height: 1.4em;
	background: #f9f9f9;
	text-align: center;
}

h1, h2, h3 {
	font-weight: 500;
}

h4, h5, h6 {
	font-weight: 600;
}

h1 {
	font-size: 200%;
}
h2 {
	font-size: 180%;
}
h3 {
	font-size: 140%;
}
h4 {
	font-size: 120%;
}
h5 {
	font-size: 110%;
}
h6 {
	font-size: 100%;
	text-decoration: underline;
}
p {
	margin: 0 0 1.5em 0;
	padding:0;
}
strong {
	color: #000;
	font-weight: 800;
}
small {
	font-size: 80%;
}
a {
	color: #259;
	font-weight: bold;
	text-decoration: underline;
}
p.back a, ul.idx li a {
	text-decoration: none;
}
a:visited {
	/* color: #89a; */
}
p.back a, p.back a:visited {
	color: #68a;
}
pre, code {
	font-family: "Bitstream Vera Sans Mono", "Ubuntu Mono", "Monaco", monospace;
	max-width: 100%;
	max-height: 500px;
	overflow: scroll;
}
ul.idx {
	list-style: none;
	margin: 1.5em 0;
	padding:0;
}
ul.idx li {
	clear: both;
	padding: .2em .3em;
}
ul.idx li time, ul.idx li span {
	font-size:90%;
	float: right;
}
ul.idx li:nth-child(even) {
	background:#eee;
}
hr {
	height: 0;
	border:0;
	border-bottom: 1px solid #555;
	clear: both;
	background: #fff;
	margin: 1em 0;
}
p.back {
	margin: 1em 0 0 0;
	clear: both;
	text-align: right;
}
p.meta {
	color: #333;
}
img {
	vertical-align: middle;
	height: auto;
	max-width: 100%;
}
a img {
	border: 0;
}

.page {
	width: 80%;
	min-width: 300px;
	max-width: 800px;
	text-align: left;
	margin: 1em auto;
}
@media screen and ( max-width: 1024px ) {
	ul.idx {
		margin: 1em 0;
	}
}
@media screen and ( max-width: 640px ) {
	div.page {
		width: 94%;
	}
}
@media screen and ( max-width: 480px ) {
	body { line-height: 1.5em; }
	ul.idx li time {
		float: none;
		display: block;
	}
}