@import url(/css/generic.css);
@import url(/css/xstandard.css);

/*
 * Site Specific Styles
 */

body {
  background: #000;
  margin: 15px;
  text-align: center;
}

#site-container {
  width: 960px;
  margin: 0 auto 0 auto;
  text-align: left;
}

/*
 * Header Styles
 */

#header {
  background: #f60;
  padding: 20px 15px 12px 17px;
  overflow: hidden;
  display: inline-block;
}
#header {
  display: block;
}
body.white #header {
  background: #fff;
}
#header h1 {
  float: left;
  width: 184px;
  height: 83px;
  margin: 0;
  background: url(/img/whitespace-logo-orange.png) no-repeat;
  cursor: pointer;
}
body.white #header h1 {
  background-image: url(/img/whitespace-logo-white.png);
}
#header h1 span {
  display: none;
}
div#header-strapline {
  float: right;
  width: 280px;
  height: 30px;
  margin-top: 50px;
}
ul#header-strapline {
  float: right;
  list-style: none;
  padding: 0;
  width: 500px;
  margin: 50px 10px 0 0;
  font-family: tahoma, verdana, serif;
}
ul#header-strapline li {
  display: none;
  width: 500px;
  margin: 0;
  padding: 0;
  font-size: 1.7em;
  text-align: right;
}

/*
 * Linkbar Styles
 */

#linkbar {
  background: #000;
  padding: 7px 0 7px 0;
}
#linkbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: inline-block;
}
#linkbar ul {
  display: block;
}
#linkbar ul li {
  float: left;
  width: 25%;
  text-align: center;
}
#linkbar ul li.first {
  _margin-left: -1px;
}
#linkbar ul li a {
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
  text-transform: uppercase;
  text-decoration: none;
}
#linkbar ul li a:hover {
  color: #f60;
  text-decoration: none;
}
#linkbar ul li a.current {
  color: #f60;
}

/*
 * Content Area Styles
 */

#content {
  background: #f60;
  padding: 30px 30px 30px 30px;
  font-size: 1.7em;
  overflow: hidden;
  display: inline-block;
}
#content {
  display: block;
}
body.white #content {
  background: #fff;
}
#content.flash {
  padding: 30px 0 10px 0;
}
#content em {
  color: #fff;
  font-style: normal;
}
#content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content ul li {
  margin: 0 0 2px 0;
  padding: 0 0 0 22px;
  background: url(/img/bullet.png) 0 7px no-repeat;
}
body.white #content ul li {
  background-image: url(/img/bullet-white.png);
}

/*
 * Menu and Option Styles
 */

#menu-items.with-selected-item-content {
  float: left;
  width: 45%;
  margin-right: 5%;
}
#menu-items ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 2.9em;
  line-height: 1em;
}
#menu-items ul li {
  margin: 0;
  padding: 0;
  background: none !important;
}
#menu-items ul li.selected a {
  color: #fff;
}
#menu-items ul li a {
  text-decoration: none;
}
#menu-items ul li a:hover {
  text-decoration: none;
  color: #fff;
}
body.white #menu-items ul li.selected a {
  color: #f60;
}
body.white #menu-items ul li a:hover {
  color: #f60;
}
#menu-items ul li em {
  color: #888;
  font-style: normal;
}
#selected-menu-item-content {
  float: left;
  width: 50%;
}

/*
 * Footer Styles
 */

#footer {
  background: #fff;
  padding: 20px 15px 10px 25px;
}
#footer a:hover {
  color: #f60;
}
#footer div.features {
  margin-bottom: 20px;
  overflow: hidden;
  display: inline-block;
}
#footer div.features {
  display: block;
}
#footer div.features div.feature {
  float: left;
  width: 33%;
  padding-bottom: 10px;
  overflow: hidden;
  display: inline-block;
}
#footer div.features div.feature {
  display: block;
}
#footer div.features div.feature p.image {
  float: left;
  margin-right: 10px;
}
#footer div.features div.feature p.image img {
  display: block;
  border: 1px solid #ccc;
}
#footer div.features div.feature div.details {
  float: left;
  width: 130px;
  font-weight: bold;
}
#footer div.features div.feature div.details-wide {
  float: left;
  width: 190px;
  w\idth: 130px;
  padding-left: 60px;
  font-weight: bold;
}
#footer div.features div.feature div.details h2, #footer div.features div.feature div.details-wide h2 {
  font-size: 1.1em;
  text-transform: uppercase;
  color: #f60;
  margin: -2px 0 3px 0;
}
#footer div.features div.feature div.details p, #footer div.features div.feature div.details-wide p {
  margin: 0;
}
#footer div.features div.feature a#footer-gallery {
  display: block;
  width: 133px;
  height: 101px;
  overflow: hidden;
}
#footer div#rethink-everything,
#footer div#age-of-content {
  display: none;
}
#footer p.buttons {
  margin: 0;
  overflow: hidden;
  display: inline-block;
}
#footer p.buttons {
  display: block;
}
#footer p.buttons a.contact-us {
  float: right;
  width: 100px;
  min-height: 17px;
  _height: 17px; /* IE6 only */
  font-size: 1.1em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  text-align: right;
  padding: 2px 25px 0 0;
  background: url(/img/contact-us-bullet.png) right top no-repeat;
}