﻿body {
    /* text-align: center; IE6 needs this to center the layout in the browser window */
    background: url(/images/header_lip.png) left top repeat-x scroll transparent;
}
@media (max-width: 992px) {
    html, body {
        font: 12px/15px sans-serif;
        background: #fff;
        padding: 3px;
        color: #000;
        margin: 0;
    }

}
#container {
    font-family: Verdana, Arial, serif;
    width: 942px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    overflow: auto;
}
#header {
    margin: 45px 10px 10px 0;
    overflow: auto;
}

#logo {
    overflow: auto;
    float: left;
    margin-left:5px;
}

    #logo img {
        border: none;
    }

#news, #events, #results, .box {
   font-size: 12px; 
}
#news h6 {
    text-align: center;
}
.announcement {
    border: 1px black solid;
    padding: 5px;
    margin:5px;
    font-size:1.2em;
}
#itm {
    font-family:Arial, Helvetica, "Arial Rounded MT Bold";
    font-size:13px;
    margin-left:10px;
    margin-top: 0;
}
#itm h5, #itm h6 {
    font-weight:bold;
}
#itm_inner {
    text-align: left;
    margin: 0;
    padding: 10px;
    border: none;
}
#itm_logo {
    text-align: center; 
    vertical-align: middle;
}
#itm_logo img {
    width: 300px; 
}
#itm_hd {
    text-align: center; 
    color: #CD1225;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height:1em;
}
#itm_content1 {
    width: 100%;
}  
#itm_content2 {
    width: 550px;
    float:left;
}
#itm_promo {
    width:392px;
    float:left;
}

.itm fieldset {
    padding: 8px;
    border: 1px solid #CC0000;
    border-radius: 10px;
    box-shadow: 0 0 10px #CCCCCC;
    font-size: 12px; 
}
.itm fieldset legend {
    padding: 5px 10px;
    background: none #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    box-shadow: 0 0 10px #CCCCCC;
    font-weight: bold;
    color: #333333;
    font-size: 13px; 
}
.itm iframe {
    height:281px;
    width: 500px;
    border: none;
    margin: 10px 0;
}
.top_head {
    display: block;
    background: url(/images/page_heading_bg.png) left top repeat-x scroll transparent;
    border-radius: 10px 10px 0 0;
    color: #FFFFFF;
    text-indent: 10px;
    height: 27px;
    font-size:19px;
    font-weight:normal;
    padding: 5px 10px;
    margin: 0 0 0 10px;  
}
#events_inner, #results_inner, #news_inner {
    border-radius: 6px;
    text-align: left;
    margin: 0;
    /*height: 730px;*/
    padding: 0;
    /*width: 285px;*/
    overflow: hidden;
    border: 1px solid #cccccc;
}

/*#navbar-1 */
#navbar-1 .navbar-nav {
    background: url(/images/top_menu_bg.png) left top repeat-x scroll transparent;
    border-radius: 10px;
}

    #navbar-1 .navbar-nav .nav-link {
        text-transform: uppercase;
        color: #D11125;
        font-family: Arial, Helvetica, "Arial Rounded MT Bold";
        font-size: 12px;
        font-weight: bold;
        padding: 10px 20px;
        background: url(/images/top_menu_separator.png) left top no-repeat scroll transparent;
    }

#navbar-1 .nav-item.active .nav-link,
#navbar-1 .nav-item:hover .nav-link {
    text-decoration: underline;
    color: #D11125;
    padding: 10px 20px;
}

/*#navbar-2 */
#navbar-2 .navbar-nav {
    background: #808080;
    border-radius: 10px;
    overflow: hidden;
}

    #navbar-2 .navbar-nav .mobile {
        display: none;
    }
/* for small screens */
@media (max-width: 992px) {
    .navbar img {
        max-width:120px;
    }
    #navbar-2 .navbar-nav .mobile {
        display: block;
    }
}

#navbar-2 .nav-link {
    font-family: Arial, Helvetica, "Arial Rounded MT Bold";
    font-size: 12px;
    font-weight: bold;
    padding: 10px 20px;
    color: #fff;
}

#navbar-2 .nav-item.active .nav-link,
#navbar-2 .nav-item:hover .nav-link {
    background: #eee;
    color: #D11125;
}
/* for small screens */
@media (max-width: 992px) {
    #navbar-1 .navbar-nav .nav-link {
        text-transform: none;
        color: #fff;
        background: #808080;
    }
    #navbar-2 .navbar-nav {
        border-radius: 0;
    }
}
#tamenu .active {
    background-color: #000000; /* Black */
    color: white;
    text-decoration: none;
}
.button2:hover {
    background-color: #000000; /* Black */
    color: white;
    text-decoration: none;
}
.button2 {
    background-color: #666666;
    color: white;
    padding: 10px 10px;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 4px 2px;
    cursor: pointer;
    width: 12%;
}
.button2 {
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

@media (max-width: 767px) {
    .button2 {
        padding: 10px 10px;
        border-radius: 4px;
        display: block;
        cursor: pointer;
        width: 99%;
    }
}
#topBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 20px;
    border: none;
    outline: none;
    background-color: #d11125;
    color: white;
    cursor: pointer;
    padding: 4px;
    border-radius: 6px;
}

    #topBtn:hover {
        background-color: #555;
    }

.firstbox {
    margin-left: 10px;
}
.box_inner {
    text-align: left;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 285px;
    border: none;
}

.head {
    text-align: center;
    margin: 0 0 20px 0;
    padding: 20px 0 15px 0;
    color: #ffffff;
    background-color: #cd1225;
    background-image: none;
}

.title {
    margin: 0 20px;
    /*padding: 0 2px 0 3px;*/
    padding: 0;
    font-weight: bold;
}

#content .item, #itm_content1 .item, #itm_content2 .item,  #news .item{
    margin: 0 0 7px 0;
    padding: 0 0 7px 0;
    border-bottom: 1px dashed #cccccc;    
    overflow:auto;
}
#content .border-bottom-none {
    border-bottom: none;
}
.item a, .ui-widget-content a {
    font-weight: bold;
    color: #cd1225;
    text-decoration: none;
}
    .item a:hover {      
        text-decoration: underline;
    }

.item_title {
    margin: 0 0 0 3px;
    padding: 0 2px 0 3px;
}

.item_desc {
    overflow: hidden;
    margin: 0 0 0 3px;
    padding: 0 2px 0 3px;
    color: #424242;
    line-height: 135%;
}

.clr {
    clear: both;
}

.left { float: left;}
/*
.first {
    border: none !important;
    background: none transparent !important;
}
*/

.little-calendar {
	overflow: hidden;
}

.bold {font-weight: bold;}
.current {background-color:antiquewhite;}

/* iPhone */
@media only screen and (max-width: 767px) {
	.big-calendar {
		display: none;
	}   
    .medium-calendar {
		display: none;
	}  
}


@media (min-width: 768px) {
	
    .little-calendar {
		display:none;
	}
    .medium-calendar {
		display:none;;
	}
}
.big-calendar {

	}
iframe {
    max-width:100%;
}
.cancelled div, .cancelled div a, .cancelled div a:visited {
    color: #b7abab;
}
#accordion h3 {
    font-weight: bold;
}
