h1 {
    font-size: 24px;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.17em;
}

/* -----------*/

#title {
    background-color: white;

    /* Overall placement of the title block */
    position: absolute;
    top: 0em;
    height: 2.1em;
    left: 1em;
    right: 16em;

    padding: 1em 0 0 0;

    border-bottom: 1px solid black;
    overflow: hidden;
}
#title_inner {
    font-size: 18pt;
    white-space: nowrap;

    /* Undoing default H1 properties */
    margin: 0;
    padding: 0;
    font-weight: normal;
}


/* -----------*/

#links {
    background-color: white;

    /* Overall placement of the links block */
    position: absolute;
    top: 0em;
    height: 2.1em;
    right: 1em;
    width: 15em;

    padding: 1em 0 0 0;
    line-height: 2.45em;

    border-bottom: 1px solid black;
}
#links_inner {
    font-size: 8pt;
    text-align: right;
}
#current_link {
    font-size: 8pt;
}


/* -----------*/

#footer {
    background-color: white;

    /* Overall placement of the footer block */
    position: absolute;
    left: 1em;
    right: 1em;
    height: 2.05em;
    bottom: 0;

    padding: 0.35em 0 0 0;

    margin-bottom: 1em;
    border-bottom: 1px solid black;

    z-index: -1;  /* Appear behind above context sections if there's an overlap */
}
#footer_inner {
    background-color: white;
    font-size: 8pt;
}

#painting_name {
    font-weight: bold;
}
#painting_format {
    font-style: italic;
}
