body {
  color: #333;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  border-top: 6px solid #dfdfdf;
}

a {
  color: #333;
}

a:hover {
  text-decoration: none;
  background-color: #dfdfdf;
}

#container {
  width: 800px;
  margin: 0 auto;
}

#navigation {
  padding: 8px 0;
  text-align: center;
  border-bottom: 6px solid #dfdfdf;
  background: #000;
}

#navigation a {
  color: #9f9f9f;
  font-size: 1.5em;
  margin: 0 1.25em;
  text-decoration: none;
}

#navigation a:hover {
  color: #efefef;
  border-top: 6px solid #9f9f9f;
  background-color: transparent;
}

#logo {
  float: left;
  width: 200px;
  height: 363px;
  margin: 4em 0;
  text-indent: -3000em;
  overflow: hidden;
  background: url("../images/logo.png") left top no-repeat;
}

#polar {
  float: right;
  display: block;
  width: 798px;
  width: 476px;
  height: 632px;
  height: 377px;
  margin: 4em 0;
  border: 1px solid #dfdfdf;
  background: url("../images/polar.jpg") left top no-repeat;
  background: url("../images/polarSmall.jpg") left top no-repeat;
}

#polar:hover {
  border-color: #9F9F9F;
}

h1 small {

}

.top {
  font-size: 16px;
  font-weight: normal;
  color: #9f9f9f;
  text-decoration: none;
  display: block;
  text-align: right;
  border-top: 1px solid #dfdfdf;
}

.top:hover {
  color: #333;
}

.contactHeading {
  font-size: 2em;
  color: #000;
}

/* =========== */
/* = Gallery = */
/* =========== */
#gallery {
  width: 783px;
  margin: 0 auto;
  padding-top: 20px;
}

#gallery a {
  float: left;
  margin: 0 0 20px 20px;
}

#gallery img {
  padding: 6px;
  display: block;
  border: 1px solid #dfdfdf;
  background-color: #f8f5f7;
}

#gallery a:hover img {
  border-color: #9F9F9F;
}

ul {
 /* font-size: 1.25em;*/
  margin: 1.25em 0;
}

li { margin-left: 1.25em; list-style-type: disc; }

/* ========== */
/* = Footer = */
/* ========== */
#footer {
  font-size: .875em;
  color: #555;
  padding: 10px;
  text-align: center;
  border-top: 6px solid #dfdfdf;
  background: #000;
}

#footer a {
  color: #9f9f9f;
  text-decoration: none;
}

#footer a:hover {
  border-bottom: 1px solid #555;
  background-color: transparent;
}

/* vCard */
.type {
  display: none;
}

/* Bio */
.bio img.first {
  margin-left: 0;
}

.bio img {
  word-spacing: 0;
  letter-spacing: 0;
  padding: 4px;
  display: block;
  margin: 1.25em auto;
  border: 1px solid #dfdfdf;
  background-color: #f8f5f7;
}