/**
 * classicBrown.css
 *
 * Copyright (c) 2003-2009 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Classic blue theme stylesheet.
 *
 * $Id: classicBrown.css,v 1.5.2.1 2009/04/08 19:43:27 asmecher Exp $
 */

 /** KN NOTE 2 SELF: ADDING THIS CODE WILL MAKE THE COLUMN STOP SHIFTING. BUT IT GETS STUCK IN THE 'WRONG' PLACE. FIX IT, THEN STICK IT:

html {
    overflow-y: scroll;
}

 */
 
body {
	margin: 0;
	padding: 0;
	background-image: url("http://www.acrlla.org/journal/plugins/themes/classicBrown/x5-wider.jpg");
	background-repeat: repeat; 
	background-position: top center;
	background-color: rgb(153, 153, 153);
	font-family: Georgia, Arial, Helvetica, sans-serif;
	text-align: center;
	width:954px !important;
	margin: 0px auto;
	/*line-height: 125%; nnnnnnnnnn rgb(153, 153, 153)*/
	text-align: center;
}

a {
	text-decoration: none;
}

a:link { color: #660000; font-weight: 400; }
a:visited { color: #996600; text-decoration: underline; font-weight: 400; }
a:hover { color: #ffffff; text-decoration: underline; background: #FC7714}
a:active { color: #FFFFFF; text-decoration: underline; }

label.error {
	color: #f60;
}

input.defaultButton {
	color: #EEEEFF;
	background: #069;
}

#container {
	/*line-height: 125%;*/
	text-align: center;
}

#header {
	min-height: 80px;
	background-color: #00747A;
	text-align: center;
}

#headerTitle {
	text-align: center;
}

#header h1 {
	line-height: 2.5;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 10px;
	font-size: 2em;
	background-color: #660000;
	background-image: url("http://www.acrlla.org/journal/plugins/themes/classicBrown/niemla-jan2017b.png");
	background-repeat: repeat; 
	background-position: top center;
	color:  #fff;
}

#footer {
	background-color: #069;
	color:  #fff;
}

#footerContent {
	color:  #fff;
}

#main {
	float: left;
	width: 745px;
	display: inline;
	overflow: hidden;
	/*border-right: 1px dotted #000; */
	margin: 5px 5px 5px 10px;
}

#main h2 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 4px;
	text-decoration: bold;
	color: #990000;
}

#main h3 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: -2px;
}

#navbar {
	filter: alpha(opacity=60);
	/*-moz-opacity:1.5;*/
	opacity: 0.6; 
	background-color: #FFCC99;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #660000;
	text-align: center;
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
}

#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: Georgia, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#content h4 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#content h5 {
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px dotted #069;
}

table.listing tr.highlight {
	background: #fcff64;
}

table.listing tr.fastTracked {
	background-color: #EEEEFF;
}

table.listing td.headseparator {
	border-top: 1px dotted #069;
}

table.listing td.endseparator {
	border-top: 1px dotted #069;
}

span.formError {
	color: #f60;
}

ul.formErrorList {
	color: #f60;
}

div.separator {
	border-bottom: 1px dotted #069;
}

#rightSidebar ul, #leftSidebar ul {
	margin-left: 0px;
	padding-left: 0px;
}

#rightSidebar li, #leftSidebar li {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

#rightSidebar, #leftSidebar {
filter: alpha(opacity=60);
/*-moz-opacity:1.5;*/
opacity: 0.6; 
	float: right;
	width: 170px;
	margin: 0px 0 0px 0;
	padding: 0.5em 0.5em 0.5em 0.9em;
	font-size: 0.8em;
	height: 98%;
	overflow: hidden;
	background-color: #EADED2;
	background-image: url('/public/rbbr.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	}
