* {
  margin: 0;
  padding: 0;
  font-family: 'Crimson Text', Palatino, Times, 'Times New Roman', serif;
}
body {
  background: #f6f5f5;
}
.container {
  width: 90%;
  max-width: 650px;
  margin: 0 auto;
  position: relative;
}
header {
  border-bottom: solid 1px #ccc;
  background: #fff;
  height: 64px;
}
header h1 {
  line-height: 40px;
  margin: 0;
  padding: 17px 0 17px 0;
}
header h1 a:link,
header h1 a:visited {
  color: #554444;
}
header ul {
  list-style-type: none;
  display: block;
  position: absolute;
  right: 0;
  top: 22px;
}
header ul li {
  text-transform: uppercase;
  margin: 0 10px;
  line-height: 20px;
  display: inline;
}
header ul a:link,
header ul a:visited {
  color: #ccc;
}
a {
  text-decoration: none;
  color: #f30;
}
a:hover {
  color: #f90;
}
#main {
  padding: 60px 0;
  position: relative;
  color: #554444;
}
#main h1 {
  font-size: 40px;
  font-weight: normal;
  line-height: 40px;
  letter-spacing: -1px;
}
#main ul.prev-next {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  margin: 0;
}
#main ul.prev-next li {
  display: inline;
  margin: 0 0 0 10px;
}
#main p {
  margin: 20px 0;
  font-size: 20px;
  line-height: 31px;
}
#main ul,
#main ol {
  margin: 20px;
}
#main li {
  font-size: 20px;
  line-height: 31px;
}
#main ul li {
  list-style-type: square;
}
#main ul.tags li {
  display: inline;
}
#main ul.tags a {
  display: inline-block;
  background: #bbb;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0.5em 0 0;
  padding: 0 0.5em 2px;
}
#main ul.tags .project {
  background-color: #6bf;
}
#main ul.tags .language {
  background-color: #f66;
}
#main ul.tags .tool {
  background-color: #63cf5a;
}
#main ul.tags .hobby {
  background-color: #f8e;
}
ul#archives {
  margin: 0;
}
ul#archives h2 {
  font-size: 30px;
}
ul#archives h2 a {
  color: #554444;
}
ul#archives li {
  list-style-type: none;
  margin: 0;
  display: block;
}
ul#archives .post {
  position: relative;
  margin: 40px 0;
}
ul#archives .post time {
  position: absolute;
  top: -1px;
  left: 0;
  width: 140px;
  text-align: right;
  line-height: 30px;
}
ul#archives .post h2,
ul#archives .post p,
ul#archives .post ul.tags {
  margin: 0 0 0 160px;
  line-height: 31px;
}
footer {
  text-align: center;
  margin: 60px 0 10px;
}
/* Typogruby styles */
span.amp {
  font-style: italic;
}
span.caps {
  text-transform: uppercase;
  font-size: 85%;
  letter-spacing: 1px;
}
span.dquo {
  margin-left: -0.5em;
}
