html {
  overflow-y: scroll; }

body {
  font-family: Georgia, serif;
  text-align: center;
  background-color: #f9f9f9; }
  body div.para {
    margin-bottom: 0.7em;
    line-height: 1.4em; }

h1 {
  color: #681818;
  font-weight: normal;
  font-size: 2.2em;
  text-align: left;
  padding: 0;
  padding-top: 0.5em;
  margin-bottom: 0; }
  h1 .small {
    vertical-align: -3px;
    font-size: 0.5em; }
  h1 a {
    border-bottom: none; }
  h1 a.notes {
    color: #681818; }

#all_tags {
  color: silver;
  font-size: 0.8em;
  margin-top: 0.3em;
  margin-bottom: 2.5em; }
  #all_tags a {
    color: silver;
    border-bottom: none;
    margin: 1em 0;
    margin-left: 0.2em; }
    #all_tags a:hover {
      color: #264066;
      border-bottom: 1px solid gray; }
  #all_tags .small {
    vertical-align: -2px;
    font-size: 0.7em;
    margin-left: 1px; }
  #all_tags #sel_of {
    position: relative;
    float: left;
    width: 122px;
    left: -140px;
    margin-right: -140px;
    text-align: right; }

.black {
  color: black; }

div#main {
  margin-left: auto;
  margin-right: auto;
  width: 700px;
  height: 100%;
  text-align: left; }

div.entry {
  position: relative;
  padding-bottom: 30px; }
  div.entry div.date {
    border: 1px solid black;
    font-size: 90%;
    background-color: #681818;
    color: white;
    width: 60px;
    top: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    position: relative;
    float: left;
    left: -80px;
    margin-right: -80px; }
    div.entry div.date.dummy {
      visibility: hidden; }
    div.entry div.date div {
      margin-right: 5px; }
  div.entry div.body {
    top: 0;
    left: 0; }
    div.entry div.body div.title {
      line-height: 23px;
      height: 23px;
      font-size: 1.3em;
      color: #681818; }
    div.entry div.body .tags, div.entry div.body .tools {
      color: gray;
      font-size: 0.7em;
      margin-left: 0.5em; }
    div.entry div.body a {
      color: #681818;
      border-bottom: none; }
      div.entry div.body a:hover {
        border-bottom: 1px solid gray; }
    div.entry div.body div.content {
      width: 100%;
      padding-top: 0.3em; }

a {
  color: #264066;
  text-decoration: none;
  border-bottom: 1px solid #bbbbbb; }
  a:hover {
    border-bottom: 1px solid gray; }

tt {
  background-color: #fefedd; }

div.codeblock {
  border: 1px dashed silver;
  background-color: white;
  padding: 3px 5px;
  margin: 2px 0px;
  width: 100%;
  line-height: 1.3em;
  font-size: 1.1em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px; }

div.codeblock, tt {
  font-family: Consolas, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace; }

pre {
  margin: 0; }

ul {
  list-style-type: square;
  margin: 0;
  padding-left: 30px; }

#search_box {
  margin: 2em 0; }
  #search_box input {
    font-size: 1.3em;
    border: 1px solid silver;
    padding: 5px;
    margin: -5px;
    width: 20em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px; }
  #search_box #search_status {
    font-size: 1.3em;
    margin-left: 1em;
    color: silver; }
    #search_box #search_status #items_shown {
      color: black; }
  #search_box #search_text {
    size: 41em; }
