/* Custom CSS. Do not modify */
/* Increase width of pull-down menu to prevent title wrap. Was 200px. */
#menubar { width: 300px; }

/* Prevent long titles from running over into navigation icons. */
#imageHeaderBar .browsePath { padding: 6px 220px 0 6px; }

/* Darken default text from 888 to 111. */
body { color: #111; background: #FFF; }
body, legend { color: #111;}

/* Change default link text to 009 (was 444, original 555). */
a, a:focus, a:visited { color: #009; }

/* Lighten image description box background and make sure the border is on all 4 sides (top vanished when I removed tabs in template). */
.image-metadata-tabs { background: #eee; border: solid 0 #666; border-width: 1px 1px 1px 1px; }

/* Lighten the background for album descriptions. */
.thumbnailCategory, .content .additional_info, #theImage .imageComment { color: #111; background: #eee; border: solid 1px #bbb;  }

/* In album view, reduce left padding to move thumbnail text left and reduce the width so the text doesn"t run off the right side of the thumbnail. */
ul.thumbnails .gdthumb .thumbLegend.overlay .thumbName { padding-left: 0.2em; width: 95%; }

/* Reduce header height from default 90px to 50px (logo is 50px) */
#theHeader   { height: 50px; padding: 0; font-size: 0.9em; text-align: left; padding: 0px 16px; }

/* Reduce image description padding to match smaller padding of album description. Also change the description from left aligned to center since the picture itself is centered. */
.image-metadata-tab { padding: 0.5em 1em; text-align: center; }

/* Pick a nicer font stack. */
html, body, input, select, textarea, file { font-family: Trebuchet, Tahoma, Arial, sans-serif; }
/* Looks like courier: html, body, input, select, textarea, file { font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif; } */

/* Prevent disappearing text in form fields. */
INPUT[type="text"], INPUT[type="password"], INPUT[type="reset"], INPUT[type="file"], SELECT, TEXTAREA {
    color: #000;
}

/* Bring back the additional_info box on categories (albums) */
#theCategoryPage .additional_info { display: block; }

/* Fix double size thumbnail aspect ratio. */
.thumbnails IMG { max-width: none; }

/* Fix tags element in "Search for words" drop-down. */
.filter #tags { width: auto; }
