body {
  background: black url(../color-scheme/dark-gold-back.png) repeat fixed;
  color: #ccc; }

h2, h3 {
  color: #bba327; }

/* ====== Header ====== */
#header {
  background: #191919;
  background: linear-gradient(to bottom, #191919, #2d2d2d);
  color: #fff;
  border-bottom: 5px solid #bba327; }
  #header .header-title a {
    color: #bba327; }
  #header .header-subtitle {
    color: #fff; }
  #header a {
    color: #bba327; }

/* /Header */
/* ====== Main Menu ====== */
#menu-main a {
  background: #bba327;
  color: #000; }
  #menu-main a:hover {
    background: #675915;
    color: #fff; }
#menu-main li.current_page_item > a {
  background: #675915; }

/* /Main Menu */
/* ====== Post Item ====== */
.post-item {
  background: #333;
  padding: 10px;
  border-radius: 5px; }
  .post-item a {
    color: #bba327; }
  .post-item .post-title a {
    color: #bba327; }
  .post-item .post-date {
    color: #d7be3e; }
  .post-item .post-tags a {
    color: #bba327; }

/* /Post Item */
/* ====== Page Item ====== */
.page-item {
  padding: 10px;
  background: #333;
  border-radius: 5px; }
  .page-item .page-info {
    color: #d7be3e; }
  .page-item .page-tags a {
    color: #bba327; }

/* /Page Item */
/* ====== Commentaries ====== */
.commentaries a {
  color: #bba327; }
.commentaries textarea {
  background: #aaa;
  border-color: rgba(187, 163, 39, 0.5); }
  .commentaries textarea:focus {
    border-color: #bba327; }
.commentaries .commentlist > li {
  background: #333; }
.commentaries #respond {
  padding: 10px;
  background: #333;
  border-radius: 5px; }
  .commentaries #respond #submit {
    background: #bba327;
    color: #000; }
    .commentaries #respond #submit:hover {
      color: #fff;
      background: #7c6c1a; }

/* /Commentaries */
/* ====== Pagination ====== */
.pagination a, .pagination span {
  background: #bba327; }
  .pagination a:hover, .pagination span:hover {
    color: #ccc;
    background: #7c6c1a; }
.pagination span.current {
  color: #ccc;
  background: #7c6c1a; }

/* /Pagination */
/* ====== Sidebar ====== */
#sidebar .widget {
  border: 0;
  background: #333; }
  #sidebar .widget a {
    color: #bba327; }
  #sidebar .widget input, #sidebar .widget select, #sidebar .widget textarea {
    background: #aaa;
    border-color: rgba(187, 163, 39, 0.5); }
    #sidebar .widget input:focus, #sidebar .widget select:focus, #sidebar .widget textarea:focus {
      border-color: #bba327; }
#sidebar input[type="submit"] {
  background: #bba327;
  color: #000; }
  #sidebar input[type="submit"]:hover {
    color: #fff;
    background: #7c6c1a; }

/* /Sidebar */
/* ====== Footer ====== */
#footer {
  background: #191919;
  background: linear-gradient(to bottom, #2d2d2d, #191919);
  color: #fff;
  border-top: 5px solid #bba327; }
  #footer a {
    color: #bba327; }

/* /Footer */
