/* ============================================
   samani_degrade.css
   Rashit-Default-White-Basic-W2
   Ana arka plan : KOYU degrade (2. resim)
   Header / nav  : KOYU degrade
   Profil/avatar : KOYU degrade
   Editör + menü : KOYU degrade
   Forum kutuları: AÇIK degrade (1. resim)
   Çizgiler      : bir tık koyu saman
   ============================================ */

/* ============================================
   1) ANA ARKA PLAN - KOYU DEGRADE
   ============================================ */

body {
    background: linear-gradient(to bottom, #FBE6A8 0%, #F7D98A 50%, #F3CC6E 100%) fixed !important;
}

#container,
#content,
.wrapper {
    background: transparent !important;
}

/* ============================================
   2) HEADER LOGO + NAVİGASYON (KOYU DEGRADE)
   ============================================ */

#logo {
    background: linear-gradient(to bottom, #FBE6A8 0%, #F7D98A 50%, #F3CC6E 100%) !important;
    border-bottom: 1px solid #C99A3A !important;
    padding: 10px 0;
}

#logo .wrapper {
    background: transparent !important;
}

#header ul.menu li a,
#logo ul.top_links li a,
#logo ul.top_links a {
    color: #4A3A1A !important;
}

#header ul.menu li a:hover,
#logo ul.top_links li a:hover,
#logo ul.top_links a:hover {
    color: #2A1A00 !important;
    text-decoration: underline;
}

#panel .upper {
    background: linear-gradient(to bottom, #FBE6A8 0%, #F7D98A 50%, #F3CC6E 100%) !important;
    color: #4A3A1A !important;
    border-top: 1px solid #E0C88A !important;
    border-bottom: 1px solid #C99A3A !important;
}

#panel .upper a:link,
#panel .upper a:visited,
#panel .upper a:hover,
#panel .upper a:active {
    color: #4A3A1A !important;
}

#panel .lower {
    background: linear-gradient(to bottom, #FBE6A8 0%, #F7D98A 50%, #F3CC6E 100%) !important;
    color: #4A3A1A !important;
    border-top: 1px solid #E0C88A !important;
    border-bottom: 1px solid #C99A3A !important;
}

#panel .lower a:link,
#panel .lower a:visited,
#panel .lower a:hover,
#panel .lower a:active {
    color: #4A3A1A !important;
}

#search input.textbox {
    background: #FFFDF5 !important;
    border-color: #C99A3A !important;
}

#search input.button {
    background: linear-gradient(to bottom, #F7D98A 0%, #F3CC6E 100%) !important;
    color: #4A3A1A !important;
    border-color: #C99A3A !important;
}

/* ============================================
   3) ANA SAYFA FORUM KUTULARI (AÇIK DEGRADE)
   ============================================ */

.trow1,
.trow2 {
    background: linear-gradient(to bottom, #FEF7E6 0%, #FBEBC8 50%, #F7E0B0 100%) !important;
}

.trow1,
.trow2,
.trow_shaded,
.tcat,
.thead,
.tfoot,
.post .post_author,
.post_controls {
    border-color: #D9B978 !important;
}

.tborder {
    border: 1px solid #D9B978 !important;
}

/* Alt forumlar - kendi rengi yok, üstteki hücrenin rengini gösterir */
.alt_forumlar,
.alt_forumlar li,
.forumbit_subforums,
.forumbit_subforums ul,
.forumbit_subforums li {
    background: transparent !important;
    background-image: none !important;
    border: none !important;
    box-shadow: none !important;
}

.alt_forumlar li a,
.forumbit_subforums a {
    color: inherit;
    text-decoration: none;
}

.alt_forumlar li a:hover,
.forumbit_subforums a:hover {
    text-decoration: underline;
}

/* ============================================
   4) PROFİL / AVATAR ALANI (KOYU DEGRADE)
   ============================================ */

.post .post_author {
    background: linear-gradient(to bottom, #FBE6A8 0%, #F7D98A 50%, #F3CC6E 100%) !important;
    border-top: 2px solid #D4A94A !important;
    border-bottom: 1px solid #C99A3A !important;
    color: #4A3A1A;
}

.post.classic .post_author {
    background: linear-gradient(to bottom, #FBE6A8 0%, #F7D98A 50%, #F3CC6E 100%) !important;
    border: 1px solid #D4A94A !important;
    border-left: 0 !important;
    color: #4A3A1A;
}

.post .post_author div.author_avatar img {
    background: #FEF7E6;
    border: 1px solid #C99A3A;
    padding: 4px;
    border-radius: 4px;
}

.post .post_author div.author_statistics {
    color: #6B5A2A;
}

/* ============================================
   5) EDİTÖR + AÇILIR MENÜLER (KOYU DEGRADE)
   ============================================ */

.editor {
    background: linear-gradient(to bottom, #FBE6A8 0%, #F7D98A 50%, #F3CC6E 100%) !important;
    border: 1px solid #D4A94A !important;
}

.editor_control_bar {
    background: linear-gradient(to bottom, #FBE6A8 0%, #F7D98A 100%) !important;
    border: 1px solid #D4A94A !important;
}

.post .editor_control_bar {
    background: linear-gradient(to bottom, #FBE6A8 0%, #F7D98A 100%) !important;
}

.editor textarea,
.editor iframe {
    background: #FFFDF5 !important;
}

.editor .posticons,
.posticons_label,
div.editor + div,
.editor_control_bar ~ div {
    background: linear-gradient(to bottom, #FBE6A8 0%, #F7D98A 100%) !important;
}

.popup_menu {
    background: linear-gradient(to bottom, #FBE6A8 0%, #F7D98A 50%, #F3CC6E 100%) !important;
    border: 1px solid #D4A94A !important;
}

.popup_menu .popup_item {
    background: transparent !important;
    color: #4A3A1A !important;
}

.popup_menu .popup_item:hover,
.popup_menu a.popup_item:hover {
    background: linear-gradient(to bottom, #F7D98A 0%, #F3CC6E 100%) !important;
    color: #3A2A0A !important;
}

/* ============================================
   6) ÇİZGİLER (BİR TIK KOYU SAMAN)
   ============================================ */

.thead {
    border-bottom: 1px solid #C99A3A !important;
}

.tcat {
    border-top: 1px solid #E0C88A !important;
    border-bottom: 1px solid #C99A3A !important;
}

.tfoot {
    border-top: 1px solid #E0C88A !important;
}

.post_controls {
    border-bottom: 1px solid #D4A94A !important;
}

.post .post_head {
    border-bottom: 1px dotted #D4A94A !important;
}

.post_content .signature {
    border-top: 1px dotted #D4A94A !important;
}

hr {
    background-color: #D4A94A !important;
    color: #D4A94A !important;
}

/* ============================================
   7) EK UYUMLULUK (pagination + butonlar)
   ============================================ */

.pagination a {
    background: linear-gradient(to bottom, #FEF7E6 0%, #FBEBC8 100%);
    border: 1px solid #D4A94A;
}

.pagination a:hover {
    background: linear-gradient(to bottom, #F7D98A 0%, #F3CC6E 100%);
    color: #4A3A1A;
    border-color: #C99A3A;
}

a.button:link,
a.button:hover,
a.button:visited,
a.button:active {
    background: linear-gradient(to bottom, #F7D98A 0%, #F3CC6E 100%);
    color: #4A3A1A;
    border: 1px solid #C99A3A;
}

a.button:hover {
    background: linear-gradient(to bottom, #FBE6A8 0%, #F7D98A 100%);
}

/* ============================================
   8) FORUM HİYERARŞİSİ (navigation) - BÜYÜTME + HOVER
   ============================================ */

/* Navigasyon genel boyut */
.navigation {
    font-size: 14px !important;
    line-height: 1.8;
    padding: 6px 4px;
    color: #4A3A1A;
}

/* Navigasyon linkleri */
.navigation a:link,
.navigation a:visited {
    font-size: 14px !important;
    font-weight: bold;
    color: #4A3A1A;
    padding: 3px 6px;
    border-radius: 4px;
    transition: background 0.15s ease, color 0.15s ease;
}

/* Üzerine gelinen link - KIRMIZI FON */
.navigation a:hover,
.navigation a:active {
    background: #C0392B !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

/* Navigasyon aktif (bulunduğun sayfa) */
.navigation .active {
    color: #4A3A1A;
    font-size: 14px;
    font-weight: bold;
}

/* ============================================
   9) GENEL LİNK HOVER - KIRMIZI FON
   (forum listesi, konu başlıkları vb.)
   ============================================ */

a:hover,
a:active {
    background: #C0392B;
    color: #FFFFFF !important;
    text-decoration: none !important;
    border-radius: 3px;
}

/* Ama buton/ikon linklerini etkilemesin */
a.button:hover,
.postbit_buttons a:hover,
.pagination a:hover,
#header ul.menu li a:hover,
#logo ul.top_links a:hover {
    background: #C0392B !important;
    color: #FFFFFF !important;
}

/* ============================================
   FOOTER BAŞLIK YAZISI - BEYAZ
   Sadece .rashidi-footer-title
   ============================================ */

.rashidi-footer-title {
    color: #FFFFFF !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.65) !important;
}
		
		