@charset "utf-8";
/* CSS Document */

/* rlog base css */
body    {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    line-height:17px;
    margin: 0 auto 20px auto;
}

td {
    font-family: Verdana, Geneva, sans-serif;
}

th {
    font-family: Verdana, Geneva, sans-serif;
}


.container {
    max-width: 980px;
}

.banner {

}
.banner img {
    color: #ffffff;
    width: 10%;
    height: 10%;
    margin: 0.1em 0 0 3.5em;
}
.top-banner {
    height: 87px;
    background-image: url("../images/racestart2b.gif");
    background-repeat: no-repeat;
    background-position: right;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.subtitle {
    margin-left: 10px;

    #headerStatusOnlineText {
        font-weight: bold;
    }
}
#home-page-img-box {
    float: left; 
    max-width: 500px; 
    width: 60%; 
    margin-right: 10px; 
    margin-bottom: 10px;
}
.image-left-60 {
    float: left;
    width: 60%;
    border: none;
    margin: 5px 5px 5px 5px;
}

.image-left-40 {
    float: left;
    width: 40%;
    border: none;
    margin: 5px 5px 5px 5px;
}
.image-right-60 {
    float: right;
    width: 60%;
    border: none;
    margin: 5px 5px 5px 5px;
}
.image-right-40 {
    float: right;
    width: 40%;
    border: none;
    margin: 5px 5px 5px 5px;
}
.image-center-70 {
    width: 70%;
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.image-middle-100 {
    width: 100%;
    border: none;
    margin: 5px;
}
    
.first-letter {
font-size: larger;
}
.header-wrapper{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
} 
.section-spacer    {
    margin-top:30px;
}

.section-spacer_bottom    {
    margin-bottom:30px;
}

.social-icon-spacer    {
    margin:.5em .2em;
}

.show-it {
    display:inline;
}
.hide-it {
    display: none !important;
}  
.mobile-hide-it {
    display: block;
}
.hidable {
}

.disable-it {
    pointer-events: none;
    opacity: 0.5;
}

label.label-top {
    display: block;
    font-weight: 100;
    text-decoration: underline;
    margin-top: 5px;
    margin-bottom: 1px;
    color: gray;
    
}
#upcoming-events {
    padding: 10px 10px 10px 0px;
    font-size: 83%;
}

.blog-container {
    width: 99%;
    float: left;
    margin: 20px 3px 10px 3px;
    
}
    
#social-icon-area    {
    float:right;
    margin:.5em 1.5em;
    text-align:center;
}

.input-area {
}
.input-area-locked {
    background-color: #F5F5F5;
}
.input-area-unlocked {
   
    background-color: white;
}
.tablet-hide {
    display: none;
}
.text-item {
    font-size: 100%;
}
.doc-item {
    margin: 2px 0px 2px 0px;
}

.membership h4 {
    text-decoration: underline;
}

@media screen and (max-width: 806px) {
    .image-middle-100 {
        width: 100%;
        border: none;
    }
    .tablet-hide {
        display: block;
    }
    .blog-container {
        margin: 14px 2px 10px 3px;
        
    }
    .text-item {
        font-size: 110%;
    }
    .doc-item {
        margin: 3px 0px 3px 0px;
    }
}

@media screen and (max-width: 605px){      
    .content-main {
    }
    .mobile-hide {
        display: none !important;
    }
    input, textarea, select {
        font-size: 133%  !important;
        width: 100%;
    }
    .blog-container {
        margin: 10px 3px 10px 3px;
        
    }
    .container {  /* overridde bootstratp  */
       padding-left: 12px;
       padding-right: 4px;
    }
    #social-icon-area    {
        float:right;
        margin:.5em .2em;
        text-align:center;
    }
    .text-item {
        font-size: 133%;
    }
    .doc-item {
        margin: 9px 0px 9px 0px;
    }
     
    .image-left-60 {
        width: 99%;
    }
    .image-left-40 {
        width: 99%;
    }
    .image-right-60 {
        width: 99%;
    }
    .image-right-40 {
        width: 99%;
    }
    .mobile-hide-it {
        display: none;
    }

}

@media screen and (max-width: 480px) {
   #home-page-img-box {
     width: 99%;
   } 
  .blog-container {
     margin: 10px 0px 10px 2px;
        
  }
    
}
#upcoming-events ul li {
   margin-bottom:3px;
}

.head-spacer    {
    margin:.5em 0;
}

footer{ 
    background:#333;
    color:#ddd;
    text-align:center;
}
footer h1, footer h2, footer h3, footer h4{ 
    color:#ddd; 
    margin-bottom:10px;
}
footer ul {
    margin: 0 0 0 8%;
}

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


