   
    #content_inner blockquote, #content_inner ol, #content_inner p, #content_inner ul {
      margin: 0 0 1.5em;
      padding: 0;
    }
    
    #content_inner ol, #content_inner ul {
      margin-left: 2em;
      margin-right: 2em;
    }
    
    #content_inner blockquote {
      border-left: 2px solid #333333;
      font-style: italic;
      margin-left: 1em;
      padding: 0 2em 0 1em;
    }
    
    #content_inner h1, #content_inner h2, #content_inner h3, #content_inner h4, #content_inner h5, #content_inner h6 {
      margin: 0 0 1.5em;
      padding: 0;
    }
    
    #content_inner h1 {
      font-size: 3em;
      line-height: 1;
      margin-bottom: .5em;
    }
    
    #content_inner h2 {
      color: #c03030;
      font-size: 1em;
      margin-bottom: .5em;
    }
    
    #content_inner h3 {
      font-size: 1.4em;
    }
    
    
    /* Content container */
    #content_inner {
      font-size: 120%; line-height:150%;
      color: #000000;
					width: 400px; padding: 0 9px; 
    }
    
    
  
  


		/* Search */
		#search { text-align: right; }
		

		/* Search Result Count */
		#searchresultcount { margin: 1.5em 0; text-align: center; }
    
    
    /* Individual Posts */
    .post {
      border-top: 1px solid #999999;
      padding: 2em 0 1em;
    }
    
    .post .date {

      float: left;
      padding: .25em 1em;
      text-align: center;
    }
    
    .post .date .month, .post .date .day, .post .date .time {
      color: #999999;
      display: block;
      font-weight: normal;
    }
    
    .post .date .month {
      letter-spacing: .05em;
      text-transform: uppercase;
    }
    
    .post .date .day {
      font-size: 1.3em;
      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: 7em;
      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 .quote .words {font-size:1.6em}
    
    .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: {color:Post Footer};
      margin-left: 7em;
      text-align: right;
    }
    
    .post .post-footer .permalink, .post .post-footer .when {
      font-size: 1em;
      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 #999999;
      font-size: .85em;
    }
    
    #footer a, #footer a:active, #footer a:visited {
      color: #000000;
    }
    
    #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; }
