#posts {
  margin-left: 209px;
}

/* Title and Description */
h1 {
  border-bottom: 3px solid #000;
  border-top: 5px solid #000;
  font-size: 3em;
  line-height: 1;
  margin: 0;
  padding: .5em 0 .75em 0;
}

h1 a, h1 a:active, h1 a:visited { 
  color: #000;
  text-decoration: none;
}

h1 a:hover {
  color: #00B0D8;
}

h2 {
  color: #000;
  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;
  margin-left: -8em;
  margin-top: 0.5em;
  color: #666;
  text-align: center;
}


/* Permalinks Info */
a.date {
  border-bottom: 1px solid #00B0D8;
  clear: left;
  color: #666;
  display: block;
  margin-bottom: .5em;
  padding-bottom: .5em;
  text-decoration: none;
  font-size: 1.4em;
  font-style: italic;
}

a.date:hover {
  border-bottom: 1px solid #00B0D8;
}


/* Common to all posts */
.regular, .quote, .link, .photo, .video, .conversation, .audio {
  margin-bottom: 4.5em;
}

.regular h3, .link h3, .conversation h3 {
  font-size: 1.5em;
  margin: 0 0 .5em;
}


/* Regular Posts */
.regular blockquote, .link blockquote {
  font-weight: bold;
  margin: 1em 2em;
  padding: 0 0 0 .5em;
}

.regular ul, .regular ol {
  margin-top: 1em;
  margin-bottom: 1em;
}

.regular p, .regular blockquote {
  margin: 1em 0;
  font-size: 1.4em;
}
  
.regular ul li, .regular ol li {
  font-size: 1.4em;
  padding-left: 0.5em;
  margin-left: 2em;
}
.regular ul li {
  list-style: disc;
}
.regular ol li {
  list-style: decimal;
}

/* Quote Post */
.quote {
  font-weight: bold;
  font-size: 1.5em;
}

.quote big {
  font-weight: bold;
}

.quote .source {
  font-weight: normal;
  margin-left: .5em;
}


/* Photo posts */
.photo .caption, .video .caption, .audio .caption {
  display: block;
  font-size: 1.4em;
  margin: 0.5em 0;
}

.photo img {
  background: #fff;
  padding:5px;
}


/* Conversation Posts */
.conversation ul {
  list-style: none;
  padding-left: 1.5em;
}

.conversation li {
  margin-top: 1em;
  clear: both;
  font-size: 1.4em;
}

.conversation .person {
  display: block;
  font-size: 1.25em;
  font-weight: bold;
}


/* Link Posts */
.link a {
  font-weight: bold;
}

.link .description {
  display: block;
  font-size: 1.4em;
}

/* Previous and Next links */
#prevnext {
  clear: both;
  margin-top: 6em;
  margin-bottom: 4.5em;
  text-align: center;
  font-size: 1.2em;
}

#prevnext .prev {
  font-weight: bold;
  margin-right: 1em;
}

#prevnext .next {
  font-weight: bold;
  margin-left: 1em;
}

.query { font-weight: bold; }