/* Image Thumbnails
------------------------------ */
img {
  border: 0;
}

.imagethumb a {
	display: block;
	padding: 7px;
	margin: 6px;
    border-top: 2px solid #d8d6cf;
    border-left: 2px solid #d8d6cf;
    border-right: 2px solid #d8d6cf;
    border-bottom: 2px solid #22b393;
	background: #fff;
	line-height: 0px;
}
.imagethumb a:visited {
    border-top: 2px solid #d8d6cf;
    border-left: 2px solid #d8d6cf;
    border-right: 2px solid #d8d6cf;
    border-bottom: 2px solid #c4c2bb;
	background: #fff;
}
.imagethumb a:hover {
    border-top: 2px solid #c4c2bb;
    border-left: 2px solid #c4c2bb;
    border-right: 2px solid #c4c2bb;
    border-bottom: 2px solid #22b393;
	background: #fff;
}
#albums li:hover h4 a {
    color: #69a583;
}


h4 a {
  color: #755323; /*album titles in thumbview*/
  border: none;
/*  font-weight: bold;*/
  text-decoration: none;
}

.imagethumb {
	float: left;
}
#albums .imagethumb {
	float: none;
}
#randomhead .imagethumb {
	float: none;
}
/* Album Thumbnails
------------------------------ */
#albums {
	padding: 0px 0 0px 0;
}
#albums li {
	margin: 0 0 0px 0;
	padding: 0;
	border: 0;
	float: left;
	list-style: none;
}
h4 {
  text-align: center;
  font: 14px/22px Arial, Helvetica, Tahoma, Verdana, sans-serif;
}
#pagenumbers {
        color: #69a583;
	text-align: center;
	margin: 0 auto 20px auto;
}
ul.pagelist {
        color: #69a583;
	clear: both;
	padding: 0;
	margin: 20px 0 0 0;
	list-style-type: none;
}
ul.pagelist li {
	display: inline;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
}
ul.pagelist li.current a {
	color: #98958f; /*denotes the current page were on (1..5 etc) */
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}

/* crumb trail */
#crumb_text {
  float: right; 
  background: #69a583; 
  text-align: right;
  color: #E0CC97; 
  height: 20px;
}

#crumb_text a {
  color: #755323;
  text-decoration: none;
}

#main_content {
  width: 640px; 
  float: left; 
  margin-top:20px;
}

#randomhead {
  padding: 0;
  margin: 0 auto 14px auto; 
  width: 630px; 
  border: none;
  line-height: 0px; 
  background: #69a583;
}

#randomhead img {
  border: 6px solid #69a583;
}

#album_main_background {
  background: #d6d5c0; 
  padding-bottom: 10px;
}

#album_thumb_wrap {
  text-align: left; 
  width: 630px; 
  margin: 0 auto 0 auto; 
  padding-bottom: 10px;
}

#image_thumb_wrap {
  text-align: left; 
  width: 630px; 
  margin: 0 auto 0 auto; 
  padding-bottom: 10px;
}

#description {
    color: #755323; /*text color for descriptions*/
	text-align: center;
	padding: 7px 7px;
	margin: 0px auto 0px auto;
	width: 620px;
}

#image {
	width: 615px;
	margin: 0 auto;
}

#image_container {
	text-align: center;
	border: 2px solid #ECEBE1;
	padding: 7px;
	background: #755323;
	margin-bottom: 10px;
}

#exif_link, #exif_link a{
	width:100px;
	font-weight:bold;
	color:  #755323;
}

#imagemetadata {
	text-align: center;
	position: relative;
    color: #fff;
	display:none;
}
#imgmetadata_data a {
    color: #fff;
}
#imagemetadata_data a:hover {
	text-decoration: none;
	color: #076a54;
}
#imagemetadata table {
	text-align: left;
	line-height: 1em;
	top: 2em;
	right: 0px;
    background-color: #0c8369;
}
#imagemetadata table td {
 	background-color: #0b9577;
	padding: 2px 5px;
}

#map_link {
  text-align: center;
}

.clearage {
	clear: both;
	padding: 0;
	margin: 0;
}

