/* ===== Base ===== */

html, body {
  height: 100%;
}

body {
  background: #eeeeee;
}

a {
  color: #0055A8;
}

a:link, a:visited, a:active {
  color: #de0000;
}

a:hover {
  color: #000000;
  text-decoration: none !important;
}

ul a {
  font-size: 16px;
}

ul a:link, ul a:visited, ul a:active {
  color: #2c2c2c;
}

ul a:hover {
  color: #000000;
}

table th {
  background: #eee;
  border-color: #ccc !important;
}

table td {
  border-color: #ccc !important;
}

img.bordered {
  border: 1px solid #ccc;
}

/* ===== Header ====== */

.navbar {
  min-height: 70px !important;
}

.navbar-default {
  border-radius: 0;
  background: #fff;
  border-top: 4px solid #eb1c1a;
  border-bottom: 0;
  border-left: none;
  border-right: none;
}

.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:active {
  color: #0E0E0E;
  padding: 6px 12px;
}

.navbar-brand span {
  vertical-align: top;
  font-size: 32px;
  display: inline-block;
  padding: 8px 0 0 5px;
  line-height: 32px;
}

.navbar-brand img {
  height:48px;
  width: auto;
}

/* ====== Sidebar navigation ====== */

.bs-sidebar .nav.bs-sidenav li.list-group-item {
  border: none;
  border-top: 1px solid #ddd;
  padding: 0;
}

.bs-sidebar .nav.bs-sidenav li.list-group-item > a {
  padding: 15px 10px;
  border: 1px solid #cccccd;
  border-top: 0;
}

.bs-sidebar .nav.bs-sidenav li.list-group-item:first-child > a {
  border-top: 1px solid #cccccd;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.bs-sidebar .nav.bs-sidenav li.list-group-item:last-child > a {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.bs-sidebar .list-group-item a {
  line-height: 15px;
  border: none;
  background: #fff;
  color: #444444;
  display: block;
  margin: 0;
}

.bs-sidebar .list-group-item a:hover {
  color: #373737;
  background-color: #d8dce1;
}

/* ===== Main content ===== */

.main-content {
  background: #fff;
  border: 1px solid #cccccd;
  position: relative;
  padding: 15px;
  margin-bottom: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.page-header {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}

.page-header h1 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.page-header .lead {
  margin-bottom: 10px;
}

/* ===== Footer ===== */

footer {
  background: #414548;
  color: #fff;
  padding-top: 5px;
}

footer a {
  color: #fff;
}

footer a:link, footer a:visited, footer a:active {
  color: #fff;
}

footer a:hover {
  color: #ff0000;
  text-decoration: underline;
}

/* ===== Sticky footer ===== */

.root {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -52px;
}
.root .root-footer {
  height: 52px;
}

footer {
  clear: both;
  position: relative;
  height: 52px;
}

/* ===== In-game ads ===== */
.ads-ul{
}
.ads-slogan{
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10.5px;
}

/* ===== Post Header ====== */

.y8-header {
  min-height: 144px;
  max-width: 880px;
  width: 100%;
  height: auto;
  background-image: url("?url=https%3A%2F%2Fdocs.y8.com%2Fimages%2Fy8_layout%2Fheader.png");
  background-repeat: no-repeat, repeat;
}
.y8-header h1 {
  line-height: 132px;
  margin-left: 15px;
  color: #fff;
}
.y8-header img {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -20px;
  margin-right: -5px;
}
