/**
 * screen.css v080210
 * Inspired by blender.org
 * filipp@mac.com
 */
body {
  color: #fff;
  padding: 0px; margin: 0px;
  background-color: #111;
  font-size: 12px;
  line-height: 145%;
  font-family: "Lucida Grande", Verdana, sans-serif;
}
body a {
  text-decoration: none;
}
#page {
  width: 766px; margin: auto;
  margin-top: 20px;
}
#header {
  height: 40px;
  padding-top: 20px;
  background: url(images/header-bg.png) no-repeat;
}
#navigation {
  float: left;
  width: 400px;
   padding-bottom: 15px;
}
#navigation a {
  color: #fff;
  font-weight: bold;
  margin-left: 20px;
  text-shadow: #000 1px 1px 1px;
}
#content {
  padding: 20px;
  background-color: #232323;
  border: 1px solid #363636;
  min-height: 800px;
}
#content a {
  color: #97B9CF;
}
#content a:hover {
  border-bottom: 1px dotted #777;
}
#footer {
  padding: 20px;
  font-size: 0.8em;
  color: #A0A0A0;
  margin-bottom: 50px;
  height: 175px;
  background: url(images/footer-bg.png) no-repeat;
}
#footer ul {
  margin: 0px;
  list-style: none;
}
#footer .title {
  color: #A0A099;
  font-weight: bold;
  line-height: 2em;
}
#footer a {
  color: #888;
}
code, blockquote {
  margin: 10px 20px;
  display: block;
  padding: 10px;
  border-top: 1px dashed #3E4D5E;
  border-bottom: 1px dashed #3E4D5E;
}
code {
  white-space: pre;
  font: 7pt Monaco, monospace;
  overflow: auto;
}
.post {
  margin-bottom: 30px;
}
hr {
  border: 1px dashed #444;
  margin-bottom: 25px;
}
.heading {
  font-size: 1.8em;
}
.post-meta {
  float:right
}

.tags {
  font-size: x-small;
 }

#searchResults {
  float: right;
  position: absolute;
  width: 220px;
  font-size: 8pt;
  background: #000;
}

#searchResults ul {
  list-style: none;
}
#highlight {
  font-weight: bold;
}

