body {
  background:#fff;
  margin:0;
  padding:0 0 0 0;
  font:x-small Arial;
  font-size:small;
  text-align:center;
  color:#333;
  }
a:link {
  color:#58a;
  text-decoration:none;
  }
a:visited {
  color:#969;
  text-decoration:none;
  }
a:hover {
  color:#c60;
  text-decoration:underline;
  }
a img {
  border-width:0;
  }

/* Navbar removal
----------------------------------------------- */
#b-navbar {
   height:0px;
   visibility:hidden;
   display:none
   }


/* Header 
----------------------------------------------- */
#header {
  width:850px;
  margin:0 auto 10px;
  }
#blog-title {
  font-size:200%;
  line-height:1.2em;
  font-weight:normal;
  color:#c60;
  text-align:left;
  letter-spacing:.2em;
  }
#blog-title a {
  color:#c60;
  text-decoration:none;
  }
#blog-title a:hover {
  color:#c60;
  }
#description {
  margin:0 5px 5px;
  padding:0 20px 20px;
  border:1px solid #eee;
  border-width:0 1px 1px;
  max-width:700px;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }


/* Content 
----------------------------------------------- */
#content {
  width:900px;
  margin:0 50px 0;
  padding:0;
  text-align:left;
  }
#main {
  width:410px;
  margin:90px 0 0 20px;
  float:left;
  }
#sidebar {
  width:380px;
  float:right;
  padding:0;
  }


/* Headings
----------------------------------------------- */
h2 {
  margin:1.5em 0 .75em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }


/* Posts
----------------------------------------------- */
.date-header {
  margin:1.5em 0 .5em;
  }
.post {
  margin:.5em 0 1.5em;
/*  border-bottom:1px dotted #ccc; */
  padding-bottom:1.5em;
  }
.post dd {
  text-indent: 1.5em;
  }
.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
/*  font-size:140%;  */
  font-weight:normal;
  text-align:right;
  line-height:1.4em;
  color:#333;
  }
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color:#333;
  font-weight:normal;
  }
.post-title strong, .post-title a:hover {
  color:#333;
  }
.post p {
  margin:0 0 .75em;
  }
p.post-footer {
  margin:-.25em 0 0;
  color:#ccc;
  }
.post-footer em, .comment-link {
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.post-footer em {
  font-style:normal;
  color:#999;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  }
.post img {
  padding:4px;
  border:1px solid #ddd;
  }
#nav img {
  padding:4px;
  border:0;
  }
#nav a {
  border:1px solid #fff;
  }
#nav a:hover {
  border:1px solid #ddd;
  }
#nav2 {
  font:80% Arial;
  text-align:center;
  color:#666;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }

/* Sidebar Content
----------------------------------------------- */
#sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  list-style:none;
  text-align:justify;
  color:#999;
  }
#sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  }
#sidebar p {
  line-height:0em;
  }
#sidebar dd {
  text-indent: 1.5em;
  }
