html {
    min-height: 101%;
    margin-bottom: 1px;
}
body {
    background-color: #222;
}
img {
    max-width: 100%;
    height: auto;
}
.hname {
	display: none;
}




/*
 * 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;
}



/*
 * #site_header
 * --------------------------------------------------
 */
.navbar-brand {
    display: block;
    padding: 5px 15px;
    line-height: 40px;
}
.navbar-brand img {
	max-height: 40px;
	width: auto;
}



/*
 * #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;
}
