.pfoot {
  /* margin-top: -1em; */
  padding: 3px;
  font: 0.9em Verdana,Arial,sans-serif;
  margin-top: 0.5em;
  text-align: right;
  color: #77c;
}

h3 {
    float:left;
    font-size: 1em;
    font-weight: bold;
    margin-top: 1em;
    padding-right: 0.6em;
}

h3:after {
    content: ":";
}

h3+p {
    margin-top: 1em;
}

.pfoot a {
  color: #67a;
}

input[type="text"], textarea {
/*  border: 1px solid #aaa; */
  background: inherit;
  color: inherit;
  font: inherit;
  border: none;
}

input[type="text"]:focus, textarea:focus {
}

input[type="text"] {
  width: 20em;
}

textarea {
  display: block;
  width: 100%;
  height: 10em;
  font: 0.9em Verdana,Arial,sans-serif;
  border: 1px solid #aaa;
}

.quote, blockquote { display: block; margin: 0px 2em; color: #042; text-align: justify; }
.quote:before { content: '\201C'; }
.quote:after  { content: '\201D'; }
.attr { margin-left: 4em; }
.attr:before { content: '\2014'; }
ul.wide li { margin: 0.3em 0px; }

.verse { color: #264; }

/*
.post + .post, .comment + .comment, .comment > .comment { margin-top: 1em }
.comment .comment {
  margin-left: 2em;
}

.allcomments {
}
*/
