@import url(/css/default.css);

/*** Header and footer ***/

.pyblosxom img { border: 0px; padding: 1px 2px; background: white; }

/*** Main content ***/

p.story-foot {
  border-top: thin solid #BBD;
  padding: 0.5ex 0ex 0ex 2em;
  margin-top: 1em;
}

p.comment-head {
  border-bottom: thin solid #BBD;
  padding: 0ex 0ex 0.5ex 0ex;
  margin-bottom: 1em;
}

/*** Comment form ***/

.document .blosxomCommentForm h2 {
  margin-top: 1ex;
  border-top: 0;
}

.blosxomCommentForm td {
  width: 100%;
}

.blosxomCommentForm input,
.blosxomCommentForm textarea {
  margin: 0.5ex 0ex 0.5ex 0ex;
  width: 100%;
}

.blosxomCommentForm input {
  padding: 0.1em 0.2em 0.1em 0.2em;
  width: 100%;
}

.blosxomCommentForm table,
.blosxomCommentForm p
{
  margin: 0.7ex 2ex 0.7ex 1ex;
}


.blosxomCommentForm th {
  padding-right: 1ex;
  white-space: pre;
  width: auto;
  font-weight: inherit;
  text-align: left;
}

.blosxomCommentForm p.button {
  text-align: right;
}

.blosxomCommentForm input.button {
  width: auto;
  padding: 0 1em;
  height: 2em;
  margin-left: 1em;
}

.blosxomComment p.preview-warning {
  color: red;
  text-align: center;
  background-color: #FDE;
  padding: 0.25em;
  border: red dashed 1px;
  border-bottom: 0;
}
