/* ==========================================================================
   1. IMPORT FONTS
   ========================================================================== */
@import "//fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,400italic";
@import "//fonts.googleapis.com/css?family=Cuprum:400,400italic,700,700italic";

/* ==========================================================================
   2. GLOBAL & CONTAINER STYLES (PERBAIKAN LEBAR)
   ========================================================================== */
body {
    background-color: #fff;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 0;
}

#container {
    background: url(https://journal.uinsgd.ac.id/public/site/images/bbusro/cloth.png);
    margin: 0 auto;
    width: 1020px; /* Menentukan lebar pasti agar tidak ciut */
    min-width: 1020px;
    text-align: left;
    position: relative;
}

a:link,
a:visited {
    color: #0d355e;
    text-decoration: none;
}

a:hover,
a:active {
    text-decoration: underline;
}

/* ==========================================================================
   3. HEADER & NAVIGATION (DIAKTIFKAN KEMBALI)
   ========================================================================== */
#header {
    background-color: transparent;
    display: block !important; /* Pastikan muncul */
    padding-bottom: 20px;
    width: 100%;
}

#headerTitle {
    display: block;
    margin: 0 auto;
    width: 1020px;
}

#headerTitle img {
    float: left;
    margin-right: 20px;
    margin-top: 15px;
}

#header h1 {
    color: #111;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 120px;
    padding: 0;
    text-shadow: 1px 1px #fff;
}

#navbar {
    background-color: #FF904C;
    background-repeat: repeat-x;
    border: 0;
    clear: both;
    display: block !important; /* Pastikan muncul */
    height: 40px;
    margin-bottom: 10px;
    padding: 0;
    width: 1020px;
}

#navbar ul {
    margin: 0;
    padding: 0 0 0 10px;
    list-style: none;
}

#navbar ul li {
    float: left;
}

#navbar a {
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: 40px;
    padding: 0 15px;
    position: relative;
}

#navbar a:hover {
    background: #CB6843;
    text-decoration: none;
}

/* ==========================================================================
   4. BODY & CONTENT AREA
   ========================================================================== */
#body {
    background-color: #fff;
    display: block !important; /* Pastikan muncul */
    margin: 0 auto;
    padding-bottom: 20px;
    width: 1020px !important;
}

/* Clearfix agar container membungkus float */
#body::after {
    content: "";
    display: table;
    clear: both;
}

#main {
    background: transparent none;
    display: block !important; /* Pastikan muncul */
    float: left;
    margin: 0;
    padding: 0;
    width: 780px; 
}

#content {
    padding: 10px 20px;
}

#content h1, #content h2, #content h3, #content h4, #main > h2 {
    color: #333;
    font-family: Cuprum, sans-serif;
    font-weight: 700;
    margin-top: 10px;
}

#breadcrumb {
    border-bottom: 1px dotted #333;
    margin: 0 20px;
    padding: 10px 0;
    font-size: 0.8em;
}

/* ==========================================================================
   5. SIDEBARS
   ========================================================================== */
#rightSidebar {
    display: block !important;
    float: right;
    width: 210px; 
    background: transparent none;
    border-left: 1px solid #ccc;
    font-size: 0.75em;
    padding: 10px;
    min-height: 500px;
}

#leftSidebar {
    display: none; 
}

/* Judul Blok Sidebar */
.block span.blockTitle {
    background: #dadada url(https://journal.uinsgd.ac.id/plugins/themes/Nusantara2columnsNavy/imgs/pw_maze_white.png);
    color: #222;
    display: block;
    margin-bottom: 10px;
    padding: 8px 10px !important;
    text-transform: uppercase;
    font-weight: bold;
}

/* Menu Navigasi Samping */
ul.sidemenu {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.sidemenu li a {
    background: #FF904C;
    border-bottom: 1px solid #fff;
    color: #FFF;
    display: block;
    padding: 10px;
    text-decoration: none;
}

ul.sidemenu li a:hover {
    background-color: #CB6843;
}

/* ==========================================================================
   6. TABLES & DATA (TOC)
   ========================================================================== */
table.tocArticle {
    width: 100%;
    margin-bottom: 10px;
}

table.tocArticle:nth-child(2n+1) tr { background-color: #f0f0ff; }
table.tocArticle:nth-child(2n) tr { background-color: #f4f4f4; }
table.tocArticle tr:hover { background-color: #ffedcc; }

.tocTitle { font-weight: 700; color: #0d355e; }
.tocAuthors { font-style: italic; font-size: 0.9em; margin: 5px 0; }

/* ==========================================================================
   7. FORMS & BUTTONS
   ========================================================================== */
input[type=button],
input[type=submit] {
    background-image: linear-gradient(to bottom, #ddd 0, #c4c4c4 100%);
    border: 1px solid #9d9d9d;
    border-radius: 2px;
    padding: 4px 10px;
    cursor: pointer;
}

input.textField {
    border: 1px solid #aaa;
    padding: 4px;
}

/* ==========================================================================
   8. ICONS & MISC
   ========================================================================== */
.tocDOI, .articleDOI {
    background: url(http://journal.uinsgd.ac.id/public/site/images/bbusro/icon-doi.png) no-repeat left center;
    padding-left: 25px;
    display: block;
    margin-top: 5px;
}

.tocGaleyPdf {
    background: url(http://journal.uinsgd.ac.id/public/site/images/bbusro/icon-pdf.png) no-repeat center;
    display: block;
    float: right;
    height: 24px;
    width: 24px;
    text-indent: -9999px;
}