@import url(undohtml.css);
@import url(hacks.css);

body {
  background-color: #000;
  color: #666;
  text-align: center;
  font-family: arial, sans-serif;
  font-size: 1em;
}

img {
  border: 0;
}

#wrapper {
  width: 764px;
  margin: 10px auto;
  overflow: hidden;
  position: relative;
  text-align: left;
  background: #000;
}

#title {
  width: 215px;
  height: 45px;
  float: left;
  background: #333;
  text-align: center;
  padding: 10px 20px 0 20px;
}
#title h1 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 4px;
}
#title h1 strong {
  letter-spacing: 6px;
  font-size: 10px;
  color: #ccc;
}
#title h1 a {
  color: white;
  display: block;
  text-decoration: none;
}

#mainNav {
  text-align: left;
  height: 50px;
  margin: 0 0 10px 265px;
  padding: 0 0 5px 10px;
  border-left: 1px solid #333;
}
#mainNav small {
  font-size: 10px;
}
#mainNav li {
  position: relative;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#mainNav li.hilite {
  background-color: #333;
}
#mainNav li.nav {
  float: left;
  padding: 1px 3px;
}
#mainNav li.nav span {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: block;
  cursor: hand;
  cursor: pointer;
}
#mainNav li.alt span {
  color: #999;
  font-weight: normal !important;
}
#mainNav li.alt li.subnav a {
}
#mainNav ul ul {
  display: none;
  position: absolute;
  left: 0;
  top: 15px;
  white-space: nowrap;
  background-color: #333;
  padding: 3px;
}
* html #mainNav ul ul {
  padding: 5px 4px;
}
#mainNav li.subnav {
  font-size: 10px;
  display: inline;
}
#mainNav li.subnav a span {
  color: #fff !important;
  display: inline;
  font-weight: normal;
}

#galleries {
  position: relative;
}
#galleries h2 {
  font-size: 60%;
  background: #fff;
  color: #999;
  text-transform: uppercase;
  position: relative;
  padding: 4px 0 0 20px;
  height: 16px;
}
#galleries h2 a {
  color: #ccc;
}
#galleries h2 a:hover {
  color: #333;
}
#galleries #img {
  display: block;
  visibility: hidden;
}

#content {
  position: relative;
  border: 20px solid white;
  border-top: 0;
  height: 480px;
  width: 724px;
  overflow: hidden;
  text-align: center;
  background: #fff url(../images/indicator.white.gif) 50% 50% no-repeat;
}

#browseNav {
  display: none;
  position: absolute;
  left: 20px;
  margin-top: -20px;
  height: 20px;
  text-align: center;
  width: 724px;
  line-height: 20px;
  font-size: 70%;
  font-weight: bold;
  color: #999;
  xborder: 1px solid red;
}
#browseNav span {
  color: #999;
  padding-top: 480px;
  position: relative;
  cursor: hand;
  cursor: pointer;
}
#browseNav span.prev {
  padding-left: 320px;
}
#browseNav span.next {
  padding-right: 320px;
}
#browseNav span.hover {
  color: #000;
}

#thumbs {
  text-align: center;
  padding: 5px 0;
  height: 20px;
}
#thumbs span {
  width: 20px;
  display: block;
  float: left;
  font-size: 70%;
  color: #666;
  cursor: hand;
  cursor: pointer;
}
#thumbs span.start {
  width: 40px;
}
#thumbs span.hover,
#thumbs span.active {
  color: #000;
  background: white;
}



#bio_content .container {
  margin-top: 20px;
}
#bio_content img {
  float: right;
  margin: 0 0 20px 20px;
}
#bio_content p {
  text-align: justify;
}
#contact_content .container {
  margin: 75px 0;
}
#contact_content * {
  text-align: center;
}


#copyright {
  margin: 5px 0 10px 0;
  font-size: .75em;
}
#copyright ul {
  display: block;
}
#copyright ul,
#copyright li {
  list-style: none;
  text-align: center;
}
#copyright li {
  display: inline;
}
#copyright a {
  text-decoration: none;
  color: #ccc;
  text-transform: uppercase;
}
#copyright a:hover {
  color: white;
}

.hide {
  text-indent: -999px;
  visibility: hidden;
  display: none;
}