
/* EMBED SCORE BOARD FONT
   The fonts included are copyrighted by the vendor listed below.
   vendor:     Bou Fonts
   licenseurl: http://www.fonts4free.net/score-board-font.html
*/
 
@font-face {
    font-family: "Score Board";
    src: url('fonts/scoreboard.eot');  /* For IE */ 
    src: local('Scoreboard'), url('fonts/scoreboard.ttf') format('TrueType'); /* For non-IE */
}

/* END FONT EMBEDMENT */

/* GLOBAL SETTINGS */


/* set the background-color to blue */
.navbar-inner {
    background-color: #0174DF;
    /* remove the gradient */
    background-image: none;
    /* set font color to white */
    color: #FFFFFF;
}   

/* menu items */

/* set the background of the menu items to blue and default color to white */

.navbar .nav > li > a {
     background-color: #0174DF;   
     color: #FFFFFF;
}

/* set focus to blue */
.navbar .nav > li > a:focus {
     background-color: #0174DF;   
     color: #FFFFFF;
}

/* set hover and focus to lightblue */
.navbar .nav > li > a:hover {
     background-color: #81BEF7;  
     color: #FFFFFF;
}

/* set active item to lightblue */
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
     background-color: #81BEF7;
     color: #FFFFFF;
}

.navbar .brand {
     background-color: #FFFFFF;
     color: #323232;
}

body {
     background-attachment: fixed;
     background-color: #323232;
}

H1 {
     text-align: center;
     color: #FFA500; 
     font: normal 20pt "Score Board";
}


H2 {
    text-align: center;
    color: #FFA500; 
    font: normal 15pt "Score Board";
}

.span3 {
     color: #FFFFFF;
}

.span4 {
     color: #FFFFFF;
}

.span5 {
     color: #FFFFFF;
}

.span6 {
     color: #FFFFFF;
}

.span8 {
     color: #FFFFFF;
}


.span10 {
     color: #FFFFFF;
}

.table .cent {
     text-align: center;
}

footer {
    text-align: left; 
    color: #000000; 
    font: normal 8pt "Veranda";
}


