/**
 * steel.css
 *
 * Copyright (c) 2003-2010 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: #682828;
} 

a:active {
	color: #682828;
}

a:visited {
	color: #682828;
}

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

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

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

#header {
	background-color: #682828;

}

#headerTitle {
	color: #ffffff;
}

#header h1 {
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Arial;
}

#footer {
	width: 100%;
	font-size: 0.8em;
	

}

#main {
	padding-left: 7.5px;
	padding-right: 2px;
	background-color: #ffffff;
	width:68%;


}

#main h2 {
	font-family: Arial;
	background-color: #682828;
	color: #ffffff;
	font-size: 0.8em;
	


}

#main h3 {
	font-family: Arial;

}

#navbar {
	border-bottom: 1px dotted #000;
}

#breadcrumb {
	border-bottom: 1px dotted black;
}

#content {
	border-top: 0px dotted #000;
}

#content h3 {
	font-family: Arial;
}

#content h4 {
	font-family: Arial;
}


