/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			Absolution
	Based on style:    prosilver
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		PlanetStyles.net (http://www.planetstyles.net/)
    --------------------------------------------------------------
*/

@import url("normalize.css?v=absolution333");
@import url("base.css?hash=7c5543be");
@import url("utilities.css?hash=d8f72c42");
@import url("common.css?hash=a9741ba1");
@import url("links.css?hash=18286e16");
@import url("content.css?hash=be57a41d");
@import url("buttons.css?hash=56f0d25f");
@import url("cp.css?hash=50d868ab");
@import url("forms.css?hash=b64464fb");
@import url("icons.css?hash=64da33ce");
@import url("colours.css?hash=fcb2f289");
@import url("responsive.css?hash=87b53e08");

@import url("absolution.css?v=absolution333");

body {
    background-image: url("./images/fundal_grunge.jpg") !important;
    background-repeat: repeat !important;
    background-attachment: fixed !important;
    background-color: #0d0f12 !important; /* Culoare de siguranță în caz că nu se încarcă poza */
}

#wrap {
    background-color: #16191e !important; /* Gri-ul închis din imaginea ta */
    border: 1px solid #282c34 !important; /* O bordură fină în jurul forumului */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.75); /* Umbră pe margini */
}

/* Fundalul casetelor unde stau forumurile */
.forabg, .forumbg {
    background-color: #121418 !important;
    background-image: none !important; /* Elimină gradienții vechi */
    border: 1px solid #22252a !important;
}

/* Culorile link-urilor principale */
a { color: #ff6600 !important; }
a:hover { color: #ff9933 !important; text-decoration: none !important; }

/* Titlurile categoriilor */
th a, .forumtitle, .topictitle {
    color: #ff6600 !important;
    font-weight: bold !important;
}

/* Corecție pentru meniul de sus din header (să rămână alb/vizibil peste banner) */
.headerbar a {
    color: #ffffff !important;
}

/* 1. REPARARE HEADER (Bucata care a lipsit) */
.headerbar {
	background-color: 3px solid #ff6600 !important;
    background-size: cover !important;
    background-position: center !important;
    height: 80px !important; /* Înălțimea bannerului tău */
    border-bottom: 3px solid #ff6600 !important;
}
/* Ascundem textul implicit din header ca să se vadă doar bannerul tău */
.site-description h1, .site-description p {
    display: none !important;
}

/* 2. ÎNNEGRIREA CASETELOR DE FORUM (Scăpăm de fundalul alb de la Regulament) */
li.row {
    background-color: #1c2026 !important; /* Gri închis pentru interiorul forumurilor */
    border-bottom: 1px solid #282c34 !important;
}
li.row:hover {
    background-color: #232830 !important; /* Efect subtil de luminare când pui mouse-ul pe forum */
}

/* 3. ÎNNEGRIREA PANOURILOR DE JOS (Cine este online, Statistici, Nașteri) */
.panel {
    background-color: #1c2026 !important;
    border: 1px solid #282c34 !important;
}
/* Schimbăm textul din panouri în gri deschis/alb ca să fie lizibil pe fundal închis */
.panel, .panel p, .panel div, .panel li {
    color: #bcbcbc !important;
}
.panel h3 {
    color: #ff6600 !important; /* Titlurile statisticiilor devin portocalii */
}

/* 4. MODERNIZARE BARE DE NAVIGARE (Meniul cu Quick Links și cel de jos) */
.navbar {
    background-color: #121418 !important;
    border: 1px solid #22252a !important;
}

/* 5. CORECȚIE TEXTE SUBTITE (Număr postări, teme, detalii ultimul post) */
li.row em, li.row .profile-joined, li.row .posts, li.row .topics, li.row .lastpost, .responsive-hide {
    color: #aaaaaa !important;
}

/* 1. BARELE DE NAVIGARE (Quick Links sus + Board Index jos) */
.navbar {
    background-color: #16191e !important; /* Culoarea fundalului site-ului */
    background-image: none !important; /* Elimină gradientul alb/deschis */
    border: 1px solid #282c34 !important; /* O bordură fină, închisă */
}

/* Să ne asigurăm că textul din barele de navigare este vizibil pe fundalul închis */
.navbar a, .navbar li, .navbar span {
    color: #e0e0e0 !important;
}
.navbar a:hover {
    color: #ff6600 !important; /* Devine portocaliu când pui mouse-ul pe text */
}

/* Forțăm textul din interiorul căsuțelor de postări să fie alb pentru contrast */
dd.posts span, dd.topics span, dd.posts font, dd.topics font {
    color: #ffffff !important;
}


/* 3. ELIMINAREA COMPLETĂ A TUTUROR CHENARELOR ȘI ELEMENTELOR ALBE */
/* În phpBB, fundalurile deschise folosesc clasele bg1 și bg2 (la statistici, regulament, etc.) */
.bg1, .bg2, .panel, .panel .inner {
    background-color: #1c2026 !important; /* Gri închis pentru interiorul casetelor */
    background-image: none !important;
    color: #bcbcbc !important; /* Textul devine gri deschis, ușor de citit */
    border-color: #282c34 !important;
}

/* Corecție text pentru secțiunea de statistici și cine este online */
.panel div, .panel p, .panel li {
    color: #bcbcbc !important;
}
.panel h3 {
    color: #ff6600 !important; /* Titlurile secțiunilor din subsol devin portocalii */
}