html {
  margin: 0px;
  padding: 0px;
}

body {
  background: #FAFFD2;
  color: #111;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 11pt;
  margin: 0px;
  padding: 0px;
}

p, pre, blockquote {
  line-height: 1.5em;
}

pre, code, tt, type {
  font-family: "andale mono", monospace;
  /* Fixed-width fonts are always too large */
  font-size: 80%;
}

pre {
  overflow: auto;
}

a:link, a:visited {
  border-bottom:1px dotted #710;
  text-decoration: none;
  color: inherit;
}

a:hover {
  border-bottom:1px dotted #C30;
}

/* Links without any lines or borders */
a.noline:link, a.noline:visited, a.noline:hover {
  text-decoration:none;
  border: none;
}

a.noline img { 
  text-decoration:none;
}

/* Images which are links get borders unless told otherwise */
a img {
  border: 2px solid black;
}

img.thumbnail { 
  background: white;
  border: 1px solid gray;
  text-decoration:none;
  padding: 4px;
  margin: 1px;
}

a:hover img.thumbnail {
  border-color: #F80;
  border-width: 2px;
  margin: 0px;
}


h1, h2, h3, h4, h5, h6 {
  font-family: "Trebuchet MS", "Verdana", sans-serif;
  font-weight: bold;
}

div#header {
  height: 150px;
  background: #912E23 url("header.jpg") no-repeat top left;
  border-bottom: 1px solid black;
}

div#header h1 {
  margin: 0;
  padding: 1em;
  text-align: right;
  color: #F1F2EA;
  font-family: inherit;
  font-weight: normal;
  font-style: italic;
  font-size: 25px;
}

div#sidebar {
  position: absolute;
  top: 151px;
  right: 0px;
  width: 20em;
  font-size: 75%;
  margin: 0px;
  padding: 0px;
  font-family: sans-serif;
}

div#content {
  /* A bit of maths here, the sidebar is 20ems at 75% so 15ems+padding here */
  margin: 1em 17em 1em 2em;
  padding: 0em;
}

#footer {
  background: #710;
  padding: 1em 2em;
  font-size: 9pt;
  color: white;
}

.clearing {
  height: 0;
  clear: both;
}

.blog {
}

.blog h2 {
  border-bottom: 1px solid #654;
  margin-top: 1em;
  font-family: georgia, "times new roman", serif;
  font-style: italic;
  font-weight: normal;
  font-size: 120%;
  letter-spacing: 0.07em;
}

.blogDate {
  color: #654;
  font-size: 75%;
  font-weight: bold;
  border-bottom: 2px solid #654;
}

.blogFooter {
  color: #654;
  font-size: 75%;
  margin-bottom: 2em;
}

.sidetitle {
  text-align: center;
  font-weight: bold;
}

.side {
  margin: 0em 1em;
}

.blosxomCalendar {
  width: 100%;
  font-size: 7pt;
  text-align: center;
}

.blosxomCalendarHead {
  font-weight: bold;
}

.blosxomCalendarWeekHeader {
  font-weight: bold;
}

.blosxomCalendarCell {
  color: silver;
}

.blosxomCalendarBlogged {
  color: black;
}

.blosxomCalendarSpecificDay { 
  color: #003366;
  font-weight: bold;
}

.blogComment {
  font-size: 75%;
  margin: 1em;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: thin dashed gray;
}

/* LibraryThing.com styles */

.LTitem {
  display: list-item;
  list-style: square outside;
}

.LTprovided {
  text-align: right;
  font-size: 75%;
  color: #654;
}

/* Flickr badge */
#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, Sans serif; color:#000000;}
#flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid rgb(0, 0, 0) !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_badge_uber_wrapper {width:150px;}
#flickr_www {display:block; text-align:center; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {border-bottom: none !important; text-decoration:none !important; background:inherit !important;color:#000000;}
#flickr_badge_wrapper {}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#000000 !important;}
