body {
  color: #86868F;
  background-color:#000;
  font-family:Verdana, Arial, sans-serif;
}

.hidden {
  display: none;
}

a, a:hover, a:active, a:focus { text-decoration: none; }
a { color: #fff; }
a:hover, a:active, a:focus { color: #01b4ff; }

h1 { color: #d50e0e; }
h2 { color: #fff; }
h3, h4, h5, h6 { color: #778; }

.whitelink { color: #fff; }
.highlight-link { color: #01b4ff; }

.container {
  background-color: #000;
  width: 950px;
  margin: 20px auto;
}

.content-wrapper {
  float: left;
/*  background-color: #0f0;*/
}

.left-block {
  float: left;
  min-height: 375px;
  padding-top: 50px;
  width: 600px;
}

.right-block {
  float: left;
  width: 350px;
  padding-top: 50px;
}

#logo {
  margin: 0 auto;
  margin-top: 75px;
  background-image: url(/assets/images/logo.png);
  width: 465px;
  height: 163px;
}

#sub-logo {
  text-align: right;
  margin-right: 70px;
  color: #d50e0e;
  font-size: 20px;
  text-transform: lowercase;
}

.right-block ul {
  margin: 0;
  margin-top: 25px;
  width: 200px;
  list-style-type: none;
  font-size: 30px;
  text-align: right;
}

.unavailable {
  text-decoration: line-through;
}

.right{ text-align:right; }

ul.blank { list-style-type: none; }

a:active,
a:focus
{
  outline:0
}

.explanation {
  margin-bottom: 20px;
  font-size: 14px;
}

.content-wrapper p {
  font-size: 14px;
  text-align: justify;
}

.photos-line {
  white-space: nowrap;
}

a.photo img {
  border: 2px solid #fff;
  margin: 5px 10px 5px 0px;
  vertical-align: top;
}
a.photo:hover img, a.photo:active img, a.photo:focus img {
  border: 2px solid #01b4ff;
}

#footer {
  padding-top: 10px;
  clear: both;
  width: 800px;
  text-align: right;
}

#sidebar a {
  display: block;
  text-decoration: none;
  color: black;
  /*background-color: #f5f5f5;*/
  margin: 0px 0px 2px 0px;
  padding-left: 5px;
  height: 20px;
  /*background-image: url(/assets/images/right-rounded-white.png);*/
  background-position: right;
  background-repeat: no-repeat;
}
#sidebar a:hover {
  color: white;
  background-color: #49e;
}
