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

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

a:link {
	color: #CC0024;
}

a:active {
	color: #CC0024;
}

a:visited {
	color: #CC0024;
}

a:hover {
	color: #1DB9BF;
	/* background: #ffffff; */
}

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

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

#header {
	background-color: #1DB9BF;
	border-bottom: 1px solid #CCCCCC;
		margin: 0;
	padding: 0;
	border: 0;
}

#headerTitle {
	color: #ffffff;
	margin: 0;
	padding: 0;
	border: 0;
}

#header h1 {
	padding-top: 10px;
	/* padding-bottom: 30px; */
	font-family: Garamond,'Times New Roman',Times,serif;
		margin: 0;
	padding: 0 0 0 10%;
	border: 0;
}

#footer {
	width: 100%;
}

#main {
	padding-left: 5px;
	/* background-color: #f9f9f9;
	 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;
}

