/*white-space: pre-wrap;  css-3 */
/*	white-space: -moz-pre-wrap;  Mozilla, since 1999 */
/*	white-space: -pre-wrap; /* Opera 4-6 */
/*	white-space: -o-pre-wrap; /* Opera 7 */



a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

iframe {
    max-width: 100%;
}

.mpuleft {
    text-align: left !important;
}

.word_wrap {
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    -ms-word-break: break-all;
    /* Be VERY careful with this, breaks normal words wh_erever */
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.mobilelogocenter {
    text-align: center;
    padding: 15px 0px;
}

.moblogo {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.row {
    margin: 0px;
}

.articletitle {
    clear: both;
    text-align: center;
}

.articletext {
    display: block;
}

.articlepicture {
    float: left;
    width: 100%;
    text-align: center;
}

    .articlepicture img {
        width: 420px;
        padding: 0px 10px 10px 10px;
        margin: auto;
    }

.headlinepicture {
    float: left;
    padding: 0px 10px;
    text-align: center;
}





.errormiddletext {
    width: 100%;
    height: 150px;
    line-height: 100px;
    text-align: center;
    display: table;
    vertical-align: middle;
}



.social-share {
    margin: 0 auto;
    padding: 10px 0px 30px 0px;
}

.AdContainer {
    display: block;
    height: auto;
    max-width: 95%;
}

.TopicItem {
    margin: 0px 5px 0px 5px;
    float: left;
    border-bottom: 1px solid black;
    padding: 8px 5px 8px 5px;
    width: 95%;
}

.navbar-inverse .navbar-brand {
    font-family: 'Muli', sans-serif;
    color: #FFFFFF;
    transition: color .5s;
    font-size: 20px;
}


.container {
    padding: 5px;
    margin: auto;
    max-width: 1030px;
}


.contentcontainer {
    padding: 10px;
    min-width: 315px;
}

img {
    display: block;
    height: auto;
    max-width: 100%;
}





.counties {
    margin: 0px;
    padding: 0 0.3em;
    list-style-type: none;
}

    .counties li {
        padding: 5px 0px 5px 0px;
        border-bottom: 1px solid #DDDDDD;
    }





.vertical {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.articlerow {
    display: table;
}

.articlerow-text {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.dropdown-menu {
    border: none;
    box-shadow: none;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        display: none;
        position: absolute;
        margin-left: 1px;
        top: -7px;
        left: 100%;
    }

    .dropdown-submenu .caret {
        border-top-color: #FFFFFF;
        border-bottom-color: #FFFFFF;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .dropdown-submenu:hover .dropdown-menu {
        display: block;
    }

.navbar-form,
.input-group-addon {
    border: none;
    box-shadow: none;
}

.input-group {
    margin-bottom: 4px;
}

/*.btn {
	transition: border-color .5s, background .5s;
}

.btn,
.btn:hover {
	border-color: transparent;
}*/

.center {
    text-align: center;
}


/* Inverse navigation bar
    font-size: 12px; */
.navbar-inverse,
.navbar-inverse .dropdown-menu {
    background: #2E2E2E;
    min-width: 320px;
}

    .navbar-inverse .navbar-right .dropdown-menu {
        background: #000;
    }


    .navbar-inverse .navbar-brand:hover {
        color: #FFF;
    }

    .navbar-inverse .navbar-nav > li > a,
    .navbar-inverse .navbar-nav .dropdown-menu > li > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #FFFFFF;
        transition: background .25s, color .5s;
    }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            color: #FFF;
            background: #424242;
        }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .open > a {
        color: #FFFFFF;
        background: #424242;
        transition: background .5s;
    }

        .navbar-inverse .navbar-nav > .active > a:hover,
        .navbar-inverse .navbar-nav > .open > a:hover,
        .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-inverse .navbar-nav > .active > a:focus,
        .navbar-inverse .navbar-nav > .open > a:focus,
        .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus,
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #6B6A6A;
            background-color: #272727;
        }

    .navbar-inverse .dropdown-header,
    .navbar-inverse .navbar-nav .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #F2FF00;
    }

    .navbar-inverse .divider {
        background-color: #FFF;
    }

    .navbar-inverse .btn {
        border-color: #007516;
        background: #007516;
        color: #FFFFFF;
    }

        .navbar-inverse .btn:hover {
            border-color: #007516;
            background: #007516;
            color: #FFFFFF;
        }

        .navbar-inverse .btn:focus {
            box-shadow: none;
            outline: none;
            border-color: #00B599;
            background: #00B599;
            color: #FFFFFF;
        }

    .navbar-inverse .btn-live {
        box-shadow: none;
        outline: none;
        background: #FF0000;
        color: #FFFFFF;
    }

    .navbar-inverse .navbar-nav > .dropdown a .caret,
    .navbar-inverse .navbar-nav > .open > a .caret {
        border-top-color: #FFFFFF;
        border-bottom-color: #FFFFFF;
        transition: border-color .5s;
    }

    .navbar-inverse .navbar-nav > .dropdown > a:hover .caret,
    .navbar-inverse .navbar-nav > .dropdown > a:focus .caret {
        border-top-color: #FFFFFF;
        border-bottom-color: #FFFFFF;
    }

    .navbar-inverse .navbar-nav > .open > a:hover .caret,
    .navbar-inverse .navbar-nav > .open > a:focus .caret {
        border-top-color: #FFFFFF;
        border-bottom-color: #FFFFFF;
    }

    .navbar-inverse .badge {
        border-radius: 4px;
        background: #007516;
    }

    .navbar-inverse .input-group-addon {
        background: #FFFFFF;
        color: #007516;
    }

    .navbar-inverse .form-control:focus {
        border: 1px solid #007516;
        box-shadow: none;
    }

    .navbar-inverse .navbar-toggle,
    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        outline: none;
        background-color: #616161;
        border-color: #272727;
    }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #FFFFFF;
        }

    .navbar-inverse .navbar-collapse {
        border-color: #007516;
    }

.navbar {
    border: none;
    /*font-family: 'EB Garamond', serif;*/
    margin-bottom: 0px;
}

.lh {
    display: block;
    padding: 15px;
    text-align: center;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.lt-t {
    background-color: #F2F2F2;
    color: black;
    font-weight: bold;
    font-size: 9pt;
    text-align: left;
    padding: 5px 5px 5px 5px;
    margin: 10px 0px 15px 0px;
    border: 1px solid #606D85;
}

p {
    margin: 0 0 10px;
    word-wrap: break-word;
    /*word-break: break-all;*/
}

.vertical-container {
    display: table;
    vertical-align: middle;
    min-height: 300px;
    width: 100%;
}

.vertical-center-row {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.smallprint {
    font-size: small;
    color: #000;
    /*color: #D3D3D3;*/
}

.glyphicon-user:before {
    margin-right: 5px;
}


/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}


select.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    float: left;
    color: #fff;
}

.btn-forum {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

i.fb, span.fb {
    color: #3b5998;
}

i.tw, span.tw {
    color: #00aced;
}

i.google, span.google {
    color: #dd4b39;
}

i.linkin, span.linkin {
    color: #007bb6;
}

i.rss, span.rss {
    color: #ffa500;
}

#social-bar .icon {
    color: white;
    border-radius: 4px;
    border: 1px outset rgba(128, 128, 128, 0.5);
    min-width: 27px;
    line-height: 27px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(128, 128, 128, 0.5);
}

#social-bar a {
    margin-right: 5px;
    padding: 5px; /* Increase hit rectangle for touch devices */
}

    #social-bar a:first-child {
        padding-left: 0;
    }

.loginbutton {
    list-style-type: none;
    padding: 0px;
    margin-top: 10px;
    float: right;
    display: block;
}

/*.NormalStory {
	margin: 0px 5px 0px 5px;
	float: left;
	border-top: 1px solid black;
	padding: 8px 5px 8px 5px;
	width: 95%;
}

.NormalStory a{
	text-decoration:none;
	
}

.NormalStory h3 {
margin-top: 5px;
}

.NormalStory IMG {
	width: 120px;
	float: left;
	padding: 0px 10px 10px 0px;
}*/

.MainStory {
    border-top: 1px solid black;
    margin: 0px 5px 0px 5px;
    float: left;
    padding: 20px 5px 8px 5px;
    width: 100%;
}

    .MainStory h3 {
        margin-top: 5px;
    }

    .MainStory IMG {
        width: 200px;
        float: left;
        padding: 0px 10px 10px 0px;
    }

.maincol {
    padding: 0px 2px;
}

.HeadlineStory {
    margin: 0px 5px 0px 5px;
    float: left;
    padding: 8px 5px 8px 5px;
    width: 95%;
    text-align: center;
}

    .HeadlineStory h3 {
        margin-top: 5px;
    }

    .HeadlineStory IMG {
        width: 420px;
        padding: 0px 10px 10px 10px;
        margin: auto;
    }


.HeadlineStoryText {
    text-overflow: ellipsis;
    overflow: hidden;
}



.NormalStory a {
    display: block;
}

h3 {
    font-size: 18px;
}

.truncate {
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
}

#LeagueTables table {
    font-size: 20px;
    border-spacing: 5px;
    border-collapse: separate;
}

.tab-pane {
    border: 1px solid rgb(204, 204, 204);
}

.nav-tabs {
    margin-top: 15px;
}

.tab-content {
    margin-bottom: 15px;
}

#LeagueTablesSection th, td {
    padding: 3px;
}


.MainTopHeadlineStory {
    width: 100%;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    position: relative;
}

    .MainTopHeadlineStory img {
        width: 100%;
        margin: 0px;
        padding: 0px;
        width: 100%;
        height: auto;
    }

    .MainTopHeadlineStory h1 {
        margin: 10px 10px;
        color: white;
        text-shadow: 0px 1px 5px black;
        font-size: 28px;
    }



.MainHeadlineStory {
    width: 100%;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    position: relative;
}

    .MainHeadlineStory img {
        width: 342px;
        height: 228px;
        margin: 0px;
        padding: 0px;
    }

    .MainHeadlineStory h1 {
        margin: 10px 10px;
        color: white;
        text-shadow: 0px 1px 5px black;
        font-size: 28px;
    }




    .MainHeadlineStory h2 {
        margin: 10px 10px;
        color: white;
        text-shadow: 0px 1px 5px black;
        font-size: 18px;
        /* height: 50px; */
        /* line-height: 50px; */
        /* overflow: hidden; */
        /* text-overflow: ellipsis; */
        /* white-space: nowrap; */
        /* font-size: 3.5vw; */
        /*margin-bottom: 10px;*/
    }

.caption {
    position: absolute;
    bottom: 0;
    z-index: 100;
    width: 100%;
    /*background: url('/styles/images/bg.png') repeat-x;*/
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.3);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    color: #fff;
}

.MainHeadlineStoryTitle {
    padding: 5px;
    width: 100%;
    font-size: 100%;
    background-color: #414A53;
    position: relative;
    top: -5px;
    margin-bottom: 10px;
}

    .MainHeadlineStoryTitle a {
        margin: 0px;
        clear: both;
        display: block;
        margin: 0px;
        padding: 5px;
        color: white;
    }

    .MainHeadlineStoryTitle p.HeadlineStoryText {
        font-size: 80%;
        clear: both;
        display: block;
        margin: 0px;
        padding: 0px;
    }


.HoganSection {
    border: 1px solid rgb(204, 204, 204);
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    width: auto;
    margin: 5px 0px;
    text-align: left;
    padding: 3px;
    text-align: center;
}


.HoganSectionNoBorder {
    border: 0px solid rgb(204, 204, 204);
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    width: auto;
    margin: 0px;
    text-align: left;
    padding: 3px;
}

    .HoganSectionNoBorder ul {
        position: relative;
        left: 0px;
        top: 0px;
        margin: 0px;
        padding: 0px;
    }

    .HoganSectionNoBorder li {
        margin: 5px 3px 5px;
        list-style-type: none;
        overflow: hidden;
        border-bottom: 1px solid rgb(192, 192, 192);
        padding-bottom: 5px;
    }

.HoganSectionHeader {
    text-align: left;
    font-size: 10pt;
    padding: 6px;
    margin: 0px 0px 3px 0px;
    border: 0;
    background: #6B6B6B;
    color: #FFFFFF;
    font-weight: bold;
}

    .HoganSectionHeader a {
        color: #FFFFFF;
        font-weight: bold;
    }





#ForumSection ul {
    position: relative;
    left: 0px;
    top: 0px;
    margin: 0px;
    padding: 0px;
}

#ForumSection li {
    list-style-type: none;
    overflow: hidden;
    margin-top: 10px;
    margin-right: 4px;
    margin-bottom: 10px;
    margin-left: 4px;
}

#ForumSection h3 {
    padding: 6px;
    margin: 0;
    border: 0;
    background: #DDDDDD;
    color: #000000;
}

#ForumSection .SectionHeader, #ResultsCompactSection .SectionHeader, #PollSection .SectionHeader, #LeagueTablesSection .SectionHeader {
    font-size: 10pt;
    padding: 6px;
    margin: 0;
    border: 0;
    background: #6B6B6B;
    color: #FFFFFF;
    font-weight: bold;
}

    #ForumSection .SectionHeader a {
        color: #FFFFFF;
        font-weight: bold;
    }

#LeagueTablesSection {
    border: 1px solid rgb(204, 204, 204);
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    width: auto;
    margin: 2px 4px 10px;
}

#ForumSection {
    border: 1px solid rgb(204, 204, 204);
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    width: auto;
    margin: 2px 4px 10px;
}

#ResultsCompactSection {
    border: 1px solid rgb(204, 204, 204);
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    width: auto;
    margin: 10px 0px;
    text-align: left;
    /*font-size: 9px;*/
    padding: 5px;
}

#PollSection {
    border: 1px solid rgb(204, 204, 204);
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    width: auto;
    margin: 10px 0px;
    padding: 5px;
}

.updated {
    font-style: italic;
    font-weight: lighter;
    display: block;
    font-size: smaller;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-family: "Tw Cen MT", Futura, "URW Gothic L", Arial, sans-serif;
    font-family: 'EB Garamond', serif;
    /*font-size: 16px;*/
    font-family: 'Open Sans', sans-serif;
}

#header {
    height: 75px;
    background-image: url(/styles/images/banner.gif);
    background-repeat: no-repeat;
    background-color: #0B284A;
}

#headerlogo {
    height: 75px;
    /*background-image: url('/styles/images/clear.gif');*/
    width: 400px;
    float: left;
    position: relative;
}

#headerlogo a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    overflow: hidden;
}

#headerbannertext {
    float: right;
    position: relative;
    right: 10px;
    padding-bottom: 10px;
    color: white;
}



#socialicons {
    float: right;
    font-weight: bold;
    text-align: right;
    line-height: 1.75;
}

    #socialicons a {
        color: white;
        font-size: 16pt;
        padding: 5px 5px;
    }




#secondmenu.navbar-default .navbar-brand {
    color: #F69D27;
}

#secondmenu.navbar {
    position: relative;
    min-height: 10px;
}


#secondmenu.navbar-default {
    font-size: 12px;
    background-color: #F69D27;
    border-width: 1px;
    border-radius: 0px;
}

    #secondmenu.navbar-default .navbar-nav > li > a {
        color: rgba(255, 255, 255, 1);
        background-color: #F69D27;
        padding: 10px 10px;
        line-height: 10px;
    }

        /*#secondmenu.navbar-default .navbar-nav > li > a:hover,
        #secondmenu.navbar-default .navbar-nav > li > a:focus {
            color: rgba(245, 245, 245, 1);
            background-color: rgba(122, 122, 122, 1);
        }

    #secondmenu.navbar-default .navbar-nav > .active > a,
    #secondmenu.navbar-default .navbar-nav > .active > a:hover,
    #secondmenu.navbar-default .navbar-nav > .active > a:focus {
        color: rgba(85, 85, 85, 1);
        background-color: rgba(255, 255, 255, 1);
    }

    #secondmenu.navbar-default .navbar-toggle {
        border-color: #ffffff;
    }

        #secondmenu.navbar-default .navbar-toggle:hover,
        #secondmenu.navbar-default .navbar-toggle:focus {
            background-color: #ffffff;
        }

        #secondmenu.navbar-default .navbar-toggle .icon-bar {
            background-color: #ffffff;
        }

        #secondmenu.navbar-default .navbar-toggle:hover .icon-bar,
        #secondmenu.navbar-default .navbar-toggle:focus .icon-bar {
            background-color: #5c8a3f;
        }*/

/*#secondmenu.navbar-nav > li > a {padding-top:10px !important; padding-bottom:10px !important;}
#secondmenu.navbar { min-height: 20px !important; height: 20px !important;}*/

.trc_rbox.trc-auto-size {
    height: auto !important;
}

.TopicItem {
    margin: 0px 5px 0px 5px;
    float: left;
    border-bottom: 1px solid black;
    padding: 8px 5px 8px 5px;
    width: 95%;
}

.ForumMessageAd {
    display: block;
    padding-bottom: 10px;
}

.loggedinbar {
    margin-bottom: 5px;
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    font-size: 16px;
}

.loggedintext {
    padding: 5px;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.col-centered {
    text-align: center;
    padding: 5px 15px;
}

    .col-centered img {
        margin: 15px auto;
    }

.navbar-loginsmall {
    float: left;
    height: auto !important;
}

.navbar-loginbrand {
    float: left;
    height: auto !important;
    padding: 15px 0px;
    font-size: 18px;
    line-height: 20px;
}

.savemecheckbox {
    margin: 0px 5px;
}

.container-loginMenu {
    padding-right: 3px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #F8F8F8;
}

    .table-striped > tbody > tr:nth-of-type(odd) .HiddenID {
        color: #F8F8F8;
    }

.HiddenID {
    color: #FFF;
}

.messagestable .td {
    padding-bottom: 20px;
}

.messagestable > tbody > tr > td {
    padding: 20px 10px;
    border-top: 1px solid #ddd;
    margin-bottom: 20px;
}

.towerads {
    margin-top: 0px;
    width: 100%;
}

    .towerads ul {
        list-style-type: none;
        white-space: nowrap;
        list-style: none;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

    .towerads li {
        margin-top: 5px;
        margin-right: 0px;
        margin-bottom: 5px;
        margin-left: 0px;
    }

    .towerads img {
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        text-align: center;
        margin: auto;
    }

.articleimage img {
    margin: 5px;
}

.articleimage {
    text-align: center;
    font-style: italic;
    font-size: small;
    padding-right: 10px;
    padding-bottom: 13px;
}


.footer {
    padding: 10px 10px;
    background-color: #F0F0F0;
    min-width: 320px;
    font-size: 14px;
    height: 40px;
}


    .footer a {
        text-decoration: none;
        display: inline-block;
    }

.footeritem {
    margin: 0px 15px 10px 0px;
    float: left;
}

.footeritemright {
    margin: 0px 5px 0px 0px;
    float: right;
}


/*.footer { position: relative; bottom: 0; z-index: 0; width: 100%; background-color: rgba(0,0,0,0.7); color: #fff; font-size: 12px; line-height: 150%; padding: 0px; }
.footer a {color:#fff; text-decoration:none; display: inline-block;}
.footer .aboutSection {     background-color: rgba(0,0,0,0.7); height: 100px; font-size:11px; line-height:12px; clear:both; padding:18px 0px 0px 10px;border-bottom:1px solid #2d2d2d;}
.footer .aboutSection ul li {float:left;  width:90px;}
.footer .aboutSection h2 {margin-bottom:10px; font-size:18px; line-height:18px; font-weight:normal;}
.footer .linksSection {width:100%; margin:0 auto; padding:18px 0px 0px 10px; overflow:hidden;}
.footer .linksArea {float:left;  width:205px; padding-left:23px; margin-bottom:20px; }
.footer .linksArea > ul {width:120px; min-height:150px; overflow:hidden;padding-top:3px; padding-left:1em}
.footer .linksArea ul li {float:left; width:119px; padding:5px; font-weight:bold;}
.footer .linksArea ul li ul {overflow:hidden;padding-top:5px;}
.footer .linksArea ul li ul li {min-height:12px; padding-top:8px; padding-bottom:0;}
.footer .linksArea ul li ul li a{font-weight:normal;}*/


/*
#footer { position: relative; bottom: 0; z-index: 0; width: 100%; background-color: rgba(0,0,0,0.7); color: #fff; font-size: 12px; line-height: 150%; padding: 0px; }
#footer a {color:#fff; text-decoration:none;}
#footer .aboutSection {height: 100px; font-size:11px; line-height:12px; clear:both; padding:18px 0px 0px 10px;border-bottom:1px solid #2d2d2d;}
#footer .aboutSection ul li {float:left;  width:90px;}
#footer .aboutSection h2 {margin-bottom:10px; font-size:18px; line-height:18px; font-weight:normal;}
#footer .linksSection {width:100%; margin:0 auto; padding:18px 0px 0px 10px; overflow:hidden;}
#footer .linksArea {float:left;  width:205px; padding-left:23px; margin-bottom:20px; }
#footer .linksArea > ul {width:120px; min-height:150px; overflow:hidden;padding-top:3px; padding-left:1em}
#footer .linksArea ul li {float:left; width:119px; padding:5px; font-weight:bold;}
#footer .linksArea ul li ul {overflow:hidden;padding-top:5px;}
#footer .linksArea ul li ul li {min-height:12px; padding-top:8px; padding-bottom:0;}
#footer .linksArea ul li ul li a{font-weight:normal;}

#siteInfoLeft {width: 300px; float: left; font-weight: bold; text-align: left;}
#siteInfoRight {width: 140px; float: right; font-weight: bold; text-align: right;}
#footer-social {width: 100px; float: right; font-weight: bold; text-align: right;}
#footer-social img{width: 16px; float: right;}
#footer-socialtop {width: 100px; float: left; font-weight: bold; text-align: left;}
#siteSection {height: 25px; font-size:11px; line-height:12px; background-color: rgba(0,0,0,0.7); color: #fff; clear:both; padding:5px;border-top:1px solid #2d2d2d; padding: 8px;}


*/

form {
    margin-bottom: 0px;
}


/*.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}*/

.flex-video {
    padding: 5px 5px;
    margin: auto;
}

    .flex-video iframe, .flex-video object, .flex-video embed {
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        border: 0;
    }

/*.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
 
.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}*/


.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-brand:hover,
.navbar-inverse,
.navbar-inverse .dropdown-menu,
.navbar-inverse .navbar-brand {
    border-color: #000;
    background-color: #424242;
    color: #FFF;
}

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
    .flex-video {
        padding-top: 0;
    }
}

.center-me {
    margin: 0 auto;
    text-align: center;
}

.MPUDiv {
    width: 100%;
    padding-bottom: 10px;
    margin: 0 auto;
    text-align: center;
    background-color: #FFF;
    /*max-height: 150px !important;
    height: 260px;*/
    overflow: hidden;
}

    .MPUDiv div {
        display: inline !important;
    }

    .MPUDiv img {
        margin: auto;
        background-color: #FFF;
        overflow: hidden;
    }

.topbanner {
    position: relative;
    padding-bottom: 10px;
    padding-left: 15px;
    text-align: center;
    max-width: 100% !important;
    overflow: hidden;
    max-height: 270px !important;
}

    .topbanner img {
        position: relative;
        text-align: center;
        max-width: 100% !important;
        overflow: hidden;
    }

.topbannerhome div {
    display: inline !important;
}

.topad img {
    float: left;
    padding: 5px;
}

.bottombanner {
    position: relative;
    padding: 0px;
    width: 100%;
    text-align: center;
}

/*#banner {
    position: absolute;
    display: block;
    width: 100%;
    height: 88px;
    background-color: #FFF;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    overflow: hidden;
}*/


#buttonads {
    width: 120px;
    padding: 5px;
}

    #buttonads ul {
        list-style-type: none;
        white-space: nowrap;
        list-style: none;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

    #buttonads li {
        margin-top: 5px;
        margin-right: 0px;
        margin-bottom: 5px;
        margin-left: 0px;
    }

    #buttonads img {
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
    }

.article_entry {
    margin: 10px 2px;
}

    .article_entry a {
        display: block;
    }




/* National.css*/

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-brand:hover,
.navbar-inverse,
.navbar-inverse .dropdown-menu,
.navbar-inverse .navbar-brand {
    border-color: #000;
    background-color: #424242;
    color: #FFF;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #FFF;
    background: #000;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .open > a {
    color: #FFFFFF;
    background: #000;
    transition: background .5s;
}

.MostReadStory {
    margin: 0px 5px 0px 5px;
    float: left;
    border-top: 1px solid black;
    padding: 8px 5px 8px 5px;
    width: 95%;
}

    .MostReadStory h3 {
        margin-top: 5px;
    }

    .MostReadStory IMG {
        width: 120px;
        float: left;
        padding: 0px 10px 10px 0px;
    }

.apps {
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}

.ratingbutton {
    padding: 3px;
    color: gray;
}

    .ratingbutton:hover {
        color: black;
    }


#stickyunit {
    position: fixed;
    right: 20px;
    top: 180px;
    /* MAGIC HAPPENS HERE */
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.replymessage {
    background-color: rgb(255, 252, 231);
    padding: 10px;
    margin: 5px;
}

.btn-info, .btn-danger, .btn-warning, .btn-success, .btn-primary {
    color: #fff !important;
}

.green {
    color: green;
}

.red {
    color: red;
}

.navbar-inverse .btn-live {
    box-shadow: none;
    outline: none;
    background: #FF0000;
    color: #FFFFFF;
}

.MainPageCompactStory {
    margin: 0px 5px 0px 5px;
    float: left;
    border-top: 1px solid black;
    width: 100%;
    max-height: 80px;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
}

    .MainPageCompactStory h3 {
        margin-top: 5px;
    }



    .MainPageCompactStory IMG {
        width: 120px;
        height: 83px;
        float: left;
        padding: 0px 10px 10px 0px;
    }

@media (max-width: 300px) {

    .truncate {
        display: none;
    }
}

/* Mobile Start*/

@media (max-width: 768px) {

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-brand:hover,
    .navbar-inverse,
    .navbar-inverse .dropdown-menu,
    .navbar-inverse .navbar-brand {
        border-color: #000;
        background-color: #0B284A;
        color: #FFF;
    }

    .MainPageCompactStory p {
        margin-top: 5px;
        font-size: 16px;
    }

    .footer {
        font-size: 12px;
    }

    .MPUDiv {
        padding: 5px;
        height: auto;
    }

    .dropdown-submenu .dropdown-menu,
    .dropdown-submenu:hover .dropdown-menu {
        display: block;
        position: static;
        padding: 5px 25px;
    }

    .navbar-form {
        margin: auto;
    }

    .ForumMessageAd {
        float: right;
        display: inline;
        margin-bottom: 15px;
        margin-left: 15px;
    }

    .contentcontainer {
        padding: 5px;
        min-width: 315px;
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        position: relative;
        min-height: 1px;
        padding-right: 5px;
        padding-left: 5px;
    }


    .MainHeadlineStory {
        margin: 0px 5px 0px 5px;
        float: left;
        border-top: 1px solid black;
        width: 100%;
        max-height: 80px;
        /* white-space: nowrap; */
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .MainHeadlineStory IMG {
            width: 120px;
            height: auto;
            float: left;
            padding: 0px 10px 10px 0px;
        }

    .MainStory IMG {
        width: 120px;
        float: left;
        padding: 0px 10px 10px 0px;
    }

    .MainHeadlineStory h2 {
        margin: 5px 0px;
        font-size: 16px;
        color: unset;
        text-shadow: unset;
    }

    .caption {
        position: relative;
        width: unset;
        color: unset;
        height: unset;
        background: none;
        font-weight: normal;
    }

    .MainTopHeadlineStory .caption {
        position: absolute;
        bottom: 0;
        z-index: 100;
        width: 100%;
        /*background: url('/styles/images/bg.png') repeat-x;*/
        background-color: rgb(0, 0, 0);
        /* RGBa with 0.6 opacity */
        background-color: rgba(0, 0, 0, 0.3);
        /* For IE 5.5 - 7*/
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
        /* For IE 8*/
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
        color: #fff;
    }
}

.nav > li > a {
    padding: 15px 12px !important;
}

/* End of Mobile*/

.NotifyTop {
    padding-bottom: 3px;
}

.btn-live {
    box-shadow: none;
    outline: none;
    background: #FF0000;
    color: #FFFFFF;
}

.adsbygoogle {
    display: block; /* Ensures the ad takes up full width when loaded */
    width: 100%; /* Makes it responsive */
    min-height: 0px; /* Prevents excessive empty space */
    height: auto !important; /* Adjusts height dynamically */
    overflow: hidden !important; /* Hides any unwanted space */
}

/* Keep ad clickable without blocking surrounding UI */
ins.adsbygoogle.adsbygoogle-noablate {
    pointer-events: none !important;
}

ins.adsbygoogle.adsbygoogle-noablate > div > iframe {
    pointer-events: auto !important;
}

ins.adsbygoogle.adsbygoogle-noablate .left-side-rail-edge,
ins.adsbygoogle.adsbygoogle-noablate .left-side-rail-dismiss-btn {
    pointer-events: none !important;
}
