
html.ceyebr-basic-admin {
  height: 100%;
  background-image: url(page-background.jpg);
  background-position: center top, center top;
  background-repeat: repeat-x,repeat;
  background-attachment: fixed, fixed;
}

.ceyebr-basic-admin body {
  clear: both;
  height: 100%;
  margin: 0px auto;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.5);
  min-height: 100%;
  position: relative;
  padding: 0px 0px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #333;
  line-height: 1.4em;
}

.ceyebr-basic-admin .page-header {
  display: block;
  background-color: #4f7ec3;
  margin: 0px;
  border-bottom: solid 2px #333;
  overflow: visible;
  height: 90px;
}

.ceyebr-basic-admin .page-header ul {
  width: 100%;
  margin: 0px;
  margin-top: 20px;
  text-align: right;
  position: relative;
  left: 0;
  display: block;
  float: left;
  padding: 0;
}

.ceyebr-basic-admin .page-header li {
  display: inline-block;
  float: none;
  padding: 12px 16px 12px;
}

.ceyebr-basic-admin .page-header li a {
  color: white;
  text-shadow: none;
  text-decoration: none;
}

.ceyebr-basic-admin .page-header h1 {
  font-family: "Museo Slab W01 700";
  text-transform: uppercase;
  background-color: #474646;
  clear: both;
  color: white;
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  padding: 9px 5px 5px;
  text-indent: 20px;
  font-weight: bold;
  color: #ccc;
  letter-spacing: 1px;
}

.ceyebr-basic-admin .page-header h1 .ceyebr {
  color: #f4f4f4;
}

.ceyebr-basic-admin article.main {
  padding-bottom: 120px;
}

.ceyebr-basic-admin .page-footer {
  background-color: #666;
  background: url(footer-background.jpg);
  min-height: 120px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: white;
  font-size: 13px;
  line-height: 14px;
}

.ceyebr-basic-admin .page-footer .logo {
  float: right;
  margin: 35px 40px;
  opacity: 0.6;
}

.ceyebr-basic-admin .page-footer p {
  float: left;
  margin: 20px;
  color: #666666;
  font-family: 'Trade Gothic W01 Cn 18';
  font-size: 13px;
  line-height: 13px;
}

.ceyebr-basic-admin .page-footer a {
  color: #0088CC;
  text-decoration: none;
}

#persona_sign_in {
  float: right;
  margin: 6px 5px 29px;
  background: url(email_sign_in_black.png);
  width: 202px;
  height: 25px;
  cursor: pointer;
}
