#postarea {
  min-height: 1000px;
  width: 750px;
}

#postarea .post {
  min-height: 250px;
}
#title  {
  font-style: italic;
  color: #737373;
  font-family: georgia, serif;
  border-bottom: 1px dotted #deb56f;
  margin-bottom: 10px;
}

#search-title  {
  font-style: italic;
  color: #737373;
  font-family: georgia, serif;
}

#title h1 {
  display: inline;
  color: #cd6615;
  margin-right: 0.5em;
  font-style: normal;
  font-size: 1.5em;
}

#search-title h3 {
  display: inline;
  margin-right: 0.5em;
  font-style: normal;
}

#title span { margin-right: 2em; }
#title span.meta { margin-right: 0; }

#comment_form form { text-align: left; }
#comment_form textarea { 
  width: 100%;
  height: 5em;
  text-align: left;
  margin-bottom: 0.5em;
}

#comments { margin-top: 1em; }
#comments ul { padding: 0; }

#comments li { 
  list-style: none; 
  border-top: 1px dotted #deb56f;
  padding: 0.5em 0;
  margin: 0.5em 0;
}

/* Threaded comments indenting */
#comments li li {
  margin-left: 15px;
}

#comments .meta {
  color: #5f5f5f;
  font-style: italic;
}

#comments .comment_body {
  display: block;
  margin: 0.5em 0 0.5em 60px; 
}

#comments .reply {
  display: block;
  text-align: right;
}
