/*
 * A load of styles in the WOL header get messed up by the phpBB stylesheets.
 * Here we fix them. Mostly.
 */

a {
  outline: none;
}

div#header,
div#link-bar,
div#tabbed-links {
  color: #666 !important;
  font-size: 13px !important;
  font-family: arial, serif !important;
}
div#header a {
  color: #666 !important;
  text-decoration: underline !important;
}
input#site-search-field {
  font-family: arial, serif !important;
  cursor: text !important;
  font-size: 11px !important;
  padding: 0 !important;
  width: 170px !important;
}
div#tabbed-links {
  margin-bottom: 3px !important;
}
div#myhub-login div.outro {
  font-size: 0.58em !important;
}
div#myhub-login div.outro label {
  color: #666 !important;
}


/*
 * Forum wrapper.
 */

div#wrap {
  background: #fff;
  padding: 15px 10px 15px 20px;
}
div#site-container-2 {
  padding: 0;
}

/*
 * Forum header.
 */

p#register-banner {
  text-align: center;
  margin: 0 0 13px 0;
}

#wol-forums-header {
  overflow: hidden;
  margin-bottom: 15px;
  height: 100%;
}
#wol-forums-header table {
  margin-top: 4px;
  margin-bottom: 4px;
}
#wol-forums-header div.title-and-selector {
  overflow: hidden;
  margin-bottom: 8px;
  height: 100%;
}
#wol-forums-header div.title-and-selector p.title {
  float: left;
  font-weight: bold;
  margin: 0;
}
#wol-forums-header div.title-and-selector form {
}
#wol-forums-header div.title-and-selector form fieldset {
  float: right;
  border: none;
  margin: 0;
  padding: 0;
}
#wol-forums-header div.title-and-selector form label {
  position: absolute;
  left: -9999em;
}
#wol-forums-header p.intro {
  margin: 0;
}


/*
 * Facebook 'Like' functionality.
 */

div.topic-actions div.facebook-like {
  overflow: hidden;
  margin-left: 10px;
  float: left;
}
div.topic-actions div.facebook-like p {
  font-size: 0.95em;
  float: left;
  margin: 5px 10px 0 0;
}
div.topic-actions div.facebook-like div.button {
  float: left;
  overflow: hidden;
  margin-top: 2px;
  width: 90px;
  height: 21px;
}


/*
 * Cornerstone Adverts.
 */

div.post div.cornerstone-advert {
  float: right;
  margin: 0 0 18px 18px;
}


/*
 * Inline Adverts.
 */

div.inline-advert {
  background: #ddd;
  margin-bottom: 14px;
  padding: 6px 0 6px 0;
}
div.inline-advert img {
  margin: 0 auto 0 auto;
}


/*
 * Text Adverts.
 */

#text-adverts h4 {
  margin: 0 0 5px 0;
}
#text-adverts p {
  margin: 0 0 5px 0;
}
#text-adverts p.url {
  border-bottom: 1px solid #eee;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
}


/*
 * MPU Advert.
 */

div#mpu {
  width: 300px !important;
}
