/* JNI - Maroon Journal Style */

/* Main links */
a {
    color: #7A1F2B;
}

a:hover,
a:focus {
    color: #5A101C;
}

/* Navigation menu */
.pkp_navigation_primary > li > a {
    color: #7A1F2B;
}

.pkp_navigation_primary > li > a:hover,
.pkp_navigation_primary > li > a:focus {
    color: #5A101C;
}

/* Buttons */
.pkp_button,
button,
input[type="submit"] {
    background-color: #7A1F2B;
    border-color: #7A1F2B;
    color: #ffffff;
}

.pkp_button:hover,
button:hover,
input[type="submit"]:hover {
    background-color: #5A101C;
    border-color: #5A101C;
}

/* Journal titles */
.title,
h1,
h2,
h3 {
    color: #7A1F2B;
}

/* Current issue title */
.current_issue h2 {
    color: #7A1F2B;
}

/* Sidebar headings */
.pkp_block .title {
    color: #7A1F2B;
}

/* Footer */
.pkp_structure_footer_wrapper {
    border-top: 4px solid #7A1F2B;
}

/* Accent line */
.obj_issue_summary {
    border-top-color: #7A1F2B;
}

/* Text selection */
::selection {
    background: #7A1F2B;
    color: #ffffff;
}