/* Inspired by https://math.berkeley.edu/~qchu/
 * and http://bettermotherfuckingwebsite.com 
 * and http://www.catb.org/~esr/ */
body {
     margin      : 15px auto;
     max-width   : 750px;
     line-height : 1.6;
     font-size   : 18px;
     font-family : Arial,sans-serif;
     color       : #444;
     padding     : 0;
}

h2, h3, h4 {
    margin: 0;
}

#header {
    margin:15px 0 15px 0;
    padding:15px;
    border:black 1px solid;
    background-color:#ccc;
    color: black;
}

#header a {
    color : black;
}

.content{
    margin-top: 15px;
    padding: 15px;
    border:black 1px solid
}

#me_image {
    float: right;
    margin: 15px;
    border: black 1px solid
}

.gallery {
    text-align: center;
    margin-top: 15px;
}

.gallery_image {
    width: 28%;
    padding-left: 2%;
    padding-right: 2%;
    text-align: center;
    display: inline-block;
}

.gallery_image img {
    max-height: 100%;
    max-width: 100%;
}

#lightbox {
    position:fixed;
    top:0; left:0;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, .7);
    text-align:center;
    display:none;
}

#lightbox img {
    position: fixed;
    margin: auto;
    top:0; left:0; right:0; bottom:0;
    max-height: 100%;
    max-width: 100%;
}

#xbutton {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 30px;
    margin-right: 30px;
    color: #fff;
    font-size: x-large;
    cursor: pointer;
    background-color: Transparent;
    border: white 1px solid;
}

ul.performances{
    margin: 0;
    padding-left: 0px;
    padding-right: 0px;
}

#past_performances{
    display: none;
}

#navtable {
    font-size: 18px;
    line-height: 1.6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}

#navtable td {
    padding-right: 6px;
}
