/* Superstructure: */
html, body { height: 100%; width: 100%; }
body {
  font: 14px Arial, sans-serif;
  color: white;
  background-color: black;
  text-align: center;
}
#pagetable {
  height: 100%;
  width: 100%;
}
#pagecell {
  vertical-align: middle;
}
#page {
  text-align: left;
  margin: 0 auto;
  width: 797px;
  position: relative;
}
#header {
  height: 76px;
}
#header .left {
  padding-top: 22px;
  float: left;
}
#header .right {
  padding-top: 35px;
  font-size: 11px;
  float: right;
}
#footer {
  padding: 11px 0 35px;
  font-size: 14px;
  letter-spacing: 0.65px;
  text-align: center;
}
#footer a, #footer a:visited {
  text-decoration: none;
}
#footer ol {
  overflow: hidden;
  list-style-type: none;
  display: inline-block;
}
#footer ol li {
  display: block;
  float: left;
  background: transparent url('../img/footer_separator.png') no-repeat 0 0;
  margin: 0 3px 0 -3px;
  padding: 5px 9px 5px 12px;
  text-transform: uppercase;
}
#content {
  min-height: 533px;
  /* Note IE6/IE7 files as well. */
}

#admin {
  padding: 150px 0;
}

#admin_info {
  border: 1px solid #666;
  margin-top: 40px;
  font-size: 12px;
  height: 88px;
}

/* Elements: */
p { margin-bottom: 16px;  }
em { font-style: italic; }
strong { font-weight: bold; }
a, a:visited {
  color: white;
  background-color: black;
  text-decoration: underline;
}

/* Shorthand */
.clear { clear: both; }
.center { text-align: center; }

/* Page-specific: */
#admin {
}
#admin table.login {
  margin: 0 auto;
}
#admin table.login td {
  padding: 2px;
}

#bio .left {
  float: left;
  padding-right: 27px;
}
#bio .right {
  font-size: 12px;
  line-height: 15px;
  text-align: justify;
}

#contact {
  height: 533px;
  background: transparent url(../img/contact_splash.png) no-repeat center center;
  position: relative;
}

#gallery {
  /* Slight adjustment to center 9-wide, 82px + 3px left padding + 3px right padding. */
  padding-left: 2px;
}

#published #gallery {
  display: none;
  width: 300px;
}
#published #gallery li {
  border: 1px solid #333;
  margin: 4px;
}


#gallery img, #gallery_admin img {
  height: 82px;
  width: 82px;
}
#images #gallery div, #gallery_admin div {
  float: left;
  height: 82px;
  width: 82px;
  margin: 2px;
  border: 1px solid transparent;
}

#gallery_admin {
  float: right;
  padding-right: 5px;
  padding-left: 20px;
  border-left: 1px solid #666;
}

