/**
 * classicBrown.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.
 *
 * $Id$
 */

body {
	background-color: #fff;
	font-family: "Times New Roman", Times, Georgia, serif;sans serif;
        text-align: justify;
}

a {
	text-decoration: none;
}

a:link {
	color: #320;
}

a:active {
	color: #D3A463;
}

a:visited {
	color: #320;
}

a:hover {
	color: #DEB887;
	background: #320;
}

label.error {
	color: #f60;
}

input.defaultButton {
	color: #C88C3C;
	background: #320;
}

#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: #320;
	color:  #fff;
}

#footer {
	background-color: #320;
	color:  #fff;
}

#footerContent {
	color:  #fff;
}

#main {
	background-color: #fff;
	border-top: 1px solid yellow;
	border-bottom: 1px dotted #C88C3C;
	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 dotted #C88C3C;
	text-align: center;
}

#breadcrumb {
	height: 18px;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px dotted #C88C3C;
	padding: 0;
	font-style: italic;
}

#content {
	border-top: 1px dotted #C88C3C;
}

#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 #C88C3C;
}

table.listing tr.highlight {
	background: #fcff64;
}

table.listing tr.fastTracked {
	background-color: #C88C3C;
}

table.listing td.headseparator {
	border-top: 1px dotted #C88C3C;
}

table.listing td.endseparator {
	border-top: 1px dotted #C88C3C;
}

span.formError {
	color: #f60;
}

ul.formErrorList {
	color: #f60;
}

div.separator {
	border-bottom: 1px dotted #C88C3C;
}

#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 #C88C3C;
}


.pkp_page_index .homepage_image img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: 0 0 20px #c88c3c;
}


.obj_issue_toc .cover img {
    display: block;
    max-height: 250px;
    width: auto;
    box-shadow: 0 0 20px #c88c3c;
}



.obj_galley_link {
    display: inline-block;
    padding: 0 1em;
    background: #fff;
    border: 1px solid #c88c3c;
    border-radius: 3px;
    font-size: 13px;
    line-height: 28px;
    color: #007ab2;
    text-decoration: none;
    box-shadow: 0 0 20px #c88c3c;
}








  .pkp_site_name .is_text {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 550;
    font-size:25px;
    padding-bottom: 1cm;
    }

    .pkp_navigation_primary > li > a,
    .pkp_navigation_user > li > a,
    .pkp_navigation_user > li.in_focus > a,
    .pkp_navigation_user > li > a:hover,
    .pkp_navigation_user > li > a:focus,
    .pkp_head_wrapper .pkp_search .search_prompt {
    color:#E6E6FA;
    }



.pkp_brand_footer a {
    /* display: block; */
    max-width: 400px;
    margin: 0 auto;
}


.pkp_structure_footer_wrapper{
  background: @bg-light-shade;
  border-bottom: @double solid @bg-lighten-3;
}

