/*  
Theme Name: Fairbairn 2
Theme URI: http://james.netlagoon.com
Description: Simplicity itself
Version: 1.0
Author: James Fairbairn
Author URI: http://james.netlagoon.com/
*/
body * {
  font-family: Georgia, serif;
}


body {
  background-color: #eee;
  font-size: 10pt;
  margin: 0;
  padding: 0;
  text-align: center;
}

.post * {
  line-height: 160%;
}


#page {
  width: 720px;
  background-color: white;
  border: 1px solid black;
  margin-left: auto; margin-right: auto;
  margin-top: 1em; margin-bottom: 1em;
}

#page * {
  text-align: justify;
}

#header {
  background-image: url(/wp-content/blogtopbar.jpg);
  width: 696px;
  height: 393px;
  margin: auto;
}

#header * {
  color: #fc0;
  text-decoration: none;
  font-family: Trebuchet MS, Trebuchet, sans-serif;
  text-shadow: 3px 3px 6px #000;

}

#header h1 {
  text-align: left;
  margin-left: 12px;
  padding-top: 48px;
}

#header .description {
  text-align: left;
  margin-left: 12px;
  font-weight: bold;
  font-size: 120%;
}

a, a:visited {
  color: #030;
}

.post small {
  color: silver;
  size: 70%;
}

h1, h2, h2 * {
  font-family: Trebuchet MS, Trebuchet, sans-serif;
  text-decoration: none;
}

h2 {
  font-size: 140%;
}

.postmetadata {
  font-size: 70%;
}

#sidebar {
  width: 150px;
  float: right;
  padding: 12px 12px 12px 0;
  margin: 0;
}

#content {
  float: left;
  width: 528px;
  padding: 12px;
  margin: 0;
}

#sidebar ul li {
  list-style-type: none;
  line-height: 160%;
  margin: 0;
  padding: 0;
}

#sidebar ul {
  padding: 0;
  margin: 0;
}

#footer {
  display: block;
  width: 100%;
  clear: both;
  padding: 6px;
}

hr {
  background-color: #060;
}

.post a img {
  border: none;
}

textarea {
  width: 100%;
}

pre, tt {
  font-family: monospace;
}