      body {
        background: #642B00; 
        color: #EE8413;
        font: normal 14px Garamond, Georgia, serif;
        margin: 0;
        text-align: center;
        line-height: 1.5em;
      }
      
      a, a:visited, a:active {
        color: #7D93A3;
        outline: 0;
      }
      
      a:hover {
        color: #5883A3;
      }
      
      #content {
        margin: 0 auto;
        width: 40em;
        text-align: left;
      }
      
      /* Title and Description */
      h1 {
        border-bottom: 3px solid #EE8413;
        border-top: 5px solid #EE8413;
        font-size: 3em;
        line-height: 1;
        margin: 0;
        padding: .5em 0 .75em 0;
      }
      
      h1 a, h1 a:active, h1 a:visited { 
        color: #EE8413;
        text-decoration: none;
      }
      
      h1 a:hover {
        color: #EE8413;
      }
      
      h2 {
        color: #EE8413;
        font-size: 1.25em;
        font-weight: normal;
        margin: 0 0 1.5em;
        text-align: right;
      }
 
			/* Search */
			#search {
				margin: 0 0 3em;
				text-align: right;
			}
      
			/* Search Results */
			#searchresultcount {
				margin: 1.5em 0 3em;
				text-align: center;
			}
      
      /* Dates */
      .newdate, .samedate {
        float: left;
        width: 7em;
        color: #7D93A3;
        text-align: center;
      }
      
      
      /* Permalinks Info */
      a.date {
        border-bottom: 1px solid #7D93A3;
        clear: left;
        color: #7D93A3;
        display: block;
        margin-bottom: .5em;
        padding-bottom: .5em;
        text-decoration: none;
      }
      
      a.date:hover {
        border-bottom: 1px solid #7D93A3;
        color: #7D93A3;
      }
      
      
      /* Common to all posts */
      .regular, .quote, .link, .photo, .video, .conversation, .audio {
        margin-bottom: 4.5em;
        margin-left: 8em;
      }
      
      .regular h3, .link h3, .conversation h3 {
        font-size: 1.5em;
        margin: 0 0 .5em;
      }
      
      
      /* Regular Posts */
      .regular blockquote, .link blockquote {
        border-left: 3px solid #642B00;
        font-weight: bold;
        margin: 1em 2em;
        padding: 0 0 0 .5em;
      }
      
      .regular ul, .regular ol {
        margin-top: 1em;
        margin-bottom: 1em;
      }
      
      
      /* Quote Post */
      .quote {
        font-weight: bold;
        font-size: 1.5em;
        margin-left: 5.5em;
      }
      
      .quote big {
        font-weight: bold;
      }
      
      .quote .source {
        font-weight: normal;
        margin-left: .5em;
      }
      
      
      /* Photo posts */
      .photo .caption, .video .caption, .audio .caption {
        display: block;
      }
      
      .photo img {
        border:1px solid #642B00;
        background: #642B00;
        padding:5px;
      }
      
      
      /* Conversation Posts */
      .conversation ul {
        list-style: none;
        padding-left: 1.5em;
      }
      
      .conversation li {
        margin-top: 1em;
        clear: both;
      }
      
      .conversation .person {
        display: block;
        font-size: 1.25em;
        font-weight: bold;
      }
 
      
      /* Link Posts */
      .link a {
        font-weight: bold;
      }
      
      .link a.hover {
        color: #5883A3;
      }
      
      .link .description {
        display: block;
      }
      
      /* Previous and Next links */
      #prevnext {
        clear: both;
        color: #7D93A3;
        margin-top: 6em;
        margin-bottom: 4.5em;
        text-align: center;
      }
      
      #prevnext .prev {
        font-weight: bold;
        margin-right: 1em;
      }
      
      #prevnext .next {
        font-weight: bold;
        margin-left: 1em;
      }
      
      /* Footer */
      #footer {
        border-top: 2px solid #642B00;
        clear: both;
        font-size: .9em;
        padding: .5em 0 1em;
      }
      
      #footer h3 {
        margin: 0;
        padding: 0;
      }
      
      #footer ul {
        margin: 1em 0;
        padding: 0;
        text-align: center;
      }
      
      #footer ul li {
        display: inline;
        margin: 0 .5em;
      }
 
			.query { font-weight: bold; }
      
      