html {
    min-height: 101%;
    margin-bottom: 1px;
}
body {
    background-color: #222;
}
img {
    max-width: 100%;
    height: auto;
}
.hname {
	display: none;
}

/**
rulebook dropdown -------
*/

.rulebook-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 135px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 6px;
}
.rulebook-content a {
    color: black;
    padding: 12px 17px;
    text-decoration: none;
    display: block;
}



.rulebook-content a:hover {background-color: #ddd;}

.rulebook-item:hover .rulebook-content {display: block;}


/*
 * bootstrap overrides and extensions
 * --------------------------------------------------
 */
.clearer.form-control-feedback {
    pointer-events: auto;
}
.form-inline .form-group.group-has-clear {
    position: relative;
}
.form-inline .form-group.group-has-clear input {
    z-index: 1;
}
.form-inline .form-group.form-group-sm.group-has-clear .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.form-control-feedback.glyphicon-remove-circle {
    cursor: pointer;
}
.small-scroll {
    max-height: 200px;
    overflow-y: scroll;
    border: 1px solid #555;
    padding: 10px;
}



/*
 * #site_header
 * --------------------------------------------------
 */
#site_header {
    background: #006bb6;
    border-color: #006bb6;
}
.navbar-brand {
    display: block;
    padding: 5px 15px;
    line-height: 40px;
}
.navbar-brand img {
	max-height: 40px;
	width: auto;
}
.navbar-inverse .navbar-nav > li > a {
    color: #ddf;
}
.navbar-inverse .navbar-text {
    color: #fff;
}


/*
 * #site_main
 * --------------------------------------------------
 */
#site_main {
   padding-top: 70px;
   padding-bottom: 50px;
   background-color: #fff;
}



/*
 * #content
 * --------------------------------------------------
 */
@media (min-width: 768px) {
    #content {
        min-height: 500px;
    }
}
#content .block-set {
    width: 40%;
    margin-bottom: 20px;
    font-size: 80%;
}
#content .block-set.pull-right {
    margin-left: 30px;
}
#content .block-set.pull-left {
    margin-right: 30px;
}
@media (max-width: 540px) {
    #content .block-set {
        width: 100%;
        margin-right: auto !important;
        margin-left: auto !important;
        margin-bottom: 20px;
        text-align: center;
    }
}



/*
 * #sidebar
 * --------------------------------------------------
 */
#sidebar {
    padding-top: 30px;
}
.news-teasers {
}
.news-teasers h2 {
    font-size: 18px;
}
.news-teasers h2 .small {
    margin-top: 3px;
    color: #00a4e3;
    font-size: 14px;
}
.news-teasers h3 {
    font-size: 15px;
    font-weight: 700;
}
.news-teasers .more-link {
    font-size: 12px;
}



/*
 * #site_footer
 * --------------------------------------------------
 */
#site_footer {
   padding-top: 20px;
   padding-bottom: 20px;
   color: #fff;
   background-color: #222222;
}
#site_footer a {
   color: #fff;
   text-decoration: underline;
}
#site_footer .legal {
   text-align: center;
}
#site_footer .social {
   padding-bottom: 20px;
   text-align: center;
}
#site_footer .social .fa {
   padding: 0 2px;
}
@media (min-width: 768px) {
    #site_footer .legal {
       text-align: left;
    }
    #site_footer .social {
       padding-bottom: 0;
       text-align: right;
    }
    #site_footer .social .fa {
       padding: 0 0 0 5px;
    }
}



/*
 * HOME PAGE
 * --------------------------------------------------
 */
.home #billboards {
    position: relative;
    z-index: 1000;
    margin-bottom: 20px;
}
.home .news-teasers {
    margin-top: 30px;
    padding-top: 20px;
    border-top: solid 1px #666;
}



/*
 * NEWS
 * --------------------------------------------------
 */
.news-detail .link-return {
    float: right;
    margin-top: 30px;
    margin-bottom: 30px;
}
.news-detail .entry {
    overflow: hidden;
    clear: both;
}



/*
 * EVENTS
 * --------------------------------------------------
 */
.events-detail .link-return {
    float: right;
    margin-top: 30px;
    margin-bottom: 30px;
}
.events-detail .entry {
    overflow: hidden;
    clear: both;
}
.events-detail .entry .location {
    font-weight: bold;
}



/*
 * TEAM BIOS
 * --------------------------------------------------
 */
.bios-listing .item {
    padding-top: 30px;
    padding-bottom: 10px;
    border-bottom: solid 1px #666;
}
.bios-listing .item .image {
    padding-top: 20px;
}


/*
 * Score Keeping
 */

.attempt1 {background: #99cbff;}
.attempt2 {background: #99ffcb;}
.small-time {background: #ffAbA9;}
.large-time {background: #ffAbA9;}
.incomplete {background: #F4F1BD;}
