/*

	Zen Photo Default 1.0
	
*/

/* Basics
------------------------------ */
html {
	/* Moz */
	height: 100%;
}

/* Main Layout
------------------------------ */
body {
/*	background: #f0f0ee;
	background:#a01e34;
	background:url(themes/default/images/bkgd_blue.jpg) repeat-x; 
	background: #718c37; */
	
	background:#a7cbd9;
	margin: 0px;
	padding: 0px 0px 50px;
	text-align: center;
}

#shade {
	text-align: left;
	margin: 20px auto 0px;
	width: 800px;
padding: 0px 20px 0px 0px;
background:url(/themes/default/images/shaderight.jpg) top right repeat-y;
}

#shadebottom {
	text-align: left;
	margin: 0px auto;
	width: 820px;
	height:10px;
	padding: 0px 0px 0px 0px;
}

#shadebottomleft {
	text-align: left;
	width: 810px;
	height:10px;
	background:url(/themes/default/images/shadebottom.jpg) bottom left repeat-x;
		float:left;
}
#shadecorner {
	text-align: left;
	width: 10px;
	height:10px;
	background:url(/themes/default/images/shadecorner.jpg) bottom left no-repeat;
	float:left;
}

#main {
	text-align: left;
	width: 750px;
	background: #fff;
	padding: 20px 30px 20px;
}
.border{
	border-top: 1px solid #E6E6DF;
	border-right: 1px solid #E6E6DF;
	border-bottom: 5px solid #E6E6DF;
	border-left: 1px solid #E6E6DF;
}

#gallerytitle {
	border-bottom: 1px solid #E6E6DF;
	padding: 4px 0px;
	margin-bottom: 10px;
}

#gallerytitle h1 { 
/*	color: #663; */
	color: #718c37;
	height:36px;
	font-weight: 300; 
	font-size: 28px; 
	margin-top: 10px;
		margin-bottom: -10px;
	width:510px;
	text-transform:uppercase;
}

#gallerytitle h2 { 
	font-weight: 600; 
	font-size: 16px; 
	margin-top: 18px;
	width:510px;
	text-transform:uppercase;
}

/* Link Styles
------------------------------ */
/* a:link, a:active, a:visited { text-decoration: underline; color: #996; }
a:hover, a:focus { text-decoration: underline; color: #cc9; }*/
a:link, a:active, a:visited { text-decoration: underline; color: #718c37; }
a:hover, a:focus { text-decoration: underline; color: ##718c37; }

/* Text Styles
------------------------------ */
body {
	font: normal 82%/140% Optima, Calibri, Arial, Georgia,  "Helvetica Neue", Helvetica, sans-serif;
/*	color: #5A5A4B; */
color:#2a2a2a;
}
h2 {
	font: 115% Optima, Calibri, Arial, Georgia,  "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 100;
/*	color: #663; */
	color: #718c37;
}
h2 a:link, h2 a:visited {
	/* color: #996; */
	color:#000;
	text-decoration: none;
}
h2 span {
	color: #e6e7e2;
}
h2 a:hover {
	/* color: #cc9; */
	color:#718c37;
	text-decoration: none;
}
h3 {
	font: 110% Optima, Calibri, Arial, Georgia,  "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	color: #002E5B;
	margin-top: 20px;
}
h3 a:link, h3 a:visited { text-decoration: none; }
h3 a:hover { text-decoration: underline; }




/* 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;
}
.disabled_nav {
	visibility: hidden;
}


/* AJAX
------------------------------ */
#albumDescEditable, #albumTagsEditable {
	margin-bottom: 12px;
}
#imageDescEditable, #albumTagsEditable {
	margin-top: 24px;
}
#imageDesc, #exif_link {
	margin-bottom: 4px;
}

#exif_link {
  float: right;
}


/* Image Thumbnails
------------------------------ */
.imagethumb a, .imagethumb a:hover {
	display: block;
	margin: 0px 11px 11px 0px;
	padding:2px;
	line-height: 0px;
    border: 1px solid #e6e6e6;
    background-color: #f6f6f6;
}
.imagethumb a:visited {
    background-color: #fcfcfc;
    border: 1px solid #f8f8f8;
}
.imagethumb a:hover {
	background-color: #f3f3f3;
	border: 1px solid #cccccc;
}
.imagethumb {
	float: left;
}
.albumdesc2 {
	line-height: 18px;
}


/* Album Thumbnails
------------------------------ */
#albums {
width:340px;
float:right;
}

#text {
width:380px;
float: left;	
}
.album {
	margin: 0 12px 8px 0;
	float: left;
	width: 340px;
    line-height: 100%;
}
.album a img {  }
.album .thumb {
    float: left; 
    margin-right: 6px;
}
.albumthumb {
    margin-right: 6px;
    padding:2px;
	line-height: 0px;
    border: 1px solid #e6e6e6;
    background-color: #f6f6f6;
}
.album h3 {
	padding: 0;
	margin: 0;
}
.album p {
	line-height: 12px;
	font-size: 11px;
    padding: 4px 0px 0px;
    margin: 0px;
}
.albumdesc small {
	color: #8DB8CF;
}


/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	line-height: 0;
}
.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	margin-top: -10px;
}
.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: 180%;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #fff;
	text-decoration: none;
}

.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 0 auto;
	width: 440px;
}





/* 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;
}
#map {margin-left: -77px;}

/* Admin Toolbox
------------------------------ */
#admin, #admin_data{
    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;
	text-transform: uppercase;
}
#admin h3:hover { color: #036; }

/* Search Box
------------------------------ */
#search {
	float: right;
	text-align: center;
	background: #fff;
}
#search input.pushbutton {
	padding: 1px;
	font-size: 80%;
}
#search ul {
  position:absolute;
  text-align: left;
  width:20px;
  margin:0px;
  padding:2px;
  list-style:none;
}
#search ul .item {
  display:none;
}
#search ul:hover .item {
  display:block;
  padding:1px;
  margin:0px;
  background:#fff;
}
#search li {
width:150px;
}
.clear {
  clear:both;
  height:10px;
}


/* 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;
}

#imagemetadata {
  text-align: right;
  position: relative;
  display: none;
}

#imagemetadata table {
  text-align: left;
  line-height: 1em;
  border: 1px solid #ccc;
  position: absolute;
  top: 2em;
  right: 0px;
  background-color: #fafafa;
}

#imagemetadata table td {
  border-bottom: 1px solid #f0f0f0;
  background-color: #f8f8f8;
  padding: 2px 5px;
}

#features{
margin:0 auto;
width:500px;
}

.bold {
font-weight:800;
width:150px;
}

.stripe{
margin:4px 0px;
padding:4px;
background-color:#e6e7e2;
}

.redhead {
/* color:#a01e34; */
color:#c4673c;
text-transform:uppercase;
font-size:18px;
}

.lefty {
float:left;
font-size:10px;
}

.righty {
float:right;
font-size:10px;
}

