/*  
Theme Name: Martijn
Theme URI: http://martijn.van.steenbergen.nl/
Description: The theme for Martijn's website.
Version: 0.1
Author: Martijn van Steenbergen
Author URI: http://martijn.van.steenbergen.nl/
*/

.timestamp {
  font-style: italic;
}

.prevpost {
  float: right;
}

.entry_details {
  text-align: center;
}

#sidebar {
  width: 144px;
  float: right;
  border-bottom: 1px solid grey;
  margin-left: 24px;
  margin-bottom: 12px;
  font-size: 9pt;
}

#sidebar h1 {
  font-size: 12pt;
}

#sidebar h2 {
  font-size: 10pt;
}

#sidebar ul {
  margin-left: 0px;
  padding-left: 0px;
}

#sidebar ul li {
  list-style-type: none;
  list-style-image: none;
}

.fadeframe {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.fadeframe-overlay {
  background-image: url('fade.png');
  background-repeat: repeat-y;
  position: absolute;
  width: 48px;
  height: 100%;
  right: 0px;
}

#searchdiv {
  margin-top: 12px;
}

#searchform input {
  color: grey;
  width: 100%;
}

ul.archive {
  margin-left: 0px;
  padding-left: 0px;
}

ul.archive li {
  list-style-type: none;
  list-style-image: none;
}

.archive-day {
  position: absolute;
  color: grey;
}

.archive-title {
  margin-left: 84px;
}

.archive-title-after-year {
  margin-left: 84px;
}

pre {
    margin-left: 24px;
    margin-right: 216px;
    background-color: #ffe;
    padding: 8px;
    border: 1px dashed grey;
}
