﻿html {
  background-color: #faf2b1;
  margin: 0;
  padding: 0;
}
body {
  background-color: #ffffff;
  border-top: solid 10px #000000;
  color: #333333;
  font-size: .85em;
  font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
  margin: 0;
  padding: 0;
}
a {
  color: #333333;
  outline: none;
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: underline;
}
a:link,
a:visited,
a:active,
a:hover {
  color: #333333;
}
a:hover {
  background-color: #c7d1d6;
}
a.imgonly {
  text-decoration: none;
  font-size: 0;
  cursor: pointer;
}
/* main layout
----------------------------------------------------------*/
.content-wrapper {
  margin: 0 auto;
  max-width: 989px;
}
#body {
  background-color: #efeeef;
  clear: both;
  padding-bottom: 35px;
}
.main-content {
  padding-left: 0;
  padding-top: 30px;
}
header,
footer,
hgroup,
nav,
section {
  display: block;
}
footer {
  clear: both;
  background-color: #e2e2e2;
  font-size: .8em;
  height: 100px;
}
.float-left {
  float: left;
}
.clear-fix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.center {
  text-align: center;
}
.caption404 {
  width: 50%;
  margin: auto;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 1.4em;
}
/* site title
----------------------------------------------------------*/
.site-title {
  color: #c8c8c8;
  font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
  font-size: 2.3em;
  margin: 0;
}
.intra .site-title {
  color: #d8d8d8;
  font-size: 20px;
}
a.site-title,
a.site-title:hover,
a.site-title:active {
  background: none;
  color: #c8c8c8;
  outline: none;
  text-decoration: none;
}
/* menu
----------------------------------------------------------*/
.menu-bar {
  border-top: solid 1px #777777;
  border-bottom: solid 1px #777777;
}
.intra .menu-bar {
  border-color: #e0e0e0;
}
ul#menu {
  font-size: 1.3em;
  font-weight: 600;
  margin: 0 0 5px;
  padding: 0;
  text-align: left;
}
ul#menu li {
  display: inline;
  list-style: none;
  padding-left: 15px;
}
ul#menu li a {
  background: none;
  color: #999999;
  text-decoration: none;
}
ul#menu li a:hover {
  color: #333333;
  text-decoration: none;
}
/* All pages
----------------------------------------------------------*/
.site-name-4humans {
  position: relative;
  bottom: 10px;
}
@media only screen and (max-width: 850px) {
  /* header
    ----------------------------------------------------------*/
  header .float-left,
  header .float-right {
    float: none;
  }
  /* logo */
  header .site-title {
    margin: 10px;
    text-align: center;
  }
  /* login */
  #login {
    font-size: .85em;
    margin: 0 0 12px;
    text-align: center;
  }
  #login ul {
    margin: 5px 0;
    padding: 0;
  }
  #login li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #login a {
    background: none;
    color: #999999;
    font-weight: 600;
    margin: 2px;
    padding: 0;
  }
  #login a:hover {
    color: #333333;
  }
  /* menu */
  nav {
    margin-bottom: 5px;
  }
  ul#menu {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  ul#menu li {
    margin: 0;
    padding: 0;
  }
  /* main layout
    ----------------------------------------------------------*/
  .main-content,
  .featured + .main-content {
    background-position: 10px 0;
  }
  .content-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  .featured .content-wrapper {
    padding: 10px;
  }
  /* page content */
  article,
  aside {
    float: none;
    width: 100%;
  }
  /* ordered list */
  ol.round {
    list-style-type: none;
    padding-left: 0;
  }
  ol.round li {
    padding-left: 10px;
    margin: 25px 0;
  }
  /* features */
  section.feature {
    float: none;
    padding: 10px;
    width: auto;
  }
  section.feature img {
    color: #999999;
    content: attr(alt);
    font-size: 1.5em;
    font-weight: 600;
  }
  /* forms */
  input {
    width: 95%;
  }
  /* login page */
  #loginForm {
    border-right: none;
    float: none;
    width: auto;
  }
  #loginForm .validation-error {
    display: block;
    margin-left: 15px;
  }
  #socialLoginForm {
    margin-left: 0;
    float: none;
    width: auto;
  }
  /* footer
    ----------------------------------------------------------*/
  footer .float-left,
  footer .float-right {
    float: none;
  }
  footer {
    text-align: center;
    height: auto;
    padding: 10px 0;
  }
  footer p {
    margin: 0;
  }
}
/*# sourceMappingURL=elibpera.css.map */