body
{
    font-size: medium;
    font-family: sans-serif;
    color: black;
    background: white;
}

a
{
    color: blue;
}

img
{
    border: 0;
}

.album {
    display: block;
    width: 146px;
    height: 109px;
    background-image: url( "album.jpg" );
}

.cover {
    width: 122px;
    height: 81px;
}

#header
{
    margin-bottom: 25px;
}

#header-logo
{
    float: left;
}

#header-title
{
    font-size: xx-large;
    font-weight: bold;
    text-align: center;
}

#header-subtitle
{
    font-size: x-large;
    text-align: center;
    background: #876B55;
    color: #ffffff;
}

#content
{
    clear: left;
}

.section
{
    width: 40%;
    float: left;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

.section-title
{
    text-align: center;
    font-size: large;
    background: #AF9B80;
    padding: 2px;
}

.event
{
    font-size: medium;
    margin-bottom: 25px;
}

.event-info
{
    clear: both;
}

.event-icon
{
    float: left;
}

.event-title
{
    float: left;
    font-weight: bold;
    margin-left: 5px;
    border-bottom: 1px solid black;
}

.event-date
{
    float: right;
    display: inline-block;
    text-align: right;
    font-weight: bold;
}

.map-link
{
    font-size: small;
}

label
{
    font-weight: bold;
}

.thumb
{
    float: left;
    padding: 3px;
    border: 1px solid black;
    margin: 10px;
}

#trail
{
    padding-left: 15px;
    padding-top: 20px;
}

#trail a
{
    text-decoration: none;
}

.photo-title
{
    text-align: center;
    width: 110px;
}

a.website-link
{
    font-size: small;
}