

/* style.css */
body {
  margin: 0;
  font-family: Arial, Helvetica, sans !important;
  font-size: 14px;
  background: #c19a6b;
  color: #000000;
}

#banner {
  font-family: Arial, Helvetica, sans !important;
  width: 100%;
  background: #7b3f00;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  box-sizing: border-box;
  border-bottom: 6px solid #c4a484;
  border-right: 6px solid #c4a484;
  border-top: 6px solid #654321;
  border-left: 6px solid #654321;
  letter-spacing: 8px;
}

#wrap { width: 100%; }

#container {
  width: 100%;
  overflow: hidden;
}

.col {
  float: left;
  padding: 14px;
  box-sizing: border-box; /* supported in modern browsers; safe to keep */
}

#left { width: 25%; }
#center {
  width: 50%;
}

#right { width: 25%; }

.box {
  background: #d6b588;
  color: #00ff00;
  border: 2px solid #ff86c2;
  border-radius: 0;

  border-top-color: #c4a484;
  border-left-color: #c4a484;
  border-right-color: #654321;
  border-bottom-color: #654321;

  padding: 12px;
  margin-bottom: 14px;
  padding-bottom: 0px;
}

.box .title {
  font-weight: bold;
  margin-bottom: 10px;
  padding: 8px 10px;
  font-size: 20px;

  background-color: #cd7f32 !important; /* solid */

  border: 0;
  border-radius: 0;

  color: #1e140a;
}

a {
  color: #2d5128;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
  color: #0000AA;
}
/* Windows-y small inset for posts area */

.post {
  margin: 0 0 14px 0;
  padding: 10px;
  border: 2px solid #ff86c2;

  border-top-color: #c4a484;
  border-left-color: #c4a484;
  border-right-color: #654321;
  border-bottom-color: #654321;

  color: #140d07;
  background: #a47449 !important;
  padding-bottom: 12px;
  border-radius: 0;

  /* remove the old dotted divider behavior */
}

.post .title {
  font-size: 16px;
  padding-bottom: 8px !important;
}

.post .post-link { 
  display: block;
  text-decoration: none;
  color: inherit;
}


ul {
  margin: 0;
  list-style: none;
  padding-left: 12px;
}

ul.custom-bullets { list-style: none; padding-left: 0; margin-left: 0; }
ul.custom-bullets .bullet { color: #5555FF; margin-right: 8px; }

li {
  margin: 8px 0;
}

.box .title,
.box div,
.box p,
.box ul {
  background: transparent;
}

