/**
 * steel.css
 *
 * Copyright (c) 2003-2008 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Steel theme.
 *
 * $Id: steel.css,v 1.4 2008/06/11 20:58:49 asmecher Exp $
 */

body {
	background-color: #eeeeee;

	color: #111111;
}

a:link {
	color: #ab3834;
}

a:visited {
	color: #ab3834;
}

/*
a:active {
	color: #ab3834;
}
*/
a:hover {
	color: #000000;
	background: #f9f9f9;
}

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

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

#body {
	overflow:hidden;
}

#body h2 {
	padding-left: 10px;
}

#header {
	background-color: #ab3834;
	border-bottom: 1px solid black;
}

#headerTitle {
	color: #ffffff;
}

#header h1 {
	background-color: #9dbb7b;

	padding-top: 30px;
	padding-bottom: 30px;
	font-family: Garamond,'Times New Roman',Times,serif;
}

#main {
	float: left;
	width: 63%;
	background-color: #f9f9f9;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;	
}

#sidebar {

}

#sidebar a:hover {
	color: #000000;
	background: #eeeeee;
}

#rightSidebar {
	font-size:0.65em;
	overflow:hidden;

}

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

#main h3 {
	padding-left: 30px;
	padding-right: 30px;
	font-family: Garamond,'Times New Roman',Times,serif;
}

#navbar {
	padding-left: 10px;

	border-bottom: 1px solid #000;
}

#breadcrumb {
	border-bottom: 1px solid black;
	background-color: #9dbb7b;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#breadcrumb a {
	padding-left: 10px;
	padding-right: 10px;
	color:#ffffff;
}

#breadcrumb a:hover {
	color:#000000;
	background-color:#9dbb7b;
}

#content {
	padding-left:20px;
	padding-right:20px;
	height:100%;
	border-top: 0px dotted #000;
}

#content h3 {
	padding-left: 0px;
	font-family: Garamond,'Times New Roman',Times,serif;
}

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

#footer {
	padding-top: 50px;
	color:#555555;
	background-color: #f9f9f9;
	font-size:0.8em;
}
