html { margin: 20px }
body {
  margin: 0 auto;
  font-family: 'Baskerville', Georgia, Times, serif;
  font-size: 19px;
  line-height: 28px;
  padding: 15px;
  width: 700px;

}
header, footer, section, article {
	display: block;
}
hr {
  color: black;
}
section {
  text-align: justify;
}
#by {
	font-style: italic;
  margin-right: 5px;
	font-size: 28px;
}
#caption {
	position: absolute;
	font-size: 24px;
	margin: -135px 0 0 70px;
}
#path {
	color: #b53131;
}
.date {
  font-style: italic;
  float: right;
  line-height: 43px;
  color: #888;
}
a {
  color: #b83000;
}
h1 a {
  color: black;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
body > header > h1 {
	# border-left: 30px solid black;
	# padding-right: 30px;
  # font-size: 201px;
  font-size: 28px;
  padding: 0px 20px;
  font-weight: normal;
}
.post header {
  font-size: 16px;
}
.post .body p:first-child {
	margin-top: 0;
}
.post .body p:last-child {
	margin-bottom: 0;
}
.post {
	margin-bottom: 30px;
}
.post:last-child {
  margin-bottom: 10px;
}
.post .more {
  margin-top: -15px;
  # margin-right: 30px;
  font-style: italic;
  text-align: right;
}
.more a {
  text-decoration: none;
}
.more a:hover { text-decoration: underline }
body > header {
	display: block;
  text-align: center;
	# padding-top: 30px;
	# line-height: 180px;
  border-bottom: 1px solid #999;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
h1, h2, h3, h4 {
  display: inline;
  margin: 0;
  font-weight: 600;
}
ul, li {
  list-style-type: none;
}
code {
  font-family: 'Inconsolata', 'Anonymous Pro', 'Bitstream Vera Sans', 'Monaco', Courier, mono;
  font-size: 16px;
}
pre {
  padding: 10px 20px;
}
blockquote {
  font-style: italic;
}

body > footer {
  text-align: center;
	font-style: italic;
  font-size: 19px;
  color: #888;
}
