/*

	Zen Photo Default 1.0
	
*/

/* Main Layout
------------------------------ */

#zenphoto {
	margin-bottom: 20px;
}

h2 a {
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

/* Miscellaneous
------------------------------ */
hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 2px solid #FFF;
	margin: 0 0 12px 0;
	padding: 0;
}
img {
	border: 0;
}
blockquote {
	border-left: 1px dotted #96967E;
	margin-left: 20px;
	padding-left: 20px;
	color: #363630;
}


/* 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; */
	border: 1px solid #CCC;
	line-height: 0px;
	height: 160px;
	width: 160px;
	text-align: center;
}
.imagethumb a img {
	display: block;
	margin: auto;
}

.imagethumb a:visited {
	border: 1px solid #999;
}
.imagethumb a:hover {
	border: 1px solid #999;
}
.imagethumb {
	float: left;
}


/* Album Thumbnails
------------------------------ */
.album {
	margin-bottom: 12px;
	clear: both;
}

#images div.imagethumb {
	height: 162px;
	width: 162px;
	background-color: #D2D8C9;
	margin: 0 10px 10px 0;
}

/* Individual Image
------------------------------ */

#image {
	text-align: center;
	line-height: 0;
	margin: 10px;
}

#image img {
	border: 1px solid #CCC;
}

.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	border: 1px solid #CCC;
	background: #EEE;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	padding: 4px 0;
	text-decoration: none;
	line-height: 200%;
	color: #666;
	font-weight: bold;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #000;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 10px 0;
}