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 2em 100px;
  padding: 0em 1.5em 1em 1.5em;
  max-width: 55em;
  border: 1px solid #bbb;
  border-top-color: #eee;
  border-bottom-color: #eee;

  -moz-box-shadow: 5px 2px 5px #888;
  -webkit-box-shadow: 5px 2px 5px #888;
  box-shadow: 5px 2px 5px #888;
}

a {
}

a img {
  border: none;
}

small {
  font-family: 'IM Fell Great Primer SC', 'Trebuchet MS', arial, serif;
  font-size: 0.9em;
  line-height: 1.5em;
}

h1, h2, h3, h4, h5 {
  font-family: 'IM Fell Great Primer SC', 'Trebuchet MS', arial, serif;
  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: #555;
  border-style: solid;
  border-width: 0 0 2px;
}

h1 a {
  text-decoration: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
  color: #333;
}

dd {
  margin-bottom: 1em;
}

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;
}

/*
blockquote {
  font-style: italic;
}
*/

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;
}

#credits {
  margin-top: 2em;
  text-align: right;
}

.twtr-ft {
  display: none;
}

div.figure {
  margin-left: 2em;
}

p.caption {
  font-style: italic;
  color: #666;
}

p.caption a {
  color: #666;
}