.post h2:first-child {
  margin-bottom: 0.2em;
}

#searchbox {
  width: 100px;
  float: left;
  margin-top: 0;
  line-height: 17px;
  font-size: 100%;
}

.postheader h2 a {
  color: black;
}

.postheader h2 a:hover {
  color: #E2732B;
}

.postheader .postdate {
/*  font-size: 2em;*/
  color: #ccc;
}

.postfooter { 
  width: 80%;
  margin: 0 2em 2em 0;
  text-align: left;
  color: #ccc;
  border-top: 1px dotted #eee;
}

.postfooter .comments,
.postfooter .tags {
  margin-right: 1em;
  padding-left: 20px;
  font-size: 80%;
}

.postfooter .comments { 
  background: url('/wp-content/themes/lutea/img/comment_grey.png') 0 50% no-repeat;
}

.postfooter .tags {
  padding-left: 16px; 
  background: url('/wp-content/themes/lutea/img/tag_grey.png') 0 50% no-repeat;
}

#sweethereafter .postmeta {
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 1em;
  margin: 0 auto 1em;
}

#sweethereafter {
  border-top: 1px solid #eee;
  background-color: #f6f6f6;
  padding: 2em;
}

.container .commentlist li:before {
  content: '';
}

.container .commentlist img {
  margin-bottom: 0;
}

.container .commentlist li {
  border-bottom: 1px dotted #eee;
  margin-bottom: 1em;
}

.container .commentlist .commentmetadata.small {
  margin-bottom: 1em;
}

#commentform textarea,
#commentform input {
  background-color: #eee;
  border: none;
  padding: 0.5em;
  font-size: 100%;
  font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}

#commentform .button {
  float: none;
  background-color: white;
}
