/**
 * scjr.css
 *
 * Studies in Christian-Jewish Relations stylesheet.
 *
 */

body {
	background-color: #fff;
	/*font-family: "Times New Roman", Times, Georgia, serif;*/
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

div {
	font-size: 13px;
}

a {
	font-size: 13px;
	text-decoration: none;
	font-weight:bold;
}

a:link {
	color: #544422;
}

a:active {
	color: #238;
}

a:visited {
	color: #544422;
}

a:hover {
	color: #000000;
	background: #FFFFFF;
}

ul {
	margin: 0.25em 0 0.75em 0;
	padding: 0 0 0 2.5em;
	font-size: 13px;
}

ol {
	margin: 0.25em 0 0.75em 0;
	padding: 0 0 0 2.5em;
	font-size: 13px;
}

label.error {
	color: #900;
}

input.defaultButton {
	color: #000000;
	background: #E7CE8C;
}

#container {
	background-color: #fff;
	font-size: 1em;
}

#header {
	background-color: #E7CE8C;
	width:100%;
    height: 117px;
	background-image:url(http://ejournals.bc.edu/ojs/public/journals/5/scjrBanner.jpg);
	background-repeat:no-repeat;
}

#headerTitle {
	position:absolute;
	text-align: left !important;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 117px;
	background: #E7CE8C;
	/*width:800px;*/
}

#header h1 {
	display:block;
	text-align: center;
	padding: 0;
}

#footer {
	background-color: #007;
	color:  #fff;
}

#footerContent {
	color:  #fff;
}

#main {
	background-color: #fff;
	border-top: 1px solid #333333;
	border-bottom: 1px dotted #333333;
	margin-top: 15px;
	width:60%;
}

#main h2 {
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
}

#main h3 {
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
}

#navbar {
	border-bottom: 1px dotted #333333;
	text-align: center;
}

#breadcrumb {
	height: 18px;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px dotted #333333;
	padding: 0;
	font-style: italic;
}

#content {
	border-top: 1px dotted #333333;
}

#content h3 {
	font-family:  "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
}

#content h4 {
	font-family:  "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
}

#content h5 {
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px dotted #333333;
}

table.listing tr.highlight {
	background: #fcff64;
}

table.listing tr.fastTracked {
	background-color: #ABD;
}

table.listing td.headseparator {
	border-top: 1px dotted #333333;
}

table.listing td.endseparator {
	border-top: 1px dotted #333333;
}

span.formError {
	color: #900;
}

ul.formErrorList {
	color: #900;
}

div.separator {
	border-bottom: 1px dotted #333333;
}

#rightSidebar ul, #leftSidebar ul {
	margin-left: 0px;
	padding-left: 0px;
}

#rightSidebar li, #leftSidebar li {
	list-style-type: none;
}

#rightSidebar, #leftSidebar {
	margin-top: 5px;
	border-bottom: 1px dotted #333333;
}

#leftSidebar {
	margin-left: 2%;
}

#rightSidebar {
	margin-right: 2%;
}
