/* Laserjet Theme - Zero-frills CSS for Classic Internet aesthetic */

body {
  background-color: #fffff0;
  color: #000000;
  font-family: serif;
  margin: 0;
  padding: 20px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

a:link {
  color: #0000ee;
  text-decoration: underline;
}

a:visited {
  color: #551a8b;
  text-decoration: underline;
}

a:hover {
  color: #0000ee;
}

h1, h2, h3 {
  font-family: serif;
}

h1 {
  font-size: 1.5em;
}

h1.post-title {
  font-size: 2em;
  margin-bottom: 0.25em;
}

h2 {
  font-size: 1.3em;
}

h1 a {
  color: #000000;
  text-decoration: none;
}

h1 a:visited {
  color: #000000;
}

nav {
  font-family: monospace;
  letter-spacing: 1px;
}

hr {
  border: none;
  border-top: 1px solid #000000;
}

img {
  max-width: 100%;
  height: auto;
}

code {
  font-family: monospace;
  background-color: #f0f0e0;
  padding: 2px 4px;
}

pre {
  font-family: monospace;
  background-color: #f0f0e0;
  padding: 10px;
  overflow: auto;
}

pre code {
  background-color: transparent;
  padding: 0;
}

pre.ascii {
  background-color: transparent;
  padding: 0;
}

blockquote {
  border-left: 3px solid #000000;
  margin-left: 0;
  padding-left: 15px;
}

footer {
  font-size: 0.85em;
  color: #555555;
}

.post-meta {
  font-size: 0.9em;
  color: #555555;
  margin-bottom: 10px;
  font-style: italic;
}

.post-date {
  float: left;
}

.post-author {
  float: right;
}

.post-meta:after {
  content: "";
  display: table;
  clear: both;
}

.project-item {
  margin-bottom: 20px;
  overflow: hidden;
}

.project-thumbnail {
  float: left;
  margin-right: 15px;
  max-width: 150px;
  height: auto;
}

.project-content {
  overflow: hidden;
}

h1 a {
  text-decoration: none!important;
  color: black!important;
}