body {
  background-color: #253e70;
  margin: 0px 0px 50px 60px;
  font-family: Helvetica Neue, Geneva, sans-serif;
  font-weight: 200;
  color: #393837; }

a {
  color: #393837; }

#container {
  width: 500px;
  padding: 25px;
  background-color: #e6e9e6;
  border-bottom: solid 8px #6b6155; }

#nav {
  margin-top: -12px;
   }
  #nav a {
    font-weight: bold; }
  #nav .dim {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    margin: 0px 3px; }

h1 {
  font-family: museo-slab-1, museo-slab-2, Georgia, serif;
  font-size: 72pt;
  line-height: 100%;
  text-shadow: 1px 1px 2px #6b6155;
  margin: 0px -3px; }
  h1 a {
    text-decoration: none; }

h2 {
  font-family: museo-slab-1, museo-slab-2, Georgia, serif;
  font-weight: 200;
  font-size: 18pt;
  line-height: 100%;
  margin-top: 15px;
  margin-bottom: -3px; }

#description {
  
  line-height: 18px;
  padding-right: 70px;
  margin-bottom: 30px; }

.date {
  margin: 30px 0px 10px 0px;
  font-family: museo-slab-1, museo-slab-2, Georgia, serif;
  font-size: 24pt;
  text-align: left;
  border-bottom: solid 1px #253e70; }

div.post {
  margin-bottom: 50px;
  position: relative;
  border-bottom: dotted 1px #253e70; }
  div.post img.permalink {
    border-width: 0px;
    width: 23px;
    height: 9px;
    position: absolute;
    top: 5px;
    right: 5px;
    display: none; }
  div.post:hover img.permalink {
    display: block; }
  div.post h2 {
    margin: 0px 0px 5px 0px; }
    div.post h2 a {
      text-decoration: none; }

div.post div.regular {
  line-height: 17px;
  background: #eee; }
  div.post div.regular blockquote {
    font-style: italic; }
div.post div.photo img,
div.post div.link img {
  border-width: 0px; 
  max-width: 500px;
}

div.post div.caption {
  font-size: 14px;
}

div.post div.photo div.caption {
  
  margin-top: 5px; }
div.post div.quote {
  padding: 0px 30px 0px 30px; }
  div.post div.quote span.quote {
    font-size: 24px; }
    div.post div.quote span.quote big.quote {
      font: Bold 60px Georgia, serif;
      line-height: 1px;
      vertical-align: -23px;
      opacity: 0.4;
      -moz-opacity: 0.4;
      filter: alpha(opacity=40); }
      div.post div.quote span.quote big.quote a {
        text-decoration: none; }
  div.post div.quote div.source {
    font-size: 16px; }
div.post div.link {
}
  div.post div.link div.description {
     }
div.post div.conversation ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px 0px 0px 1px;
  border-left: solid 5px #555; }
  div.post div.conversation ul li {
    padding: 4px 0px 4px 8px;
    margin-bottom: 1px; }
    div.post div.conversation ul li span.label {
      font-weight: bold; }
    div.post div.conversation ul li.odd {
      background-color: #f4f4f4; }
    div.post div.conversation ul li.even {
      background-color: #e8e8e8; }
div.post div.audio div.caption {
  margin-top: 5px;
  }
  div.post div.audio div.caption a {
    color: #888; 
  }
  div.post div.audio span audio {
    width: 500px;
  }

div.post div.video div.caption {
  margin-top: 5px;
}

div.post div blockquote {
  color: #72706E;
}

#navigation {
  
  font-weight: bold; }
  #navigation a {
    text-decoration: none; }
    #navigation a:hover {
      text-decoration: underline; }

#footer {
  margin-top: 11px;
  font-size: 10px; }

#feeds {
  font-size: 14px;
  background-color: #e6e9e6;
  position: absolute;
  float: right;
  left: 635px;
  width: 330px; }
  #feeds ul {
    list-style: none;
    padding-left: 15px; }
  #feeds li {
    background-color: #e6e9e6; }
  #feeds h2 {
    padding-left: 15px; }

div.comments a {
  font-size: 75%;
  float: right; }


