/**
 * steel.css
 *
 * Copyright (c) 2003-2012 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Steel theme.
 *
 * $Id$
 */

body {
	background-color: #ffffff;
	color: #111111;
}

a:link {
	color: #ab3834;
}

a:active {
	color: #ab3834;
}

a:visited {
	color: #ab3834;
}

a:hover {
	color: #ab3834;
	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: 0.5px dashed #ab3834;
}

#headerTitle {
	color: #ab3834;
}

#header h1 {
	padding-top: 30px;
	padding-bottom: 30px;
	font-family: 'Montserrat Alternates', Garamond,'Times New Roman',Times,serif;
}

#footer {
	width: 100%;
}

#main {
	padding-left: 5px;
	background-color: #ffffff;
	border-left: 0.5px dashed #ab3834;
	border-right: 0px solid black;
	border-bottom: 0px solid black;	
}

#main h2 {
	font-family: 'Montserrat Alternates', Garamond,'Times New Roman',Times,serif;
}

#main h3 {
	font-family: 'Montserrat Alternates', Garamond,'Times New Roman',Times,serif;
}

#navbar {
	border-bottom: 0.5px dashed #ab3834;
}

#breadcrumb {
	border-bottom: 0.5px dashed #ab3834;
}

#content {
	border-top: 0.5px dashed #ab3834;
}

#content h3 {
	font-family: 'Montserrat Alternates', Garamond,'Times New Roman',Times,serif;
}

#content h4 {
	font-family:  'Montserrat Alternates', Garamond,'Times New Roman',Times,serif;
}

