/**
 * plugins/themes/classicRed/classicRed.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.
 * 
 */

 /**
 The theme is used in the CONTRIBUTIONS of the MANU(MASA) and adjusted according to the needs of each Journal. The adjustements are made in February 2017.
 */
 
body {
    background-color: #6B6161;
    font: Linux libertine;
}

a {
	text-decoration: none;
}

a:link {
	color: #660000;
}

a:active {
	color: #993338;
}

a:visited {
	color: #660000;
}

a:hover {
	color: #EECCCC;
	background: #660000;
}

label.error {
	color: #f60;
}

input.defaultButton {
	color: #EECCCC;
	background: #660000;
}
#container {
	background-color: #6B6161;
	font-size: 1.2em;
	margin-top:2%;
	width:980px !important;
	margin-left:auto;
}


#header {
	background-color: #B40404;
	width:980px !important;
	margin-left:auto;
	padding:0;
}

#headerTitle {
	text-align: center;
	width:100%;
	margin-left:0%;
	padding:0;
}

#header h1 {
	margin-left:0%;
	padding:0;
	text-transform: uppercase;
	letter-spacing: 1;
	font-size: 1.4vw;
	color: #fff;
	width:100%;
}


#main {
	float:left;
	background-color: #fff;
	border-top: .0vw solid #660000;
	border-bottom: .0vw solid #660000;
	margin-top: 2%;
	padding:0;
	width:710px;
	margin-left:0;
	overflow:hidden;
}


#main h2 {
	font: Linux libertine;
	text-transform: uppercase;
	padding-left:.25em;
}

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

#navbar{
	padding-top:0;
	padding-bottom:0;
	border-bottom:none;
}
#navbar a {
    font-size: .6em;
    letter-spacing: 0em;
}
.menu{
	width: 100%;
	position:relative;
	background-color: #d4d5d6;
	margin-top:0%;
}

ul.menu{
	list-style-type: none;
	padding-left:0px;
	margin-top:0;
	margin-bottom:0;
	display:block;
	min-height:26pt;
	
}

ul.menu li{
	display:inline-block;
	float:left;	
	width:auto !important;
	padding:0;
	
}

ul.menu li a{
	display:block;
	color: #660000;
	text-decoration:none;
	font-size: 6pt;
	font:linux libertine;
	padding: 8pt 6pt 8pt 6pt;
}
ul.menu li a:hover{
	color: #f4f4f4;
	display:block;
	border: 0;
	border-radius: 2pt; 
	background-color:#4977A7;
}


#breadcrumb {
	clear:both;
	height: auto;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 0.1vw dotted #660000;
	padding: 0;
	font-style: italic;
}

#content {
	border-top: 0.1em dotted #660000;
	padding-left:1em;
	padding-right:.5em;
}

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

#content h4 {
	font-family:  "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
}

#content h5 {
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px dotted #660000;
}

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

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

table.listing td.headseparator {
	border-top: 1px dotted #660000;
}

table.listing td.endseparator {
	border-top: 1px dotted #660000;
}

span.formError {
	color: #f60;
}

ul.formErrorList {
	color: #f60;
}

div.separator {
	border-bottom: 1px dotted #660000;
}

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

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

#rightSidebar, #leftSidebar {
	margin-top: 0.5%;
	margin-bottom: 5px;
	border-bottom: 1px dotted #660000;
}

#rightSidebar{
	margin-right:0px;
	width:250px;
	font:Linux libertine;
	font-size:14px;
}
#rightSidebar .blockTitle
{
	display:block;
	background-color:#B40404;
	color:white;

}

#sidebar a.blockTitle
{
	color:white;
	padding: 0.5em 0 0.5em 0.5em;
	font-size: 14px;
	font:Linux libertine;
}



#sidebar div.block {
	margin-top: 0%;
	margin-bottom: 10px;
    font-size: 14px;
    padding-bottom: 0em;
	line-height:1.5em;
	background-color:#DDDDD0;
	border-bottom-color: #B40404;
	border-bottom-style: solid;
	border-bottom-width: .1em;
	height:auto;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

#sidebar div.block span.blockTitle {
    display: block;
    padding: 0.5em 0 0.5em 0.5em;
    font-size: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
	margin-bottom:1em;
}
.blockTitle {
    display: block;
    background-color: #B40404;
    color: white;
	font-size: 15px;
}

#pageFooter{
	clear:both;
	width:980px;
	background-color:black;
	color: white;
	padding: 5px 10px 5px 10px;
	overflow:hidden;
	font-size:12px;
}
#leftfoot{
	width:30%;
	float:left;
	text-align:justify;
}

#centerfoot{
	width:30%;
	float:left;
	margin-left:3%;
	text-align:justify;
}

#rightfoot{
	width:30%;
	float:left;
	margin-left:3%;
	text-align:justify;
}

@media all and (min-width:700px) and (max-width: 980px) {
	a{
		font-size:14px;
	}
	
	#container{
		width:100% !important;
	}
	
	#header{
		width:100% !important;
	}
	
	#main{
		width:100% !important;
	}
	
	.menu{
	width: 100%;
	position:relative;
	background-color: #d4d5d6;
	margin-top:0%;
}

ul.menu{
	list-style-type: none;
	padding-left:0px;
	margin-top:0;
	margin-bottom:0;
	display:block;
	min-height:2.1em;
	
}

ul.menu li{
	display:inline-block;
	float:left;	
	width:auto !important;
	padding:0;
	
}

ul.menu li a{
	display:block;
	color: #660000;
	text-decoration:none;
	font-size: 1em;
	font:linux libertine;
	padding: 0.8em 1em 0.8em 1em;
}
ul.menu li a:hover{
	color: #f4f4f4;
	display:block;
	border: 0;
	border-radius: 2pt; 
	background-color:#4977A7;
}

	#rightSidebar{
	margin-left:0px;
	width:100%!important;}
	
	#pageFooter{
	clear:both;
	width:90%;
	background-color:black;
	color: white;
	padding: 5% 5% 5% 5%;
	overflow:none;
	font-size:14px;
}
	
	#leftfoot{
	width:100%;
}

#centerfoot{
	width:100%;
	margin:10px 0 0 0;
}

#rightfoot{
	width:100%;
	margin:10px 0 0 0;
}

	
	
.nav-button{
	background-color: black;
	color:white;
	width:100%;
	font-size:14px;
	display:none;
	cursor:pointer;
}

.nav-button:before{
	content: "Menu";
}

#navbar a {
    letter-spacing: 0em;
	
}
.menu{
	width: 100%;
	position:relative;
	background-color: #d4d5d6;
	margin-top:0%;
}

ul.menu{
	list-style-type: none;
	padding-left:auto;
	display:block;
	height:auto%;
}

ul.menu li{
	display:block;
	width:100%;
	padding:auto;
	font-size: 20px;
}

ul.menu li a{
	display:block;
	color: #660000;
	text-decoration:none;
	text-align:center;
	padding: 1em 0.8em 1em 0.8em;
}
ul.menu li a:hover{
	color: #f4f4f4;
	display:block;
	border: 0;
	border-radius: .2em; 
	background-color:#4977A7;
}}

@media all and (max-width: 699px) {
	a{
		font-size:14px;
	}
	
	#container{
		width:100% !important;
		min-width: 320px !important;
	}
	
	#header{
		width:100% !important;
	}
	
	#main{
		width:100% !important;
		position:relative;
	}
	
.menu{
	width: 100%;
	position:relative;
	margin-top:0%;
	height:auto;
}

ul.menu{
	list-style-type: none;
	padding-left:0px;
	margin-top:0;
	margin-bottom:0;
	display:block;
	min-height:34pt;
}

ul.menu li{
	display:block;
	float:left;	
	width:100% !important;
	padding:0;
	background-color: #d4d5d6;
	border-bottom-color:black;
	border-bottom-style:solid;
	border-bottom-width:2px;
	
}

ul.menu li a{
	display:block;
	color: #660000;
	text-decoration:none;
	font-size: 10pt;
	font:linux libertine;
	padding: 12pt 11pt 12pt 11pt;
}
ul.menu li a:hover{
	color: #f4f4f4;
	display:block;
	border: 0;
	border-radius: 2pt; 
	background-color:#4977A7;
}

	#rightSidebar{
	display:none;}
	
	#pageFooter{
	clear:both;
	width:90%;
	background-color:black;
	color: white;
	padding: 5% 5% 5% 5%;
	overflow:none;
	font-size:14px;
}
	
	#leftfoot{
	width:100%;
}

#centerfoot{
	width:100%;
	margin:10px 0 0 0;
}

#rightfoot{
	width:100%;
	margin:10px 0 0 0;
}

	
	
.nav-button{
	background-color: black;
	color:white;
	width:100%;
	font-size:14px;
	display:block;
	cursor:pointer;
}

.nav-button:before{
	content: "Menu";
}

#navbar a {
    letter-spacing: 0em;
	
}
.menu{
	width: 100%;
	position:relative;
	background-color: #d4d5d6;
	margin-top:0%;
}

ul.menu{
	list-style-type: none;
	padding-left:auto;
	display:block;
	height:auto%;
}

ul.menu li{
	display:block;
	width:100%;
	padding:auto;
	font-size: 20px;
}

ul.menu li a{
	display:block;
	color: #660000;
	text-decoration:none;
	text-align:center;
	padding: 1em 0.8em 1em 0.8em;
}
ul.menu li a:hover{
	color: #f4f4f4;
	display:block;
	border: 0;
	border-radius: .2em; 
	background-color:#4977A7;
}}


