/**
 * steel.css
 *
 * Copyright (c) 2003-2007 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Steel theme.
 *
 * $Id: steel.css,v 1.2 2007/11/02 15:51:05 asmecher Exp $
 */

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

a:link {
	color: #ab3834;
}

a:active {
	color: #ab3834;
}

a:visited {
/**	color: #808080;
*/
	color: #ab3834;
}

a:hover {
	color: #808080;
	background: #ffffff;
}

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

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

#header {
	background-color: black;
/**	border-bottom: 1px solid black;
	background-color: transparent;
*/
}

#headerTitle {
	color: #ffffff;
}

#header h1 {
/**	padding-top: 0px; Zacarias - 17/12/2008
	padding-top: 10px;
	padding-bottom: 0px;
*/
	padding: 0 0 0 0;
	margin: 20px;
	background-color: transparent;
	text-align: center;
	font-family: Garamond,'Times New Roman',Times,serif;
}

#footer {
/**	width: 100%; Zacarias - 18/12/2008
*/
	width: 598px;
}

#main {
	padding-left: 10px;
	padding-right: 10px;
/**	margin-botton: 50px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	Zacarias - 17/12/2008
	border: 1px solid black;
	background-color: #f9f9f9;
*/
/**	width: auto; Zacarias - 17/12/2008
	width: auto;
	margin-left: 20px;
*/
}

#main h2 {
	font-family: Helvetica,'Times New Roman',Times,serif;
	font-style: italic;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 180%;
}

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

#navbar {
	border-bottom: 1px dotted #000;
	font-size: 130%;
	font-weight: bold;
	text-align: left;
}

#breadcrumb {
	border-bottom: 1px dotted black;
	font-size: 100%;
}

#content {
	border-top: 0px dotted #000;
	font-size: 90%;
}

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

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