body {
        position: relative;
        max-width: 1280px;
        background-color: #ddd;
        color: #777;
        font: 12px/1em Trebuchet MS, "Bitstream Vera Sans", sans-serif;
        margin: 0 auto;
        padding: 0;
}

h1 { font-size: 2em;    }
h2 { font-size: 1.5em;  }
h3 { font-size: 1.17em; }
h4 { font-size: 1.12em; }
h5 { font-size: .83em;  }
h6 { font-size: .75em;  }

a {
        color: inherit;
        text-decoration: none;
}

a:hover {
        color: #333;
}

/* fix broken PNG transparency for MSIE
img {
        behavior: url("/img/pngbehavior.htc");
}
*/

#header {
        color: #777;
        letter-spacing: 3px;
        font-size: 10px;
        font-variant: small-caps;
        margin-left: 1em;
}

#header h2{
        display: inline;
        position: absolute;
        top: -0.8em;
        right: 0.5em;
}

#header a,#header a:hover {
        color: #777;
        text-decoration: none;
        border-bottom: none;
}

#photograph {
        background: #eee;
        color: #aaa;
        text-align: center;
        padding: 1em 0;
        border-top: 1px solid #555;
        border-bottom: 1px solid #555;
}

#photograph img {
        background-color: #fff;
        padding: 1em;
        margin: 1em auto;
        border: 1px solid #777;
}

#about {
        background: #fff;
        color: #777;
        padding: 1em 2em;
        border-top: 1px solid #555;
        border-bottom: 1px solid #555;
}

#about h3 {
        font-variant: small-caps;
}

#archives {
        background: #eee;
        color: #aaa;
        text-align: center;
        padding: 1em 0;
        border-top: 1px solid #555;
        border-bottom: 1px solid #555;
}

#archives table {
        margin: 1em auto;
}

#archives img {
        border: 1px solid #eee;
}

#archives img:hover {
        border: 1px solid #333;
}

#archives a {
        text-decoration: none;
}

#navigate {
        background-color: #fff;
        color: #777;
        font-variant: small-caps;
        text-align: center;
        border-bottom: 1px solid #555;
}

#navigate p {
        margin: 0;
        padding: 0.8em 0;
}

#footer {
        text-align: center;
        margin-top: 2em;
}
