     
      /* Dates */
      .newdate, .samedate {
	
        color: #999999;
        text-align: center;
		font-size:x-small;
      }
      
      
      /* Permalinks Info */
      a.date {
        border-bottom: 1px solid #000000;
        clear: left;
        color: #000000;
        display: block;
        margin-bottom: .5em;
        padding-bottom: .5em;
        text-decoration: none;
		font-size:x-small;
      }
      
      a.date:hover {
        border-bottom: 1px solid #aa5500;
        color: #aa5500;
      }
      
      
      /* Common to all posts */
      .regular, .quote, .link, .photo, .video, .conversation, .audio {
        margin-bottom: 2.5em;

      }
      
      .regular h3, .link h3, .conversation h3 {
        font-size: medium;
      }
      
      
      /* Regular Posts */
      .regular blockquote, .link blockquote {
        
        font-weight: bold;

		
      }
      
      .regular ul, .regular ol {
        margin-top: 1em;
        margin-bottom: 1em;
      }
      
      
      /* Quote Post */
      .quote {
        font-weight: bold;
        font-size: large;
      }
      
      .quote big {
        font-weight: bold;
      }
      
      .quote .source {
        font-weight: normal;
      }
      
      
      /* Photo posts */
      .photo .caption, .video .caption, .audio .caption {
        display: block;

      }
      
      .photo img {
        border:1px solid #333333;
        background: #eeeeee;
      }
      
      
      /* Conversation Posts */
      .conversation ul {
        list-style: none;
        
      }
      
      .conversation li {
        margin-top: 1em;
        clear: both;
      }
      
      .conversation .person {
        display: block;
        font-size: medium;
        font-weight: bold;
      }

      
      /* Link Posts */
      .link a {
        font-weight: bold;
      }
      
      .link a.hover {
        color: #000000;
      }
      
      .link .description {
        display: block;
      }
