﻿/**
 * plugins/themes/classicGreen/classicGreen.css
 *
 * Copyright (c) 2013-2014 Simon Fraser University Library
 * Copyright (c) 2003-2014 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Classic blue theme stylesheet.
 *
 */

body {
	
	 background-color: #fff;
	 color: color: #4F5559;
	 font-family: "Source Sans Pro", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;

	

}


a {
	text-decoration: none;
}

a:link {
	color: #21354E;
}

a:active {
	color: #FF6565;
}

a:visited {
	color: #21354E;
}

a:hover {
	color: #FF6565;
	background: none;	
}

label.error {
	color: #f60;
}

input.defaultButton {
	/*
	color: #82BD86;
	*/
	width: auto;
	background: #36BAE2;
	box-shadow: 0 3px #1DA0C8;
	color: #FFF;
	font-weight: 600;
	cursor: pointer;
	position: relative;
	display: inline-block;
	font-size: 14px;
	margin: 0;
	padding: 7px 27px;
	position: relative;
	text-align: center;
	border-radius: 2px;
	border: none;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

input.button {
	width: auto;
	background: #36BAE2;
	box-shadow: 0 3px #1DA0C8;
	color: #FFF;
	font-weight: 600;
	cursor: pointer;
	position: relative;
	display: inline-block;
	font-size: 0.85em;
	margin: 0;
	padding: 4px 19px;
	position: relative;
	text-align: center;
	border-radius: 2px;
	border: none;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
/*
display: block;
background: #FFF;
padding: 7px;
margin-bottom: 10px;
border: 1px solid #DDD;
border-top-width: 1px;
outline: 0;
font: normal 11px/100%;
color: #666;
max-width: 100%;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
*/
background-color: #FFF;
font-family: inherit;
border: 1px solid #DFDFDF;
color: inherit;
display: block;
font-size: 0.85em;
margin: 0 0 4px 0;
padding: 5px 5px 5px 15px;
width: 80%;
}

#container {
	background-color: #fff;
	font-size: 1em;
}

#header {
	min-height:  100px;
	background-color: #fff;
}

#headerTitle {
	/*text-align: center;*/
	/*background: url('https://farm2.staticflickr.com/1617/24607210415_8c9f82a70e_h.jpg') no-repeat 0px -549px fixed;*/
	background-image: url(https://farm2.staticflickr.com/1617/24607210415_8c9f82a70e_h.jpg); 
	background-size: 100% 100%;
}

#header h1 {
	/*line-height: 2.5;
	font-family: "Source Sans Pro", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 10px;
	font-size: 2em;
	background-color: #040;
	color:  #fff; */
	line-height: 2.1;
    text-transform: uppercase;
    font-size: 1.1em;
    display: inline-block;
    /* background-color: rgba(0, 0, 0, 0.3) !important;*/
    padding: 2px 17px 5px;
    color: #FFF !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
    border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    font-family: "Source Sans Pro", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    margin: 7px 0;
    margin-left: 15%;
}

#logo_uerj {

width: 84px;
height: 93px;
position: absolute;
margin-left: 15.8%;
margin-top: 0.5%;

}

#footer {
	background-color: #040;
	color:  #fff;
}

#footerContent {
	color:  #fff;
}

#main {
	background-color: #fff;
	float: left;
  	width: 49%;
  	margin-left: 16%;
	/*
	border-top: 1px solid yellow;
	border-bottom: 1px dotted #040;
	margin-top: 15px;
	*/
}

#main h2 {
	font-family: "Source Sans Pro", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	/*
	position: relative;
	background: url("http://www.e-publicacoes.uerj.br/public/journals/85/journalFavicon_pt_BR.png") repeat;
	padding: 11px 16px;
	border-left: 3px solid #FF6565;
	width: 100%;
	color: #4F5559;
	*/

	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
	position: relative;
	padding: 8px 11px;
	border-left: 3px solid #00A7D1;
	color: #4F5559;
	font-size: 15px;
	width: 100%;
	font-weight: 800;
	}

#main h3 {
	font-family: "Source Sans Pro", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
	position: relative;
	background: url("http://www.e-publicacoes.uerj.br/public/journals/85/journalFavicon_pt_BR.png") repeat;
	padding: 8px 11px;
	border-left: 3px solid #21354E;
	color: #21354E;
	font-size: 15px;
	width: 100%;
	margin-top: 14px;
}

#navbar {
	/* border-bottom: 1px dotted #525252; */
    text-align: left;
	font-size: 1.2em !important;
	letter-spacing: -1em;
	font-weight: 700;
	padding: 8px 0px 26px 0px;
}

#breadcrumb {
	/*
	height: 18px;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px dotted #040;
	padding: 0;
	font-style: italic;
	*/
	padding: 13px 15px;
	background: #21354E;
	color: #FFF;
	font-size: 9px;
	/* text-transform: uppercase; */
	position: absolute;
	right: 15%;
	top: 73px;
	/*width: 13%; */
	width: 15.4%;
	margin-right: 20px;
}

#breadcrumb a {
	color:#fff;
	font-weight: normal;
}

#breadcrumb a:link {
	color:#fff;
	font-weight: normal;
}


#breadcrumb a:hover {
	color:#fff;
	font-weight: normal;
}


#breadcrumb a:visited {
	color:#fff;
	font-weight: normal;
}



#content {
	
	font-size: 0.8em;
	color:#4F5559;
}

#content h3 {
	font-family:  "Source Sans Pro", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;;
	text-transform: uppercase;
}

#content h4 {
	font-family:  "Source Sans Pro", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;;
	text-transform: uppercase;
}

#content h5 {
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px dotted #040;
}

table.listing tr.highlight {
	background: #fcff64;
}

table.listing tr.fastTracked {
	background-color: #82BD86;
}

table.listing td.headseparator {
	border-top: 1px dotted #040;
}

table.listing td.endseparator {
	border-top: 1px dotted #040;
}

span.formError {
	color: #f60;
}

ul.formErrorList {
	color: #f60;
}

div.separator {
	/* border-bottom: 1px dotted #040;*/
}

#rightSidebar ul, #leftSidebar ul {
	margin-left: 0px;
	padding-left: 0px;
}

#rightSidebar li, #leftSidebar li {
	list-style-type: none;
}

#rightSidebar{
	/*width: 15%; */
   	width: 16%;
	margin-top: 0.5%;
	margin-right: 215px
}

#rightSidebar, #leftSidebar {
	
	margin-top: 5px;
	/*border-bottom: 1px dotted #040;*/
	
	/*margin-top: 10px;
	min-height: 20px;
	padding: 9px 5px 9px 9px;
	margin-bottom: 20px;
	background-color: #F5F5F5;
	border: 1px solid #E3E3E3;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);*/
}

#sidebar div.block{
	font-size: 14px;
}


#sidebar div.block span.blockTitle {

/*display: block; 
font-weight: 700;
margin-bottom: 5px;
text-transform: uppercase;
position: relative;
background: url("http://www.e-publicacoes.uerj.br/public/journals/85/journalFavicon_pt_BR.png") repeat;
padding: 8px 11px;
border-left: 3px solid #21354E;
color: #4F5559;
font-weight: 700; */

display: block; 
text-transform: uppercase;
position: relative;
color: #4F5559;
font-weight: 700;
font-size: 1.1em;

}
.homepageImage {
	margin-top: 45px;

}

table.tocArticle {
width: 100%;
padding-top: 7px;
border-bottom: dotted 1px #BBB;
}

table.tocArticle td.tocTitle {
width: 100%;
height: 100%;
}

table.tocArticle td.tocTitle  a {
text-transform: uppercase;
font-weight: 700;
font-size: 0.9em;
}

table.tocArticle td.tocAuthors {
padding-left: 0px;
font-style: italic;
vertical-align: top;
padding-bottom: 7px;
}


#journalDescription span {
	font-size: 1.10em;
}

#pageFooter p {
border-top: dotted 1px #CDCDCD;
padding-top: 13px;
}

#sidebar div.block {
font-size: 1em;
padding-bottom: 1.5em;
background: #F1F1F1;
margin-bottom: 10px;
border-bottom: 3px solid #21354E;
padding: 13px;
min-height: 58px;
}