body {
    background-color: #222;
    color: #eee;
}
h1, h2 {
    margin: 0 0 0.4em 0;
    font-size: 1.2em;
}
h1 {
    position: absolute;
    right: 1em;
    width: auto;
    border-bottom: none;
}
h1 a {
    text-decoration: none;
}
h2 {
    float: left;
    width: 100%;
}
h2 a {
    color: #eee;
    text-decoration: none;
    width: 100%;
    display: block;
}
h2 a:hover {
    color: #bb21b9;
}
h3 {
    font-size: 1em;
}
#photo {
    font-size: 0.9em;
}
#photo-frame {
    clear: both;
    position: relative;
    float: left;
}
#photo-frame:hover #photo-nav a {
    background: #feb0f3 url('/media/arrow-previous.png') top left no-repeat;
    opacity: 0.2;
}
#photo-frame:hover #photo-nav a.photo-next {
    background-image: url('/media/arrow-next.png')
}
#photo-nav {
    display: inline;
    margin: 0;
}
#photo-nav a {
    display: block;
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
}
#photo-nav a.photo-next {
    right: 0;
}
#photo-nav a:hover {
}
.photo-info {
    float: left;
    margin-right: 1em;
}
#footer {
    background-color: #eee;
    color: #222;
}

