@import url("shared.css");
@import url("layout.css");

html, body {
  background-color: #000;
  color: #fff;
}

#navigation li {
  list-style-type: none;
  font-size: 120%;
  font-style: italic;
  font-weight: bold;
  margin-top: 1em;
}
#navigation ul {
  margin: -30px 0 0;
  padding: 0;
}
#navigation ul ul {
  /* display: none; */
  margin-top: 0;
  border-top: 1px solid #fff;
  font-size: 70%;
}
#navigation ul ul li {
  margin-top: 0;
  font-style: normal;
  font-weight: normal;
}
#navigation a, #photonav a {
  color: #fff;
  text-decoration: none;
}
#navigation a:hover, #showcase a:hover, #photonav a:hover, 
#navigation .here a, #navigation .here ul .here a, #navigation .here ul a:hover {
  color: #888;
}
#navigation .here ul a {
  color: #fff;
}
#navigation ul ul li a {
  border-bottom: none;
}

#logo {
  margin-bottom: 1em;
}
#showcase p {
  font-size: 85%;
  margin-bottom: 0.5em;
}
#showcase a {
  color: #fff;
}

ul#thumbnaillist {
  list-style-type: none;
}
ul#thumbnaillist a {
  display: block;
  color: #666;
  font-size: 65%;
}
ul#thumbnaillist a img {
  border: 2px solid #000;
}
ul#thumbnaillist a:hover img, ul#thumbnaillist .active img{
  border-color: #B5B5B5;
}

form {
  margin: 0;
}
dl {
  margin: 0;
}
form dl dd {
  margin: -1.3em 0 0.2em 8.2em;
  float: right;
}
dd input {
  width: 15em;
  height: 1em;
  border: 1px solid #999;
}
dd textarea {
  width: 15.4em;
  height: 4em;
  border: 1px solid #999;
}
input#submit {
  clear: right;
  float: right;
}
