/**
 * vanilla.css
 *
 * Copyright (c) 2003-2008 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Vanilla theme.
 *
 * $Id: SJSvanilla.css,v 1.4 2008/07/08 20:35:07 asmecher Exp $
 */

body {
	background-color: #ffffff;
	color: #000000;
	font-family: Georgia, Garamond, "Times New Roman", Times, serif;
/*	margin-left: 25px;
	margin-right: 25px;
	margin-top: 25px;
	margin-bottom: 25px; */
}

a {
	color: #4E0000;
	text-decoration: none;
	font-weight: bold;
}

a:link {
	color: #4E0000;
}

a:active {
	color: #4E0000;
}

a:visited {
	color: #4E0000;
}


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

ul.menu a {
	font-size: 0.85em;
	text-transform: none;
	text-decoration: none;
}

ul.menu li {
	margin: 0;
	padding: 0;
	padding-right: 0.5em;
	display: inline;
}

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

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

.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #666666;
}

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

#main {
	background-color: #ffffff;
	/* border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;	*/
}

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

td.tocGalleys {
	padding-right: 10px;
}

#navbar {
	padding-left: 10px;
	/* border-bottom: 1px solid black; */
}

#breadcrumb {
	padding-left: 10px;
	padding-bottom: 10px;
	/* border-bottom: 1px solid black;	*/
}

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

.tablecontentsmall {
	text-align: left;
}
.headtext {
	font-size: x-large;
	font-weight: bold;
}

#navbar {
	margin-right: 0;
	padding-bottom: 0.5em;
	border-bottom: 2px solid #000;
}

#navbar a {
	font-size: 0.65em;
	letter-spacing: 0.05em;
}