body {
      background: black;
      color: #404040;
      font: normal 1em/1.5em "Helvetica Neue", Helvetica, serif;
      margin: 0;
      padding: 0;
      text-align: center; /* for ie5.5/win */
    }

	img {
		border: 0px;
	}
    
    a, a:active, a:visited {
      color: #c03030;
      font-weight: bold;
      text-decoration: none;
    }
    
    a:hover {
      text-decoration: underline;
    }
    
    blockquote, ol, p, ul {
      margin: 0 0 1.5em;
      padding: 0;
    }
    
    ol, ul {
      margin-left: 2em;
      margin-right: 2em;
    }
    
    blockquote {
      border-left: 2px solid #404040;
      font-style: italic;
      margin-left: 1em;
      padding: 0 2em 0 1em;
    }
    
    h1, h2, h3, h4, h5, h6 {
      color: black;
      margin: 0 0 1.5em;
      padding: 0;
    }
    
    h1 {
      font-size: 3em;
      line-height: 1;
      margin-bottom: .5em;
    }

	#header {
		text-align: center;
	}

	#header img {
		border: 0px;
	}
    
    h1 a, h1 a:visited, h1 a:active {
      color: #404040;
    }
    
    h1 a:hover {
      color: #c03030;
      text-decoration: none;
    }
    
    h2 {
      color: #999;
      font-size: 1em;
      margin-bottom: .5em;
    }
    
    h3 {
      font-size: 1.4em;
    }
    
    
    /* Content container */
    #content {
      margin: 0 auto 0;
      text-align: left;
      width: 700px;
	background-color: white;
	padding: 0px 30px 20px 20px;
    }
    
    
    /* Metadata */
    #meta {
      list-style: none;
      margin: 0;
		margin-top: -92px;
      padding: 0;
      text-align: right;
    }
    
    #meta li {
      display: inline;
    }


		/* Search */
		#search { text-align: right; margin-bottom: 10px; }
		

		/* Search Result Count */
		#searchresultcount { margin: 1.5em 0; text-align: center; }
    
    
    /* Individual Posts */
    .post {
      border-top: 1px solid #999;
      padding: 2em 0 1em;
    }
    
    .post .date {
      border-top: 3px solid black;
      border-bottom: 2px solid black;
      float: left;
      padding: .25em 1em;
      text-align: center;
    }
    
    .post .date .month, .post .date .day, .post .date .time {
		font-family: Helvetica;
      color: black;
      display: block;
      font-weight: normal;
    }
    
    .post .date .month {
      letter-spacing: .05em;
      text-transform: uppercase;
font-weight: bold;

    }
    
    .post .date .day {
      font-size: 2em;
      font-weight: bold;
    }

    .post .date a, .post .date a:visited, .post .date a:active {
      font-weight: normal;
    }
    
    .post .regular, .post .quote, .post .link, .post .conversation,
    .post .photo, .post .video, .post .audio {
      margin-left: 6em;
      padding: 0;
    }
    
    .post .photo .caption, .post .video .caption,
    .post .quote .source, .post .audio .caption {
      display: block;
      margin-bottom: 1.5em;
    }
    
    .post .quote .source {
      font-style: italic;
      text-align: right;
    }
    
    .post .conversation ul {
      list-style: none;
      margin: 0 .5em 1.5em;
      padding: 0;
    }
    
    .post .conversation ul li {
      padding: .5em 0;
    }
    
    .post .conversation ul li .person {
      font-weight: bold;
      margin-right: 1em;
    }
    
    .post .post-footer {
      color: #999999;
      margin-left: 7em;
      text-align: right;
    }
    
    .post .post-footer .permalink, .post .post-footer .when {
      font-size: .75em;
      font-weight: normal;
      margin-left: 1em;
    }
    
    /* Previous and Next Links */
    #prev-next {
      margin-left: 7em;
      padding: 1.5em 0 3em;
    }
    
    #prev {
      margin-right: 1.5em;
    }
    
    #next {
      margin-left: 1.5em;
    }
    
    #footer {
      border-top: 1px solid #999;
      font-size: .85em;
    }
    
    #footer a, #footer a:active, #footer a:visited {
      color: #404040;
    }
    
    #footer ul {
      list-style: none;
      margin: 1em 0;
      padding: 0;
      text-align: center;
    }
    
    #footer ul li {
      display: inline;
      margin: 0.5em;
    }

		.query { font-weight: bold; }
    
#linkback {
	text-align: right;
}

#linkback img {
	text-decoration: none;
	border: 0px;
	margin-bottom: 10px;
}

.commentlink {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 20px;
	color: black;
	text-align: right;
}

.permalink {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
}