/**
 * 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: #E0E0E0;
	color: #111111;
	text-align: center;
}

a:link {
	color: #ab3834;
}

a:active {
	color: #ab3834;
}

a:visited {
	color: #ab3834;
}

a:hover {
	color: #ff0000;
	background: transparent;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #E0E0E0;
}

input.defaultButton {
	background-color: #000000;
	color: #ffffff;
}

#container {
	width: 900px;
	height: 100%;
	margin: auto auto;
	text-align: center;	
	display: block;
}


#body {
	background-color: #E0E0E0;
	width: 900px;
	float: none;
	text-align: center;
	vertical-align: top;
	height: 100%;
	display: block;
}


#leftSidebar {
	float: left;
	width: 170px;
	margin: 0px;
	padding: 1em 0.4em 1em 0.4em;
	font-size: 0.65em;
	display: inline;
	background-color: #E0E0E0;
}

#rightSidebar {
	float: right;
	width: 170px;
	margin: 0px;
	padding: 1em 0.4em 1em 0.4em;
	font-size: 0.65em;
	display: inline;
	background-color: #E0E0E0;
}


#header {
	background-color: #C8C8C8;
	width: 900px;
	text-align: center;
	border-bottom: 1px solid black;
	border: 1px solid black;
}

#headerTitle {
	color: #A52A2A;
}

#header h1 {
	padding-top: 30px;
	padding-bottom: 30px;
	font-family: Garamond,'Times New Roman',Times,serif;
}

#footer {
	width: 100%;
}

#main {
   float: left;
	width: 680px;
	margin: 0px;
	padding-left: 15px;
	padding-right: 14px;
	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;
}

