/*

	Zen Photo Default 1.0
	
*/

/* Basics
------------------------------ */
html {
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}

/* Main Layout
------------------------------ */
body {
	margin: 0px;
	padding: 0px 0px 50px;
	text-align: center;
	
}
#main {
	
	text-align: left;
	margin: 0px auto;
	width: 600px;
	background: #fff;


}
#main_padding {
	padding-bottom: 18px;
}
#credit {
	font-size: 11px; 
	margin: 14px;
	color: #777777;
	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;
}
#ecoecursions {
	padding: 9px 0px 0px 0px;
	
}
#ecotitle {
	font-family: Verdana, sans-serif;
	letter-spacing: 0.10em;
	font-size: 10px;
	color: #53332C;
	float: right; 
	margin-top: 38px;
	margin-right: 35px; 
	text-decoration: none;
}
#eco_menu {
	font-family: arial, helvetica, sans-serif;
	position: relative; 
	padding-top: 10px; 
	float:right;
}
#eco_menu a {
	text-decoration: none;
	font-size: 10px;
	color: #111;
}
#eco_menu a:hover {
	color: #111;
}
#eco_menu a:visited {
	color: #111;
}

#seperator {
	clear: both;
}
#gallery_maintitle {
	display: inline;
	_margin-top: 10px; /* IE Only */
	float: right;
	font-family: tahoma, arial, "trebuchet MS", "sans-serif";
	font-size: 12px;
	letter-spacing: 10px;
	color: #00cc99;
	padding-top:10px;
	text-align: right;
	padding-bottom: 10px;
}
#gallery_maintitle a {
	text-decoration: none;
	color: #00cc99;
}

#gallerytitle {
	display: inline;
	_margin-top: 10px; /* IE Only */
	float: right;
	font-family: tahoma, arial, "trebuchet MS", "sans-serif";
	font-size: 12px;
	letter-spacing: 10px;
	color: #00cc99;
	padding-top:10px;
	text-align: right;
	padding-bottom: 10px;
}

#gallerytitle a {
	color: #00cc99;
	text-decoration: none;
}
#gallerytitle a:hover {
	background: #EEEEEE;
}
/* Text Styles
------------------------------ */
body {
	font: normal 82%/160% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #5A5A4B;
	height: 100%;
}
h2 {
	font: 18px Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #002E5B;
	margin-top: 25px;
}
h2 a:link, h2 a:visited, h2 span {
	color: #8DB8CF;
}
h3 {
	font: 120% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #002E5B;
	margin-top: 30px;
}



/* Link Styles
------------------------------ */
a:link, a:active { text-decoration: underline; color: #17A; }
a:visited { text-decoration: underline; color: #035; }
a:hover, a:focus { text-decoration: underline; color: #6BD; }


/* Miscellaneous
------------------------------ */
hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #E6E6DF;
	margin: 0 0 12px 0;
	padding: 0;
}
img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
blockquote {
	border-left: 1px dotted #96967E;
	margin-left: 20px;
	padding-left: 20px;
	color: #363630;
}


/* Page Navigation
------------------------------ */
ul.pagelist {
	clear: both;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	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;
	background: grey;
	color: white;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #ddd;
	cursor: default;
}
.pagenav {
	clear: both;
}


/* AJAX
------------------------------ */
#albumDesc {
	float: right;
	margin: 0px 10px 0px 0px;
	line-height: 15px;
	font-size: 11px;
	color: #00cc99;
}
#albumDescEditable {
}
#imageDescEditable {
	margin-top: 16px;
	margin-bottom: 16px;
}
#enableSorting {
	margin-left: 20px;
}

/* Image Thumbnails
------------------------------ */

#images {
}
#image {
	background: #000;
}
.image { 
	display: inline;
	font-family: Verdana, sans-serif;
	float: left;
	width: 200px;
	height: 200px;
	
}
.imagethumb {
	width: 200px;
	text-align: center;

}
.imagethumb a {
	display: block;
	line-height: 0px;
}
.imagethumb a:visited {
}
.imagethumb a:hover {
}
.imagethumb {
	float: left;
}


/* Album Thumbnails
------------------------------ */
#albums {

}
.album {
	display: inline;
	font-family: Verdana, sans-serif;
	float: left;
	width: 200px;
	height: 200px;
}
.album img {
	
}
.albumdesc {
	position: relative;
	top: 11px;
	float: left;
	font: 11px Tahoma, "Helvetica Neue", Helvetica, sans-serif;
	width: 370px;
}
.albumdesc p {
	position: relative;
	top: 20px;
}

/* Individual Image
------------------------------ */

#image {
	text-align: center;
	line-height: 0px;	
}
.imgnav {
	display: table;
	_margin-top: 10px; /* IE Only */
	float: left;
	width: 60px;
	padding: 10px 0px 0px 0px;
}
.imgnav .imgprevious {
	width: 30px;
	float: left;
}
.imgnav .imgnext {
	width: 30px;
	float: left;
}

#narrow {
	margin: 0 auto;
	padding-top: 20px;
}

/* Admin Toolbox
------------------------------ */
#admin, #admin_data{
	position: fixed;
    _position: absolute;
	right: 0px;
	top: 0px;
	width: 130px;
	border-bottom: 1px solid #E6E6DF;
	border-left: 1px solid #E6E6DF;
	background: #fff;
    z-index: 2;
}
#admin_data{
	top: 0px;
	padding-top: 20px;
	z-index: 1;
	line-height: 1.6em;
}
#admin h3 {
	font-weight: normal;
	color: #999;
	margin:0;
	padding:0;
}
#admin h3:hover { color: #036; }


/* 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: #8DB8CF;
	font-size: 85%;
}


/* Forms
------------------------------ */
.inputbox {
	width: 250px;
	padding: 2px;
}
textarea {
	padding: 4px;
	width: 480px;
	color: #5A5A4B;
	font: 82%/160% "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.checkbox {
	cursor: pointer;
}
.pushbutton {
	cursor: pointer;
	padding: 5px 10px;
}
label {
	cursor: pointer;
}
label:hover {
	color: #000;
}



#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 10em;
}

#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: orange;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}