/**
 * plugins/themes/classicBlue/classicBlue.css
 *
 * Copyright (c) 2013-2014 Simon Fraser University Library
 * Copyright (c) 2003-2014 John Wilnsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Classic blue theme stylesheet.
 *
 */

body {
	background-color: #fff;
	font-family: "Times New Roman", Times, 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 {
	line-height: 2.5;
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
	letter-spacing: 10px;
	font-size: 2em;
	background-color: #fff;
	color:  #fff;
}

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

#footerContent {
	color:  #fff;
}

#main {
	background-color: #ffffff;
	border-top: 1px solid yellow;
	border-bottom: 1px dotted #069;
	margin-top:-17px;  /*15px; */
}

#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 #069;
	text-align: left;
	background-color:#00652a;
	
	
	}
#navbar a {
	font-size: 0.75em;
	letter-spacing: 0.05em;
	color:white;
	text-transform:inherit;
	font-family:verdana;
}

#navbar li 
{
	 display: inline;
        padding-right: 0.9em;
        padding-left: 0.9em;
        border-right: 1px solid #fff;
		
	
}
#navbar li:last-child 
{
	border:0;
} 
#breadcrumb {
	height: 18px;
	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:  "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 #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;
	/*background-color:lightgreen;*/
}
#overimage
{
	float:right;
	position:absolute;
	margin-top:89px;
}
.leftnavcell {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #d1c9c0 #d1c9c0 #d1c9c0 #225795;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 2px;
    color: #63abff;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 12px;
    padding-left: 10px;
}
.leftNav {
    background-color: #ffffff;
    color: #750810;
    font-family: Verdana,Arial,sans-serif;
    font-size: 11px;
}
table.tocArticle td.tocTitle {
    display: list-item;
    height: 100%;
    list-style: square inside none;
    padding: 10px 0 0;
    width: 70%;
}

.button-0 {
    position: relative;
    padding: 10px 0px;
    margin: 0px 10px 10px 0px;
    float: left;
    border-radius: 10px;
    font-family: 'Helvetica', cursive;
    font-size: 25px;
    color: #FFF;
    text-decoration: none;  
    background-color: #3498DB;
    border-bottom: 5px solid #2980B9;
    text-shadow: 0px -2px #2980B9;
    /* Animation */
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}

.button-0:hover, 
.button-0:focus {
    text-decoration: none;
    color: #fff;
}

.button-0:active {
    transform: translate(0px,5px);
    -webkit-transform: translate(0px,5px);
    border-bottom: 1px solid;
}
