@font-face { font-family: TradeGothicLTStd-Bold; src: url('../fonts/TradeGothicLTStd-BdCn20.ttf'); }

body{
    background-color: rgb(235,235,236);
    line-height: 1;
}

h2{
    text-transform:uppercase;
    color:#333333;
    font-family:Arial,Helvetica,sans-serif;
    font-size:14px;
    font: inherit;
}

p{
    font-size:12px;
    color:#666666;
    margin-top:5px;
    font-family:Arial,Helvetica,sans-serif;
    line-height:15px;
}

a{
    font-weight:bold;
    text-decoration:none;
    color:#666666;
}

#top-image-holder{
    background-image: url("../img/top-background.png");
    background-image: -ms-radial-gradient(center bottom, ellipse farthest-corner, #FFFFFF 50%, #E5E5E5 90%);
    background-image: -moz-radial-gradient(center bottom, ellipse farthest-corner, #FFFFFF 50%, #E5E5E5 90%);
    background-image: -o-radial-gradient(center bottom, ellipse farthest-corner, #FFFFFF 50%, #E5E5E5 90%);
    background-image: -webkit-gradient(radial, center bottom, 0, center bottom, 517, color-stop(.5, #FFFFFF), color-stop(.9, #E5E5E5));
    background-image: -webkit-radial-gradient(center bottom, ellipse farthest-corner, #FFFFFF 50%, #E5E5E5 90%);
    background-image: radial-gradient(ellipse farthest-corner at center bottom, #FFFFFF 50%, #E5E5E5 90%);
    margin-left: -20px;
    margin-right: -20px;
}

@media(min-width:481px){
    #top-image-holder{
        padding-top: 100px;
    }
}

#headline-text p{
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 15px;
}

@media (min-width: 768px){
    #top-image-holder{
        margin-left: 0px;
        margin-right: 0px;
    }
}

#headline p{
    font-family:TradeGothicLTStd-Bold;
    font-size: 43px;
    text-transform: uppercase;
    color: black;
    line-height: 98%;
    margin-left: 20px;
    padding-top: 10px;

}

#headline-text.error p{
    font-size:16px;
}


@media(min-width: 768px) and (max-width:1199px){
    #top-image-holder p {
        margin-left: 20px;
    }
}

@media(min-width: 1200px){
    #top-image-holder p {
        margin-left: 30px;
    }
}

#nike-logo #nike-logo-image{
    background-repeat: no-repeat;
    height:100px;
    background-position: 16px;
    background-image: url("../img/nike-logo.png");
    padding-bottom: 20px;
}

@media (min-width: 1200px) {
    #nike-logo #nike-logo-image{
        background-position: 27px;
    }
}

@media (min-width: 768px){
    #top-image-holder #shadow{
        background-image: url("../img/shadow.png");
        background-repeat: no-repeat;
        background-position: 0px 0px;
        height: 100px;
    }
}

@media (min-width: 768px) and (max-width:979px) {
    #top-image-holder #shadow{
        background-position: -10px 0px;
    }
}

@media (min-width: 980px) and (max-width:1199px)  {
    #top-image-holder #shadow{
        background-position: 50px 0px;
    }
}

@media (min-width: 1200px){
    #top-image-holder #shadow{
        background-position: 90px 0px;
    }
}

.container{
    width:100%;
}

@media (min-width: 768px) and (max-width:1199px) {
    .container{
        margin-left:-20px;
    }
}

@media (min-width: 1200px){
    .container{
        margin-left:-30px;
    }
}

@media (min-width: 768px){
    #divider{
        background-image: url("../img/divider.png");
        background-repeat: no-repeat;
        height: 42px;
    }
}

@media (min-width: 768px){
    #divider{
        background-position: -50px -14px;
    }
}


#outage-locales{
    margin-top: 20px;
}

#outage-locales p{
    padding-bottom: 10px;
}


