Body {
  background-color: #23292D;
  color: #E2E2E2;
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

A:link    { color: #F3D063 }
A:visited { color: #F3D063 }

TD { vertical-align: top; }

IMG {
    max-width: 100%;
    height: auto;
}

Input[type=text] {
  background-color: #F9F9F9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

Input[type=submit] {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

Textarea {
  background-color: #F9F9F9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.separator {
  border-bottom: 2px dotted #414A54;
  margin-top: 5px;
  margin-bottom: 5px;
}

.page-box {
  width: 900px;
  max-width: 100%;
  margin: auto;
  background-color: #414A54;
}

.entries-box {
  margin-left: 20px;
  margin-right: 20px;
}

.entry-buttons {
    font-size: 14px;
}

.prev-next-buttons {
    font-size: 13px;
    font-weight: bold;
}

.prev-next-titles {
    font-size: 13px;
    font-weight: bold;
}

.post-title {
  font-size: 21px;
  color: #F3D063;
}

.post-title A:link {
  text-decoration: none;
}

.post-date {
  font-size: 11px;
}

.post-date A:link {
  text-decoration: none;
}

.archive-meta-desc {
  font-size: 13px;
  font-style: italic;
}

.search-result-desc {
  font-size: 13px;
  font-style: italic;
}

.comments-box {
  background-color: #353D44;
  width: 840px;
  max-width: 100%;
  margin: auto;
  padding-top: 8px;
  padding-bottom: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.comment-header {
  font-size: 20px;
}

.commenter-name {
  font-size: 16px;
  font-weight: bold;
  color: #F3D063;
}

.comment-date {
  font-size: 9px;
}

.add-comment-header {
  font-size: 18px;
}

.mobile-site-title {
  font-size: 21px;
  color: #F3D063;
}

.mobile-header-buttons {
    font-size: 16px;
    font-weight: bold;
    color: #F3D063;
}
