﻿
/* OJS Custom Stylesheet created by*******/
/* haritharan (haritharan@gmail.com)*/
/* All right reserved*********************/
/*****************************************/

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body {
	background: #FFFFFF no-repeat center center fixed;
}

#header {	
	border-top: 10px solid #5e0412;	
	height: 160px;
	background: #5e0412;	  
	width: 100%;
}

h1 {    
	font-size: 43px;
	text-align:center;
	font-weight: bold;
	font-stretch: expanded;
	letter-spacing: 2px;
	line-height: normal;    
	color: #a9a8ad;  
}

#navbar {	
	position: absolute;	
	top: 165px;	
	background: #232221;
	border-top: 5px solid #af0110;		
	border-bottom: 5px solid #af0110;	
	padding: 0;	
	width: 100%;	
	left: 0;
}

#navbar li:first-child {    
	margin-left: 62px;
}

#navbar li {   
	padding: 0;    
        margin-left: 0px;
}

#navbar #home a {    
	border-left: 1px solid #dd1a1a;
}

#navbar a {    
	font-size: 16px;
	font-weight: bold;    
	color: #a9a8ad;    
	letter-spacing: 1px;    
	padding: 11px 25px 9px 25px;    
	height: 24px;    
	text-transform: uppercase;    
	display: inline-block;    
	border-right: 1px solid #dd1a1a;    
	font-family: 'Open Sans', sans-serif;
}

#navbar a:hover {    
	font-weight: bold;    
	background-color:#b8bac1;    
	text-decoration: none;   
}

#breadcrumb, #main > h2, #content, #sidebar {	
	position: relative;		
	top: 40px;
}

#content {    
	border-top: 1px solid #a391c6;    
	padding-bottom: 15px;
}
<!------------->
h1, h2, h3, h4, h5 {    
	color: #333;
}

div a, a:link, a:visited {	
	color: #294a70;	
	text-decoration: none;
}

div a:hover {	
	color: #6081a7;	
	background: transparent;	
	text-decoration: underline;
}

li > a {	
	font-size: 1.3em;	
	color: #294a70;
}

#content ul li a {    
	color: #294a70;
}

/*sidebar titles*/
#sidebar div.block .blockSubtitle {	
	margin-bottom: 19px;	
	color:#333;	
	letter-spacing: 0;	
	text-transform:capitalize;	
	font-size: 2em;
}

#sidebar div.block span.blockTitle  {	
	display: block;    
	font-size: 2em;    
	color: #333;    
	text-transform: capitalize;    
	line-height: 1em;
	letter-spacing: 0;
}

#content .instruct, p, td label{	
	font-size: 1.3em;	
	color: #333;	
	text-align: justify;
}

#content h4>a{    
	font-weight: bold;    
	font-size: 1.3em;    
	color: #294a70;
}

/*sidebar text*/
#sidebarUser, #sidebar label {	
	color: #333;
	font-size: 1.3em;
	text-transform:capitalize;
}

/*sidebar list*/
#sidebar li {    
	list-style-type: circle;
	text-transform:capitalize;
}

/*sidebar content align left*/
div#sidebarUser {	
	text-align: left;
}

/*sidebar field width*/
input#simpleQuery.textField, select#searchField.selectMenu, #simpleSearchInput  {	
	width: 90%;
}

#sidebar div.block input.button {	
	margin-top: 6px;
	padding: 1px 6.720px;
	font-size: 1.3em;
	text-transform:lowercase;
}

select#languageSelect.selectMenu{
	margin-bottom: auto;
	width: 80%;
	margin: 5px auto 5px auto;

}

#content a{	
	color: #294a70;
	font-size: 1.3em;
}

#content ul > li{    
	list-style-type: circle;
}

#content ol {    
	padding-left:15px;
}

.journalDescription p, .journalDescription li{    
	font-size: 1.3em;
	color: #333;
}

div#sidebarDevelopedBy, div#sidebarHelp {	
	visibility: hidden;	
	height: 0px;
}

input.button {    
	background: #49688e;
	color: #fff;
}

input.button:hover {    
	background: #294a70;
}

#sidebar div.block {    
	border: 2px solid #ccc;
	border-radius: 4px;
	padding: 0 10px 0 10px;
	margin-bottom: 10px;
}

div#sidebarLanguageToggle.block {    
	padding-bottom: 10px;
}

div#sidebarFontSize.block {    
	padding-bottom: 35px;
	margin-bottom: 10px;
}

input.textField, select.selectMenu {
	border: 1px solid #ccc;
	height: 18px;
}

.submit-text {
	font-size: 13.52px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

#content td.headseparator, #content td.endseparator{
    border-top: 1px solid #49688e;
}



#journalDescription img {
	box-shadow: 6px 6px 5px #888;
	border-radius: 5px;
	margin-right: 10px;
	margin-bottom: 15px;
}