html
{
  background: #2B2B2B;
}

body
{
  background-color: transparent !important;
  font-family: Verdana, Helvetica, Arial, sans-serif !important;
}

#bg-top
{
  position: absolute;
  top: 0px;

  background: center no-repeat url('./images/site_header.png');

  width: 100%;
  height: 147px;

  z-index: -1;
}

#gradient-top
{
  position: absolute;
  top: 0px;

  width: 100%;
  height: 110px;

  z-index: -2;

  background: rgb(18,18,18); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(18,18,18,1) 0%, rgba(43,43,43,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(18,18,18,1)), color-stop(100%,rgba(43,43,43,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(18,18,18,1) 0%,rgba(43,43,43,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(18,18,18,1) 0%,rgba(43,43,43,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(18,18,18,1) 0%,rgba(43,43,43,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(18,18,18,1) 0%,rgba(43,43,43,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#121212', endColorstr='#2b2b2b',GradientType=0 ); /* IE6-9 */
}

#wrap
{
  position: relative;
}

#site-header
{
  height: 140px;
}

@media (max-width: 700px)
{
  #site-header
  {
    display: none;
  }

  #demo
  {
     display: none;
  }
}

#logo
{
  position: absolute;
  top: 15px;
  left: 30px;
}

#affiliates
{
  text-align: center;
}

#main-container
{
  padding: 0;

  border: 1px solid #6d6d6d;
  border-radius: 8px;
  background-color: #812b2b;
}

#navbar
{
  width: 100%;
  height: 40px;
  text-align: center;

  margin: 0;
}

#navbar > li
{
  padding: 9px 10px;
  display: inline-block;
  font-size: 14px;
}

#navbar > li > a:link,
#navbar > li > a:visited
{
  color: #aaaaaa;
}

#navbar > li > a:hover,
#navbar > li > a:active
{
  color: #FFF;
  text-decoration: none;
}

#inner-container
{
  border: 1px solid #FFFFFF;
  border-radius: 5px;

  background: #FFFFFF;

  margin: 4px;

  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 13px;
  padding-right: 13px;
}

.affiliates
{
  color: #5F6476;
  text-align: center;
  font-size: 11px;
}

.affiliates > a:link,
.affiliates > a:visited
{
  color: #2F466A;
}

#forum-container
{
  position: relative;

  height: 400px;
  border-radius: 8px;

  background: #973328;
}

#gradient
{
  position: absolute;
  top: 0;

  border-radius: inherit;

  width: 100%;
  height: 25px;

  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}

.forabg, .forumbg
{
  background-size: 100% 30px !important;

  background: #973328;
  background: -moz-linear-gradient(top, rgba(173,71,60,1) 1%, rgba(168,69,59,1) 49%, rgba(151,51,40,1) 50%, rgba(151,51,40,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(173,71,60,1)), color-stop(49%,rgba(168,69,59,1)), color-stop(50%,rgba(151,51,40,1)), color-stop(100%,rgba(151,51,40,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(173,71,60,1) 1%,rgba(168,69,59,1) 49%,rgba(151,51,40,1) 50%,rgba(151,51,40,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(173,71,60,1) 1%,rgba(168,69,59,1) 49%,rgba(151,51,40,1) 50%,rgba(151,51,40,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(173,71,60,1) 1%,rgba(168,69,59,1) 49%,rgba(151,51,40,1) 50%,rgba(151,51,40,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(173,71,60,1) 1%,rgba(168,69,59,1) 49%,rgba(151,51,40,1) 50%,rgba(151,51,40,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad473c', endColorstr='#973328',GradientType=0 ); /* IE6-9 */
}

#forum-container-inner
{
  position: relative;
  z-index: 1;
}

.affiliate-button
{
  display: inline-block;
  width: 88px;
  height: 31px;
  background-size: contain;
}

.affiliate-button#pge
{
  width: 100px;
  background-image: url('/styles/talkhaus/theme/images/affiliates/pge.png');
}

.affiliate-button#wohlsoft
{
  background-image: url('/styles/talkhaus/theme/images/affiliates/wohlsoft.png');
}

.affiliate-button#mfgg
{
  background-image: url('/styles/talkhaus/theme/images/affiliates/mfgg.gif');
}

.affiliate-button#smbx
{
  background-image: url('/styles/talkhaus/theme/images/affiliates/smbx.gif');
}

.affiliate-button#smwc
{
  background-image: url('/styles/talkhaus/theme/images/affiliates/smwc.gif');
}
