/* Author: Samuel Henrique <samueloph@gmail.com>
 * Version: 1.0.12
 * 
 * Modified by Bruno Clemente in 24/02/2017
 */

ul.menu a {
	padding: 5px;
}

ul.menu a:hover {
	color: black;
	background: #c39d42;
}
#body {
	font-family: Verdana !important;
	font-size: 20px !important;
}

#header {
	background-color: #f0f0f0;
}

#navbar a:link, body a:link, #rightSidebar a:link{
	color: #c39d42;
}
#navbar a:visited, body a:visited, #rightSidebar a:visited{
	color: #c39d42;
}
#navbar a:hover, body a:hover, #rightSidebar a:hover{
	background: #c39d42;
	color: #FBFBF3;
	transition-duration:1s;
}

#rightSidebar{
	color: #333333;
}

#sidebar input.textField, #sidebar textarea.textArea, #sidebar input.button {
	border:solid 2px #c39d42;
	padding:1.8px;
}

input.defaultButton {
	background-color: #C39D42;
}

#divrodape {
	font-size: 15px;
	float: left;
	background-color: #c39d42;
	text-align: center;
	Color: black;
	font-family: Verdana, Geneva, sans-serif, Arial;
	font-weight: bold;
	width: 100%;
	height: 70px;
	margin-bottom: -50px;
	padding-top: 15px;
	line-height: 15pt;
}

#content {
	border-top: 2px solid #000;
}

#navbar{
	border-bottom: 2px #000;
	display: inline;
}

#colorstrip{
	width: 100%; height: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #c39d42;
	background-color: #c39d42;
}

#divrodape p {
	font-size: 13px;
	float: left;
	background-color: #c39d42;
	text-align: center;
	Color: black;
	font-family: Verdana, Geneva, sans-serif, Arial;
	width: 100%;
	height: 70px;
	margin-bottom: -50px;
	padding-top: 15px;
	line-height: 15pt;
}

#imright {
	padding-right: 30px;
	float: right;
}

#divfundo {
	float: left;
	font-family: Verdana, Geneva, sans-serif, Arial;
	width: 100%;
	height: 70px;
	margin-bottom: 0;
	padding-top: 100px;
	line-height: 15pt;
}

#divfundo img {
	padding-right: 100px;
	float: right;
}

#breadcrumb a {
  padding: 3px;
}

table.listing td {
  word-break: break-all;
}

div.journalseparator {
  border-top: 1.7px solid #CCCCCC;
  clear: left;
}

div.journalcontainer{
  display:flex;
  align-items: center;
}
div.containerfixed{
  flex: 0 0 250px;
}

div.containerflex{
  flex-grow: 1;
  padding: 10px 0 25px 15px;
}

.homepageImage img {
	padding: 10px 0 10px 0;
  width: 250px;
	margin-right: 0;
}

.linksplgimg {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-transform: translateZ(0);
		-moz-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
		-ms-transition-property: transform;
		-o-transition-property: transform;
		-moz-transition-property: transform;
    transition-property: transform;
}

.linksplgimg:hover, .linksplgimg:focus, .linksplgimg:active{
    -webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		-moz-transform: scale(1.1);
    transform: scale(1.1);
    background: transparent !important;
}

#imright a:hover {
    background-color: transparent !important;
}

#issueDescription, div.issueDescription, #journalDescription, div.journalDescription, #additionalHomeContent, span {
	color: #333333 ;
    font-family: Verdana ;
    font-size: 14px !important;
    text-align: justify !important; 
    /*text-indent: 22px !important; */
    line-height: 130% !important;
}

div ,h1 , h2, h3, h4 ,h5{
	color: #333333 ;
    font-family: Verdana !important;
}
