/*

Darkest: black
Darker: #222
Dark: #666
Light: #999
Lighter: #ccc
Lightest: white

*/


body {
background:#222;
color:#ccc;
}

#header {
color:#999;
background:black;
border-bottom:1px solid #666;
}

#header a {
color:white;
}

#main-image {
background:white;
border:5px solid #666;
}

#main-image img {
background:black;
}

#image-meta {
color:#ccc;
background:black;
border:1px solid white;
}

#nav {
background:black;
border-top:1px solid #666;
}

#nav a {
color:#999;
border-bottom:1px solid #222;
}

#nav a:hover {
border-bottom:1px solid #999;
}

#nav img {
border:4px solid white;
}

#footer {
background:black;
border:1px solid #666;
border-width:1px 0;
}

#footer a {
border-bottom:1px solid #666;
color:#999;
}

#footer a:hover {
color:#ccc;
border-bottom:1px solid #999;
}

/* comments */

#photolog-comments {
border-color:#ccc;
}

#photolog-comments a {
border-color:#999;
color:#999;
}

#photolog-comments .instructions {
color:#999;
}

#photolog-comments input,
#photolog-comments textarea {
background:#999;
border-color:#ccc;
}
