*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

body, html { 
    font-size: 100%; padding: 0; margin: 0; 
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

audio {
    width: 200px;
    display: block;
    margin: 20px 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #000000;
    opacity: 0.5;
}

/*text*/
a, TD, SELECT, INPUT {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    color: #faa74a;
    text-decoration: none;
}
a:hover {
    color: #ec008c;
    text-decoration: underline;
}
p {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 0.8em;
    line-height: 1.6em;
    color: #333333;
}
h1 {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.7em;
    color: #faa74a;
    text-transform: uppercase;
    margin-top: -0.3em;
}
h2 {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 128%;
    color: #faa74a;
}
strong {
    font-family: 'Patua One', Georgia, serif;
    font-weight: 400;
    font-size: 1em;
}
.sub-emph {
    font-weight: 400;
    font-size: 0.7em;
    line-height: 128%;
    color: #faa74a;
}
.copyf {
    font-weight: 400;
    font-size: 0.6em;
    color: #999;
    padding: 10px 0;
}
.barf {
    font-weight: normal;
    font-size: 0.85em;
    color: #fff;
}
.navf {
    font-size: 0.6em;
    color: #ec008c;
    margin: 0;
}
/*structure*/
.image {
    position: relative;
    display: block;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
}
.linked-image {
    font-size: 0em;
}
.main-image {
    height: 200px;
    width: 200px;
}
.sub-image {
    height: 130px;
    width: 130px;
}
.pink { /* boxes for bullets */
    float: left;
    display: block;
    height: 5px;
    width: 5px;
    margin: 4px 5px 0 0;
    background-color: #ec008c;
}
.wrapper {
    min-height: 100%;
    height: auto;
    width: 650px;
    margin: 0 auto;
    padding: 20px 0;
}
.content {
    display: block;
    position: relative;
    margin: 30px 0 0 0;
}
.main-left {
    float: left;
    width: 200px;
    margin: 0 50px 0 0;
}
.main-right {
    float: right;
    width: 400px;
    margin: 0;
}
.footer {
    float: left;
    width: 400px;
    height: 12px;
    margin: 4px 0;
    background-image: url('../pics/footer.gif');
    background-repeat: repeat;
}



@media screen and (max-width: 569px){
    audio {
        width: 100%;
    }

    h1 {
        margin-top: 1em;
    }
    .main-image {
        height: 250px;
        width: 100%;
        background-size: cover;
        background-position: center 40%;
    }
    .sub-image {
        height: 0px;
        width: 0px;
    }
    .pink {
        margin: 4px 5px 0 10px;
    }
    .wrapper {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    .content {
        top: 0;
        width: 100%;
        margin: 0;
    }
    .main-left { 
        width: 100%;
        margin: 0;
    }
    .main-right {
        float: left;
        width: auto;
        margin: 0 10px;
    }
    .footer { 
        width: 100%;
        height: 14px;
        background-size: contain;
    }
}
