/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
        #Site Styles
        #Page Styles
        #Media Queries
        #Font-Face */

/* #Site Styles
================================================== */

/* #Typography (baseline corrections)
================================================== */

h1 { line-height: 49px; margin-bottom: 14px;}
h2 { line-height: 42px; margin-bottom: 7px; }
h3 { line-height: 35px; margin-bottom: 7px; }
h4 { line-height: 28px; margin-bottom: 7px; }
h5 { line-height: 21px; }

p { margin-bottom: 21px; }
p.lead { line-height: 28px; }


/* Blockquotes (baseline corrections)  */
blockquote, blockquote p { line-height: 21px;}
blockquote { margin-bottom: 21px; padding-top: 7px; padding-right: 20px; padding-left:20px; }

hr { margin-top: 14px; margin-bottom: 28px;}

/* #Lists (baseline corrections)
================================================== */
ul, ol { margin-bottom: 21px; }
ul ul, ul ol,
ol ol, ol ul { margin-top: 7px; margin-bottom: 7px; margin-left: 30px; }
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 7px; }
li { line-height: 21px; margin-bottom: 14px; }

/* #Page Styles
================================================== */

html, body {
    height: 100%;
}

body {
    font: 12px Verdana,Geneva,Arial,Helvetica,sans-serif;
}

.page-wrap {
    min-height: 100%;
    margin-bottom: -25px; 
}
.page-wrap:after {
    content: "";
    display: block;
}
.site-footer, .page-wrap:after {
    height: 25px; 
}

h4 {
    margin-bottom: 14px;
}

label {
    width: 140px;
}

span, label {
    display: inline-block;
}

.primary-content {
    margin-bottom: 7px;
    min-height: 685px;
}

.bowler-pin-stats {
    margin-bottom: 14px;
}

.bowler-score-stats div,
.bowler-pin-stats div {
    margin-bottom: 7px;
}

.bowler-pin-stats span img {
    padding-right: 5px;
}

.fa-sort-desc, .fa-sort-asc {
    display: none;
}

/* TAB NAV */
.tab-row {
    text-align: center;
    list-style: none;
    margin-bottom: 14px;
    padding: 0;
    line-height: 24px;
    position: relative;
}

.tab-row:before {
    z-index: 1;
}

.tab-row:after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #666;
    z-index: 1;
}

.tab-row li {
    margin: 0 14px;
    padding: 0 14px;
    border: 1px solid #666;
    background: #DDD;
    display: inline-block;
    line-height: inherit;
    position: relative;
    z-index: 0;
}

.tab-row li.selected {
    background: #FFF;
    color: #000;
    z-index: 2;
    border-bottom-color: #FFF;
}

.tab-row li a {
    color: #666;
    text-decoration: none;
}

.tab-row li.selected a {
    color: #000;
}

/* TABLE CONTAINER LG (high score table)*/
.table-container-lg {
    border: 1px solid #006699;
    clear: both;
    height: 545px;
    overflow: hidden;
    width: 960px;
}

.table-container-lg table {
    float: left;
    width: 960px;
}

.table-container-lg thead.fixed-header tr {
    position: relative;
}

.table-container-lg thead.fixed-header tr {
    display: block;
}

.table-container-lg thead.fixed-header th {
    background: none repeat scroll 0 0 #006699;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #FFFFFF;
    border-top: 1px solid #CCCCCC;
    font-weight: normal;
    padding: 4px 3px;
    text-align: left;
}

.table-container-lg thead.fixed-header th:last-child {
    border-right: none;
}

.table-container-lg thead.fixed-header a, 
.table-container-lg thead.fixed-header a:link, 
.table-container-lg thead.fixed-header a:visited {
    color: #FFFFFF;
    display: block;
    text-decoration: none;
    width: 100%;
}

.table-container-lg thead.fixed-header a:hover {
    color: #FFFFFF;
    display: block;
    text-decoration: underline;
    width: 100%;
}

.table-container-lg tbody.scroll-content {
    display: block;
    height: 519px;
    overflow: auto;
    width: 100%;
}

.table-container-lg tbody.scroll-content td, 
.table-container-lg tbody.scroll-content tr.normalRow td {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #DDDDDD #CCCCCC -moz-use-text-color -moz-use-text-color;
    border-style: solid solid none none;
    border-width: 1px 1px medium medium;
    padding: 2px 3px 3px 4px;
}

.table-container-lg tbody.scroll-content tr.alternateRow td {
    background: none repeat scroll 0 0 #EEEEEE;
    border-color: #DDDDDD #CCCCCC -moz-use-text-color -moz-use-text-color;
    border-style: solid solid none none;
    border-width: 1px 1px medium medium;
    padding: 2px 3px 3px 4px;
}

.table-container-lg thead.fixed-header th {
    width: 140px;
    text-align: center;
}

.table-container-lg thead.fixed-header th + th {
    width: 440px;
}

.table-container-lg thead.fixed-header th + th + th {
    width: 140px;
}

.table-container-lg thead.fixed-header th + th + th + th {
    width: 240px;
}

.table-container-lg tbody.scroll-content td {
    width: 140px;
    text-align: center;
}

.table-container-lg tbody.scroll-content td + td {
    width: 440px;
    text-align: left;
}

.table-container-lg tbody.scroll-content td + td + td {
    width: 140px;
    text-align: center;
}

.table-container-lg tbody.scroll-content td + td + td + td {
    width: 221px;
    text-align: center;
}

/* TABLE CONTAINER SM (bowler score table)*/
.table-container-sm {
    border: 1px solid #006699;
    clear: both;
    height: 330px;
    overflow: hidden;
    width: 630px;
}

.table-container-sm table {
    float: left;
    width: 630px;
}

.table-container-sm thead.fixed-header tr {
    position: relative;
}

.table-container-sm thead.fixed-header tr {
    display: block;
}

.table-container-sm thead.fixed-header th {
    background: none repeat scroll 0 0 #006699;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #FFFFFF;
    border-top: 1px solid #CCCCCC;
    font-weight: normal;
    padding: 4px 3px;
    text-align: left;
}

.table-container-sm thead.fixed-header th:last-child {
    border-right: none;
}

.table-container-sm thead.fixed-header a, 
.table-container-sm thead.fixed-header a:link, 
.table-container-sm thead.fixed-header a:visited {
    color: #FFFFFF;
    display: block;
    text-decoration: none;
    width: 100%;
}

.table-container-sm thead.fixed-header a:hover {
    color: #FFFFFF;
    display: block;
    text-decoration: underline;
    width: 100%;
}

.table-container-sm tbody.scroll-content {
    display: block;
    height: 303px;
    overflow: auto;
    width: 100%;
}

.table-container-sm tbody.scroll-content td, 
.table-container-sm tbody.scroll-content tr.normalRow td {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #DDDDDD #CCCCCC -moz-use-text-color -moz-use-text-color;
    border-style: solid solid none none;
    border-width: 1px 1px medium medium;
    padding: 2px 3px 3px 4px;
}

.table-container-sm tbody.scroll-content tr.alternateRow td {
    background: none repeat scroll 0 0 #EEEEEE;
    border-color: #DDDDDD #CCCCCC -moz-use-text-color -moz-use-text-color;
    border-style: solid solid none none;
    border-width: 1px 1px medium medium;
    padding: 2px 3px 3px 4px;
}

.table-container-sm tbody.scroll-content tr:last-child {
    border-bottom: 1px solid #DDDDDD;
}

.table-container-sm thead.fixed-header th {
    width: 210px;
    text-align: center;
}

.table-container-sm thead.fixed-header th + th {
    width: 210px;
}

.table-container-sm thead.fixed-header th + th + th {
    width: 210px;
}

.table-container-sm tbody.scroll-content td {
    width: 210px;
    text-align: center;
}

.table-container-sm tbody.scroll-content td + td {
    width: 210px;
}

.table-container-sm tbody.scroll-content td + td + td {
    width: 210px;
}

/* STATS NAV */

.stats-nav ul {
    text-align: center;
}

.stats-nav ul li {
    margin-bottom: 1px;
    background-color: #DDD;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    border-left: 8px solid #666;
}

.stats-nav ul li a,
.stats-nav ul li a:visited {
    text-decoration: none;
    color: #666;
    display: block;
    padding-left: 7px;
    padding-right: 7px;
}

.stats-nav ul li:hover {
    border-left: 8px solid #333;
}

.stats-nav ul li a:hover {
    color: #000;
}

.stats-nav ul li.selected {
    background-color: #FFF;
    border-right: none;
    border-left: 8px solid #006699;
}

.stats-nav ul li.selected a {
    color: #000;
}

/* STATS DISPLAY */
.stats-display {
    padding-top: 14px;
    padding-right: 10px;
    padding-bottom: 14px;
    padding-left: 10px;
    border: 1px solid #666;
    min-height: 595px;
}


/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
                Just create a "fonts" folder at the root,
                copy your FontName into code below and remove
                comment brackets */

/*	@font-face {
            font-family: 'FontName';
            src: url('../fonts/FontName.eot');
            src: url('../fonts/FontName.eot?iefix') format('eot'),
                 url('../fonts/FontName.woff') format('woff'),
                 url('../fonts/FontName.ttf') format('truetype'),
                 url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
            font-weight: normal;
            font-style: normal; }
*/