/**
 * Uniamazonia.css
 *
 * Copyright (c) 2013-2018 Simon Fraser University
 * Copyright (c) 2003-2018 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 *Uniamazonia theme.
 *
 */

body{
  align-content: center;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  width: 1280px;
}

#header{
  align-content: center;
  background: #fff;
}

#headerTitle{
  align-content: center;
  text-align: center;
}

#headerTitle h1{
  
}



#body{
  max-width: 1110;
  margin: 0 auto;
  padding: 1em 0 1.5em;
  background: #FFF;
}

#container{
  background: FFF; 
}

#main{
  position: static;
  background: FFF;
  
}

#navbar{
  display: block;
  background: #333;
  box-shadow: 0px 0px 6px #888;
  border-radius: 0.75em;
  text-align: center;
  text-decoration: none;
  position: absolute;
  width: 1025px;
  margin-left: 0px;
  margin-top: -35px;
}

#navbar a{
  color: #fff;
 
}

#navbar .menu{
  list-style: none;
  
}

#navbar ul.menu a{
  color: #FFF;
}
ul.menu{
  padding: 0.65em 0 .15em 0.5em;
}

#navbar ul.menu a:hover{
  background: fff;
  color: #49c0f0;
  line-height: 100%;
  
}

#navbar a:hover{ 
  margin: 0;
  padding: 1.7em 0;
  background: #fff;
  height: 12px;
}
.active{
  background: #red;
}

#sidebar{
  position: relative;
}
#rightSidebar{
  display: block; 
  background: #FFF; 
  margin-top: 85px;
}

#rightSidebar div.block{
  line-height: 1.5;
  padding: 10px 3px 7px;
  margin: 0 0 1.5em;
  margin-right: -4%;
  margin-left: 0px;
  text-align: center;
  font-size: 1.05em;
  box-shadow: 0px 0px 6px #888;
  border-radius: 0.75em;
}

#leftSidebar{
  display: block;
  background: #FFF;
  margin-top: 85px;
}

#leftSidebar div.block{
  line-height: 1.5;
  margin: 0 0 1.5em;
  padding: 0 3px 7px;
  text-align: center;
  font-size: 1.05em;
  border: 1px #cecece solid;
  box-shadow: 0px 0px 6px #888;
  border-radius: 0.75em;
}

#rightSidebar div.block span.blockTitle{
  display: block;
  padding: 0.5em 0 0.5em 0;
  font-size: 1em;
  letter-spacing: 0.1em; 
}


span.blockTitle{
  color: #00492C;
  font-weight:  bold;
  font-family: Book Antiqua;
  margin: 4px -4px 7px; 
  text-align: center; 
  
}

#journalDescription {
  text-align: justify; 
}

#journalDescription-2{
  text-align: justify;
}

.homepageImage img{
  box-shadow: 0 0 9px #888;
}

ul{
  list-style: none;
}

#sidebarFontSize{
  height: 65px;
}