span#cat {
  display: block;
  font-family: Georgia;
  font-weight: bold;
  font-size: 130%;
  margin-top: 20px;
  padding-left: 3px;
  border-bottom: 1px solid #847846;
}

div.photoBar {
  width: 100%;
  position: relative;
  margin-top: 20px;
}

div.photoWrapper {
  float: left;
  text-align: center;
  width: 130px;
  height: 130px;
  margin: 10px;
}

img.photoThumb {
  background-color: white;
  border: 1px solid #CCCCCC;
  padding: 4px;
  height: 80px;
  vertical-align: middle;
  margin-bottom: 5px;
}

img.photoThumb:hover {
  border-color: #FF8C00;
}

a.photoTitle {
  text-align: center;
  font-family: 'Arial';
  font-weight: bold;
  font-size: 13px;
  color: #0073FF;
/*
  color: #228B22;
*/
}

a.photoTitle:hover {
  text-decoration: none;
  color: #FF8C00;
/*
  color: #8B228B
*/
}

#photoTitle {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 10px;
}

div#photoBorder {
  border: 1px solid gray;
  background-color: #f3f3f3;
  text-align: center;
  margin-bottom: 5px;
  overflow: hidden;
}

div#photoBorder img {
  max-width: 100%;
}

.photoShowHeaders {
  color: #666666;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
}

.photoDetail {
  font-size: 13px;
}

.album {
  display: block;
  border: 1px solid silver;
  margin-bottom: 10px;
  padding: 10px;
  background-color: white;  
}

.album:hover {
  background-color: #F8F8FF;
  border-color: #FF8C00;
}

.albumList {
  margin: 0px;
  padding: 0px;
}

.albumTitle {
  display: block;
  border-bottom: 1px solid silver;
  margin-bottom: 3px;
}

.albumTitle a {
  font-family: 'Palatino Linotype';
  font-weight: bold;
  color: #0073FF;
}

.albumTitle a:hover {
  text-decoration: none;
  color: #FF8C00;
}

.albumDesc {
	margin: 0px;
}

.mediaCount {
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	color: #6F6F6F;
	font-size: 11px;
}
