/* FRONTEND Stylesheet */

/* html elements
------------------------------------------- */
body, html {
  background: #662c05 url("/img/frontend/bg.jpg") top center;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align: center;
}
a {
  color: #fff;
}
a:hover {
  color: #ccc;
}
a span {
  display: none;
}
h1 {
  color: #505435;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
  text-align: left;
}
p {
  color: #505435;
  line-height: 18px;
  padding: 10px 0px;
  text-align: left;
}
strong {
  font-weight: bold;
}

/* CONTENT
------------------------------------------- */
#content {
  background: url("/img/frontend/standalone-news-bg.jpg") top left;
  margin: 0px auto;
  margin-top: 100px;
  width: 670px;
  text-align: center;
}

.standalone {
  padding-bottom: 80px;
  padding-top: 90px;
}
.standalone .holder {
  display: block;
  margin: 0 auto;
  outline: none;
  text-align: left;
  width: 490px;
}
.standalone .holder .logo {
  height: 50px;
  margin-bottom: 30px;
  width: 120px;
}
.standalone .holder img.main_image {
  border: 2px solid #60605f;
  margin-bottom: 15px;
}
.standalone .holder hr {
  background: #60605f;
  border: none;
  height: 1px;
}
.standalone .holder .related_images {
  overflow: hidden;
}
.standalone .holder .related_images ul {
  margin: 15px 0px 0px;
  width: 520px;
}
.standalone .holder .related_images ul li {
  background: #60605f;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 19px;
  padding: 2px;
}
.standalone .holder .related_images ul li img {
  height: 74px;
  width: 102px;
}
.standalone .holder .related_videos {
  overflow: hidden;
}
.standalone .holder .related_videos ul li {
  margin: 15px auto 0px;
}
.standalone .holder .related_videos .player {
  background: #000;
  display: block;
  height: 382px;
  outline: none;
  width: 490px;
}

/* FOOTER
------------------------------------------- */
#footer {
  color: #dedbba;
  height: 31px;
  margin: 0px auto;
  width: 670px;
}
#footer .copyright {
  background: url("/img/frontend/footer.gif") top left no-repeat;
  float: left;
  height: 31px;
  width: 275px;
}
#footer .copyright a {
  background: url("/img/frontend/footer.gif") top right no-repeat;
  display: block;
  float: right;
  height: 31px;
  width: 90px;
}
#footer .copyright a:hover {
  background-position: bottom right;
}
#footer .visit_us {
  float: right;
  margin-top: 10px;
}
#footer .visit_us a {
  color: #dedbba;
}
#footer .visit_us a:hover {
  color: #fff;
}