body {
    margin: 0;
    font-family: sans-serif;
    background: #d0d0ff;
}

h1 {
    background: black;
    padding: 0.2em;
    margin-bottom: 50px;
}

h1 .title {
    color: #d0d0ff;
}

h1 .exhibit {
    float: right;
    text-align: right;
    font-size: 10pt;
    font-weight: normal;
    color: white;
    border: white thin solid;
    padding: 0.1em;
}

h1 .exhibit :link { color: white; }
h1 .exhibit :visited { color: white; }

.current {
    font-size: 120%;
    width: 15em;
    border: solid thick orange;
    margin-left: 50px;
    float: left;
}

.current-title {
    font-size: 120%;
    font-weight: bold;
    background: orange;
    text-align: center;
}

.current-location {
    padding: 0.5em;
}

.opening {
    font-size: 120%;
    width: 15em;
    border: solid thick green;
    margin-left: 50px;
    float: left;
}

.opening-title {
    font-size: 120%;
    font-weight: bold;
    background: green;
    color: white;
    text-align: center;
}

.opening-location {
    padding: 0.5em;
}

.view {
    font-size: 120%;
    margin-top: 50px;
    margin-left: 50px;
    float: left;
}

a img {
    border: solid black 1px;
}

.thumbnails {
    padding-top: 50px;
    margin-left: 100px;
    margin-right: 100px;
}

.prevnext {
    margin-bottom: 20px;
}

.frame {
    #padding-left: 2em;
}

.frame table {
    background: black;
}

.matting1-landscape {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 140px;
    padding-right: 140px;
    background: white;
}

.matting1-portrait {
    padding-top: 90px;
    padding-bottom: 130px;
    padding-left: 100px;
    padding-right: 100px;
    background: white;
}

.matting2 {
    padding: 1px;
    background: black;
}
