/*

	Zen Photo Default 1.0
	
*/

/* Basics
------------------------------ */
html {
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
	padding:0px;
}

/* Main Layout
------------------------------ */
body {
	background: #fff url("images/bg.jpg") repeat-x fixed top left;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#main {
	text-align: left;
	margin: 0px auto;
	width: 600px;
	background: #fff;
	padding: 20px 30px 70px;
	border-bottom:5px solid #eee;
}
#logo {
	width:660px;
	height:98px;
	margin:10px auto 0px;
	background:#000 url("images/logo.png") no-repeat top left;
}
#credit {
	margin: 0 auto;
	width: 640px;
	font-size: 85%;
	color: #444;
	text-align: right;
	clear: both;
}
#credit a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #333;
}
#credit a:hover {
	color: #700;
	border-bottom: 1px dotted #600;
	text-decoration: none;
}
#gallerytitle {
	border-bottom: 1px solid #E6E6DF;
	padding-bottom: 14px;
	margin-bottom: 12px;
	_margin-top: 40px; /* IE Only */
	text-transform:uppercase;
}
#image-description {
	margin:30px 0px 10px;
	padding:10px 5px 5px 10px;
	background:#fff url("images/bg-stripe.gif") repeat top left;
	border:1px solid #eee;
	font:normal 1.4em arial;
	color:#000;
}
#download-link {
	font:normal 12px arial;
	text-align:right;
}
#download-link p a { padding:3px 5px; border-top:3px solid #fc3; color:#777; }
#download-link p a:hover { 	color:#000; text-decoration:none; }
#copyright {
	width:660px;
	margin:5px auto;
	padding-right:15px;
	color:#222;
	text-align:right;
	font:normal 11px arial;
}
#copyright ul { list-style-type:none; margin:0px; padding:0px; }
#copyright li { display:inline; padding:3px 5px; }
#copyright li a { color:#ddd; padding:5px 7px; border-top:5px; }
#copyright li a:hover { border-top:5px solid #fc3; color:#000; text-decoration:none; }
/* Text Styles
------------------------------ */
body {
	font: normal 82%/200% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #5A5A4B;
}
h2 {
	font: 120% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #700;
	margin-top: 25px;
}
h2 a:link, h2 a:visited, h2 span {
	color: #000;
	text-decoration:none;
}
h3 {
	font: 120% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #700;
	margin-top: 30px;
}


/* Link Styles
------------------------------ */
a:link, a:active, a:visited { text-decoration: none; color: #000; }
a:hover, a:focus { text-decoration: underline; color: #600; }


/* Miscellaneous
------------------------------ */
hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #E6E6DF;
	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 img, .imagethumb a:visited img {
	display: block;
	padding: 10px;
	margin: 6px;
	border: 1px solid #e4e4e4;
	background: #f9f9f9 url("images/bg-stripe.gif") repeat top left;
	line-height: 0px;
}
.imagethumb a:hover img {
	border: 1px solid #333;
	text-decoration:none;
}
.imagethumb {
	float: left;
}
.lightbox-link { padding-left:5px; font:normal 16px arial; }
.lightbox-link a, .lightbox-link a:link, .lightbox-link a:visited {
	padding:2px;
	color:#600;
}
.lightbox-link a:hover { text-decoration:none; background-color:#600; color:#fff; }

/* Album Thumbnails
------------------------------ */
.album {
	padding: 10px;
	margin-bottom: 12px;
	clear: both;
	border: 1px solid #e4e4e4;
	background: #f9f9f9 url("images/bg-stripe.gif") repeat top left;
}
.album img {
	float: left;
}
.album a img, .album a:link img, .album a:visited img { background-color:#f9f9f9; padding:5px; border:1px solid #ddd; }
.album a:hover img { background-color:#f9f9f9; border:1px solid #f9f9f9; }
.album h3 {
	font:normal 20px georgia,arial;
	padding: 0;
	margin: 0;
}
.album h3 a {
	display: block;
	width: 335px;
	padding: 3px 0 6px 0;
}
.album p {
	margin: 0 0 4px 0;
}
.albumdesc {
	float: right;
	width: 475px;
}
.albumdesc small {
	margin-top: 8px;
	line-height: 130%;
	width: 120px;
	float: right;
	color: #000;
}


/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	background:#fff url("images/loading.gif") no-repeat 50% 50%;
}
.imgnav {
	float: right;
	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;
	font-size: 120%;
	text-decoration: none;
	line-height: 200%;
	color: #237898;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #700;
}
.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: #000;
	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;
}

/* Lightbox Integration */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url("images/blank.gif") no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; }
#nextLink { right: 0; float: right; }
#prevLink:hover, #prevLink:visited:hover { background: url("images/prev.gif") left 53% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url("images/next.gif") right 53% no-repeat; }
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	height: 38px;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left;	}			
#imageData #bottomNavClose{ width: 36px; float: right;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}

	