@import "home.css";
@import "rules.css";
@import "philosophy.css";
@import "facts.css";
@import "people.css";
@import "work.css";

* {
  margin: 0;
  padding: 0;
}
body {
  background: #000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}
div.slide {
  display: none;
  height: 650px;
  left: 50%;
  margin: -325px 0 0 -480px;
  position: absolute;
  top: 50%;
  width: 960px;
}
div.slide a.home {
  background: transparent url(../img/close.png) right center no-repeat;
  color: #999;
  display: block;
  float: right;
  line-height: 16px;
  padding-right: 20px;
  position: relative;
  right: 50px;
  text-decoration: none;
  text-transform: lowercase;
  top: 50px;
}
div.inside {
  display: block;
  height: 405px;
  margin: -202px 0 0 -392px;
  width: 785px;
}
div.inside img {
  float: right;
  height: 398px;
  position: relative;
  top: -10px;
  width: 399px
}
div.inside h1 {
  background: transparent left top no-repeat;
  height: 35px;
  margin-bottom: 30px;
  text-indent: -9999px;
}
ul.nav {
  list-style: none;
}
ul.nav li {
  display: block;
  float: left;
}
ul.nav li a {
  background-color: transparent;
  background-repeat: no-repeat;
  display: block;
  outline: 0;
  text-indent: -9999px;
}
div.inside ul.nav {
  margin-bottom: 30px;
}
div.inside ul.nav li {
  float: none;
  margin-bottom: 15px;
}
div.inside ul.nav li:hover,
div.inside ul.nav li.with-dot {
  background: transparent url(../img/dot.gif) left center no-repeat;
}
div.inside ul.nav li a {
  background-position: 5px 0;
  height: 18px;
}
div.copy {
  line-height: 16px;
  width: 350px;
}
div.copy p {
  padding-bottom: 15px;
}
div.copy p strong {
  display: block;
  margin-bottom: -10px;
}
div.copy p a {
  color: #000;
  text-decoration: none;
}
div.inside p.nav {
  margin-top: 15px;
  text-transform: lowercase;
  width: 350px;
}
div.inside p.nav a {
  color: #999;
  text-decoration: none;
}
div.inside p.nav a.back {
  float: left;
}
div.inside p.nav a.next {
  float: right;
}

div.people-list {
/*  background-color: #000;*/
  height: 50px;
  left: 50%;
  margin: 215px 0 0 -375px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 750px;
}
div.thumbs {
  height: 33px;
  left: 50%;
  margin: 215px 0 0 -392px;
/*  overflow: hidden;*/
  position: absolute;
  top: 50%;
  width: 785px;
  white-space: nowrap;
  z-index: 40;
}
div.people-list div.thumbs {
  left: 0;
  margin: 12px 0 0 0;
  position: relative;
  top: 0;
}
div.thumbs a { outline: none; }
div.thumbs a img {
  border: 0px transparent solid;
  padding: 3px;
  float: none;
  height: 28px;
  width: 28px;
}
div.thumbs a:hover img,
div.thumbs a.selected img {
  border: 3px #a6a6a6 solid;
  padding: 0px;
}