/* Secta theme overrides for vich.php (clásico) */

/* Base */
body { background: #F1F3CE; color: #000; }
.boardlist { font-family: monospace; font-size: 13px; color: #333; }
.boardlist a { color: #2f4f1f; text-decoration: none; }
.boardlist a:hover { text-decoration: underline; }

/* Títulos y enlaces */
h1, h2, h3 { color: #2f4f1f; }
a { color: #2f4f1f !important; }
span.quote { color: #3C6D8A; }

/* Contenedor de posts */
.thread { border: 1px solid #000 !important;  }
.post.op, .post.reply { background: #DFE4AE; color: #000; border: 1px solid #000; border-radius: 4px; }
div.post.reply { background: #DFE4AE !important; }
.post .body { background: #DFE4AE; padding: 12px; }
.post.reply .body { background: #DFE4AE !important; }

/* Tablas (si aplica) */
table td { background: #DFE4AE; }
table tr.odd td { background: #DFE4AE; }

/* Avisos y botones */
#notice { background: #DFE4AE; border: 2px solid #000; color: #000; text-shadow: none; }
input[type="submit"], button { background: #A8CB72; color: #000; border: 1px solid #000; }

/* Pequeños ajustes */
hr { display: none; }
