/**
 * plugins/themes/steel/steel.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.
 *
 * Humanities theme.
 *
 */

body {
	background-color: #f9f9f9;
	color: #170076;
}

a:link {
	color: #666667;
}

a:active {
	color: #666667;
}

a:visited {
	color: #001050;
}

a:hover {
	color: #5ba6e2;
	background: #ffffff;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #f0f0f0;
}

input.defaultButton {
	background-color: #000000;
	color: #ffffff;
}

#header {
	background-color: #ffffff;
	border-bottom: 10px solid #001050;
}

#headerTitle {
	color: #ffffff;
}

#header h1 {
	padding-top: 30px;
	padding-bottom: 30px;
	font-family: Garamond,'Times New Roman',Times,serif;
}

#footer {
	width: 100%;
}

#main {
	padding-left: 5px;
	#background-color: #f9f9f9;
        background-color: #ffffff;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;	
}

#main h2 {
	font-family: Garamond,'Times New Roman',Times,serif;
}

#main h3 {
	font-family: Garamond,'Times New Roman',Times,serif;
}

#navbar {
	border-bottom: 1px dotted #000;
}

#breadcrumb {
	border-bottom: 1px dotted black;
}

#content {
	border-top: 0px dotted #000;
}

#content h3 {
	font-family: Garamond,'Times New Roman',Times,serif;
}

#content h4 {
	font-family: Garamond,'Times New Roman',Times,serif;
}