/* Page Navigation
------------------------------ */

ul.pagelist {
	clear: both;
	padding: 0;
	margin: 0;
	padding-top: 12px;
	list-style-type: none;
	margin-bottom: 18px;
	margin-left: 0px;
}

ul.pagelist li {
	display: inline;
}

#main-content ul.pagelist li { 
	background: none; 
	padding-left: 5px; 
	}

ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	color: #444;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #AAA;
	cursor: default;
}
.pagenav {
	clear: both;
}

#imageDesc, #exif_link {
	margin: 0 0 1.5em; 
}

/* Tags
------------------------------ */
.taglist ul {
	display: inline;
	list-style-type: none;
}

.taglist li {
	display: inline;
	list-style-type: none;
	padding-right: 3px;
	float: left;
}

/* Image Thumbnails
------------------------------ */

.albumdesc2 {
	line-height: 18px;
}

#photos {
	width: 640px;
	overflow: hidden;
}

#photos .imagethumb a img {
	float: left;
	display: inline;
	padding: 5px;
	margin: 5px 10px 5px 0px;
	line-height: 0px;
	background: #fff;
	border: 1px solid #acc4df;
}

#photos #album_thumbs .imagethumb a img {
	margin: 10px 10px 5px 10px;
}

#photos .imagethumb a:hover img, #photos imagethumb a:active img {
	background: #70bd33;
	border: 1px solid #ccc;	
}

/* Album Thumbnails
------------------------------ */

.album {
	margin-bottom: 18px;
	margin-left: 10px; margin-right: 10px;
	width: 620px;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 18px;
}

#photos .album h3 a:link, 
#photos .album h3 a:visited {
		color: #70bd33;
		text-decoration: underline;
		font-weight: normal;
}

#photos .album h3 a:hover, 
#photos .album h3 a:active,
#photos .album h3 a:focus {
		color: #70bd33;
		text-decoration: none;
		font-weight: normal;
}


/* Individual Image
------------------------------ */
.imgdesc {
	padding: 10px 0 10px 0;
	line-height: 18px;
}
#image img {
	text-align: center;
	line-height: 0;
	margin:10px 0;
	padding: 1px;
	background: #eee;
	border: 5px solid #02203f;
}

.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	margin-bottom: 18px;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	float: left;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	float: left;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	text-decoration: none;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#imgoriginal {
	font-size: 8pt; 
	text-align: right;
	height:30px;
}
#imgorder {
	float: left;
}
