body {
  font-family: 'Lucida Grande', 'Trebuchet MS', 'Bitstream Vera Sans', Sans-Serif;
  padding: 0;
  margin: 0;
  background: url(/media/background.jpg) repeat-y;
  background-color: White;
}

div#page {
  background-color: #eee;
  margin: 0 auto 0 100px;
  padding: 0em 1.5em 0em 1.5em;
  max-width: 55em;
  border: 1px solid #bbb;
  border-top-color: #eee;
  border-bottom-color: #eee;
}

a {
  font-weight: bold;
}

a img {
  border: none;
}

small {
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
  font-size: 0.9em;
  line-height: 1.5em;
}

h1, h2, h3, h4, h5 {
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-weight: bold;
  margin-top: .7em;
  margin-bottom: .7em;
  color: #333;
}

h1 {  
  font-size: 2.0em;
}
h2 { 
  font-size: 1.5em;
}
h3 {
  font-size: 1.3em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-style: italic;
}


h1 {
  padding: 0.1em 0.2em;
  border-color: #333;
  border-style: solid;
  border-width: 0 0 1px;
}

h2.date {
  text-align: right;
  margin-right: 0.5em;
  font-size: 1.3em;
}

h2.delicious-banner {
  font-size: 1.1em;
}

div.blosxomStory {
  margin-bottom: 7em;
}

code, pre,
table.blosxomCalendar,
div.blosxomCommentBody {
  border: 1px dashed #bbb;
  padding: 0.5em;
  background-color: White;
}

.pre {
  font-size: 1.2em;
  font-family: 'Courier', 'Courier New', Fixed;
}

acronym, abbr {
  font-size: 0.9em;
  letter-spacing: .07em;
}

ul {
  list-style-type: circle;
}

p.logo img {
  background-color: #fff;
  border: 1px solid #e5e5e5;
}

p.logo {
  clear: both;
}

.discreet {
  color: #666;
}

.discreet a {
  font-weight: normal;
}

div.blosxomComment {
  margin-bottom: 1.0em;
}

div.blosxomCommentBody {
  border-style: solid;
}

div.blosxomCommentForm {
  margin-top: 2.0em;
}

table.blosxomCalendar {
  float: right;
  border-style: solid;
}

ul.categorygroup {
  margin-left: 0;
  padding-left: 0.2em;
}

ul.categorygroup a,
ul.categorygroup ul {
  font-weight: normal;
}

ul.categorygroup,
ul.categorygroup li {
  display: inline;
}

.hidden {
  display: none;
}
