body
{
    background-color: #fafafa;
    font-family: 'Muli', sans-serif;
    text-align: justify;
    margin: 0;
}

a
{
    color: #000;
}

a img
{
    border: 0;
}

.quiet-link
{
    text-decoration: none;
}

.inner
{
    width: 900px;
    margin: auto;
}

/*
.header
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    -webkit-box-shadow: 0 0 15px 0;
    -moz-box-shadow: 0 0 15px 0;
    -o-box-shadow: 0 0 15px 0;
    box-shadow: 0 0 15px 0;
}
*/

.header, .footer
{
    background-color: #fff;
    padding: 12px 25px;
}

.header-logo
{
    width: 100px;
    height: 75px;
    vertical-align: middle;
}

.header-title
{
    font-family: 'Raleway', sans-serif;
    font-size: 44px;
    font-weight: normal;
    text-transform: lowercase;
    letter-spacing: -0.05em;
    padding: 0 5px;
    margin: 0;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
}

.nav-list
{
    list-style: none;
    display: inline-block;
    margin: 0 0 0 50px;
    padding: 0;
    vertical-align: middle;
}

.nav-list li
{
    display: inline-block;
    font-family: 'Open Sans Condensed', sans-serif;
    margin: 0;
    padding: 0 10px;
    font-size: 20px;
}

.nav-list a
{
    -webkit-transition: color 0.25s ease;
    -moz-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease;
}

.nav-list a:hover
{
    color: #999;
}

.page
{
    /*padding: 125px 25px 25px 25px;*/
    padding: 25px;
    min-height: 675px;
}

.page-header
{
    font-size: 40px;
    font-weight: normal;
    font-family: 'Open Sans Condensed', sans-serif;
    line-height: 36px;
    margin: 0;
    padding-bottom: 15px;
}

.about
{
    display: inline-block;
    vertical-align: top;
    margin-top: 13px;
}

.about > p
{
    margin: 5px 0 15px 0;
}

.about hr,
.show-dates hr
{
    border: 0;
    border-top: 1px solid #aaa;
    margin: 0 0 10px 0;
    padding: 0;
}

.about h3,
.show-dates h3
{
    margin: 30px 0 0 0;
}

.about h4
{
    margin: 10px 0 0 0;
}

.about h4 > span
{
    font-weight: normal;
}

.wiki-snapshot
{
    background: #fff;
    text-align: center;
    border: 1px solid #aaa;
    padding: 5px 5px 10px 5px;
    margin: 0 0 25px 25px;
    width: 33%;
    float: right;
}

.wiki-snapshot > p
{
    font-size: 15px;
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
}

.wiki-snapshot img
{
    width: 85%;
    padding: 5px 15px;
}

.wiki-snapshot div
{
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    padding: 5px;
    vertical-align: top;
}

.wiki-snapshot > div
{
    display: block;
    padding: 0;
    margin: 0;
}

.wiki-head, .wiki-key, .wiki-val
{
    font-size: 13px;
}

.wiki-head, .wiki-key
{
    font-weight: bold;
}

.wiki-key, .wiki-val
{
    text-align: left;
}

.wiki-key
{
    width: 40%;
}

.wiki-val
{
    width: 50%;
}

.thumbs
{
    margin-top: 17px;
    text-align: center;
}

.thumbs div, .thumbs div a
{
    color: rgba(0, 0, 0, 0);
    width: 150px;
    height: 150px;
    display: inline-block;
}

.thumbs div
{
    background: no-repeat center center;
}

.thumbs div a:hover
{
    cursor: pointer;
}

.image-view
{
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    visibility: hidden;
}

.image-view img
{
    width: 800px;
    z-index: 100;
}

.google-cal
{
    width: 900px;
    height: 600px;
    border-width: 0;
}

.footer
{
    text-align: center;
    font-size: 11px;
}

.sm-icons img
{
    margin: 10px 5px 0 5px;
    height: 30px;
    width: 30px;
}