/**
 * plugins/themes/classicRed/classicRed.css
 *
 * Copyright (c) 2013 Simon Fraser University Library
 * Copyright (c) 2003-2013 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Classic blue theme stylesheet.
 *
 */
@font-face {
    font-family: Humanst521 BT;
    src: url(http://socialwork.journals.ac.za/public/journals/1/tt0290m_.ttf) format('opentype'), url(http://socialwork.journals.ac.za/public/journals/1/tt0291m_.ttf) format('opentype'), url(http://socialwork.journals.ac.za/public/journals/1/tt0292m_.ttf) format('opentype')url(http://socialwork.journals.ac.za/public/journals/1/tt0293m_.ttf) format('opentype');
	    font-weight: normal;
    font-style: normal;
}
#font{
    font-family: Humanst521 BT;
}
body {
	background: #FBFBF3 url(http://socialwork.journals.ac.za/public/journals/1/notebook.png) repeat;
	font-family: Humanst521 BT, san-serif;
}

a {
	text-decoration: none;
}

a:link {
	color: #489323;
}

a:active {
	color: #489323;
}

a:visited {
	color: #489323;
}

a:hover {
	color: #489323;
}

label.error {
	color: #489323;
}

input.defaultButton {
	color: #489323;
	background: #000;
}

#container {
	background-color: #fff;
	font-size: 1em;
}

#header {
	min-height: 100px;
	background-color: #fff;
}

#headerTitle {
	text-align: center;
}

#header h1 {
	line-height: 2.5;
	font-family: Humanst521 BT, san-serif;
	text-transform: uppercase;
	letter-spacing: 10px;
	font-size: 2em;
	background: #FBFBF3 url(http://socialwork.journals.ac.za/public/journals/1/dark_wood.png) repeat;
	color:  #fff;
}

#footer {
	background-color: #600;
	color:  #fff;
}

#footerContent {
	color:  #fff;
}

#main {
	background: #FBFBF3 url(http://socialwork.journals.ac.za/public/journals/1/notebook.png) repeat;
    margin-top: 15px;
    padding: 0.2em;
	border-top: none; 
}

#main h2 {
	font-family: Humanst521 BT, san-serif;
	text-transform: uppercase;
}

#main h3 {
	font-family: Humanst521 BT, san-serif;
	text-transform: uppercase;
}

#navbar {
	background: #FBFBF3 url(http://socialwork.journals.ac.za/public/journals/1/dark_wood.png) repeat;
	margin-right: 0;
	padding: 0.2em;
	border-bottom: 2px solid #489323;

}

#breadcrumb {
	height: 18px;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px dotted #660000;
	padding: 0;
	font-style: italic;
}

#content {
	border-top: 1px dotted #660000;
}

#content h3 {
	font-family: Humanst521 BT, san-serif;
	text-transform: uppercase;
}

#content h4 {
	font-family: Humanst521 BT, san-serif;
	text-transform: uppercase;
}

#content h5 {
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px dotted #660000;
}

table.listing tr.highlight {
	background: #fcff64;
}

table.listing tr.fastTracked {
	background-color: #ecc;
}

table.listing td.headseparator {
	border-top: 1px dotted #660000;
}

table.listing td.endseparator {
	border-top: 1px dotted #660000;
}

span.formError {
	color: #f60;
}

ul.formErrorList {
	color: ;
}

div.separator {
	border-bottom: 1.5px dotted #489323;
}

#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 #660000;
}