.textCenter {
    text-align: center;
}

.dlButton {

    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 0.09)), color-stop(100%,rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.09) 0%,rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.09) 0%,rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.09) 0%,rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0.09) 0%,rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17ffffff', endColorstr='#00ffffff',GradientType=0 );
    background-color: #202020;
    border: none;
    color: #CCC;
    text-shadow: 1px 1px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,1), 0px 0px 1px 0px rgba(255, 255, 255, 0.2) inset;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 1), 0px 0px 1px 0px rgba(255, 255, 255, 0.2) inset;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 1), 0px 0px 1px 0px rgba(255, 255, 255, 0.2) inset;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    padding: 5px 30px;
    margin-bottom: 20px;
    line-height: 21px;
    font-family: 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: inline-block;
    text-align: center;
}

.buttonCenter{
    margin-left: 70px;
}

.title {
    font-family: 'Open Sans Condensed', sans-serif;
}

.modLearnMore {
    font-size: 12px;
    color: white;
}

.learnMoreInfo {
    background: #ffffff;
}

.modInfo h4:hover {
    color: #fff;
}

.streamBox {
    padding: 10px;
}
.topBar{
    width: 700px;
    margin: 0 auto;
}
.header {
    height: 60px;
    /* Old browsers */
    background: -moz-linear-gradient(top,  #4f4f4f 0%, #333333 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f4f4f), color-stop(100%,#333333)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4f4f4f 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4f4f4f 0%,#333333 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4f4f4f 0%,#333333 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4f4f4f 0%,#333333 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
    background: url(../images/grad-overlay.png) #292929;
    border-top: 1px solid #515151;
    border-bottom: 1px solid #222;	position: fixed;width: 100%;z-index: 9999;top:0px;
    -webkit-box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    0px 3px 14px rgba(0, 0, 0, 0.75);
    box-shadow:         0px 3px 14px rgba(0, 0, 0, 0.75);
    padding-top: 5px;
    padding-bottom: 5px;
}
.navbar {
    margin: 0;
}
.newnav{
    margin: 0;
    display: inline;
    float: left;
    padding-left: 20px;
}
.newnav li{
    padding-right: 10px;
    float: left;
}
.newnav img {
    height: 30px;
    padding: 0px 30px 0px;
    position: absolute;
}
.newnav p{
    width: 90px;
    text-align: center;
    padding-top: 31px;
    color: white;
    font-size: 15px;
    text-decoration: none;
    }
.newnav a{
    text-decoration: none;
}

.newnavdl{
    margin: 0;
    display: inline;
    float: left;
    padding-left: 20px;
}
.newnavdl li{
    padding-right: 10px;
    float: left;
}
.newnavdl img {
    height: 30px;
    padding: 0px 40px 0px;
    position: absolute;
}
.newnavdl p{
    width: 110px;
    text-align: center;
    padding-top: 31px;
    color: white;
    font-size: 15px;
    text-decoration: none;
    }
.newnavdl a{
    text-decoration: none;
}

.newnavnws{
    margin: 0;
    display: inline;
    float: left;
    padding-left: 20px;
}
.newnavnws li{
    padding-right: 10px;
    float: left;
}
.newnavnws img {
    height: 30px;
    padding: 0px 5px 0px;
    position: absolute;
}
.newnavnws p{
    width: 40px;
    text-align: center;
    padding-top: 31px;
    color: white;
    font-size: 15px;
    text-decoration: none;
    }
.newnavnws a{
    text-decoration: none;
}
.ftblogo{

}
.ftblogo img{
    padding-right: 20px;
    padding-left: 20px;
    float: left;
    height: 50px;

}
.var{
    height: 120px;
}

.footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    font-size: 13px;
    font-weight: bold;
    width: 100%;
    height: 35px;
    -webkit-box-shadow: 0px 0px 14px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 14px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 14px rgba(50, 50, 50, 0.75);
    background: url(../images/grad-overlay.png) #292929;
}
.sponsor {
    padding-left: 10px;
    bottom: -7px;
    position: absolute;
    float: left;
}
.social {
    position: absolute;
    margin-left: 50%;
    bottom: 1px;
}
.copy {
    padding-left: 175px;
    float: right;
    color: white;
    text-shadow: 1px 1px 1px #616161;
}
.footerContent{
    padding: 10px;
}
.gap{
    height: 100px;
}

/*.tweet_even {*/
/*padding: 10px;*/
/*width: 23%;*/
/*float: left;*/
/*}*/

/*.tweet_odd {*/
/*padding: 10px;*/
/*width: 22%;*/
/*float: left*/
/*}*/

.streamMiniBox {
    height: 100px;
    width: 100px;
    border-radius: 4px;
    background: #ffffff;
    float: left;
    margin-left: 17.5px;
    margin-top: 5px;
}
.hidden {
    visibility:hidden;
}
@media screen and (max-width: 959px) {
    .gap{height: 10px;}
}
.staff{
    float: left;
    width: 180px;
    height: 150px;
}
.download{
    text-align: center;
}
.topPad{
    padding-top: 50px;
}