/**
 * plugins/themes/classicBrown/classicBrown.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.
 *
 * Classic blue theme stylesheet.
 *
 */

body {
	background-color: #fff;
	font-family: 'Helvetica', Monaco, Chicago;
}

a {
	text-decoration: none;
}

a:link {
	color: #3765a3;
}

a:active {
	color: #3765a3;
}

a:visited {
	color: #3765a3;
}

a:hover {
	color: #fd8d03;
	background: #fff;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
    background-color: #fff;
}

input.defaultButton {
    background-color: #333;
    color: #ffffff;
}

#container {
    line-height: 1.3;
    font-size: 1.2em;
}

#header {
    min-height: 160px;
    background-color: #333333;
}

#headerTitle {
    text-align: center;
    color: #ffffff;
}

#header h1 {
    line-height: 2.5;
    font-family: 'Arial Black', Monaco, Chicago;
    letter-spacing: 11px;
    font-size: 2.7em;
}

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

#footerContent {
	color:  #fff;
}

#main {
    background-color: #ffffff;
}

#main h2 {
    font-family: 'Arial Black', Monaco, Chicago;
}

#main h3 {
    font-family: 'Arial Black', Monaco, Chicago;
    color: #333;
}

#navbar {
    border-bottom: 1px #666;
    border-top: 1px #666;
    border-left: 1px #666;
    border-right: 1px #666;
    background-color: #666;
    text-align: left;
    border-bottom: 0.5px solid #333333;
}

#breadcrumb {
    padding-bottom: 10px;
    border-bottom: 0.5px solid #666;
    background-color: #fff;
}

#content {
    border-top: 0px solid #333;
}

#content h3 {
    font-family: 'Arial Black', Monaco, Chicago;
    color: #333;
}

#content h4 {
    font-family: 'Arial Black', Monaco, Chicago;
    color: #333;
}

#navbar a {
    background-color: #666;
    padding: 0 8px 0 8px;
    color: #fff;
    font-weight: bold;
}

#content h5 {
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px dotted #3765a3;
}

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

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

table.listing td.headseparator {
	border-top: 1px dotted #3765a3;
}

table.listing td.endseparator {
	border-top: 1px dotted #3765a3;
}

span.formError {
	color: #f60;
}

ul.formErrorList {
	color: #f60;
}

div.separator {
	border-bottom: 1px dotted #3765a3;
}

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

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

#rightSidebar, #leftSidebar {
	margin-top: 100px;
	border-bottom: 1px dotted #3765a3;
}
