/*

   Zen Photo Default 1.0
   
*/

/* Basics
------------------------------ */
html {
   /* IE */
   overflow-y: scroll; 
   /* Moz */
   height: 100%;
   margin-bottom: 0.1em;
}

/* Main Layout
------------------------------ */
#main {
   text-align: left;
   background: #fff;
   padding: 20px 30px 70px;
   border-top: 1px solid #E6E6DF;
   border-right: 1px solid #E6E6DF;
   border-bottom: 5px solid #E6E6DF;
   border-left: 1px solid #E6E6DF;
}
#credit, #sort {
   margin: 0 auto;
   width: 600px;
   font-size: 85%;
   color: #96967E;
   text-align: right;
   clear: both;
}
#credit a, #sort a {
   text-decoration: none;
   color: #96967E;
   border-bottom: 1px dotted #96967E;
}
#credit a:hover, #sort a:hover {
   color: #BDBDAE;
   border-bottom: 1px solid #BDBDAE;
   text-decoration: none;
}
#gallerytitle {
   border-bottom: 1px solid #E6E6DF;
   padding-bottom: 14px;
   margin-bottom: 12px;
}

/* 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;
}

/* 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;
   
   border: 1px solid #0F93C4;
   background: #FFEEEE;
   line-height: 0px;
}
.imagethumb a:visited {
   border: 1px solid #0F93C4;
   background: #FFEEEE;
}
.imagethumb a:hover {
   border: 1px solid #0F93C4;
   background: #D1E7EF;
}
.imagethumb {
   float: left;
}


/* Album Thumbnails
------------------------------ */
.album {
   padding: 10px;
   margin-bottom: 12px;
   clear: both;
   border: 1px solid #E7F0F5;
   background: #FBFCFD;
}
.album img {
   float: left;
   border: 3px double #0F93C4;
}
.album img:hover {
   float: left;
   border: 3px double #000000;
}

.album h3 {
   padding: 0;
   margin: 0;
}
.album h3 a {
   color: #444444;
   width: 340px;
   padding: 3px 0 1px 0;
   text-decoration: none;
   border-bottom: 3px double #444444;
}

.album h3 a:hover {
   color: #444444;
   text-decoration: none;
   border-bottom: 3px double #0F93C4;
}

.album p {
   margin: 15px 0 4px 0;
}
.albumdesc {
   float: right;
   width: 500px;
}
.albumdesc small {
   margin-top: 8px;
   line-height: 130%;
   width: 120px;
   float: right;
   color: #444444;
}


/* Individual Image
------------------------------ */
.image { 
   margin: 0;
   padding: 0;
}
#image {
   text-align: center;
   line-height: 0;
}
#image img {
   border: 3px double #0F93C4;
}
.imgnav {
   float: right;
   width: 100px;
   text-align: center;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
   float: left;
   text-decoration: none;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
   text-decoration: none;
   color: #002E5B;
}
.imgnav .imgprevious a {
   float: left;
}
.imgnav .imgnext a {
   float: right;
}
#narrow {
   margin: 0 auto;
   width: 440px;
}


/* 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: 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;
}

