/*

	Zen Photo Neighbor Webmaster Theme

*/

/* Basics
------------------------------ */
/* Main Layout
------------------------------ */
#neighbor_webmaster_content {
	font-size: 1em;
}

#main {
	margin: 10px auto;
	width: auto;
	min-height: 35em;
	padding: 10px;
}

#neighbor_webmaster_content #links {
	margin: 1em auto;
	width: 36.5em;
	color: #96967E;
	text-align: center;
	clear: both;
}

#neighbor_webmaster_content #links a {
	text-decoration: none;
	color: #96967E;
	border-bottom: 1px dotted #96967E;
}

#neighbor_webmaster_content #links a:hover {
	color: #404000;
	border-bottom: 1px solid #404000;
	text-decoration: none;
}

#neighbor_webmaster_content #credit {
	margin: 1em 2em;
	font-size: .8em;
	color: #96967E;
	text-align: right;
	clear: both;
	bottom: 0;
}

#neighbor_webmaster_content #credit a {
	text-decoration: none;
	color: #96967E;
	border-bottom: 1px dotted #96967E;
}

#neighbor_webmaster_content #credit a:hover {
	color: #404000;
	border-bottom: 1px solid #404000;
	text-decoration: none;
}

#gallerytitle {
	padding-bottom: 1em;
}


/* Miscellaneous
------------------------------ */
hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #999;
	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
------------------------------ */
#neighbor_webmaster_content ul.pagelist {
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	color: #96967E;
	text-align: center;
	clear: both;
}

#neighbor_webmaster_content ul.pagelist li {
	display: inline;
	background: none;
}

#neighbor_webmaster_content ul.pagelist li a,
#neighbor_webmaster_content ul.pagelist span.disabledlink {
	text-decoration: none;
	color: #96967E;
	border-bottom: 1px dotted #96967E;
}

#neighbor_webmaster_content ul.pagelist li.current a {
	text-decoration: none;
	cursor: default;
	/* color: #5A5A4B; */
}

#neighbor_webmaster_content ul.pagelist li a:hover {
	color: #404000;
	border-bottom: 1px solid #404000;
	text-decoration: none;
}

#neighbor_webmaster_content ul.pagelist li.prev {
	margin-right: 10px;
}

#neighbor_webmaster_content ul.pagelist li.next {
	margin-left: 10px;
}

.disabledlink {
	display: none;
	color: #999;
	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 #92BED3;
	background: #F2F7F9;
	line-height: 0px;
}

.imagethumb a:visited {
	border: 1px solid #C0CDD3;
	background: #DDEAF0;
}

.imagethumb a:hover {
	border: 1px solid #62A0BF;
	background: #F4F9FB;
}

.imagethumb {
	float: left;
	margin: auto;
}


/* Gallery Albums
------------------------------ */
#albums {
	padding: 10px;
	margin-bottom: 12px;
	clear: both;
	width: auto;
}


/* Album Thumbnails
------------------------------ */
.album {
	padding: 10px;
	margin-bottom: 12px;
	clear: both;
	/* border: 1px solid #E7F0F5; */
	width: auto;
}

.album img {
	float: left;
}

.album h2 {
	padding: 0;
	margin: 0;
	width: auto;
}

.album h2 a {
	display: block;
	padding: 3px 0 6px 0;
}

.album p {
	margin: 0 0 4px 0;
}

.albumdesc {
	float: left;
	width: auto;
	margin-left: 2em;
}

.albumdesc small {
	margin-top: 8px;
	line-height: 130%;
	width: 120px;
	float: right;
	color: #8DB8CF;
}


/* Individual Image
------------------------------ */
.image { 
	margin: auto;
	padding: 0;
	border: 0;
}

#image {
	text-align: center;
	margin-top: 1em;
	line-height: 0;
}

#images {
	padding: 0;
	margin: 0; /*  2em; */
	text-align: center;
	clear: both;
	width: auto;
}

#endofimages {
	margin: auto;
	clear: both;
}

.imgnav {
	float: right;
	position: relative;
	top: 0;
	width: 140px;
	text-align: center;
	border: 1px solid #D5E6EE;
	background: #EEF5F9;
	/* 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;
	text-decoration: none;
	line-height: 200%;
	color: #237898;
}

.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #002E5B;
}

.imgnav .imgprevious a {
	float: left;
}

.imgnav .imgnext a {
	float: right;
}

#narrow {
	margin: 0 auto;
	width: 440px;
}


/* Comments
------------------------------ */
#comments {
	clear: both;
}

.error { 
  color: #C33; 
  font-weight: bold; 
}

.comment {
	padding: 10px;
	border: 1px solid #E7F0F5;
	background: #FBFCFD;
	margin-bottom: 12px;
}

.commentmeta {
	margin-bottom: 12px;
}

.commentauthor {
	font-weight: bold;
}

.commentdate {
	margin-top: 12px;
	color: #8DB8CF;
	font-size: 85%;
}



/* Forms
------------------------------ */
.inputbox {
	width: 250px;
	padding: 2px;
}

textarea {
	padding: 4px;
	width: 100%;
	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;
}

img.indented {
	margin-left: 40px;
}

