/**
 * plugins/themes/classicRed/classicRed.css
 *
 * Copyright (c) 2013-2018 Simon Fraser University
 * Copyright (c) 2003-2018 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Classic blue theme stylesheet.
 *
 */

body {
	background-color: #ffffff;
	font-family: "Arial", Nexa Bold, Times, Georgia, serif;
}

a {
	text-decoration: none;
}

a:link {
	color: #993338;
}

a:active {
	color: #660000;
}

a:visited {
	color: #993338;
}

a:hover {
	color: #660000;
	background: none;
}

label.error {
	color: #f60;
}

input.defaultButton {
	color: #EECCCC;
	background: #660000;
}

#container {
	background-color: #fff;
	font-size: 1em;
}


#header {
	min-height: 300px;
	background-color: #fff;
}


#headerTitle {
	text-align: center;
}

#header h1 {
	line-height: 2.5;
	font-family: "Nexa Bold", Times, Georgia, serif;
	text-transform: uppercase;
	letter-spacing: 10px;
	font-size: 2em;
	background-color: #161616;
	color:  #fff;
}

#footer {
	background-color: #ffffff;
	color:  #fff;
}

#footerContent {
	background-color: #ffffff;
	color:  #fff;
}

#main {
	background-color: #fff;
	border-top: 3px solid #660000;
	border-bottom: 2px dotted #660000;
	margin-top: 15px;
}

#main h2 {
	font-family: "Nexa Bold", Times, Georgia, serif;
	text-transform: uppercase;
}

#main h3 {
	font-family: "Nexa Bold", Times, Georgia, serif;
	text-transform: uppercase;
}

#navbar {
	border-bottom: 2px dotted #660000;
	text-align: center;
}

#breadcrumb {
	height: 18px;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 2px dotted #660000;
	padding: 0;
	font-style: italic;
}

#content {
	border-top: 2px dotted #660000;
}

#content h3 {
	font-family:  "Nexa Bold", Times, Georgia, serif;
	text-transform: uppercase;
}

#content h4 {
	font-family:  "Nexa Bold", Times, Georgia, serif;
	text-transform: uppercase;
}

#content h5 {
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 2px dotted #660000;
}

table.listing tr.highlight {
	background: #fcff64;
}

table.listing tr.fastTracked {
	background-color: #ecc;
}

table.listing td.headseparator {
	border-top: 2px dotted #660000;
}

table.listing td.endseparator {
	border-top: 2px dotted #660000;
}

span.formError {
	color: #f60;
}

ul.formErrorList {
	color: #f60;
}

div.separator {
	border-bottom: 2px dotted #660000;
}

#rightSidebar ul, #leftSidebar ul {
	margin-left: 0px;
	padding-left: 0px;
}

#rightSidebar li, #leftSidebar li {
	list-style-type: none;
}

#rightSidebar, #leftSidebar {
	margin-top: 5px;
	border-bottom: 2px dotted #660000;
}

.pkp_site_name .is_img img {
max-height: 100%;
}

.pkp_structure_footer_wrapper {
background-color: #d5d5d5;
color: #333;
}

.pkp_navigation_primary ul a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
}

.obj_announcement_summary .read_more {
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    color: #993338;
}

.obj_announcement_summary .read_more:hover, .obj_announcement_summary .read_more:focus {
    color: #660000;
}

.pkp_page_index .current_issue .read_more {
    display: inline-block;
    position: relative;
    padding-right: 30px;
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    color: #993338;
    text-decoration: none;
    margin-bottom: 20px;
}


.pkp_page_index .current_issue .read_more:hover, .pkp_page_index .current_issue .read_more:focus {
    color: #660000;
}

.cmp_button_wire, .obj_galley_link {
    display: inline-block;
    padding: 0 1em;
    background: #fff;
    border: 1px solid #993338;
    border-radius: 3px;
    font-size: 13px;
    line-height: 28px;
    text-decoration: none;
}

.obj_galley_link:hover, .obj_galley_link:focus {
    background: #660000;
color: #fff;
}

.pkp_navigation_primary .dropdown-menu a:focus, .pkp_navigation_primary .dropdown-menu a:hover {
    border-color: #993338;
}

.pkp_navigation_primary > li > a {
    margin: 0 1em;
    padding: 10px 0 8px;
    border-bottom: 4px solid transparent;
    border-bottom-color: transparent;
    color: #fff;
}

.cmp_notification {
    display: block;
    width: 100%;
    padding: 20px;
    margin-bottom: 40px;
    background: #ddd;
    border-left: 5px solid #993338;
    font-size: 14px;
    line-height: 20px;
}

.page_submissions .submission_sections li::before, .page_submissions .submission_checklist li::before {
    position: absolute;
    font-size: 18px;
    color: #993338;
}

.cmp_button, .cmp_form .buttons button, .pkp_head_wrapper .pkp_search button, .page_lost_password .buttons button, .page_search .submit button, .block_make_submission a {
    display: inline-block;
    padding: 0 1em;
    background: #eee;
    border: 1px solid rgba(0,0,0,0.4);
    border-top-color: rgba(0, 0, 0, 0.4);
    border-top-color: #bbb;
    border-radius: 3px;
    box-shadow: inset 0 -1em 1em rgba(0,0,0,0.1);
    font-size: 13px;
    line-height: 28px;
    font-weight: 700;
    color: #993338;
    text-decoration: none;
}
