/*** Album List ***/
ul#albums {
  list-style: none;
  float: left;
}
ul#albums li {
  width: 160px;
  height: 190px;
  float: left;
  text-align: center;
  margin-right: 16px;
}
ul#albums img       { border: #444 1px solid; }
ul#albums img:hover { border: #999 1px solid; }
ul#albums a         { text-transform: uppercase; font-size: 10px; }
ul#albums a:hover   { text-decoration: none; }
ul#albums p         { margin-top: 4px; padding: 0; }


/*** Photo List ***/
div#photo_list     { padding: 16px; }
div#photo_list img { border: none; }
div.photo_container {
  height: 170px;
  width:  170px;
  float:  left;
  margin: 6px;
  padding: 4px;
  padding-top: 8px;
  border: #444 1px solid;
  background: #111;
  text-align: center;
  vertical-align: middle;
}
div.photo_container:hover {
  border: #aaa 1px solid;
  background: #333;
}
div.photo_private {
  border: #f93 1px dashed;
  background: #330500;
}


/*** Individual Photos ***/
.th { color: #666; text-align: right; }

table#photo_info {
  font-size: 11px;
  display: inline-block;
}

#caption {
  text-align: center;
  margin-bottom: 8px;
  padding: 8px;
  border: #444 1px dashed;
  color: #ddd;
  background: #111;
}

#photo_navigation {
  font-size: 10px;
  margin: 4px;
}

#photo_strip, #photo_navigation {
  display: inline;
  float: right;
}

img#photo { border: #444 1px solid; height: auto; }

div#photo_strip img       { border: #444 1px solid; margin: 4px; height: 61px; }
div#photo_strip img:hover { border: #aaa 1px solid; }
img#current_thumbnail     { border: #3d3 1px solid !important; }

/*** Common to Photo List & Individual Photos ***/
div#photo_list, table#photo_info {
  float: none;
  clear: both;
}

ul#path, #photo_navigation {
  text-transform: uppercase;
  display: inline;
}

ul#path {
  margin: 0;
  padding: 0;
  font-size: 10px;
  margin-bottom: 20px;
}

ul#path li {
  float: left;
  list-style: none;
  margin-left: 6px;
}
