/**
 * plugins/themes/pkpps/styles/linkColors/red.css
 *
 * Copyright (c) 2013-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Stylesheet for PKP Publishing Services theme.
 *
 */

a, a:link, a:active, a:visited {
    color: #D22630;
}

a:hover {
    color: #6e6e6e;
}

input.button {
    color: #fff;
    background-color: #75787b;
}

#navbar ul.menu {
    color: #670900;
}

#navbar a, #navbar a:link, #navbar a:active, #navbar a:visited {
    color: #101820;
    font-weight: bold;
}

#navbar a:hover {
    color: #6e6e6e;
}

#sidebar a {
    color: #101820;
}

#sidebar a:hover {
	color: #6e6e6e;
}

#sidebar input.button {
    color: #fff;
    background-color: #75787B;
}
