/* Standard zenphoto styles */
/* ------------------------ */
	
/* Basics
------------------------------ */
html {
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	margin-bottom: 0.1em;
}

/* Main Layout
------------------------------ */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	letter-spacing: 0.03em;
}
#main {
	text-align: left;
	font-size: 90%;
	margin: 100 auto 0 20;
	width: 100%;
	background: transparent;
	padding: 0px;
}
#credit {
	border-top: 1px solid #EEE;
	margin: 20px auto;
	width: 700px;
	font-size: 80%;
	color: #CCC;
	text-align: center;
	clear: both;
}
#credit a {
	text-decoration: none;
	color: #CCC;
}
#credit a:hover {
	color: #111;
	text-decoration: none;
}

/* Text Styles
------------------------------ */
body {
	font: normal 12px Verdana, Helvetica, Arial, sans-serif;
	color: #333;
}
h2 {
	font: 100% Verdana, Helvetica, Arial, sans-serif;
	letter-spacing: 0.07em;
	width: 450px;
	color: #333;
	margin-top: 15px;
}
h2 a:link, h2 a:visited {
	color: #4060C6;
	text-decoration: none;
}
h2 span {
	color: #333;
}
h2 a:hover {
	color: #ff3300;
	text-decoration: none;
}
h3 {
	font: 105% Verdana, Helvetica, Arial, sans-serif;
	color: #4060c6;
	margin-top: 30px;
}

/* Link Styles
------------------------------ */
a:link, a:active, a:visited { text-decoration: none; color: #fff; }
a:hover, a:focus { text-decoration: none; color: #ff9900; }


/* 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: #4060c6;
}


/* Page Navigation
------------------------------ */
ul.pagelist {
	clear: both;
	padding: 20px;
	margin: 30px 0 0 0;
	list-style-type: none;
	text-align: center;
}
ul.pagelist li {
	display: inline;
	color: #333;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
}
ul.pagelist li a {
	font-weight: bold;
	text-decoration: none;
	color: #4066c6;
}

ul.pagelist li.current a, ul.pagelist li.current a:hover {
  color: #ccc;
	cursor: default;
}

ul.pagelist li a:hover {
	color: #ff3300;
}	

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: 4px;
	
	border: 1px solid #CCC;
	background: #EEE;
	line-height: 0px;
}
.imagethumb a:letter-spacing: 0.05em; {
	border: 1px solid #555;
	background: #383838;
}
.imagethumb {
	float: left;
}


/* Album Thumbnails
------------------------------ */
.album {
	width: 550px;
	margin: 0 auto;
	padding: 10px;
	margin-bottom: 6px;
	clear: both;
	border: 1px solid #CCC;
	background: #EEE;
}
.album img {
	float: left;
}
.album h3 {
	padding: 0;
	margin: 0;
}
.album h3 a {
	display: block;
	width: 300px;
	font-size: 100%;
	letter-spacing: 0.15em;
	color: #4066c6;
	text-transform: uppercase;
	padding: 3px 0 6px 0;
}

.album h3 a:hover {
  color: #ff3300;
}

.album p {
	margin: 0 0 4px 0;
}
.albumdesc {
	float: right;
	width: 450px;
}
.albumdesc small {
	margin-top: 8px;
	line-height: 130%;
	width: 120px;
	float: right;
	color: #888;
}


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

.imgnav {
	float: right;
	width: 60px;
	text-align: center;
	margin-top: 0;
	_margin-top: 0; /* IE Only */
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	padding: 4px 0;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	color: #4066c6;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	text-decoration: none;
	color: #ff3300;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 5px auto;
	width: 440px;
	text-align: center;
}


/* Comments
------------------------------ */
#comments {
	clear: both;
}
.error { 
  color: #C33; 
  font-weight: bold; 
}
.comment {
	padding: 10px;
	border: 1px solid #444;
	background: #333;
	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: #888;
	background: #333;
	border: 1px solid #444;
	font: 82%/200% Verdana, Helvetica, Arial, sans-serif;
}
textarea {
	padding: 4px;
	width: 100%;
	color: #888;
	background: #ccc;
	border: 1px solid #444;
	font: 82%/200% Verdana, Helvetica, Arial, sans-serif;
}
.checkbox {
	cursor: pointer;
}
.pushbutton {
	cursor: pointer;
	padding: 5px 10px;
	color: #888;
	background: #333;
	border: 1px solid #444;
}
label {
	cursor: pointer;
}
label:hover {
	color: #999;
}

#images {
  padding-top: 15px;
}

/* Navigation buttons
------------------------------ */
.navigation {
	float: right;
	width: 150px;
	height: 15px;
	display: block;
	margin: 0 0 10px 30px;
	_margin: 0 0 10px 30px; /* IE Only */
}

.previousbutton a {
  background: transparent url(img/previous_off.gif) no-repeat;
	width: 15px;
	height: 15px;
	display: block;
	float: right;
	margin-right: 5px;
}	

.previousbutton a:hover {
  background: transparent url(img/previous_on.gif) no-repeat;
}

.nextbutton a {
  background: transparent url(img/next_off.gif) no-repeat;
	width: 15px;
	height: 15px;
	display: block;
	float: right;
	margin-left: 5px;
}	

.nextbutton a:hover {
  background: transparent url(img/next_on.gif) no-repeat;
}

.invisible {
  display: none;
}	

.slideshowbutton a {
  background: transparent url(img/play_off.gif) no-repeat;
  float: right;
	margin-right: 5px;
	width: 15px;
	height: 15px;
	display: block;
}

.slideshowbutton a:hover {
  background: transparent url(img/play_on.gif) no-repeat;
}	

.stopbutton a {
  background: transparent url(img/stop_off.gif) no-repeat;
  float: right;
	margin-right: 5px;
	width: 15px;
	height: 15px;
	display: block;
}

.stopbutton a:hover {
  background: transparent url(img/stop_on.gif) no-repeat;
}

.thumbsbutton a {
  background: transparent url(img/thumbs_off.gif) no-repeat;
  float: right;
	margin-right: 5px;
	width: 15px;
	height: 15px;
	display: block;
}

.thumbsbutton a:hover {
  background: transparent url(img/thumbs_on.gif) no-repeat;
}

.zp_uneditable_image_title {
  display: inline;
}
