#content blockquote, #content pre {
  margin-left: 20px;
  margin-right: 20px;
}

#content small, #content .small {
  font-size: 11px;
}

#sidebar p, #sidebar a
{
  line-height: 15px;
  font-size: 12px;
}

#sidebar li
{
  padding: 0px;
  list-style-position: inside;
}

#sidebar ul
{
  padding-left: 10px;
  padding-right: 10px;
  margin: 0px;
}

#content
{
  max-width: 800px;
  line-height: 1.6em;
}

#head
{
  text-align: center;
}

#main
{
  margin-right: 160px;
  padding-top: 30px;
}

#sidebar
{
  float: right;
  width: 150px;
  margin-left: 5px;
  padding-top: 100px;
}

#content a
{
  color: #C00;
  text-decoration: none;
}

#content a:hover
{
  text-decoration: underline;
}

#content h1 a
{
  font-weight: normal;
  font-family: Georgia, Times, Serif;
  font-size: 48px;
  color: #000;
}

#content h2
{
  font-weight: normal;
  font-family: Georgia, Times, Serif;
  font-size: 19px;
  font-style: italic;
}

#content h3 a
{
  font-weight: normal;
  font-family: Georgia, Times, Serif;
  font-size: 24px;
}

#content h4, #content h5
{
  font-family: Georgia, Times, Serif;
}

#content hr
{
  color: #ccc;
  width: 66%;
  margin-top: 2em;
  margin-bottom: 2em;
}

img.divider
{
  margin: 2em 0;
  text-align: center;
}

.comments_error
{
  background-color: #ffa;
}

div.comments_error
{
  border: 1px solid #cc8;
  padding : 0.3em;
}

#commentsTable, #name, #email, #web, #message
{
  width: 100%;
}

#commentsTable .labelCell
{
  width: 20%;
  text-align: right;
}

#commentsTable .fieldCell
{
  width: 70%;
}

#commentsTable .supplCell, #commentsTable .buttonCell
{
  width: 10%;
  white-space: nowrap;
}

#commentsTable .buttonCell
{
  text-align: right;
}

#message
{
  height: 200px;
}

#txpCommentHelpLink
{
  font-size: 70%;
}

.comments_invite
{
  margin-left: 1em;
}

.tags
{
  font-size: 70%;
}

.tags a
{

  font-size: 100%;
}

.warning
{
  border: 1px solid black;
  background-color: #FEE;
}

.prevLink
{
  float: left;
  margin-right: 5px;
}

.nextLink
{
  float: right;
  margin-left: 5px;
}

.note
{
  font-size: 70%;
}

#comment_name_imput, #commemt_name_input, #coment_name_input, #comment_mame_input, #comment_name__input
{
  display: none;
}

.comment_answer, .comment_reply
{
  background-color: #fee;
}

.comment_reply
{
  margin: 20px;
}

.comment_reply_header
{
  font-weight: bold;
}

th, td
{
  padding: 2px;
}

.disabled {
  color: #888;
}

@media only screen and (max-width: 640px) {
  #sidebar
  {
    display: none;
  }
  #main
  {
    margin-right: 0px;
  }
}
