html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
::selection {background: silver;color: #111;}
::-moz-selection {background: silver;color: #111;}
body {background-color: rgb(27, 27, 27);color: #c1c1c1;font-size: 16px;padding: 1em;font-family: monospace, sans-serif;line-height: 1.5em;}
a {color: inherit;text-decoration: none;}
img { max-width: 100%; height: auto; display: block;}
.posts { list-style: none; padding: 0; margin: 1em 0; line-height: 1.6em; }
.post-link { display: table; text-transform: uppercase; margin-bottom: .55em; }
.post-link a { text-decoration: none; display:contents;}
.post-link .title:hover {  color:red;  }
.post-link .stamp { color: #999; display: table-cell; width: 2.25em; text-align:right; padding-right: 1.5em; }
.post-link .title { color: silver; vertical-align: top;font-weight: bold; }
nav a { color: #555; text-decoration: none; } nav a:hover { color: #268bd2}
nav a+a:before { content: ' • '; }
header { text-transform: uppercase; }
header a { text-decoration: none; font-size: 26px; display: contents;}
.wrapper {max-width: 1200px;margin: 0 auto;}
.tags {display: inline-block;color: #999;}
.more { font-size: 0.9em; }
.active {color: red;}
@media (min-width: 800px) {body {font-size: 26px;}}
@media (min-width: 1600px) {.wrapper {max-width: 1600px;margin: 0 auto;}body {font-size: 38px;}}
