/**
 * articleView.css
 *
 * Edited by Karen Hellekson, November 2007
 * Copyright (c) 2003-2006 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Article view stylesheet.
 *
 * $Id: articleView.css,v 1.6 2006/06/12 23:26:24 alec Exp $
 */

#body {
	width: 580px;
	margin: 0 auto;
}

#main {
	width: 580px;
	margin: 0;
}

#frontmatter, #articlebody, #notes, #bib {
	border: none;
	margin: 0 1em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "gill sans", georgia, serif;
	font-weight: normal;
}

#frontmatter h1, #articlebody h1, #notes h1, #bib h1 {
	background-color: #990000;
	color: #ffffff;
	padding: .4em;
	font-variant: small-caps;
}

#frontmatter h2, #articlebody h2, #notes h2, #bib h2 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0.5em;
	font-size: 2em;
	line-height: 1.3em;
}

#frontmatter h3, #articlebody h3, #notes h3, #bib h3 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0em;
	font-size: 1.5em;
	line-height: 1.3em;
}

#frontmatter h4, #articlebody h4, #notes h4, #bib h4  {
	margin: 0em 1em 0.5em 0em;
	font-size: 1.5em;
	line-height: 1.3em;
	padding: .2em;
}

div.rtSeparator {
	width: 100%;
	padding: 0;
	border-bottom: 2px dotted #000;
	line-height: 0px;
}

div.rtSeparatorThin {
	width: 100%;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dotted #000;
	line-height: 0px;
}

div.rtBlock {
}

div.rtBlock a {
	text-transform: none;
	text-decoration: none;	
}

div.rtBlock ul {
	padding: 0;
	margin: 0;
}

div.rtBlock li {
	list-style-type: none;
}

span.rtSubtitle {
	text-transform: uppercase;
	font-size: 0.85em;
}

a.rtAction {
	font-size: 0.9em;
	text-transform: uppercase;
	text-decoration: none;
}

/* Things I added */

.affil {
	font-style: italic;
}

.corr {
	font-style: italic;
}

.abstract {
	margin: 0 3em;
}

.keywords {
	margin: 1em 3em;
}

.issn {}

/* Things added by Joseph Marques, 2018 */
.paranum {
    margin-right: 1em;
}

a {
	color: #991b1e;
}

a:hover, a:active, a:focus {
	color:#F03C4E;
}

/* Things added to make new HTML gallery work */
.otw_header_view {
    z-index: 2;
    position: relative;
    background: #991b1e;
}
.otw_header_view a {
    line-height: 30px;
    text-decoration: none;
}

.otw_header_view .return {
    /*position: absolute;
    top: 0;
    left: 0;
    width: 30px;*/
    height: 30px;
    line-height: 30px;
    background: #991b1e;
    color: #fff;
    text-align: center;
}

.otw_header_view .return:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f060";
}

.otw_header_view .print_button {
    /*position: absolute;
    top: 0;
    left: 30px;
    width: 30px;*/
    height: 30px;
    line-height: 30px;
    background: #991b1e;
    color: #fff;
    text-align: center;
}

.otw_header_view .print_button:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f02f";
}

.otw_header_view .title {
    /*display: block;
    padding-left: 70px;*/
    max-width: 100%;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    color: #fff;
    position: absolute;
    left: 0;
    min-width: 100%;
    text-align: center;
    z-index: -1;
}

#htmlContainer.galley_view {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    bottom: 5px;
}
