* plugins/themes/classicBlue/classicBlue.css
 *
 * Copyright (c) 2013-2014 Simon Fraser University Library
 * Copyright (c) 2003-2014 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Classic blue theme stylesheet.
 *
 */
span.rtop, span.rbottom {
	display:block;
	background: #C0C0C0;}

span.rtop span, span.rbottom span {
	display:block;
	height: 1px;
	overflow: hidden; 
	background: #FFEFD5;
}

span.r1 {
	margin: 0 5px;
}

span.r2 {
	margin: 0 3px;
}

span.r3 {
	margin: 0 2px;
}

span.rtop span.r4, span.rbottom span.r4 {
	margin: 0 1px;
	height: 2px;
}

#sidebar div.block {
	background: #B0C4DE;
	padding-bottom: 0;	
	margin-bottom: 1.5em;
	
}

div.roundedCorner {
	padding-left: 1em;
}

/* Used to flag already-rounded corners */
div.alreadyRounded {
}
body {
	background-color: #fff;
	font-family: "Georgia, serif;
}

a {
	text-decoration: none;
}

a:link {
	color: #069;
}

a:active {
	color: #39c;
}

a:visited {
	color: #069;
}

a:hover {
	color: #EEEEFF;
	background: #069;
}

label.error {
	color: #f60;
}

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

#container {
	background-color: #fff;
	font-size: 1em;
}

#header {
	min-height: 100px;
	background-color: #fff;
}

#headerTitle {
	text-align: center;
}

#header h1 {
	{ text-align: center }
	line-height: 2.5;
	font-family:  Georgia, serif;
	text-transform: underline;
	
	letter-spacing: 10px;
	font-size: 2em;
	background-color: #069;
	color:  #fff;
}

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

#footerContent {
	color:  #fff;
}

#main {
	background-color: #fff;
	border-top: 1px solid black;
	border-bottom: 0px dotted #069;
	margin-top: 15px;
}

#main h2 {
	font-family: Georgia, serif;
	text-transform: uppercase;
}

#main h3 {
	font-family: Georgia, serif;
	text-transform: uppercase;
}

#navbar {
	border-bottom: 1px dotted #069;
	text-align: center;
}

#breadcrumb {
	height: 15px;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px dotted #069;
	padding: 0;
	font-style: italic;
}

#content {
	border-top: 1px dotted #069;
}

#content h3 {
	font-family: Georgia, serif;
	text-transform: uppercase;
}

#content h4 {
	font-family: Georgia, 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;
}

#rightSidebar, #leftSidebar {
	margin-top: 5px;
	border-bottom: 1px dotted #069;
}
