/**
 * plugins/themes/pkpps/styles/core.css
 *
 * Copyright (c) 2013-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Stylesheet for PKP Publishing Services theme.
 *
 */

/*
 * Font colors
 */

body {
	color: #2e2e2e;
}

label.error {
    color: #900;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
    color: #2e2e2e;
}

#container, #body, #main, #main h1, #main h2, #main h3, #content, #breadcrumb  {
	color: #2e2e2e;
}

#headerTitle {
    color: #212121;
}

#sidebar div.block {
    color: #2e2e2e;
}

#rightSidebar, #rightSidebar {
    color: #2e2e2e;
}


/*
 * Common HTML elements
 */

body {
	font-size: 1em;
	margin: auto;
	padding: 0;
	line-height: 150%;
}

div {
	line-height: 150%;
	text-align: left;
}

table {
	border: 0;
	border-spacing: 0;
	font-size: 0.9em;
}

table.listing td {
	font-size: 0.9em;
}

table.info td {
	font-size: 0.9em;
}

form {
	margin: 0;
}

a {
    text-decoration: none;
    font-weight: normal;
}

a:link {
    text-decoration: none;
    font-weight: normal;
}

a:active {
    text-decoration: none;
    font-weight: normal;
}

a:visited {
    text-decoration: none;
    font-weight: normal;
}

a:hover {
    text-decoration: underline;
    background-color: transparent;
}

a.plain {
	text-decoration: none;
}

ul {
	margin: 0.25em 0 0.75em 0;
	padding: 0 0 0 2.5em;
}

tt {
	font-size: 1em;
}

label {
}

label.error {
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
    border: 1px solid #919191;
    font-size: 0.9em;
}

input.button {
    text-transform: uppercase;
    font-size: 0.8em;
    padding: 5px 10px 5px 10px;
	margin: 0;
	border: none;
    border-radius: 5px;
}

input.defaultButton {
    font-weight: bold;
}


/**
 * Main layout elements
 */

#container {
    line-height: 150%;
    text-align: left;
    font-size: 0.9em;
    margin: 0 auto;
    padding: 0 1em 0 1em;
}

#header {
	padding: 0;
	margin: 0;
	margin-top: 10px;
}

#headerTitle {
    text-align: center;
    min-height: 80px !important;
    border: 1px solid #bebfbf;
    margin: 0 auto;
    padding: 0;
}

#headerTitle h1 {
	font-size: 2em;
    font-weight: normal;
	text-align: center;
	line-height: 60px;
    margin: 0 auto;
    padding: 0;
}

#headerTitle img {
	border: none
}

#body {
    font-size: 1.2em;
    margin: 0 auto;
    padding: 0;
}

#main h1 {
    font-size: 1.6em;
    line-height: 125%;
    clear: left;
	margin: 0;
    padding: 0;
}

#main h2 {
    font-size: 1.6em;
    line-height: 125%;
    text-transform: uppercase;
    color: #000000;
    clear: left;
    border-bottom: 1px solid #2e2e2e;
    margin: 1em 0em 0.5em 0em;
    padding-top: 0;
}

#main h3 {
    font-size: 1.4em;
    line-height: 125%;
	color: #101820;
    margin: 0em 1em 0.5em 0em;
    padding-top: 0.25em;
}

#content {
    font-size: 0.85em;
    line-height: 150%;
    min-height: 500px;
    border: none;
    margin: 0;
    padding: 0;

}

#content h3 {
    font-weight: normal;
    font-size: 1.4em;
	color: #101820;
    line-height: 1.35em;
    margin: 0em 1em 0.25em 0em;
}

#content h4 {
    font-weight: normal;
    font-size: 1.2em;
    line-height: 125%;
	color: #2E1A47;
    margin: 0em 1em 0.5em 0em;
    padding-top: 0.75em;
}

#content h5 {
    font-weight: normal;
    font-size: 1em;
	color: #75787B
    margin: 0em 1em 0.25em 0em;
    padding-top: 0.75em;
}

#announcementsHome h3 {
    font-weight: bold;
    font-size: 1.4em;
    line-height: 1.5em;
}

#announcementsHome a {
    text-transform: none;
}


/**
 * Navigation bar
 */

#navbar {
	border: none;
    margin: 10px 0 0 0;
    padding: 0;
}

#navbar ul.menu {
    border-bottom: none;
    clear: both;
    min-height: 60px;
	margin: 0;
    padding: 0;
}

#navbar ul.menu li {
	line-height: 2em;
	padding: 0 1.8em 0 0;
}

#navbar a {
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
	margin: 0;
}

#navbar a:link, #navbar a:active, #navbar a:visited {
    font-weight: bold;
    text-decoration: none;
}

#navbar a:hover {
    text-decoration: none;
}

#announcements li {
	margin: 0;
    padding: 0 2em 0 0;
}


/**
 * Breadcrumbs
 */

#breadcrumb {
    width: 100%;
    float: left;
    clear: both;
    padding: 20px 0px 20px 0px;
    margin: 0 0 0 1px;
    font-size: 0.9em;
}

#breadcrumb a {
}

#breadcrumb a.current {
    font-weight: normal;
}

#breadcrumb a:hover {
    text-decoration: underline;
    background-color: transparent;
}

/**
 * Issue and table of contents
 */

#issueCoverImage img {
    border: 1px solid #bebfbf;
	max-width: 75%;
	max-height: 75%;
    width: auto;
    height: auto;
}

#issueCoverImage a:link, .issueCoverImage a:link {
}

#issueCoverImage a:active, .issueCoverImage a:active {
}

#issueCoverImage a:visited, .issueCoverImage a:visited {
}

#issueCoverImage a:hover, .issueCoverImage a:hover {
}

.issueCoverImage img {
    border: 1px solid #bebfbf;
}

.tocCoverImage img {
    border: 1px solid #bebfbf;
}

table.tocArticle {
    margin-bottom: 20px;
    border-bottom: 1px solid #bebfbf;
}

.tocArticleTitleAuthors.showCoverImage {
	width: 55%;
	padding-left: 10px;
}

/**
 * Articles
 */
#articleCoverImage img {
    border: 1px solid #bebfbf;
	max-width: 75%;
	max-height: 75%;
    width: auto;
    height: auto;
}

#inlinePdfResizer {
    margin: 10px 10px 10px 0;
    min-height: 600px !important;
	clear: both;
}

#pdfDownloadLinkContainer {
	margin-top: 10px;
}

#pdfDownloadLink {
   text-transform: uppercase;
   font-size: 0.85em;
}

/**
 * Sidebar
 */

#sidebar a {
    text-transform: uppercase;
}

#sidebar a:hover {
    text-decoration: underline;
    background-color: transparent;
}

#sidebar div.block {
    font-size: 1.25em;
    padding: 0 0 0.5em 0;
    margin: 0 0 2.5em 0;
}

#sidebar div.block span.blockTitle {
    font-size: 1em;
    text-transform: uppercase;
    display: block;
	margin: 0 0 1em 0;
    padding: 0.5em 0 0.5em 0;
}

#sidebar div.block span.blockSubtitle {
    font-size: 1em;
    display: block;
    padding: 0;
}

#sidebar input.button {
    text-transform: uppercase;
    font-size: 1em;
	margin: 0 0 0 1px;
    padding: 4px 10px 4px 10px;
    border: none;
    border-radius: 5px;
}

#sidebarExternalFeed li {
    padding-bottom: 1em;
}

#sidebarDonation img {
    border: none;
}

#sidebarDevelopedBy.block {
	margin-bottom: 1em;
}

#developedBy.blockTitle {
	font-size: 1em;
}

#sidebarNavigation td {
    font-size: 1.1em;
}

#sizer {
   min-height: 40px;
   text-align: center;
}


/**
 * Common sidebar styles
 */

#main {
    float: left;
    display: block;
    width: 720px !important;
	margin: 0;
    padding: 5px 0 20px 0;
}


/**
 * Right Sidebar
 */

#rightSidebar {
    float: right;
    clear: right;
    width: 210px !important;
    margin: 0 0 60px 30px;
    padding: 20px 0 20px 0;
    border: none;
}


/**
 * Left Sidebar
 */

#leftSidebar {
    float: left;
    clear: right;
    width: 210px !important;
    margin: 0 30px 60px 0;
    padding: 20px 0 20px 0;
    border: none;
}
