/* ZenPhoto CSS */

/* Layout
------------------------------ */

#footer {
	width:100%;
	text-align:center;
	font-size:10px;
	line-height:16px;
	margin-top:30px;
}

#footer a {
	text-decoration: none;
	color: #294550;
	border-bottom: 1px dotted #294550;
}

#footer a:hover {
	color: #748da0;
	border-bottom: 1px solid #294550;
	text-decoration: none;
}

#gallerytitle {
	padding: 20px;
	margin-bottom: 12px;
}


/* Text Styles
------------------------------ */


/* Link Styles
------------------------------ */
/*a:link, a:active, a:visited { text-decoration: none; color: #86a1b6; }
a:hover, a:focus { text-decoration: none; color: #94c2e5; }*/


/* Miscellaneous
------------------------------ */
hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #444;
	margin: 0 0 12px 0;
	padding: 0;
	color: #444;
}
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: #748da0;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #294550;
	cursor: default;
}
.pagenav {
	clear: both;
}


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

/* Image Thumbnails
------------------------------ */
.imagethumb a, .imagethumb a:visited {
	display: block;
	padding: 10px;
	margin-left:30px;
	margin-bottom:20px;
	border: 1px solid #EFEFEF;
	background: #FFF;
	line-height: 0px;
}
.imagethumb a:hover {
	border: 1px solid #336699;
	background: #EFEFEF;
}
.imagethumb {
	float: left;
}


/* Album Thumbnails
------------------------------ */
#albums { }

.album {
	position:relative;
	float:left;
	padding: 10px;
	margin-left:20px;
	margin-bottom:20px;
	border: 1px solid #EFEFEF;
	background: #FFF;
	width:190px;
}

.album:hover {
	border: 1px solid #336699;
	background: #EFEFEF;
}

.album img { }

.album h3 {
	margin-top:5px;
}

.album h3 a { }

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

.albumdesc {
	clear:both;
}


/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	line-height: 0;
	margin-bottom:20px;
}
.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	background: #FFF;
	margin-top: 13px;
	_margin-top: 8px; /* IE Only */
	margin-right:40px;
}
.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: #666;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #333;
	text-decoration: none;
	color: #888;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 0 auto;
	width: 800px;
	border:1px solid #336699;
	border-radius : 20px;	
	-moz-border-radius : 20px;
	padding:20px;
}


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


/* Forms
------------------------------ */
.inputbox {
	width: 250px;
	padding: 2px;
	color: #336699;
	background: #FFF;
	border: 1px solid #444;
}
textarea {
	padding: 4px;
	width: 100%;
	color: #336699;
	background: #FFF;
	border: 1px solid #444;
}
.checkbox {
	cursor: pointer;
}
.pushbutton {
	cursor: pointer;
	padding: 5px 10px;
	color: #336699;
	background: #FFF;
	border: 1px solid #444;
}
label {
	cursor: pointer;
}
label:hover {
	color: #999;
}