/* ===============================
   BLACK RUSSIA STYLE HEADER
   =============================== */

/* Шапка */
#pun-title {
  background: linear-gradient(180deg, #0a0a0a, #111);
  border-bottom: 3px solid #ffcc00;
}

/* Убираем старый текст */
#pun-title h1 span {
  font-size: 0;
}

/* Новый логотип-текст */
#pun-title h1 span::after {
  content: "MILCHIK RUSSIA";
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 4px;
  color: #ffcc00;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  text-shadow: 0 0 8px rgba(255,204,0,0.6);
}

/* Высота шапки */
#pun-title h1 {
  height: 70px;
  padding: 20px;
}

/* Навигация */
#pun-navlinks {
  background: #0e0e0e;
  border-bottom: 2px solid #ffcc00;
}

#pun-navlinks a {
  color: #ddd;
  font-weight: bold;
}

#pun-navlinks a:hover {
  color: #ffcc00;
}

/* ===============================
   FORUM CATEGORIES
   =============================== */

.punbb .category h2 {
  background: #111;
  color: #ffcc00;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Таблицы */
.punbb .main th {
  background: #0f0f0f;
  color: #ffcc00;
}

.punbb .main td {
  background: #151515;
  color: #ddd;
}

/* Ссылки */
.punbb a {
  color: #ffcc00;
}

.punbb a:hover {
  color: #ffffff;
}

/* Посты */
.punbb .post {
  background: #111;
}

.punbb .post h3 {
  background: #0f0f0f;
  color: #ffcc00;
}

/* Автор */
.pa-author {
  color: #ffcc00;
}

/* Кнопки */
input[type="submit"],
button {
  background: #ffcc00;
  border: none;
  color: #000;
  font-weight: bold;
  padding: 6px 12px;
}

input[type="submit"]:hover {
  background: #ffd633;
}