/* Top header background */
.pkp_site_name_wrapper {
    background-color: #6291b1;
}

/* Main menu style */
.pkp_navigation_primary > li > a {
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
	padding: 14px 10px;
    font-size: 15px;
}

/* Menu hover */
.pkp_navigation_primary > li > a:hover {
    background-color: #6291b1;
}
/* Homepage banner like JEECAR */
.pkp_page_index .pkp_site_name_wrapper {
    margin-bottom: 0;
}

.pkp_page_index .pkp_structure_main {
    margin-top: 0;
}
/* Sidebar visual balance like JEECAR */
.pkp_structure_sidebar {
    background: #f9f9f9;
    padding: 20px;
    border-left: 1px solid #e0e0e0;
}
/* Main content width like JEECAR */
.pkp_structure_main {
    max-width: 1200px;
    margin: 0 auto;
}
/* Article title emphasis */
.obj_article_summary .title a {
    font-size: 18px;
    font-weight: 600;
    color: #6291b1;
}
/* Footer cleanup */
.pkp_site_footer {
    background-color: #6291b1;
    color: #ffffff;
}

.pkp_site_footer a {
    color: #c8e6c9;
}
/* Default theme footer fix */
.pkp_footer_content,
.pkp_site_footer_wrapper {
    background-color: #6291b1;
    color: #ffffff;
}

.pkp_footer_content a {
    color: #c8e6c9;
}
/* Section headings style */
.pkp_page_index h2,
.pkp_page_index h3 {
    color: #6291b1;
    font-weight: 600;
}
