:root {
  --link-color: #6194a3;
  --pagination-active-bg: #6194a3;
  --pagination-active-border-color: #6194a3;
  --cassiopeia-color-primary: #6194a3;
}
.container-below-top {
  color: #333;
  background-color: #fafafa;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.container-below-top .mod-custom {
    flex: 1 1 50%;
    box-sizing: border-box;
}
.grid-child.container-nav {
  background-color: #6194a3;
  color: #000;
}
a:not([class]) {
  text-decoration: none;
}
a {
  color: #6194a3;
}
.sidebar-right a {
  color: #385d68;
}
.footer {
  background-image: url(/images/books.png);
  background-repeat: no-repeat;
  background-position: right center;
  text-shadow: 1px 1px black;
  background-color: #272b37;
  border-top: 7px solid #6194a3;
  text-align: center;
}
.footer .metismenu.mod-menu .metismenu-item > a:hover {
  background-color: #6194a3;
  text-decoration: none;
  padding: 7px;
}
.footer .metismenu.mod-menu .metismenu-item > a {
  padding: 7px;
}
.footer .metismenu.mod-menu {
  margin-bottom: 2em;
}
.footer .grid-child {
  display: block;
  padding: .5rem .5em;
}
.boxed .blog-item {
  box-shadow: 0 0 2px #3339421a,0 2px 5px #33394214,0 5px 15px #33394214,inset 0 3px 0 #6294a3;
}
.left.item-image {
  max-width: 50%;
  margin-right: 1rem;
}
#author_infobox {
  background-color: #EFEFEF;
  color: #000000;
  border: 1px solid grey;
  border-radius: 5px 5px 5px 5px;
  margin: 5px;
  padding: 10px;
  overflow: hidden;
  clear: both;
}
#author_infobox .author_infobox_image_profile {
  float: left;
  margin: 5px 10px 5px 5px;
}
#author_infobox .author_infobox_name {
  margin-bottom: 8px;
}
#author_infobox span.bold {
  font-weight: bold;
}
#author_infobox span.marginleft {
  margin-left: 10px;
}
#author_infobox .author_infobox_description, #author_infobox .author_infobox_articles_list {
  width: 100%;
}