@import url("sso.css");

body {
    padding: 0;
}

a img {
    border: 0px;
}

td {
    color: #000;
    font-weight: normal;
}

.body-modal-open {
    overflow: auto;
    padding-right: 0px !important;
}
.alert-purple {
    border-color: #000099;
    background: #177CD4;
    color: #fff;
}
.newsitem {
    width: 100%;
    margin-bottom: 1em;
    display: inline-block;
}

.newsitem-wp {
    width: 100%;
    margin-bottom: 1em;
    clear: left;
}

.newsitem-wp a {
    text-decoration: underline;
}

.item p {
    margin-top: .25em;
}

.item a {
    text-decoration: underline;
}

.photoborder {
    display: block;
    margin: 5px auto;
    padding: 8px;
    border: solid;
    border-color: #ddd #aaa #aaa #ddd;
    border-width: 1px 2px 2px 1px;
    background-color: #fff;
}

#profile {
    padding: 0;
    margin: 0;
    border: 0px solid #ccc;
}

#profile td {
    font: 13px verdana;
}

#profile td h1 {
    margin: 5px 10px;
}

#profile .info {
    font-weight: bold;
}

.win {
    color: green;
}

.loss {
    color: red;
}

.tie {
    color: blue;
}

.popdown {
    display: none;
    width: 600px;
    border-style: solid;
    border-width: 2px;
    background-color: #e6e6e6;
    font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

.popdown p {
    text-align: left;
    margin: 5px 10px;
}

.popdown input {
    margin-top: 5px;
    margin-bottom: 5px;
}

#twitter-widget-0 {
    width: 100% !important;
}

.closex {
    float: right;
    margin: 2px;
}

hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}

#logintab {
    padding: 3px 10px;
    font-family: arial;
    position: absolute;
    top: 0px;
    right: 10px;
    z-index: 99999;
    float: right;
    background: #333;
    border: 1px solid #999;
    border-radius: 0 0 5px 5px;
    clear: both;
}

#logintab:hover {
    background: #444;
}

#logintab a {
    text-decoration: none;
    color: #eee;
}

#logintab a:hover {
    text-decoration: none;
    color: #fff;
}

<!-- [if IE] > .title {
         font: bold medium "<%=TitleFont%>";
         color: #<%=WelcomeHeaderColor%>;
     }

.date {
    font: bold <%=FontSize(TextFontSize-1)%> "<%=TextFont%>";
    color: #<%=MainTextColor%>;
}

.item {
    font: <%=FontSize(TextFontSize-1)%> "<%=TextFont%>";
    color: #<%=MainTextColor%>;
}

<![endif] -->
        .setbutton {
            margin-top: 0px;
            padding: 5px;
            display: inline;
            background: #777;
            color: #eee;
            cursor: pointer;
            font-weight: bold;
            border: none;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            outline: none;
        }

.setbutton.top {
    margin-left: 10px;
}

.setbutton:hover {
    color: #fff;
    background-color: #999;
}

.setbutton.xsmall {
    font-size: 75%;
    padding: 3px 2px;
}

.setbutton.small {
    font-size: 75%;
    padding: 5px 3px;
}

.setbutton.large {
    font-size: 125%;
    padding: 7px 12px;
}

.setbutton.xlarge {
    font-size: 150%;
    padding: 15px 25px;
}

.setbutton.smallimg {
    padding: 5px 7px;
}

.setbutton.leftspace {
    margin-left: 10px;
}

.leftspace {
    margin-left: 10px;
}

.setbutton.gray {
    background: #444;
}

.setbutton.gray:hover {
    background: #666;
}

.setbutton.lightgray {
    background: #999;
}

.setbutton.lightgray:hover {
    background: #aaa;
}

.setbutton.red {
    background: #cc0000;
}

.setbutton.red:hover {
    background: #dd0000;
}

.setbutton.green {
    background: #008000;
}

.setbutton.green:hover {
    background: #228B22;
}

.setbutton.yellow {
    background: #FFDF00;
    color: #111;
}

.setbutton.yellow:hover {
    background: #FDEE00;
    color: #111;
}

.setbutton.blue {
    background: #3366cc;
}

.setbutton.blue:hover {
    background: #3366ee;
}

.setbutton.darkblue {
    background: #003366;
}

.setbutton.darkblue:hover {
    background: #0033cc;
}

.setbutton.white {
    background: #fff;
    color: #111;
}

.setbutton.white:hover {
    background: #eee;
    color: #111;
}

.admin-container, .toppanel-container, .pagetitle-container {
    width: 100%;
}

.pagetitle-container .pagetitle {
    border-bottom: 1px solid lightgray;
    margin-bottom: 15px;
}

.pagetitle-container h3 {
    color: gray;
    float: left;
}

.pagetitle-container a, .pagetitle-container a:hover {
    float: right;
    margin-top: 13px;
    padding: 8px 20px;
    border: 1px solid gray;
    color: gray;
}
    
.admin-container {
    line-height: 30px;
    background: #111;
    color: #fff;
    font-size: 11px;
    border-bottom: 1px solid #777;
}

.adminlinks #title {
    float: left;
    margin-right: 25px;
    height: 30px;
    width: 170px;
    background: #cc0000;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #777;
    border-right: 1px solid #999;
    text-align: center;
}

.adminlinks a {
    float: left;
    margin-right: 25px;
    color: #fff;
    text-decoration: none;
}

.adminlinks a:hover {
    color: #ffff00;
}

.sotmad img {
    max-width: 180px;
}

.sidebarad {
    margin: 20px auto;
    display: block;
    clear: both;
}

.sidebarad img {
    max-width: 180px;
}

.bold {
    font-weight: bold;
}

/* MY NEW STYLES */

#wrapper {
    width: 1260px;
}

.site-removal-notice {
    background: white;
    color: red;
    border: 3px solid red;
    padding: 0 30px;
}

.site-removal-notice > h3 {
    text-align: center;
}

.navbar {
    font-size: 13px;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-nav {
    width: 100%;
}

.navbar-collapse {
    padding: 0;
}

.navbar-header .navbar-toggle {
    float: left;
    margin-left: 15px;
    margin-right: 0;
}

.navbar .navbar-header li.login:hover > ul.dropdown-menu {
    display: none;
}

.navbar .navbar-header li.login.open > ul.dropdown-menu {
    display: block;
    position: absolute;
}

.navbar .navbar-header li.login.open > ul.dropdown-menu > li > a {
    padding: 10px 15px;
}

.navbar .navbar-header .navbar-nav {
    margin: 0;
}

.navbar-nav > li {
    text-transform: uppercase;
}

.navbar-nav .dropdown.login {
    float: right;
}

.navbar-collapse.collapse.in .navbar-nav .login {
    float: left;
    left: 25%;
    border-radius: 10px;
    width: 200px;
    text-align: center;
    margin: 20px 0;
}

.navbar-collapse.collapse.in .navbar-nav .login .dropdown-menu {
    position: absolute;
    top: -81px;
    width: 240px;
    left: -20px;
    text-align: center;
}

.navbar-collapse.collapse.in .navbar-nav .login .dropdown-menu > li > a {
    padding: 10px 0;
}

.navbar-nav .login .dropdown-menu {
    left: auto;
    right: 0;
}

.navbar-nav > li > a {
    padding: 15px 15px;
}

.dropdown-menu {
    border: none;
    border-radius: 0;
}

#footer .socialmedia {
    width: 100%
}

#footer .socialmedia a.btn-social-icon {
    height : 35px;
    width : 35px;
    font-size : 18px;
    background-color : transparent;
    border : none;
}

#footer .socialmedia .fa {
    line-height : 37px;
    border-radius : 30px;
}

#footer .footerlinks, #footer .copyright {
    margin-top : 20px;
    line-height: 2.5;
}

#footer .footerlinks a, #footer .footerlinks a:hover {
    text-decoration : underline;
    margin-right : 13px;
}

#footer .right-side {
    text-align: right;
}

#footer .poweredby div {
    width: 287px;
    float: right;
}

#footer .poweredby img {
    height: 60px;
}

#footer .poweredby p {
    text-align: left;
    margin-left: 60px;
    margin-bottom: -5px;
}

#footer .socialmedia {
    float: left;
    margin: 0 10px 5px 0;
}

#footer .socialmedia a {
    float: left;
    margin-right: 30px;
    margin-left: 0;
}

.ll-widget-left {
    background-color: white;
    border: 1px solid lightgray;
}

.ll-widget-left.no-border {
    border: none;
}

.ll-widget-left .newsitem-wp {
    padding: 0 20px;
    word-break: break-word;
}

.ll-widget-left .newsitem-wp .title, .ll-widget-left .newsitem-wp .date {
    color: black;
}

.ll-widget-left .event-date {
    margin: 20px 0 0 15px;
    font-weight: bold;
}

.ll-widget-left .event-info, .ll-widget-left .event-info a, .ll-widget-left .event-info a:hover {
    color: black;
}

.ll-widget-left .event-info {
    margin: 10px 0;
}

.ll-widget-left .btn, .ll-widget-right .btn {
    color: white;
    background-color: gray;
    display: block;
    width: 40%;
    margin: 40px auto;
}

.ll-widget-left .widget-title, .ll-widget-right .infotable th, .infotable .widget-title {
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    margin: 0;
    line-height: 1.1;
}

    .ll-widget-left .widget-title, .ll-widget-right .infotable th, .widget-title {
        font-size: 18px;
        font-weight: bold;
        padding: 10px;
        margin: 0;
        line-height: 1.1;
    }

#sponsorsCarousel .carousel-inner .item img {
    height: 100px;
    margin: 10px auto;
}

#sponsorsCarousel .carousel-indicators {
    width: 100%;
    margin-left: 0;
    text-align: right;
    left: 0;
    bottom: -10px;
    padding-right: 10px;
}

#sponsorsCarousel .carousel-indicators li {
    background-color: gray !important;
    border: 1px solid gray !important;
}

#sponsorsCarousel .carousel-indicators li, #sponsorsCarousel .carousel-indicators li.active {
    width: 12px;
    height: 12px;
    margin: 0 5px;
}

.our-sponsors-banner {
    margin-bottom: 30px;
}

.fan-shop-container {
    padding-top: 20px;
    color: black;
}

.fan-shop-container .fan-shop-item {
    float: left;
    width: 20%;
    padding: 20px;
}

.fan-shop-container .fan-shop-item img {
    max-width: 160px;
}

.fan-shop-container p {
    font-size: 12px;
}

.fan-shop-container .btn {
    margin: 10px auto;
    width: 30%;
    padding: 12px 10px;
}

.fan-shop-container .fan-shop-subtext-row {
    padding: 15px 0;
}

.fan-shop-container .fan-shop-subtext {
    color: gray;
    font-weight: bold;
    font-size: 14px;
}

#ninja-slider-prev, #ninja-slider-next {
    background-color: transparent !important;
    opacity: 1 !important;
}

#ninja-slider-prev::before, #ninja-slider-next::before {
    width: 25px !important;
    height: 25px !important;
    border-left: 6px solid black !important;
    border-top: 6px solid black !important;
}

div#reorder-placeholder > div {
    margin-bottom: 30px;
}

.visitor-counter {
    margin-top: 20px;
    text-align: right;
}

.visitor-counter .title {
    font-size: 13px;
}

.visitor-counter .counter .number {
    margin-left: 1px;
    padding: 3px 5px;
    font-size: 13px;
    border-radius: 3px;
}

#content .ll-widget.cartoon img {
    max-width: 100%;
}

#footer .footerlinks > a {
    white-space: nowrap;
}

table {
    background-color: white !important;
}

@media (min-width: 992px) {
    .navbar-nav li.dropdown:hover .glyphicon-chevron-down {
        visibility: hidden;
    }

    .navbar .navbar-header .navbar-nav {
        display: none;
    }
}

@media (max-width: 992px) {

    .navbar-nav {
        margin: 0;
    }

    .dropdown-menu {
        padding: 0;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        padding: 8px 5px 8px 40px;
    }

    .navbar-nav li.open .glyphicon-chevron-down {
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    #footer .poweredby div {
        float: none;
        margin: auto;
    }

    #footer .socialmedia a {
        float: none;
        margin-right: 20px;
    }

    #footer .left-side {
        text-align: center;
    }

    #footer .right-side {
        margin-top: 30px;
        text-align: center;
    }

    .pagetitle .btn {
        font-size: 12px;
        padding: 8px 10px;
    }

    .ll-widget-left .btn {
        width: 75%;
    }

    .pagetitle h3 {
        font-size: 20px;
    }

    .pagetitle .btn {
        font-size: 11px;
    }

    #ninja-slider li div.cap1 {
        font-size: 14px !important;
    }

    #ninja-slider li div.cap2 {
        font-size: 12px !important;
    }

    #ninja-slider li .btn {
        margin: -10px auto !important;
        padding: 0px 12px !important;
    }

    .visitor-counter {
        text-align: center;
    }

    #content .ll-widget.cartoon {
        padding: 25px 0px;
    }

    #content .ll-widget.cartoon img {
        max-width: 300px;
    }
}


/* MY NEW STYLES */

@media (min-width: 800px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }

    .navbar .nav > li > a:hover {
        background: #000;
    }

    .homelink:hover {
        text-decoration: none;
        color: #fff;
    }
}

.ccenter {
    text-align: center;
}

.svrcode {
    color: gray;
    font-size: xx-small;
    text-align: right;
    margin: 1px;
}

#recaptcha_area {
    margin-left: auto;
    margin-right: auto;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
    .printable-div {
        width: 100%;
    }
}