/*

	Zen Photo Default 1.0
	
*/

/* Basics
------------------------------ */
html {
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}

/* Main Layout
------------------------------ */
body {
	/* dark green grey */
	background: #707874;
	margin: 0px;
	padding: 0px 0px 50px;
	text-align: center;
}
#main {
	text-align: left;
	margin: 20px auto;
	width: 610px;
	/*17% grey*/
	background: #D4D4D4;
	padding: 20px 30px 70px;
}
#header {
	text-align: left;
	margin: 0px auto;
	width: 610px;
	/* dark green grey */
	background: #707874;
	padding: 20px 30px 0px;
}
#trailer {
	text-align: left;
	margin: 0px auto;
	width: 610px;
	/* dark green grey */
	background: #707874;
	padding: 6px 0px 70px;
}
#description {
	line-height: 1.4em;
	padding: 0px 0px 20px 0px;
	margin: 0px auto;
	/*border: 1px solid #a0a5a0;*/
	width: 610px;
}
#caption {
	/* Light Brown - core */
	color: #EEE8AA;
	float: left;
	/*border-left: 1px solid #a0a5a0;*/
	/*border: 1px solid #a0a5a0;*/
	/*text-align: left;*/
	width: 400px;
}

#commentCount {
	float: right;
	text-align: right;
	width: 100px;
}
#commentCount a {
	text-decoration: none;
	/* Dusty - core */
	color: #CCC8AA;
	border-bottom: 1px dotted #EEE8AA;
}
#credit {
	margin: 0 auto;
	width: 640px;
	font-size: 85%;
	/* Light Brown - core */
	color: #EEE8AA;
	/*color: #96967E;*/
	text-align: right;
	clear: both;
}
#credit a {
	text-decoration: none;
	/* Light Brown - core */
	color: #EEE8AA;
	border-bottom: 1px dotted #96967E;
}
#credit a:hover {
	color: #BDBDAE;
	border-bottom: 1px solid #BDBDAE;
	text-decoration: none;
}
#gallerytitle {
	/* Light Green grey - core */
	/*border-bottom: 1px solid #A0A8A4;*/
	padding-bottom: 4px;
	margin-bottom: 4px;
	_margin-top: 40px; /* IE Only */
}


/* Text Styles
------------------------------ */
body {
	font: normal 82%/200% "Helvetica Neue", Helvetica, Arial, sans-serif;
	/* Med Brown - core on grey */
	color: #CD853F;
}
#header {
	font: normal 82%/200% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000040;
}
#trailer {
	font: normal 82%/200% "Helvetica Neue", Helvetica, Arial, sans-serif;
	/* Dusty - core */
	color: #CCC8AA;
}
h2 {
	font: 120% "Helvetica Neue", Helvetica, Arial, sans-serif;
	/* Light Brown - core */
	color: #EEE8AA;
	margin-top: 25px;
}
h2 a:link, h2 a:visited, h2 span {
	/* Dusty - core */
	color: #CCC8AA;
}
h3 {
	font: 120% "Helvetica Neue", Helvetica, Arial, sans-serif;
	/* Light Brown - core */
	color: #EEE8AA;
	margin-top: 30px;
}

/* Link Styles
------------------------------ */
	/* Light Brown - core */
a:link, a:active { text-decoration: underline; color: #EEE8AA; }
a:visited { text-decoration: underline; color: #EEE8AA; }
a:hover, a:focus { text-decoration: underline; color: #EEE8AA; }


/* 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;
}
.clear {
		clear: both;
	}

/* 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;
	margin: 6px;
	
	/* Light Green grey - core*/
	border: 1px solid #909894;
	/*border: 1px solid #92BED3;*/
	background: #909894;
	line-height: 0px;
}
.imagethumb a:visited {
	/* Light Green grey - core*/
	border: 1px solid #909894;
	background: #909894;
}
.imagethumb a:hover {
	/* Light Green grey - core*/
	border: 1px solid #909894;
	/* Light Green grey - core*/
	background: #D4D4D4;
}
.imagethumb {
	float: left;
}


/* Album Thumbnails
------------------------------ */
.album {
	padding: 10px;
	margin-bottom: 12px;
	clear: both;
	/* Light Green grey - core*/
	border: 1px solid #909894;
	/* dark green grey */
	background: #707874;
}
.album img {
	float: left;
}
.album h3 {
	padding: 0;
	margin: 0;
}
.album h3 a {
	display: block;
	width: 340px;
	padding: 3px 0 6px 0;
}
.album p {
	margin: 0 0 4px 0;
}
.albumdesc {
	float: right;
	width: 480px;
}
.albumdesc small {
	margin-top: 8px;
	line-height: 130%;
	width: 120px;
	float: right;
	color: #8DB8CF;
}


/* Individual Image
------------------------------ */
.image { 
	margin: 5;
	padding: 10;
	border: 20;
}
/*#trailer {
	width: 610px;
	/*17% grey*/
/*	background: #D4D4D4;
	padding: 20px 30px 70px;
	/*border-top: 1px solid #E6E6DF;
	border-right: 1px solid #E6E6DF;
	border-bottom: 5px solid #E6E6DF;
	border-left: 1px solid #E6E6DF;*/
/*	border-top: 1px solid #707070;
	border-right: 1px solid #707070;
	border-bottom: 5px solid #707070;
	border-left: 1px solid #707070;
}*/
#images {
	text-align: center;
	line-height: 0;
	/* margin with auto center */
	margin: 0px auto;
	padding: 0px;
}
#image {
	text-align: center;
	line-height: 0;
	/* margin with auto center */
	margin: 0px auto;
	/* 17% grey - core */
	border: 5px solid #D4D4D4;
	/* padding = background */
	padding: 0px;
	/*background: #00A0A0;*/
	background: #D4D4D4;
}
.imgnav {
	float: right;
	width: 140px;
	/* Light Green grey - core*/
	border: 1px solid #909894;
	/*background: #EEF5F9;*/
	text-align: center;
	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%;
	/* Dusty - core */
	color: #CCC8AA;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	/* Light Green grey - core*/
	background-color: #909894;
	text-decoration: none;
	/* Light Brown - core */
	color: #EEE8AA;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 0 auto;
	width: 440px;
}


/* Comments
------------------------------ */
#comments {
	clear: both;
	display: none;
	/* Dusty - core */
	color: #CCC8AA;
}
.error { 
  color: #C33; 
  font-weight: bold; 
}
.comment {
	padding: 10px;
	border: 1px solid #E7F0F5;
	/* Light Green grey - core*/
	background-color: #909894;
	/*background: #FBFCFD;*/
	margin-bottom: 12px;
	/* black */
	color: #000000;
}
.commentmeta {
	margin-bottom: 12px;
}
.commentauthor {
	font-weight: bold;
}
.commentdate {
	margin-top: 12px;
	/* Light Brown - core */
	color: #EEE8AA;
	font-size: 85%;
}


/* Forms
------------------------------ */
.inputbox {
	width: 250px;
	padding: 2px;
	/* Black text */
	color: #000000;
	/* Light Brown - core */
	background: #EEE8AA;
}
textarea {
	padding: 4px;
	width: 100%;
	/* Black text */
	color: #000000;
	/* Light Brown - core */
	background: #EEE8AA;
	font: 100%/200% "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.checkbox {
	cursor: pointer;
}
.pushbutton {
	cursor: pointer;
	padding: 5px 10px;
	/* Dusty - core */
	background: #CCC8AA;
	font: 100%/200% "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
	cursor: pointer;
}
label:hover {
	color: #000;
}

