﻿body {
  background-color: #F6F4EF;
  margin: 0;
  padding: 0;
  scrollbar-face-color: #E6E1D8;
  scrollbar-track-color: #F6F4EF;
  scrollbar-arrow-color: #D97706;
}

font,th,td,p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333333;
}

a {
  color: #92400E;
  text-decoration: underline;
}
a:visited {
  color: #78350F;
}
a:hover, a:active {
  color: #D97706;
}

hr {
  border: none;
  border-top: 1px solid #D6D3CC;
}

table.forumline {
  background-color: #D6D3CC;
  border-radius: 6px;
}
table.forumline:hover {
  background-color: #CFCAC1;
}

.row, .row1, .row2 {
  background-color: #FFFFFF;
}
.row3 {
  background-color: #EFEAE2;
}

th, td.th {
  color: #FFFFFF;
  font-weight: bold;
  background: linear-gradient(180deg, #3A3A3A, #2B2B2B);
  height: 28px;
  border: 1px solid #1F1F1F;
}

td.cat, td.catHead, td.catLeft, td.rowpic,
td.catSides, td.catRight, td.catBottom {
  background: linear-gradient(180deg, #F5F2EC, #E7E2D9);
  color: #2B2B2B;
  height: 30px;
}

.nav {
  font-weight: bold;
  color: #D97706;
}
.nav a {
  color: #92400E;
}
.nav a:hover {
  color: #B45309;
}

table.nav {
  background-color: #FFFFFF;
  border: 1px solid #D6D3CC;
  border-radius: 4px;
}

.forumlink {
  font-weight: bold;
  color: #2B2B2B;
}

input, textarea, select {
  color: #333333;
  background-color: #FFFFFF;
  border: 1px solid #D6D3CC;
  font-size: 14px;
}

input.post, textarea.post {
  border-color: #D97706;
}

input.button,
input.mainoption,
input.liteoption {
  background-color: #D97706;
  color: #FFFFFF;
  border: none;
  border-radius: 4px;
  padding: 4px 8px;
  cursor: pointer;
}

input.button:hover {
  background-color: #B45309;
}

.code {
  background-color: #FAF8F3;
  color: #92400E;
  border: 1px dashed #D6B28C;
}

.quote {
  background-color: #FAF8F3;
  color: #444444;
  border: 1px dashed #C4B5A5;
}

.postbody {
  color: #333333;
}

.postdetails {
  color: #6B6B6B;
}

.cattitle {
  font-weight: bold;
  font-size: 14px;
  color: #2B2B2B;
}

.maintitle, h1, h2 {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 22px;
  color: #2B2B2B;
}

/* Аватар-заглушка */
.guestavatar {
  background: #FDE68A;
  color: #92400E;
}

/* Админ-меню */
#nav8, #nav8 ul {
  background: #FFFFFF;
}
#nav8 td:hover, #nav8 li:hover {
  background: #EFEAE2;
}

/* Progress bar */
#cssbar-border {
  border-color: #D97706;
}
#cssbar-line {
  background-color: #D97706;
}
