/**
 * plugins/themes/classicBlue/classicBlue.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.
 *
 * Classic blue theme stylesheet.
 *
 */

body {
	background-color: #eff1f7;
	font-family: "Times New Roman", Times, Georgia, serif;
	margin-left:auto;
	margin-right:auto;
	width:1100px;
}

a {
	text-decoration: none;
}

a:link {
	color: #069;
}

a:active {
	color: #39c;
}

a:visited {
	color: #069;
}

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

label.error {
	color: #f60;
}

input.defaultButton {
	color: #EEEEFF;
	background: #069;
}

#container {
	background-color: #eff1f7;
	font-size: 1em;
	box-shadow: 6px 0px 0px #ffffff, -5px 0px 0px #ffffff, 0px 5px 25px #000000;
	float:left;
	border-bottom: solid #fff 4px;
	border-radius:5px;
	margin-bottom:30px;
	margin-top:5px;
}

#header {
	min-height: 100px;
	background-color: #fff;
	background-image: url(bg-logo.png);
    background-size: 1100px 150px;
    height: 150px;
    margin-bottom: -20px;
	background-repeat: no-repeat;
	border-top: 5px solid #fff;

}

#headerTitle {
	text-align: center;
	
	
	
}

#header h1 {
			
	color: white;
    font-family: Tahoma;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 2em;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 10px black;
	padding-left: 30px;
	padding-top: 20px;
	width: 500px;
	
}
#issn {

    font-size: 10px;
    letter-spacing: 3px;
    line-height: 1em;
    text-align: center;
   	padding-left: 0px;
	width: 500px;
	margin-top: 5px;
	
}

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

#footerContent {
	color:  #fff;
}

#main {
	background-color: #eff1f7;
	border-top: 1px solid #eff1f7;
	border-bottom: 1px solid #069;
	margin-top: 25px;
	width:55%;
	overflow: inherit !important;
	
}

#main h2 {
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
	font-size: 1.2em;
}

#main h3 {
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: none;
}

#navbar {
	border-bottom: 1px solid #069;
	text-align: center;'
	font-size:1em;
	letter-spacing: 0em;
	position: absolute;
	top: -37px;
	left: -244px;
	width: 1100px;
	background-color: rgba(116, 139, 213, 0.46);
	height: 23px;

}
#navbar a {
    font-size: 13px;
	letter-spacing: 1px;
    font-family: 'Times New Roman', Times, serif;
	font-weight:bold;
	color: #fbfbf3;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1)

}

#breadcrumb {
	height: 18px;
	line-height: 1.5em;
	text-align: left;
	border-bottom: 1px solid #069;
	padding: 0;
	font-size: 12px;
	
}

#content {
	border-top: 1px solid #069;
	font-size:1em;
	background-color: #eff1f7;
	text-align: justify;
}

#content h3 {
	font-family:  "Times New Roman", Times, Georgia, serif;
	text-transform: none;
	font-size:1.2em;
}

#content h4 {
	font-family:  "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
	font-size: 1em;
	background: #c3cde6;
    padding: 8px;
	
}

#content h5 {
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px solid #069;
}

table.listing tr.highlight {
	background: #fcff64;
}

table.listing tr.fastTracked {
	background-color: #EEEEFF;
}

table.listing td.headseparator {
	border-top: 1px solid #069;
}

table.listing td.endseparator {
	border-top: 1px solid #069;
}

span.formError {
	color: #f60;
}

ul.formErrorList {
	color: #f60;
}

div.separator {
	border-bottom: 1px solid #069;
}

#rightSidebar ul, #leftSidebar ul {
	margin-left: 0px;
	padding-left: 0px;
}

#rightSidebar li, #leftSidebar li {
	list-style-type: none;
}

#rightSidebar, #leftSidebar {
	margin-top: 20px;
	border-bottom: 1px solid #069;
	font-size:0.7em;
	margin-left:2%;
	margin-right:2%;
	width: 200px;
	font-size:0.7em;
	overflow: hidden;
	text-overflow: ellipsis;
}
#sidebar div.block span.blockTitle {
	    font-size: 1em;
    letter-spacing: 1px;
}
a.pdf {
	font-size: 16px;
}
#articleTitle{
	text-align:center;
	text-transform:none;
	font-size: 18px;
	}

#articleAbstract div{
	text-align: justify;
	text-indent:25px;
}
#articleCitations div{
	text-align: justify;
	text-indent:25px;
}
#aboutjournal{
	 background: url(1.png) no-repeat;
	 	background-position: top right;
    background-size: 40%;
}
ul.menu {
	padding-top:7px;
}
#sidebar div.block {
	    margin-bottom: 10px;
		font-size: 15px;
}
#topBar {
	padding-bottom:0em;
	font-size: 12px;
	text-align: right;
}

div.roundedCorner {
	padding-left: 10px;
    padding-right: 5px;
}
#authors{
	text-align: justify;
}

span.rtop, span.rbottom {
	background: #eff1f7;
}
input.button{
	font-family: "Times New Roman", Times, Georgia, serif;
	}
#sidebar input.textField, #sidebar select.selectMenu, #sidebar input.button{
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 15px;
}
label {
    font-size: 16px;
}
.composite-ui div.two-pane>div.left-pane {
	overflow: auto;
}
.composite-ui>.ui-tabs ul.main-tabs a {
	font-size: 14px;
	font-family: "Times New Roman", Times, Georgia, serif;
}
#profilePicContent{
	padding-left: 10px;
    padding-bottom: 10px;
	
}
ol.editorialTeam, ol.editorialTeam li{
	text-align: justify;
	
}