/**
 * plugins/themes/classicRed/classicRed.css
 *
 * Copyright (c) 2003-2012 John Willinsky
 * 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 {
}
img{
    border:none;
}

a:link {
    color: #844a0c;
    padding:3px 2px;
}

a:active {
    color: #EEAA15;
    
    
}

a:visited {
    color: #844a0c;
}

a:hover {
    color: #2B2A25;
    background: #EEAA15;
    padding:3px 2px;
    
}

label.error {
    color: #f60;
}

input.defaultButton {
    color: #EECCCC;
    background: #660000;
}

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

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

#headerTitle {
    text-align: center !important;
}

#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: #eeaa15;
    color:  #2b2a25;
    padding:0px !important;
}

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

#footerContent {
    color:  #fff;
}

#main {
    background-color: #fff;
    border-top: 1px solid #525055;
    border-bottom: 1px dotted #660000;
    margin-top: 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 solid #525055;
    text-align: center;
}

#breadcrumb {
    height: 18px;
    line-height: 1.5em;
    text-align: center;
    border-bottom: 1px solid #525055;
    padding: 1px 0 10px 0;
    font-style: italic;
}

#content {
    border-top: 1px dotted #660000;
}
#content h2,h3,h4,h5 {
    color:#2b2a25 !important;
}
#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 #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: #f60;
}

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

#articleCitations{
	display:none;
}

#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;
}
ul.menu a{
    font-size:0.6em;
    
}
.tocArticle a:hover{
    background:#fff;
    text-decoration:none;
}
.tocArticle a{
    font-family: Arial, Helvetica, sans-serif !important;
    font-size:0.9em;
}
.tocArticle {
    margin-bottom:20px;
    border-bottom:1px dashed #7b7880;
    padding-bottom:5px;
}
div.separator {
    border-bottom: 1px dotted #fff !important;
    margin:20px 0px;
}
ul.menu li#home a{
}
ul.menu li a{
}
#issueCoverImage{
    width:100%;
    float: left;
    margin:10px 0px 50px 0px;
}
#issueCoverImage a{
    float:left;
    display:inherit;
}
.tocTitle a{
    text-decoration: underline;
}
.tocTitle a:hover{
    text-decoration: none;
}
