/* temporary constrain the width untill better thumbs and JS rewrites */
.container {
    max-width: 1000px;
}

#nav-bar li {
    padding-left: .8em;
    padding-right: .8em;
}





.event {
    border-top: solid 2px black;
    margin-top: 3em;
}

.event:first-of-type {
    border-top: none;
    margin-top: 0;
}
.single-wide, .two-wide, .three-wide, .left-pic-with-description{
    margin: 0 auto;
    width: 80%;
    overflow: auto;
    margin-bottom: 2em;
}

.single-wide .image-and-caption {
    width: 100%;
    margin: 0;
}

.two-wide .image-and-caption {
    width: 48%;
    margin: 0;
}

.two-wide .image-and-caption:last-of-type {
    float: right;
    margin: 0;
}

 .left-pic-with-description .image-and-caption {
    width: 50%;
    margin-right: 5%;
    display: inline-block;
}

.left-pic-with-description .description {
    width: 44%;
    display: inline-block;
}

.left-pic-with-description .description .image-and-caption {
    width: 60%;
    margin: auto;
}