/* Global Styles */
body {
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    color: #666666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

div {
    text-align: left;
}

p {
    margin: 1em 0; /* Prevent IE7 margin collapsing. */
}

a {
    text-decoration: underline;
}

a:link, a:active, a:visited {
    color: #0033FF;
}

a:hover {
    color: #0000CC;
}

#container {
    width: 100%;
    min-width: 730px;
    margin: 0 auto;
    text-align: center;
}

/* Header Styles */
#header {
    width: 100%;
    background-color: #9FCAAB;
    color: #F73502;
    text-align: center;
    border-bottom: 4px solid #A9CD7A;
    box-shadow: 0px 0px 6px #0d0086;
    height: auto;
    max-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

#header h1 {
    background-image: url('new_header.jpg');
    background-size: cover;
    background-position: center;
    width: 100px;
    height: 100px;
    text-indent: -9999px; /* Hides the text */
}
/* Atur ukuran gambar pada header */
.pkp_site_name .is_img img {
    display: inline-block;
    max-height: 200px;
    max-width: 1150px;   
    width: auto;
    height: auto;
    }

/* Navbar Styles */
#navbar {
    margin-top: -15px;
    background-color: #035C3E;
    border: 1px solid #08EEA0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    text-align: center;
    height: 35px;
}

#navbar li a {
    color: #fff;
    padding: 15px 10px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px; /* Adjusted font size */
}

#navbar li a:hover {
    background-color: #08EEA0;
}

/* Right Sidebar */
#rightSidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    background-color: #f0f0f0;
    border-left: 1px solid #ccc;
    padding: 20px;
}

#rightSidebar div.block {
    margin-bottom: 15px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#rightSidebar span.blockTitle {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

/* Content Styling */
#content {
    margin: 0;
    padding: 0.5em 0;
    font-size: 0.7em;
    border-top: 1px solid #999999;
}
