/* Page Navigation
------------------------------ */
ul.pagelist {
	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 {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #5A5A4B;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #ddd;
	cursor: default;
}
.pagenav {
	clear: both;
}


/* AJAX
------------------------------ */
#albumDescEditable {
	margin-bottom: 12px;
}
#imageDescEditable {
	margin-top: 24px;
}

/* Image Thumbnails
------------------------------ */
/*
.imagethumb a {
	display: block;
	padding: 10px;
	margin: 6px;	
	border: 1px solid #f9f3db;
	background: #fefbf0;
	line-height: 0px;
}
.imagethumb a:visited {
	border: 1px solid #f9f3db;
	background: #fefbf0;
}
.imagethumb a:hover {
	border: 1px solid #f9f3db;
	background: #fefbf0;
}
.imagethumb {
	float: left;
}
*/
#images {
    width: 100%;
}
#images td {
    text-align: center;
}
.imagethumb_horz {
    float: left;
    width: 274px;
    height: 210px;
    margin: 0;
    padding: 0;
}
.imagethumb_vert {
    float: left;
    width: 210px;
    height: 274px;
    margin: 0;
    padding: 0;
}

/* Album Thumbnails
------------------------------ */
#albums {
    width: 100%;
    border-top: 1px solid #9a9a9a;
    border-collapse: collapse;
}
tr.album td {
    padding: 1em;
    border-bottom: 1px solid #9a9a9a;
}
td.albumthumb {
    width: 15%;
}
td.albumdesc {
    width: 85%;
}
.album h3 {
	padding: 0;
	margin: 0;
}
.album h3 a {
	display: block;
	padding: 3px 0 6px 0;
}
.album p {
	margin: 0 0 4px 0;
}
.albumdesc small {
	margin-top: 8px;
	line-height: 130%;
	color: #333;
}


/* Individual Image
------------------------------ */
#image {
	text-align: center;
	line-height: 0;
	margin-bottom: 3em;
}
#image img {
    border: 5px solid #000;
}

.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	border: 1px solid #ced8b8;
	background: #fff;
	margin-top: 13px;
	_margin-top: 8px; /* IE Only */
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	padding: 4px 0;
	font-size: 120%;
	text-decoration: none;
	line-height: 200%;
	color: #333;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #df293b;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 0 15%;
}


/* Comments
------------------------------ */
#comments {
	clear: both;
}
.error { 
  color: #C33; 
  font-weight: bold; 
}
.comment {
	padding: 10px;
	border: 1px solid #f9f3db;
	background: #fefbf0;
	margin-bottom: 12px;
}
.commentmeta {
	margin-bottom: 12px;
}
.commentauthor {
	font-weight: bold;
}
.commentdate {
	margin-top: 12px;
	color: #999;
	font-size: 85%;
}


/* Forms
------------------------------ */
.inputbox {
	width: 250px;
	padding: 2px;
}
textarea {
	padding: 4px;
	width: 80%;
	color: #5A5A4B;
	font: 100%/200% "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.checkbox {
	cursor: pointer;
}
.pushbutton {
	cursor: pointer;
	padding: 5px 10px;
}
label {
	cursor: pointer;
}
label:hover {
	color: #000;
}
