li {
  margin: 5px;
}

nav {
  position: fixed;
  right: 0px;
  top: 70px;
  background-color: #eee;
  border-radius: 3px 0px 0px 3px;
  padding: 5px;
}

body {
  font-family: 'Gentium Book Basic', Arial, Georgia, serif;
  font-size: 1.3em;
  color: #333;
}

a {
  color: #E52B50;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#wrapper {
  width: 640px;
  margin: 0px auto;
}

header {
  margin-top: 30px;
}

header a {
  text-decoration: none;
}

header h1 a:hover {
  text-decoration: underline;
}

.logo {
  font-size: 1em;
}

h1, h2, h3 { font-size: 2em; letter-spacing: 1px; line-height: 1.2em; }
h2 {font-size: 1.5em; }
h3 {font-size: 1em; }

article {
  line-height: 1.5em;
}

article header {
  margin: 20px 0 10px 0;
}

article time {
  margin: -40px 60px 0px 0px;
  float: right;
  font-size: 0.8em;
}

article p {
  margin: 20px 0 10px 0;
}

article blockquote {
  font-size: 0.8em;
  line-height: 1.3em;
  margin: 10px;
  border-left: 2px solid #E52B50;
  padding: 5px 10px 5px 10px;
  background-color: #f5f5f5;
  font-style: italic;
}

article pre {
  line-height: 1em;
  font-size: 0.8em;
  margin: 10px;
  border-left: 2px solid #E52B50;
  padding: 5px 10px 5px 10px;
  background-color: #f9f5f9;
  font-family: Consolas, Monaco, monospace;
  white-space: pre;
  overflow: auto;
  display: block;
}

article pre::-webkit-scrollbar {
	height: 8px;
	background: #ccc;
}
article pre::-webkit-scrollbar-track-piece {
}
article pre::-webkit-scrollbar-thumb {
	background: #666;
}
article pre::-webkit-scrollbar-button,
article pre::-webkit-scrollbar-corner {
	width:0;
	height:0;
}

article ul, article ol {
  margin: 10px 10px 10px 30px;
  font-size: 0.9em;
}

article ul {
  list-style-type: disc;
}

article ol {
  list-style-type: lower-roman;
}

li.sep {
  border-top: 1px solid #bbb;
  font-size: 1px;
}

.center {
  text-align: center;
}

article img {
  border: 1px solid #ddd;
  padding: 3px;
  margin: 10px;
}

.left {
  float: left;
}

.posts {
  list-style-type: none;
  font-size: 0.8em;
}

.posts li span {
  font-family: Consolas, Monaco, monospace;
}

.divider {
  border: 0px;
  padding: 0px;
}

footer {
  font-size: small;
  padding: 10px;
}

.you {
  background-color: #eee;
}

code {
  background-color: #f9f5f9;
}
