pre, code {
  font-size: 110%;
}

body {
  margin: 0;
  background: #eaeed5;
  font-family: Georgia,sans-serif;          
}

p {     
    font-size: 1em;
    line-height: 2em;
}

#txpCommentHelpLink {
  font-size: 80%;
}


img {
  border: 1px solid #a39e89;
  padding: 1px;
  background: #fff;
}

a:link, a:visited {
  color: #646151;
}

a:hover {
  color: #000;
}

#topclicker {
  font-size: 40px;
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
}

#navigation {
  position: absolute;
  top: 0;
  left: 70%;
  padding: 10px;
  margin: 10px;
  padding-left: 40px;
}

#contents {
  position: absolute;
  background: white;
  top: 0;
  float: left;
  width: 70%;
  padding: 10px;
  padding-top: 50px;
  border-right: 3px solid #f1f5db;
  background-image: url(http://pointless.lv/pointless_logo.png);
  background-repeat: no-repeat;
  overflow: hidden;
}


#page-title {
  font-size: 1.25em;
  margin-bottom: 35px;
  padding-left: 26px;
}

.entry, .comments, #add-comment {
  padding-left: 5px;
  padding-right: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid white;
}

.entry {
  margin-left: 10%;
}

.comments {
  border-left: 26px solid #d1de8d;
  padding-bottom: 20px;
}

.comments_preview {
  border-left: 26px solid #b2c933;
  padding: 5px;
  background: #eee;
}

#txpCommentInputForm {
  border-left: 26px solid #b2c933;
  margin-top: 0;
  padding-top: 5px;
  font-size: 77%;
  padding-left: 12px;
}


.simple-form {
 
}

.entry-title {
  font-size: 1.5em;
  letter-spacing: -0.065em;
}

.entry-title, .entry-title a {
  color: #528700;
  text-decoration: none;
}

.archive-list {
  font-size: 77%;
  line-height: 170%;
  list-style: none;
}

.entry-description, .comment-description {
  font-size: 66%;
}

.comment-text {
  padding-bottom: 15px;
}

.comment-text p {
  overflow: hidden;
  margin-top: 0;
}

a, .entry-description, .comment-description {
  color: #646151;
}

.entry-description {
  padding-bottom: 10px;
}

.comment-description  {
  padding-bottom: 3px;
}

#navigation li {
  list-style: none;
  padding-bottom: 5px;
}

#navigation a {
  text-decoration: none;
}

#navigation ul {
  padding-left: 15px;
  margin-left: 0;
}

.nav-category {
  font-weight: bold;
  font-size: 1.3em;
  padding-top: 20px;
  padding-bottom: 5px;
}

#category-description {
  font-size: 70%;
  color: gray;
  padding-left: 5px;
}

#add-comment-title {
  font-size: 150%;
  margin-bottom: 12px;
  color: #528700;
}


.txpCommentInputMessage {
  overflow:auto;
  width:350px;
  height:150px;
}

.comment_name_input, .comment_email_input, .comment_web_input {
  width: 350px;
}


form * {
  font-family: Georgia;
  font-size: 18px;
}