/* tweak some colors to make photographs display better */

/* defaults */
body { background: #333333;  }
td { color: #cccccc; }
a { color: #ffffff; }
a:hover { background: #777777; color: #ffffff; }
a:visited { color: #ffffff; }

/* the big picture */
td.header { background: #808080; border-color: #333333; }
td.content { border-color: #777777; }

/* layout helper */
a.logo, a:link.logo, a:visited.logo { color: #ffffff; }
td.header { background-color: #333333; background-image: url('/images/header/shadow_img_dark.jpg'); background-repeat: no-repeat; }
td.logo { background-color: #333333; background-image: url('/images/header/shadow_logo_dark.jpg'); background-repeat: no-repeat; }

/* navigation */
div.section, a.section, a:link.section, a:visited.section { background: #555555; border-color: #666666; }
a.current { background: #777777; }
a:hover.section { background: #777777; }

/* content items */
h1 { color: #eeeeee; }
h2 { color: #cccccc; }
h3 { color: #cccccc; }
div.noticeheader { background: #666666; }

div.commentheader { background: #555555; border-top: 1px solid #777777; }
div.commententry { border: 1px solid #777777; }
div.commentfooter { background: #555555; border-bottom: 1px solid #777777; }
