/*

	Zen Photo Default 1.0
	
*/

/* Basics
------------------------------ */
html {
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}

/* Main Layout
------------------------------ */
body {
  font:62.5%/1.2 Verdana, Arial, Helvetica, sans-serif;
	background: #9b916f;
	margin: 0px;	
}

		#header {
			text-align: left;
			margin-left: 20px;
			padding: 0.3em 0;
			background: #9b916f;
			}	

#header h2 {
	text-decoration:none;
	text-transform: lowercase;
	font-size: medium;
	color:#660000;
	padding: 0;
	margin: 0;
}
#header h2 a:link, h2 a:visited, h2 span {
	color: #660000;
}


#leftcontent {
  float: left;
	text-align: left;
		margin-left: 20px;
		margin-right: 10px;
	width: 640px;
	min-width: 640px;
	background: #2e2e3a;
		padding-bottom: 20px;
		border-top: 2px solid #dbd0b0;
		border-left: 2px solid #dbd0b0;
		border-right: 2px solid #dbd0b0;
		border-bottom: 2px solid #dbd0b0;
}
	#rightcontent {
		border-left: 10px solid #9b916f;
		border-right: 10px solid #9b916f;
		}	
    
#rightcontent p {
	font-size: 1em;
	}

#rightcontent a {
	text-decoration:none;
	font-size: 1.6em;
	font-weight:bold;
	color:#660000;
	}

#rightcontent a:hover {
	text-decoration:none;
	color:#990000;
	margin-left:0.5em;
	}

#rightcontent p {
	text-decoration:none;
	font-size: 1em;
	font-weight:bold;
	color:#dbd0b0;
	}

		img.nav {
			margin: 18px 0px -5px -5px;
			}

a {
	text-decoration:none;
	font-weight:bold;
	color:#dbd0b0;
	}
		
			#footer {
		clear: both;
		margin-right: 50%;
			text-align: center;
			padding: 0.3em 0;
			background: #9b916f;

		}
		
#credit {
		margin-right: 50%;
	width: 640px;
	font-size: 85%;
	color: #9b916f;
			text-align: center;
						padding: 0.3em 0;
	clear: both;
}
#credit a {
	text-decoration: none;
	color: #96967E;
	border-bottom: 1px dotted #96967E;
}
#credit a:hover {
	color: #BDBDAE;
	border-bottom: 1px solid #BDBDAE;
	text-decoration: none;
}
#gallerytitle {
color:#cccccc;
	padding-top: 1px;
  margin: 0px 20px 10px 20px;
}

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

h1 {
	font-size: 2.4em;
	color:#cccccc;
	padding-top: 1px;
	}

h2 {
  font-size: 2.4em;
	color: #cccccc;
	padding-top: 1px;
}
/* h2 a:link, h2 a:visited, h2 span {
	color: #8DB8CF; */
}
h3 {
	font: 120% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #8DB8CF;
	margin-top: 10px;
}

#header {
	font-size:large;
	color:#524c3b;
}

#footer {
	font-size:1em;
	color:#524c3b;
}

/* Link Styles
------------------------------ */
a {
	text-decoration:none;
	font-weight:bold;
	color:#dbd0b0;
	}


/* Miscellaneous
------------------------------ */
hr {
	clear: both;
height: 1px;
margin: 0px 20px 10px 20px;
	padding: 0;
	color: #cccccc;
	background-color: #cccccc;
}

div.hr {
	margin: -25px 0px 10px 2px;
	height: 2px;
	color: #cccccc;
	background-color: #cccccc;
}

div.hr hr {
 	display: none;
}

img {
	border: 0;
}

blockquote {
	border-left: 1px dotted #96967E;
	margin-left: 20px;
	padding-left: 20px;
	color: #363630;
}

li {
	margin-left: 0.5em;
	margin-bottom: 2px;
	padding-left: 0px;
	list-style: none;
	}

/* 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: 20px;
	
	border: 1px solid #2e2e3a;
	background: #ffffff;
	line-height: 0px;
}
.imagethumb a:visited {
	border: 1px solid #2e2e3a;
	background: #ffffff;
}
.imagethumb a:hover {
	border: 1px solid #2e2e3a;
	background: #cccccc;
}
.imagethumb {
	float: left;
}


/* Album Thumbnails
------------------------------ */
.album {
	padding: 10px;
	margin: 0px 20px 10px 10px;
	clear: both;
}
.album img {
	float: left;
}
.album h3 {
  text-decoration: none;
	padding: 0;
	margin:  0;
}
.album h3 a  {
	padding: -10px 0 6px 2px;
	padding-left: 20px;
}
.album p {
  font-size: 1.1em;
  color:#dbd0b0;
	margin: 0 0 4px 0;
}
.albumdesc {
	float: left;
	padding-left: 50px;
	width: 480px;
	margin-top: 1%;
	color: #dbd0b0;
}
.albumdesc small {
	margin-top: 8px;
	line-height: 130%;
	width: 120px;
	float: right;
	color: #dbd0b0;
}


/* Individual Image
------------------------------ */
.image { 
	margin: 20px;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	line-height: 0;
}
.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: #dbd0b0;
}
.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;
}

.image p {
  font-size: 1.1em;
  color:#dbd0b0;
	margin: 0 0 4px 0;
}
.imagedesc {
	float: left;
	width: 480px;
	margin-top: 0%;
	color: #dbd0b0;
}
.imagedesc small {
	margin-top: 8px;
	line-height: 130%;
	width: 120px;
	float: right;
	color: #dbd0b0;
}

/* 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: #dbd0b0;
	font-size: 85%;
}


/* Forms
------------------------------ */
.inputbox {
	width: 250px;
	padding: 2px;
}
textarea {
	padding: 4px;
	width: 100%;
	color: #2e2e3a;
	font: 150%/210% "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.checkbox {
	cursor: pointer;
}
.pushbutton {
	cursor: pointer;
	padding: 5px 10px;
}
label {
	cursor: pointer;
}
label:hover {
	color: #dbd0b0;
}
