html {
	position: relative;
	min-height: 100%;
	overflow-y: scroll;
}
body{
	background: #eee;
	font-family: 'Bookman Old Style',Bookman,'URW Bookman L', serif;
	/* Margin bottom by footer height */
	/*margin-bottom: 160px;*/
}
h1{
	color: #002a50;
}
.header a{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    line-height: 30px;
}
.header .tagline{
    font-weight: bold;
    color: #002a50;
    font-size: 1.1em;
    text-align: center;
}
.navbar-default{
    background: none;
    border: none;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
    background-color: #002a50!important;
    color: #fff!important;
}
.navbar-nav .open .dropdown-menu{
	margin-left: 40px;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a{
    color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{
    color: #fff;
    text-decoration: underline;
}
/** BOOTSTRAP OVERRIDE START **/
.navbar-default .navbar-nav>.active>a{
	background-image: none;
}
.navbar{
    border-radius: 0px !important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    background-color: #002a50;
    color: #fff;
    text-decoration: underline;
}
.navbar-nav {
    margin-bottom: 0px;
}
.navbar-nav>li>a:hover{
    color: #fff !important;
    text-decoration: underline;
}
.header-links a{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.navbar-fixed-top, .navbar-fixed-bottom{
    position:relative;
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 320px) {
    .logo img{
        display: block;
        height: auto;
        max-width: 100%;
    }
}
@media only screen and (min-width : 769px) {
    .logo img{
        display: block;
        height: auto;
        max-width: 100%;
    }
    .content-box ul.sub-nav{
        border-top: none !important;
        border-bottom: none;
    }
}
@media only screen and (min-width : 992px) {
    .navbar-header{
        display: none;
    }
}
@media only screen and (max-width : 992px) {
    body{
        padding-bottom: 70px;
    }
    .banner{
        width: 100%;
        line-height: 30px;
        font-size: 1.25em;
        z-index: 10000;
        /*position: fixed;*/
        bottom: 0px;
        left: 0px;
        font-weight: bold;
        padding-top: 5px;
        /*padding-bottom: 5px;*/
        border-top:1px solid #002a50;
    }
    .footer{
        margin-left: 0px!important;
        margin-right: 0px!important;
        padding-top: 3px!important;
    }
    .footer-column{
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media only screen and (max-width : 768px) {
    body{
        padding-top: 50px;
        padding-bottom: 70px;
    }
    .logo{
        text-align: center;
    }
    .navbar-default{
        background: #002a50;
    }
    .navbar-default.navbar-fixed-top, .navbar-fixed-bottom{
        position: fixed !important;
    }
    .mobile-header{
        color: #fff;
        font-size: 1.5em;
        display: none;
        float: left;
        margin-top: 10px;
        margin-left: 10px;
        font-weight: bold;
    }
    .carousel-caption{
        bottom: 0px;
    }
    .carousel-inner .carousel-caption .slider-text{
        font-size: 14px!important;
    }
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background-color: #f5c736;
}
.navbar-default .navbar-toggle{
    border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar{
    background-color: #fff;
}
/** BOOTSTRAP OVERRIDE STOP **/
.header-links-mobile{
    background: #f5c736;
}
.header-links{
    color: #fff;
    background: #f5c736;
    /*height: 30px;*/
    /*margin-top: 1%;*/
    margin-right: 0px;
}
.header-links a:hover{
    color: #000;
}
.navigation{
    /*padding-left: 5px !important;*/
}
.navigation .row{
    margin-right: 0px;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.navigation-links{
    color: #fff;
    background: #002a50;
    /*height: 30px;*/
}
.navigation-links a:hover{
    color: #ccc;
}
.logo{
    margin-bottom:10px;
}
.slider{
    /*background: #eee;*/
}
.header-spacer{
    height: 25px;
    background: #002a50;
    margin-right: 15px;
    margin-left: 15px;
}
.banner{
    background: #eabd2f;
    margin-left: 20px;
    margin-right: 15px;
}
.banner .content{
    padding-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}
.sponsors h2{
    font-weight: bold;
    font-size: 3em;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.sponsors{
    text-align: center;
    margin-bottom: 20px;
}
@media only screen and (max-width : 992px) {
    .banner{
        margin-left: 0px;
        margin-right: 0px;
    }
}
.banner .triangle{
    margin-top: 25px;
}
.banner .triangle img{
    margin-bottom: -1px;
    width: 100%;
}
.content-box{
    padding-top: 20px;
    padding-right: 30px;
    overflow: hidden;
}
.content-box h1{
    margin-top: 0px;
    font-weight: bold;
    color: #002a50;
}
.content-box img{
    margin-right: 15px;
    margin-bottom: 10px;
}
.body-part{
    margin-bottom: 25px;
}
.footer{
    height: 100px;
    background: #002a50;
    color: #fff;
    text-align: center;
    padding: 20px;
    /*text-transform: uppercase;*/
    font-size: 0.7em;
}
.footer a{
    color: #fff;
}
.footer a:hover{
    color: #fff;
}
.footer .copy{

}
.footer .creds{
    margin-top: 10px;
    font-size: 0.85em;
}
.content-box ul.sub-nav{
    border-top: 1px solid #002a50;
    border-bottom: none;
}
ul.sub-nav{
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 20px;
    padding-left: 0px;
    padding-bottom: 20px;
    /*border-bottom: 1px solid #002a50;*/
}
ul.sub-nav li{
    list-style: none;
    text-align: left;
    margin-bottom: 15px;
}
ul.sub-nav li a{
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}
ul.sub-nav li .timestamp{
    display: block;
    font-weight: bold;
    color: #fff;
}
ul.sub-nav li ul{
	padding-left: 20px;
	margin-top: 10px;
}
.horse_column ul{
	list-style: none;
	padding-left: 0px;
}
.horses table.horses-data th{
	text-align:right;
	border-bottom:1px solid #ccc;
	padding-top:10px;
	padding-bottom:10px;
}
.horses table.horses-data td{
	border-bottom: 1px solid #ccc;
}
p {
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif!important;
}
.blog-section h2{
	margin-top: 5px;
}
.carousel-inner .carousel-caption .slider-text {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px;
    color: #fff;
    text-shadow: none;
    font-size: 2em;
}
.news-header{
    font-size: 1.5em;
    color: #002a50;
}
.sidebar h2{
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 0px;
    font-weight: bold;
}
.sidebar a{
    margin-left: 14px;
    display: block;
    margin-bottom: 10px;
}
