/**
 * styles/sidebar.css
 *
 * Copyright (c) 2013-2015 Simon Fraser University Library
 * Copyright (c) 2003-2015 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared elements for pages including sidebar(s).
 *
 */

/**
 * Sidebar
 */

#developedBy {
  font-size: 24px;
  text-align: center;
}
#blockTitle a {
  color: #768195;
}
#blockTitle a:hover {
  color: #fb654d;
}

#sidebar div.block span.blockTitle {
  font-family: Bahamas;
  font-size: 24px;
  border-top: 1px solid #2d3b50;
  display: block;
  padding-top: 24px;
  text-transform: uppercase;
}

.blockSubtitle {
  font-family: Bahamas;
  font-size: 18px;
  text-align: center;
  color: #ed644e;
  padding-top: 4px;
}

#journals {
  padding-top: 24px;
  font-size: 14px;
}
#journals ul li a {
  font-size: 12px;
  line-height: 24px;
}

#sidebar div.block span.blockSubtitle {
  display: block;
  padding: 0;
}

#sidebar input.textField,
#sidebar select.selectMenu,
#sidebar input.button {
  font-size: 1em;
}

#rightSidebar {
  background: #50d3db;
  float: right;

  font-size: 0.65em;
  height: 100%;
  margin-right: 10%;
}

* html #rightSidebar {
  margin-right: 5%;
}

#main {
  background: #f1f2f7;
  border-left: solid 1px #b9b9b9;
  float: left;
  width: 70%;
  padding: 0 0 0 0;
  margin-left: 2%;
  display: inline;
  overflow: hidden;
}

#bigBG {
  background: #fff;
  border: solid 1px #cccccc;
  border-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: block;
  padding-bottom: 50px;
}

#sidebarDevelopedBy {
  text-align: center;
  font-size: 24px;
  font-family: Bahamas;
  line-height: 32px;
  border-top: solid 1px #2d3b51;
  border-bottom: solid 1px #010102;
  padding-bottom: 14px;
  padding-top: 24px;
}
#sidebarDevelopedBy a {
  color: #768195;
  text-decoration: none;
}
#sidebarDevelopedBy a:hover {
  color: #fb654d;
  background: none;
}

#sidebar div.block {
  font-family: Bahamas;
  border-top: solid 1px #2d3b51;
  border-bottom: solid 1px #010102;
  text-decoration: none;
}
#sidebar div.block a {
  color: #768195;
  text-decoration: none;
}
#sidebar div.block a:hover {
  color: #fb654d;
  background: none;
}

#sidebarUser {
  border-top: solid 1px #2d3b51;
  border-bottom: solid 1px #010102;
  padding-top: 24px;
  text-align: center;
  padding-left: 7%;
  padding-bottom: 24px;
}
.blockTitle {
  font-size: 24px;
  font-family: Bahamas;
  margin-bottom: 19px;
  display: block;
  color: #768195;
  text-align: center;
}

#sidebarUser form {
  color: #768195;
  font-size: 12px;
}

#sidebarNavigation {
  border-top: solid 1px #2d3b50;
  border-bottom: solid 1px #020204;
  padding-top: 24px;
  padding-left: 7%;
  color: #758094;
  font-size: 12px;
  padding-bottom: 16px;
}

#sidebarFontSize {
  border-top: solid 1px #2d3b50;
  padding-top: 24px;
  padding-left: 7%;
  color: #758094;
  font-size: 12px;
}

#content {
  padding: 20px 20px 0 20px;
  width: 100%;
  overflow-x: auto;
}
#content h3 {
  color: #1e293b;
  font-size: 16px;
  font-weight: bold;
}
#content p {
  padding-top: 10px;
  padding-bottom: 0px;
  line-height: 20px;
}
#content p a {
  color: #000;
}
#content p a:hover {
  color: #1e293b;
}
.journalDescription p,
#journalDescription-7 span {
  font-size: 12px;
  color: #555;
  line-height: 20px;
}
.homepageImage {
  margin-bottom: 10px;
}

#journalDescription-7 {
  padding-bottom: 6px;
}

.journalDescription p a,
#journalDescription-7 p a {
  padding-top: 6px;
}

#journals a {
  color: #1c283c;
}
#journals a:hover {
  color: #ee654f;
}

.data {
  padding-top: 30px;
}

.ULclass1,
.ULclass3 {
  line-height: 22px;
  padding-left: 7%;
  font-size: 12px;
  padding-bottom: 15px;
}

.ULclass2 a {
  color: #757f93;
  line-height: 22px;
  font-size: 12px;
}
.ULclass2 a:hover {
  color: #ed644e;
}
