#countdown-bar {background:url(graphics/countdowntimer/bg_countdown_themix.png) repeat center center; width:100%; height:50px; position:fixed; bottom:0; z-index:20;}
#countdown-bar .container {width:990px; margin:0 auto;}

#countdown-bar .left, #countdown-bar .right {float:left;}

#countdown-home {}

#spacer1, #spacer2 {margin:0; padding:0; height:10px;}

.countdown-numbers {
    width: 50px;
    text-align: center; 
    font-family: Verdana, sans-serif; 
    font-size: 16px;
    font-weight: bold;    /* options are normal, bold, bolder, lighter */
    font-style: normal;   /* options are normal or italic */
    color: #fff;       /* change color using the hexadecimal color codes for HTML */
}
.countdown-title {        /* the styles below will affect the title under the numbers, i.e., "Days", "Hours", etc. */
    width: 50px;
    text-align: center; 
    font-family: Verdana, sans-serif; 
    font-size: 9px;
    font-weight: bold;    /* options are normal, bold, bolder, lighter */
    color: #231f20;       /* change color using the hexadecimal color codes for HTML */
}

.countdown {
    height: 50px;
    float:left;
    border-style: none;
    background:url(graphics/countdowntimer/countdown_box_walleye.png) repeat-x center left;
    margin: 0 auto;
    position: relative;   /* leave as "relative" to keep timer centered on your page, or change to "absolute" then change the values of the "top" and "left" properties to position the timer */
    top: 0px;             /* change to position the timer */
    left: 0px;            /* change to position the timer; delete this property and it's value to keep timer centered on page */
}

.countdown#countdown-home {margin:8px 0 0; padding:0; height:37px; }
.countdown#countdown-branch {width: 200px; /* width of branchpage sidebar */}

#countdown-timer h3 {color:#068b7c; font-size:24px; float:left; margin-top:8px; margin-right:8px;}
#countdown-link {padding-top:8px; margin-left:8px; float:left;}
#countdown-link a {color:#fff; font-size:11px; font-family: Verdana, sans-serif; line-height:1.1;}

body.mobile #countdown-bar {height:auto;}
body.mobile .countdown {background:none; float:none;}
body.mobile .countdown-numbers, body.mobile .countdown-title {color:#fff;}
body.mobile #countdown-timer h3, body.mobile #countdown-link {float:none; margin:auto; text-align:center;}
body.mobile #countdown-timer {margin-bottom:8px;}

#footer, #wrapper_footer {margin-bottom:50px;}