@font-face
{
  font-family: 'fp-31480';
  src: url('veteran_typewriter.eot');
  src: url('veteran_typewriter.eot?#iefix') format('embedded-opentype'),
       url('veteran_typewriter.woff') format('woff'),
       url('veteran_typewriter.ttf') format('truetype'),
       url('veteran typewriter.svg#fp-31480') format('svg');
}

html, body
{
    font-family: georgia, arial, serif;
    background: #000000;
    overflow-x:hidden;
    height:100%;
    width:100%;
    padding:0;
    margin:0;
}

.header
{
    margin: 0 auto 10px;
    display: block;
    /*height: 110px;*/
    height: 70px;
    width: 940px;
}

.header .navigation
{
    width: 940px;
    float: left;
}

.header .navigation a
{
    display: block;
    margin: 0 3px;
    float: left;
}

.footer
{
    margin: 0 auto;
    display: block;
    width: 940px;
}

.footer a
{
    display: block;
    margin: 0 3px;
    float: left;
}

.footer .social
{
    margin: 39px 20px 0 20px;
    /*margin: 39px 20px;*/
    overflow: hidden;
    width: 790px;
    float: left;
}

.footer .social a
{
    text-decoration: none;
    margin-right: 10px;
    display: block;
    float: left;
}

.footer .donkey
{
    position: relative;
    cursor: pointer;
    width: 110px;
    float: left;
}

.footer .donkey img
{
    float: right;
    margin: 20px;
}

.footer .donkey .text
{
    position: absolute;
    display: none;
    height: 259px;
    width: 400px;
    z-index: 100;
    right: 0px;
    top: -320px;
}

.footer .donkey .text img
{
    display: block;
    float: none;
    margin: 0;
}

.footer .donkey .text .donation
{
    padding-bottom: 20px;
    background: #000000;
    text-align: center;
    display: block;
}

.footer .donkey:hover .text
{
    display: block;
}

.footer .marquee
{
    /*background-color: #171836;*/
    /*margin-bottom: 30px;*/
    position: relative;
    overflow: hidden;
    margin: 30px 0;
    width: 940px;
}

.footer .marquee .fade
{
    background: url(../images/common/fade.png) left top no-repeat;
    position: absolute;
    width: 940px;
    height: 40px;
    z-index: 10;
    left: 0;
    top: 0;
}

.footer .marquee span.item
{
    font-family: times, arial, serif;
    text-decoration: none;
    margin-right: 40px;
    line-height: 40px;
    font-size: 18px;
    display: block;
    float: left;
    color: #999;
}

.footer .marquee span.item span.date
{
    padding-left: 5px;
    font-size: 12px;
}

.footer .marquee span.item a
{
    text-decoration: underline;
    color: #999;
}

.sc-player
{
    display: none;
}

.home-head-player
{
    float: left;
}

.home-head-player .sc-player
{
    display: block;
}

/* shared */
.lyrics
{
    position: relative;
    width: 100%;
}

.lyrics p
{
    font-family: 'fp-31480', sans-serif;
    position: absolute;
    /*margin-bottom: 30px;*/
    text-align: center;
    line-height: 100%;
    left: -1400px;
    width: 1400px;
    z-index: 20;
    color: #000;
}

.lyrics p.left,
.lyrics p.left-2
{
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: #600;
    -webkit-text-stroke-width: 2px;
    text-align: right;
    font-size: 70px;
    top: 50px;
}

.lyrics p.right,
.lyrics p.right-2
{
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: #600;
    -webkit-text-stroke-width: 2px;
    text-align: left;
    font-size: 70px;
    top: 50px;
}

.lyrics p.left-2,
.lyrics p.right-2
{
    font-size: 60px;
    top: 300px;
}

.lyrics p.size-1
{
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: #600;
    -webkit-text-stroke-width: 2px;
    font-size: 60px;
}

.lyrics p.size-2
{
    font-size: 50px;
}

.lyrics p.size-3
{
    font-size: 40px;
}

.lyrics p.size-4
{
    font-size: 30px;
}

/* home page */
.home
{
    position: relative;
    height: 592px;
}

.home .text
{
    position: absolute;
    margin: 0 auto;
    width: 920px;
    top: 192px;
    right: 0;
    left: 0;
}

/* track #1 */
.track-1
{
    position: relative;
    height: 600px;
}

.track-1 .background
{
    position: absolute;
    left: 0;
    top: 0;
}

.track-1 .foreground
{
    position: absolute;
    left: -1000px;
    z-index: 10;
    top: 0;
}

.track-1 .face
{
    left: -1000px;
    z-index: 15;
}

.track-1 .lyrics p
{
    -webkit-text-stroke-color: #333;
    color: #333;
}

.track-1 .polaroid
{
    -ms-transform:rotate(30deg); /* IE 9 */
    -webkit-transform:rotate(30deg); /* Safari and Chrome */
    transform:rotate(30deg);
    position: absolute;
    height: 375px;
    width: 278px;
    left: -300px;
    z-index: 15;
    top: 112px;
}

/* track #2 */
.track-2
{
    position: relative;
    height: 576px;
}

.track-2 .background
{
    position: absolute;
    left: 0;
    top: 0;
}

.track-2 .foreground
{
    position: absolute;
    z-index: 10;
    left: -1200px;
    top: 0;
}

.track-2 .face
{
    left: -1000px;
    z-index: 30;
}

.track-2 .lyrics p
{
    -webkit-text-stroke-color: #600;
    color: #600;
}

.track-2 .polaroid-1,
.track-2 .polaroid-2,
.track-2 .polaroid-3,
.track-2 .polaroid-4,
.track-2 .polaroid-5,
.track-2 .polaroid-6,
.track-2 .polaroid-7,
.track-2 .polaroid-8,
.track-2 .polaroid-9
{
    position: absolute;
    left: -300px;
    z-index: 15;
}

.track-2 .polaroid-1
{
    -webkit-animation: rotate 15s linear;
    -webkit-animation-iteration-count: infinite;
    top: 25px;
}

.track-2 .polaroid-2
{
    -webkit-animation: rotate 14s linear;
    -webkit-animation-iteration-count: infinite;
    top: 150px;
}

.track-2 .polaroid-3
{
    -webkit-animation: rotate 16s linear;
    -webkit-animation-iteration-count: infinite;
    top: 280px;
}

.track-2 .polaroid-4
{
    -webkit-animation: rotate 18s linear;
    -webkit-animation-iteration-count: infinite;
    top: 280px;
}

.track-2 .polaroid-5
{
    -webkit-animation: rotate 20s linear;
    -webkit-animation-iteration-count: infinite;
    top: 25px;
}

.track-2 .polaroid-6
{
    -webkit-animation: rotate 17s linear;
    -webkit-animation-iteration-count: infinite;
    top: 25px;
}

.track-2 .polaroid-7
{
    -webkit-animation: rotate 19s linear;
    -webkit-animation-iteration-count: infinite;
    top: 25px;
}

.track-2 .polaroid-8
{
    -webkit-animation: rotate 21s linear;
    -webkit-animation-iteration-count: infinite;
    top: 150px;
}

.track-2 .polaroid-9
{
    -webkit-animation: rotate 20s linear;
    -webkit-animation-iteration-count: infinite;
    top: 280px;
}

/* track #3 */
.track-3
{
    position: relative;
    height: 600px;
}

.track-3 .background,
.track-3 .foreground-2
{
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
}

.track-3 .foreground-1
{
    position: absolute;
    left: -968px;
    z-index: 10;
    top: 0;
}

.track-3 .foreground-2
{
    z-index: 15;
}

.track-3 .lyrics p
{
    -webkit-text-stroke-color: #fff;
    color: #fff;
}

/* track #4 */
.track-4
{
    position: relative;
    height: 576px;
}

.track-4 .background
{
    position: absolute;
    right: 0;
    top: 0;
}

.track-4 .foreground
{
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
}

.track-4 .lyrics p
{
    -webkit-text-stroke-color: #fff;
    color: #fff;
}

/* Sign up form */
.mailchimp-form
{
    padding: 20px 20px 15px 20px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    text-align: left;
    overflow: hidden;
    display: none;
}

.mailchimp-form form label
{
    margin-bottom: 5px;
    display: block;
}

.mailchimp-form form input.email,
.mailchimp-form form input.text
{
    border: 1px solid #000;
    margin-bottom: 10px;
    width: 350px;
    padding: 5px;
}

.mailchimp-form form input.button
{
    border: 1px solid #000;
    padding: 5px;
}

/* animations */
@-webkit-keyframes pulsate
{
    0% {opacity: 0.0; color: rgba(255, 0, 0, 1);}
    50% {opacity: 1.0; color: rgba(255, 255, 0, 1);}
    100% {opacity: 0.0; color: rgba(255, 0, 0, 1);}
}

@-webkit-keyframes rotate
{
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}