button { background: none; border: none; margin: 0; padding: 0; font-size: 0; line-height: 0; width: auto; overflow: visible; }
button div { border: 1px solid; font-size: 12px; line-height: 12px; }
body{
    background: #111;
    color:#eee;
    font-family: Crimson Text, georgia, times, serif;
    overflow: hidden;
}
header{
    background: #111;
    width: 100%;
    position: fixed;
    height: 47px;
    top:0px;
    left:0px;
}
header .title h1{
    float: left;
}
header .col{
    width: 33.3%;
    float: left;
    padding:5px 20px; 
}
header .info{
    background: white;
    color: #000;
    width: 22px;
    height: 22px;
    font-size: 17px;
    text-align: center;
    font-family: inherit;
    line-height: 21px;
    float: left;
    margin: 12px 0 0 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
header .info:hover{
    background: #ccc;
    cursor: pointer;
    color:#000;
}
header .info:active{
    background: #666;
}

.name{
    text-align: center;
}
.player{
    text-align: right;
    display: block;
}
#play{
    width: 25px;
    height: 20px;
}
#play.played{
    letter-spacing: 5px;
    background: url(../img/player.png) no-repeat -26px 0;
}
#play.paused{
    letter-spacing: 5px;
    background: url(../img/player.png) no-repeat 0 0;
}
button{
    background: transparent;
    border:0;
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    height: 40px;   
}
button:hover{
    color: #888;
}
.box{
    display: none;
    z-index: 3;
    position: fixed;
    top:47px;
    left: 0;
    width: 98%;
    margin: 0 auto;
    background: #F5F1F1;
    color: #222;
    margin:0 1% 1% 1%;
    overflow-x: auto; 
}

.box section{
    width: 50%;
    padding:50px 50px 10px 50px;
    float: left;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: .03em;
}
section.meta{
    font-family: verdana, sans-serif;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0px;
}
section.meta li{
    margin: 0 auto 3px auto;
    line-height: 18px;
}
.box .close{
    position: fixed;
    right: 60px;
    top: 70px;
    color: #222;  
    font-family: sans-serif;
    font-size: 30px;
    cursor: pointer;
}
.box a{
    text-decoration: underline;
}
.credBottom{
    position:absolute;
    margin: 0 auto;
    background: #F5F1F1;
    bottom:10px;
    left:0;
    width: 100%;
    text-align: center;
    max-width: none;
    clear: both;
}

h1, h2{
    margin: 0;
    font-weight: normal;
    letter-spacing: .05em;
    padding: 0;
    font-size: 28px;
}
h2{
    font-size: 17px;
    letter-spacing: 1px;
    margin: 11px 0 0;
}
p, li{
    margin: 0 auto 10px auto;
    max-width: 600px;
    padding: 0;
}
li{
    list-style-type: none;
}
#viewer{
    display: none;
    width: 100%;
    margin:70px auto 0 auto;
    text-align: center;
}
#viewer img{
    margin:0 auto;
    max-width: 1500px;
    max-height: 994px;
    width: 80%;
    height: auto;
}
body.fin .box{
    display: block;
}
body.fin .box .close{
    display: none;
}
a{
    color: inherit;
    text-decoration: none;
}
a:active{
    color: #666;
}

#nav img{
    display: block;
}
#nav .left, #nav .right{
    position: fixed;
    top:45%;
}
#nav .left:hover, #nav .right:hover{
    opacity: .7;
}
#nav .left{
    left:3%;
}
#nav .right{
    right:3%;
}
::selection {background:#DDD; color:#000;}
::-moz-selection {background:#DDD; color:#000;}
header .info:-moz-any-link:focus {background:transparent;}
header .info::selection {background:transparent;}
header .info::-moz-selection {background:transparent;}
