/**
 * styles/common.css
 *
 * Copyright (c) 2013 Simon Fraser University Library
 * Copyright (c) 2003-2013 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared stylesheet.
 *
 */

/**
 * Notifications
 * FIXME: (Re)move once OJS styles are consolidated with new styles and themes
 */
@import url("../lib/pkp/styles/themes/default/pnotify.css");
@import url("../lib/pkp/styles/themes/default/notificationIcons.css");


@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700|Old+Standard+TT:700,400);

.ui-pnotify-title {
	font-size: 0.8em;
}

.ui-pnotify-text {
	font-size: 0.6em;
}

.ui-pnotify-history-container .ui-pnotify-history-header {
	font-size: 0.8em;
}

body {
	background-color: #f1f1f1 !important;
	position: relative;
	color: black !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
    }

#header {
	background-color: white;
}

/**
 * Common HTML elements
 */
p
{
	text-align: justify;
}
a:hover{}
a.plain
{
	color: #34963e;
}
a:link
{
	color: #34963e;
}

a, img {
	border: none;
	outline: none;
}

a:active {
	color: #34963e;
}

a:visited {
	color: #375, background-color: transparent;
}

a:hover {
	color: #253;
	background: #CDC;
}

/* sidebar links */ 

/**
 * Main layout elements
 */

#container {
	width: 100% !important;
	min-width: 730px !important;
	margin: 0px auto;
	text-align: center;
}

/**
 * Access icons and key
 */
#accessKey {
	margin-bottom: 2em;
}

#accessKey img {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

#content img.accessLogo {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}


/**
 * Navigation bar
 */

#navbar a {
	font-size: 0.65em;
	letter-spacing: 0.05em;
}

#navbar li#login
{
    display:none;
}

#onlineSubmissions
{
    display:none;
}

/**
 * Table of contents
 */

h4.tocSectionTitle {
}

table.tocArticle {
	width: 100%;
}

table.tocArticle td.tocTitle {
	width: 70%;
	height: 100%;
}

table.tocArticle td.tocGalleys {
	width: 30%;
	text-align: right;
}

table.tocArticle td.tocAuthors {
	padding-left: 30px;
	font-style: italic;
	vertical-align: top;
}

table.tocArticle td.tocPages {
	text-align: right;
	vertical-align: top;
}

.tocArticleCoverImage img {
	border: 0;
	float: left;
	width: 100px;
	margin: 0 1em 1em 0;
}


/**
 * Issue cover image
 */

#issueCoverImage img {
	display: block;
	border: 0;
}

#issueCoverImage > a > img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.issueCoverImage img {
	border: 0;
	float: left;
	width: 100px;
	margin: 1em 1em 1em 0;
}

/* @end */
