/*

	Zen Photo Default 1.0

*/

/* Basics
------------------------------ */
html {
	/* IE */
	overflow-y: scroll;
	color: #ffffff;
	background: #000000;
	/* Moz */
}

/* Miscellaneous
------------------------------ */

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
table {
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}


/* Main Layout
------------------------------ */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: #000;
	font-family: Avant Garde, Arial, Helvetica, sans-serif;
}
#ecoecursions {
	position: fixed;
	top: 73px;
	left: 0px;
	padding-left: 25px;
	background: #000;
}
#eco_menu {
	position: fixed;
	top: 80px;
	right: 30px;
	cursor: pointer;
}
#eco_menu a {
	padding: 6px;
}

.eco_menu_unselected {
	opacity: 0.6;
}

.eco_menu_unselected:hover {
	opacity: 1.0;
}

.eco_menu_selected {
	opacity: 1.0;
}

#gallery_wrapper {
	position: absolute;
	top: 115px;
	left: 0px;
	overflow: hidden;
	width: 100%;
}
#gallery_menu {
	position: fixed;
	top: 115px;
	left: 0px;
	z-index: 200;
	width: 170px;
	color: #777;
	height: 420px;
	background: #666;
	float: left;
	border-left: 25px solid #000;
	border-right: 10px solid #000;
	border-bottom: 80px solid #000;
}
#gallery_menu div {
	width: 145px;
	padding: 15px 10px 10px 15px;
	border-bottom: 1px solid #777;
}
.menu_item {
	font-family: Avant Garde, Avant Garde Mono, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ccc;
	cursor: pointer;
}
.menu_item:hover {
	background: #555;
}
#gallery {
	position:  relative;
	left: 170px;
}
.unselected_gallery {
	background: #222;
}
.selected_gallery {
	background: #eee;
	color: #111;
}
.selected_gallery:hover {
	background: #eee;
}
.archives {
	font-family: Avant Garde, Avant Garde Mono, Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0.05em;
	color: #ccc;
}

#copyright {
	font-family: Avant Garde, Avant Garde Mono, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #555;
	color: #888;
	border: 0px;
}
#copyright a {
	color: #fff;
}

.menu_spacer  {
	height: 4px;
	background: #555;
	border-bottom: 1px solid #555;
}
.menu_spacer:hover {
	background: #555;
}

#gallery_menu a {
	text-decoration: none;
}

#seperator {
	clear: both;
}

#gallery_info {
	position: absolute;
	top: 200px;
	left: 200px;
	color: #ccc;
	font-family: Avant Garde, Arial, Helvetica, sans-serif;
	font-size: 24px;
}


/* Image Thumbnails
------------------------------ */

#images_wrapper {
	width: 16000px;
	border-left: 200px solid black;
	opacity: 0.4;
	filter:alpha(opacity=40);
}

#images_loading {
	position: absolute;
	z-index: 100;
	top: 180px;
	left: 600px;
	width: 126px;
}


.image {
	float: left;
	border-right: 10px solid black;
	cursor: pointer;
}

.image img {
	height: 420px;
}

.image_desc {
	color: #fff;
	font-size: 12px;
	padding-left: 5px;
	margin-top: 2px;
	font-family: Avant Garde, Arial, Helvetica, sans-serif;
	display: none;
}

.reset_image {
	float: left;
	border-right: 10px solid black;
	height: 420px;
	width: 200px;
}

.reset_image div {
	position: relative;
	top: 190px;
	left: 25px;
	opacity: 0.3;
}

.reset_image div:hover {
	opacity: 1.0;
}

#albumDesc {
	display: none;
	position: fixed;
	top: 590px;
	left: 205px;
	color: #ddd;
	font-size: 15px;
	padding-right: 40px;
}

#albumControls {
	position: fixed;
	top: 541px;
	right: 0px;
	color: #ddd;
	font-size: 15px;
	padding-right: 20px;
	background: #000;
	padding-left: 60px;
}

#albumControls img {

}

#image_title_back img {
	cursor: pointer;
}

#btn_previous {
	opacity: 0.5;
	cursor: default;
}

#btn_next {
	cursor: pointer;
}

#info_block {
	font-family: Trebuchet MS;

	position: fixed;
	top: 101px;
	left: 205px;
	font-size: 14px;
	overflow: hidden;
	width: 1000px;

}

#about {
	width: 350px;
	color: #888;
	letter-spacing: 0.7px;
	word-spacing: -0.5px;
}

#info_block a {
	text-decoration: none;
	color: #ddd;
	letter-spacing: 0.05em;
}

/* Admin Toolbox
------------------------------ */

#admin, #admin_data{
	position: fixed;
    _position: absolute;
	right: 0px;
	bottom: 0px;
	width: 130px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	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; }
