/*
 * Site Layout Styles
 */

body.standard,
body#phpbb {
  background: #dbcce0 url(/img/body-background.png) repeat-x;
}
body.simple {
  padding: 10px;
}
p#accessibility {
  position: absolute;
  left: -9999px;
}
div#body-inner {
  background: url(/img/background.png) center top repeat-y;
}

div#site-container-1 {
  background: url(/img/new-background-top.jpg) center top no-repeat;
  position: relative;
  padding-top: 30px;
  padding-left: 1px;
}
div#site-container-2 {
  background: url(/img/background-bottom.png) center bottom no-repeat;
  padding-bottom: 30px;
}
div#site-container-3 {
  margin: 0 auto 0 auto;
  min-height: 1500px;
}


/*
 * Header
 */

div#header {
  z-index: 200; /* Fixes IE6 bug involving the login box z-index */
  position: relative;
  margin: 0 auto 0 auto;
  width: 981px;
  height: 118px;
}

div#header p#weddingsonline-logo {
  float: left;
  margin: 0;
  padding: 18px 20px 0 31px;
}
p#weddingsonline-logo img {
  display: block;
}

form#site-search {
  position: absolute;
  padding: 0;
  top: -24px;
  right: 0;
}
form#site-search fieldset {
  position: relative;
  border: none;
  margin: 0;
  padding: 0;
}
form#site-search label {
  position: absolute;
  left: -9999em;
}
form#site-search div.field {
  border: 1px solid #eee;
  padding: 0 1px 0 1px;
  background: #fff;
}
form#site-search input#site-search-field {
  color: #777;
  font-size: 0.85em;
  vertical-align: middle;
  border: 1px solid #fff;
  margin: 0 3px 0 0;
  outline: none;
  padding: 0;
  width: 176px;
}
input#site-search-field:focus {
  outline: none;
}
form#site-search input#site-search-go-button {
  vertical-align: middle;
}

div#header div#banner {
  float: left;
  margin: 0;
  padding: 18px 0 0 0;
  width: 488px;
}
p#banner img {
  display: block;
}

div#header div#myhub-login {
  float: left;
  overflow: hidden;
  padding-top: 10px;
  width: 204px;
}
div#myhub-login p.intro {
  font-size: 0.9em;
  margin: 0 0 7px 0;
  padding: 0;
}
div#myhub-login form {
  margin: 0;
  padding: 0;
}
div#myhub-login form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
div#myhub-login form fieldset.login-details {
  position: relative;
  margin-bottom: 8px;
}
div#myhub-login form fieldset.login-details label {
  position: absolute;
  left: -9999em;
}
div#myhub-login form fieldset.login-details input#login-username-field,
div#myhub-login form fieldset.login-details input#login-password-field {
  color: #444;
  background: url(/img/header/site-search-field-background.png) left top no-repeat;
  border: none;
  padding: 0 5px 0 5px;
  width: 142px;
  height: 21px;
  line-height: 21px;
}
div#myhub-login form fieldset.login-details input#login-username-field {
  border-right: 1px solid #ddd;
  margin-bottom: 5px;
}
div#myhub-login form fieldset.login-details div#password-field-and-go-button {
  overflow: hidden;
  height: 100%;
}
div#password-field-and-go-button input#login-password-field {
  float: left;
}
div#password-field-and-go-button input#login-go-button {
  float: left;
}
div#myhub-login form div.outro {
  font-size: 0.7em;
  overflow: hidden;
  height: 100%;
}
div#myhub-login form div.outro fieldset {
  float: left;
  width: 110px;
}
div#myhub-login form div.outro fieldset * {
  vertical-align: middle;
}
div#myhub-login form div.outro p {
  text-align: right;
  float: right;
  margin: 0;
  padding: 3px 12px 0 0;
  width: 78px;
}
div#myhub-login div#user-controls p {
  margin: 0 0 10px 0;
  padding: 0 10px 0 0;
}
div#user-controls ul {
  margin: 0;
  padding: 0 0 0 15px;
}
div#user-controls ul li {
  margin: 0;
  padding: 0;
}


/*
 * Link Bar
 */

div#link-bar {
  margin: 0 auto 0 auto;
  width: 981px;
  height: 44px;
}
div#link-bar ul {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 100%;
}
div#link-bar ul li {
  float: left;
  margin: 0;
  padding: 0;
}
div#link-bar ul li a {
  color: #fff;
  font-size: 1.385em;
  text-align: center;
  text-decoration: none;
  background: url(/img/link-bar-separator.png) right top repeat-y;
  display: block;
  line-height: 44px;
}
div#link-bar ul li a:hover {
  text-decoration: none;
}
div#link-bar ul li.home a {
  width: 121px;
}
div#link-bar ul li.inspiration a {
  width: 160px;
}
div#link-bar ul li.forums a {
  width: 120px;
}
div#link-bar ul li.suppliers-directory a {
  width: 220px;
}
div#link-bar ul li.shop a {
  width: 100px;
}
div#link-bar ul li.advertise a {
  width: 140px;
}
div#link-bar ul li.my-hub a {
  background: none;
  width: 120px;
}

div#link-bar div#planning-tips-menu {
  background: #a79968;
  display: none;
  position: absolute;
  top: 44px;
  border-top: 1px solid #bbaa74;
  width: 338px;
}

div#planning-tips-menu ul {
  overflow: hidden;
  border-bottom: 1px solid #bbaa74;
  padding: 20px 30px 12px 30px;
  height: 100%;
}
div#planning-tips-menu ul li {
  float: none;
  margin: 0 0 8px 0;
  line-height: 1.3em;
}
div#planning-tips-menu ul li.left {
  clear: both;
  float: left;
  width: 47%;
}
div#planning-tips-menu ul li.right {
  float: right;
  width: 47%;
}
div#planning-tips-menu ul li a {
  font-size: 0.9em;
  text-align: left;
  background: none;
  display: inline;
  line-height: 1em;
}
div#planning-tips-menu ul li a:hover {
  text-decoration: underline;
}


/*
 * Tabbed Links
 */

div#tabbed-links {
  margin: 0 auto 23px auto;
  width: 760px;
}
div#tabbed-links ul {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 100%;
}
div#tabbed-links ul li {
  font-size: 1.077em;
  background: #b895c5 no-repeat;
  text-align: center;
  float: left;
  margin: 0 1px 0 0;
  padding: 0;
}
div#tabbed-links ul li.blog {
  background-image: url(/img/header/tabbed-links-left.png);
  background-position: left bottom;
  width: 63px;
}
div#tabbed-links ul li.competitions {
  width: 112px;
}
div#tabbed-links ul li.shows {
  width: 71px;
}
div#tabbed-links ul li.dresses {
  width: 85px;
}
div#tabbed-links ul li.receptions {
  width: 102px;
}
div#tabbed-links ul li.press-releases {
  width: 130px;
}
div#tabbed-links ul li.tools {
  width: 64px;
}
div#tabbed-links ul li.real-weddings {
  background-image: url(/img/header/tabbed-links-right.png);
  background-position: right bottom;
  margin-right: 0;
  width: 126px;
}
div#tabbed-links ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  line-height: 23px;
}
div#tabbed-links ul li a:hover {
  text-decoration: none;
}


/*
 * Middle / Supplier Buttons
 */

div#middle {
  margin: 0 auto 0 auto;
  width: 981px;
}
div#middle.with-supplier-buttons {
  overflow: hidden;
  height: 100%;
}
div#middle.with-supplier-buttons div#main {
  background: #fff;
  float: left;
  width: 701px;
}
div#middle.with-supplier-buttons div#supplier-buttons {
  float: right;
  overflow: hidden;
  width: 260px;
}
div#supplier-buttons div#mpu {
  overflow: hidden;
  margin-bottom: 10px;
  width: 250px;
}
div#supplier-buttons p {
  overflow: hidden;
  margin: 0;
  height: 100%;
}
div#supplier-buttons p img {
  float: left;
  margin: 0 10px 10px 0;
}


/*
 * Page Content
 */

div#page-content {
  overflow: hidden;
  position: relative;
  padding: 0 30px 25px 30px;
  height: 100%;
}
body.simple div#page-content {
  padding: 0;
}
div#middle.with-supplier-buttons div#page-content {
  padding-right: 0;
}

div#page-content h1#page-title {
  color: #a89968;
  font-family: georgia, serif;
  font-size: 2.769em;
  font-weight: normal;
  margin: 0 0 18px 0;
}
div#page-content p#breadcrumbs {
  background: #efefef;
  font-size: 1.077em;
  margin: 0 0 18px 0;
  padding: 7px 10px 7px 10px;
}
p#breadcrumbs a {
  text-decoration: none;
}
p#breadcrumbs a:hover {
  text-decoration: underline;
}
p#breadcrumbs span {
  margin: 0 6px 0 6px;
}

div#content-columns {
  overflow: hidden;
  height: 100%;
}
div#content-columns div#left-content-column {
  overflow: hidden;
  float: left;
  width: 721px;
}
div#middle.with-supplier-buttons div#left-content-column {
  width: 470px;
}
div#content-columns div#right-content-column {
  overflow: hidden;
  float: right;
  width: 180px;
}

div#page-content .section-title {
  color: #666;
  font-size: 1.077em;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  margin: 0 0 10px 0;
  padding: 0 0 8px 0;
}
div#page-content .subsection-title {
  color: #a89968;
  font-size: 1.077em;
  font-weight: bold;
  margin: 0 0 1em 0;
}
div#page-content .major-item-title {
  color: #a89968;
  font-family: georgia, serif;
  font-size: 1.846em;
  font-weight: normal;
  margin: 0 0 1em 0;
  line-height: 1.2em;
}
div#page-content .major-item-title a {
  color: #a89968;
  text-decoration: none;
}
div#page-content .major-item-title a:hover {
  text-decoration: underline;
}
div#page-content .minor-item-title {
  color: #a89968;
  font-size: 1.077em;
  font-weight: bold;
  margin: 0 0 1em 0;
}
div#page-content .minor-item-title a {
  color: #a89968;
  text-decoration: none;
}
div#page-content .minor-item-title a:hover {
  text-decoration: underline;
}


/*
 * Links & social networks
 */

div#links-and-social-networks {
  overflow: hidden;
  margin: 0;
  padding: 10px 30px 8px 30px;
  height: 100%;
}
div#links-and-social-networks a {
  text-decoration: none;
}
div#links-and-social-networks a:hover {
  text-decoration: underline;
}
div#links-and-social-networks ul {
  list-style: none;
  margin: 0;
  padding: 7px 0 0 0;
}
div#links-and-social-networks ul li {
  float: left;
  margin: 0;
  padding: 0;
}

div#links-and-social-networks div#footer-links {
  float: left;
}
div#footer-links ul li {
  border-right: 1px solid #ccc;
  margin-right: 8px;
  padding-right: 8px;
}
div#footer-links ul li.last {
  border-right: none;
}

div#links-and-social-networks div#social-network-links {
  float: right;
}
div#social-network-links p {
  float: left;
  margin: 0;
  padding: 7px 10px 0 15px;
}
div#social-network-links ul {
  float: left;
}
div#social-network-links ul li {
  margin-top: -7px;
  margin-right: 10px;
}
div#social-network-links ul li img {
  display: block;
}
div#social-network-links ul li.last {
  margin-right: 0;
}


/*
 * Favourites options (appears on various pages).
 */

div#favourites-options {
  background: #eee;
  margin-bottom: 25px;
  padding: 10px;
}
div#favourites-options p {
  margin: 0;
}


/*
 * Tibus Strapline
 */

div#tibus-strapline {
  text-align: center;
}
div#tibus-strapline p.site-in-development {
  margin: 0;
}
div#tibus-strapline p.site-in-development img {
  display: block;
  margin: 0 auto 0 auto;
}
