/**
 * plugins/themes/redbar/blackbar.css
 *
 * Copyright (c) 2013 Simon Fraser University Library
 * Copyright (c) 2003-2013 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 * Adaptation by Erika Woelke
 * Blackbar theme.
 *
 */

body {
	background-color: #ffffff;
	color: #000000;
	line-height: 1.2em;
font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #000000;
}

a:active {
	color: #000000;
}

a:visited {
	color: #808080;
}

a:hover {
	color: black;
	background: #eeeeee;
}

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

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

#header {
	width:100%;
	height: 200px;
	background-color: #000000;
	text-align: center;
}

#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	text-align: center;
font-weight: bold;
}


#headerTitle {
	color: #FFFFFF;
}


#main {
	background-color: #FFFFFF;
}

#main h2 {
	font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}

#main h3 {
	font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}

#navbar {
	background-color: #CCC;
	border-top-width: 2;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 2;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #CCC;
	line-height: normal;
}

#navbar a {
	color: #000000;
	padding: 5px;

}

#navbar a:hover {
	color: black;
	background: #eeeeee;
}

#breadcrumb {
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCC;
}

#content {
	border: 0px;
}

#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #900;
font-weight: bold;
}

#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #900;
font-weight: bold;
}

table.tocArticle {
padding-top: 15px;
padding-bottom: 15px;
}

table.tocArticle td.tocTitle{
	color: #069;
	font-size: 1.2em;
	font-weight: bold;
}

table.tocArticle td.tocGalleys{
	color: #069;
	font-size: 1.2em;
}

.tocArticle a{
	color: #069;
}

.tocArticle a:link{
	color: #069;
	text-decoration: none;
	font-weight: bold;
}




