
.header, .footer {
    background-color: #142842;
    width: 100%;
    position: relative;
    color: white;
    display: table;
}
.siteWidth{
    display:table;
}

 
a {
    text-decoration: none !important;
    color: inherit !important;
}
 

button.remove, .remove.button, .remove.button:link, .remove.button:visited {
    background-color: red;
    border-color: #d6c9c7;
    color: #5c3732;
}

    button.remove:hover, .remove.button:hover, button.remove:active, .remove.button:active, button.remove:focus, .remove.button:focus {
        background: #8f7c79;
        border-color: #6e5551;
        color: #faedeb;
    }

        button.remove:focus::-moz-focus-inner, .remove.button:focus::-moz-focus-inner {
            border-color: #8f7c79;
        }
  

body {
    margin: 0;
    background: #f0d7aa url(images/bg_2.png);
    font-family: Tahoma,Sans-Serif;
    font-size: 12px;
    color: #000;
}

a {
    color: #040922;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
        opacity: .8;
    }

    a:active {
        color: #f80;
        text-decoration: none;
    }

form {
    margin: 0;
    display: inline;
}

p {
    margin: 4px 0;
    line-height: 36px;
    font-size:19px;
}
 

.headPic {
    height: 181px;
    width: 961px;
    left: 0;
    position: relative;
    margin: 0 auto;
    margin-bottom: 0;
    border: solid 1px #818181;
    border-radius: 3px;
    box-shadow: 0 5px 5px rgba(0,0,0,0.3);
}

 

#content_main {
    width: 740px;
    min-height: 420px;
    max-width: 740px;
    border-radius: 4px 7px 7px 7px;
    color: #000;
}

.slidbar1 {
    
    border-radius: 4px 6px 5px 5px;
    min-height: 420px;
}

.bnr {
    height: 60px;
    width: 480px;
    max-height: 60px;
    max-width: 480px;
    border-radius: 2px;
    opacity: .8;
}

    .bnr:hover {
        opacity: 1;
    }

.ubnr {
    height: 60px;
    width: 260px;
    padding: 5px;
}

#footer1 {
    color: #5d615d;
    background: #f5f5f5;
    border: 1px solid #999;
    min-height: 100px;
    text-shadow: none;
    -webkit-box-shadow: inset 0 0 1px rgba(255,255,255,1.0);
    -moz-box-shadow: inset 0 0 1px rgba(255,255,255,1.0);
    box-shadow: inset 0 0 1px rgba(255,255,255,1.0);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr='#fff5f5f5',endColorstr='#ffd9d9d9');
    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(245,245,245,1.0)),to(rgba(217,217,217,1.0)));
    background: -moz-linear-gradient(top,rgba(245,245,245,1.0),rgba(217,217,217,1.0));
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#page_footer {
    padding: 23px 15px;
    position: relative;
    min-height: 100px;
    font-size: 12px;
    width: 980px;
    min-height: 100px;
    font-family: Tahoma,Helvetica;
    border-radius: 0 0 5px 5px;
    margin: 0 auto;
}

    #page_footer a {
        color: #3915f2;
        font-weight: 700;
    }

.footer_col {
    display: -moz-inline-box;
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
}

.frmtitle {
    font-weight: 700;
    text-align: center;
    background-color: #313165;
    padding: 0;
    font-size: 12px;
    line-height: 26px;
    text-shadow: 1px 1px 1px #000;
    border-radius: 7px 7px 0 0;
    color: #fff;
    font-family: Tahoma,Helvetica,sans-serif;
    margin: -2px;
    margin-bottom: 2px;
}

.posttitle {
    padding: 5px;
    line-height: 27px;
    font-size: 12px;
    font-weight: 700;
    color: #000;
    background: none repeat scroll 0 0 #f5f5f5;
    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(245,245,245,1.0)),to(rgba(217,217,217,1.0)));
    background: -moz-linear-gradient(top,rgba(245,245,245,1.0),rgba(217,217,217,1.0));
    text-shadow: 0 1px 0 #020203;
    text-decoration: none;
    border-radius: 7px 7px 0 0;
    margin: -2px;
}

.postfooter {
    padding: 5px;
    border-radius: 0 0 4px 4px;
    line-height: 27px;
    font-size: 12px;
    font-weight: 700;
    color: #000;
    margin: -2px;
    background: none repeat scroll 0 0 #f5f5f5;
    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(245,245,245,1.0)),to(rgba(217,217,217,1.0)));
    background: -moz-linear-gradient(top,rgba(245,245,245,1.0),rgba(217,217,217,1.0));
    text-shadow: 0 1px 0 #020203;
    text-decoration: none;
}

    .postfooter:hover {
        opacity: .95;
    }

.frmcon {
    box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
    border-radius: 7px 7px 7px 7px;
    background: none repeat scroll 0 0 #fbfafa;
    padding: 4px;
    margin: 1pt 2px 3px;
    font-family: Tahoma;
    font-size: 13px;
    line-height: 28px;
    color: #0a0a2d;
    float: left;
}

#page_footer #footer_copyright {
    position: absolute;
    right: 15px;
    bottom: 5px;
}

#footer_follow_links {
    margin-bottom: 10px;
    text-align: center;
}

    #footer_follow_links a {
        color: #777;
        text-decoration: underline;
        white-space: nowrap;
    }

        #footer_follow_links a:hover {
            text-decoration: none;
        }

input[type=text], input[type=password], input[type=file], textarea {
    background-color: #F9F9F9;
    padding: 4px 5px;
    border-radius: 5px;
    font-family: Tahoma;
    font-size: 12px;
    color: #0A375C;
    border: 1px solid #999;
    margin: 0;
    line-height: 28px;
}

    input[type=text]:focus, input[type=password]:focus {
        transition-delay: .7s;
        border: 2px Solid #eb41d1;
        transition-property: border;
        transition-duration: 2s;
        -moz-transition-delay: .7s;
        -moz-transition-duration: 2s;
        -moz-transition-property: border,width;
        -webkit-transition-delay: .7s;
        -webkit-transition-duration: 2s;
        -webkit-transition-property: border,width;
    }

select {
    font-size: 12px;
    color: #0A375C;
    height: 18px;
    background-color: #F9F9F9;
    border: 1px solid #999;
    margin: 1px 0;
    border-radius: 5px 0 0 5px;
}

    select[disabled="disabled"], select[disabled] {
        border: 1px solid #aaa;
        color: #bbb;
    }

textarea {
    overflow: auto;
    margin: 0;
}

.button-mini {
    color: #272d3c;
    text-align: center;
    text-decoration: none;
    padding: 4px 9px;
    margin: 10px 3px 8px;
    border: 1px solid #bbb;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    background: #d9d9d9 repeat;
    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(245,245,245,1.0)),to(rgba(217,217,217,1.0)));
    background: -moz-linear-gradient(top,rgba(245,245,245,1.0),rgba(217,217,217,1.0));
}

    .button-mini:hover {
        box-shadow: 1px 2px 10px #bbb;
        text-shadow: 0 1px #444;
    }

button:hover, input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
    opacity: 1;
    color: #fdf8fc;
}

input[type=text]#search {
    background-image: url(img_s/search_icon.gif) !important;
    background-repeat: no-repeat !important;
    background-position: 4px 5px !important;
    padding-left: 18px !important;
}

.ptc_ads {
    border: 1px solid #bbb;
    border-right-color: #888;
    border-bottom-color: #888;
    line-height: 20px;
    min-height: 60px;
    border-radius: 3px;
    box-shadow: 1px 1px 2px #aaa;
    background: url(images/bg_inside.jpg) #fff;
}

    .ptc_ads:hover {
        background-color: #e6e6e6;
        box-shadow: 1px 1px 4px #888;
        border-color: #999;
    }

.title_row {
    padding: 5px;
    border-radius: 4px 4px 0 0;
    line-height: 27px;
    font-size: 12px;
    font-weight: 700;
    color: #020203;
    background: none repeat scroll 0 0 #f5f5f5;
    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(245,245,245,1.0)),to(rgba(217,217,217,1.0)));
    background: -moz-linear-gradient(top,rgba(245,245,245,1.0),rgba(217,217,217,1.0));
    text-shadow: 0 1px 0 #020203;
    text-decoration: none;
    margin: -1px;
}

    .title_row a:hover {
        text-decoration: none;
    }

.sbutton {
    text-decoration: none !important;
    cursor: pointer;
    background-color: #249BED;
    font-family: Arial,Helvetica,sans-serif;
    text-shadow: #333 1px 1px 1px;
    color: #fff;
    padding: 0 8px;
    border-radius: 4px;
    display: -moz-inline-box;
    display: inline-block;
    zoom: 1;
    *display: inline;
    height: 20px;
    line-height: 20px;
    box-shadow: rgba(0,0,0,0.5) 1px 1px 3px,rgba(0,0,0,0.5) -1px -1px 1px inset,rgba(255,255,255,0.5) 1px 1px 1px inset;
}

    .sbutton:active {
        color: #FF9;
    }

    .sbutton:hover {
        background-color: #148BDD;
    }

    .sbutton.red {
        background-color: #EC244F;
    }

        .sbutton.red:hover {
            background-color: #EF4369;
        }

.SiteMainCategories {
    position: relative;
}

    .SiteMainCategories a {
        display: block;
        padding: 7px 5px;
        font-size: 17px; 
        padding-right:10px;
        padding-left:10px;
      text-decoration:none;
    }

    .SiteMainCategories ul {
        display: block;
        margin: 0;
        padding: 1px;
    }

    .SiteMainCategories li {
        display: block;
        padding: 5px;
     
        border: 1px solid #f7f1f1;
        position: relative;
    }
    .SiteMainCategories li:hover {
        background-color:#E8EAF6;
    }

        .SiteMainCategories li ul {
            display: none;
            margin-left: 10px;
            position: relative;
            margin: 0;
            min-width: 200px;
            border: 1px solid #999;
            border-radius: 5px;
        }

            .SiteMainCategories li ul ul {
                min-width: 180px;
            }

        .SiteMainCategories li li {
            margin-right: 0;
        }

        .SiteMainCategories li:hover > ul, .SiteMainCategories li:hover > ul ul {
            position: relative;
            right: auto !important;
            left: auto !important;
            z-index: 3;
            min-width: 180px;
        }

        .SiteMainCategories li ul a {
            white-space: nowrap;
        }

body {
    z-index: 6;
}

#blog-content {
    padding: 1px;
    min-height: 400px; 
    margin-top: 2px;
}

    #blog-content .panel-heading {
        padding: 5px;
        overflow-x: hidden;
        height: 40px;
    }

.show-content .panel-heading {
    overflow-x: auto !important;
    white-space: pre-line;
    height: auto !important;
}

    .show-content .panel-heading h1 {
        font-size: 20px;
        margin: 6px auto;
    }

.show-content .panel-body, .panel-body {
    font-size: 16px;
    line-height: 33px;
    padding: 5px 10px;
}

#blog-content h2.panel-title {
    font-size: 17px !important;
    padding:5px 8px;
    line-height:28px;
}

    #blog-content h2.panel-title a {
        display: block;
    }

#blog-content .panel-footer {
    padding: 7px !important;
      height: 50px;
}

#blog-content .index-items-body {
    height: 160px;
    display: block;
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 13px!important;
}
 

#blog-content .posts-image {
    height: 180px;
    width: 100%;
    max-width: 430px;
    margin: 0 auto 2px auto;
    display: block;
}

#blog-content .post-image {
    max-height: 440px;
    width: 99.8%;
    max-width: 900px;
    margin: 1px auto;
    display: block;
}

#blog-content a[rel=tag] {
      display: inline-block;
    font-size: 12px!important;
}
#blog-content .keywords h3 {
    margin: 2px 5px;
    font-size:12px;
}

#blog-content .pager {
    width: 100%;
    display: block;
    padding: 10px;
}

#blog-content .filesfor {
}

 .flags{
     text-align:center;
 }
.flags a{
    padding:1px;
}
.flags .split{
    color:#000D5A;
    margin:-1px;
}
.flags img {
    height: 52px;
    width: 56px;
    opacity: 0.95;
    padding: 2px;
}

    .flags img:hover {
        opacity: 1;
    }

.langs .curLang:hover > ul {
    display: block !important;
    left: 0;
}

    .langs .curLang:hover > ul li a {
        color: #0A83CF;
        padding: 7px 9px;
    }


#blog-content .filesfor a {
    white-space: pre-line;
    margin: 5px;
}

#blog-content .filesfor .panel-title {
    padding: 4px;
}

#blog-content .filesfor .panel-body {
    max-width: 100%;
    overflow: hidden;
    padding: 4px 3px;
}

#blog-content {
    max-width: 100%;
}

@media (max-width: 480px) {
    .search form #search {
        max-width: 98% !important;
    }

    .slidbar1 ,.col-md-5, .col-md-7{
        width: 100%!important;
    }

    .header .col-md-6 {
        float: none !important;
    }
     .header .menu .btn{
        min-width:220px!important;
        margin:5px auto;
        display:block;
    }
    .col-md-1, .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-md-10, .col-md-11, .col-md-12 {
      width: 100%;
    }
    .footer .col-md-4{
        min-width:100%;
    }
  

    .col-md-9, .col-md-9 .col-md-4, .slidbar1 {
        width: 99%!important;
    }
    .col-md-12 {
        min-width: 100%;
    }

}


@media (min-width: 481px) and (max-width: 650px) {
    #blog-content, .slidbar1 {
        width: 99%;
    }

    .header .col-md-6 {
        float: none !important;
    }

    .search form #search {
        max-width: 480px !important;
    }

    .header .menu .btn {
        min-width: 220px !important;
        margin: 5px auto;
        display: block;
    }

    .col-md-9, .col-md-9 .col-md-4 , .col-md-3{
        min-width: 99%;
    }
    .col-md-12{min-width:100%;}
    .footer .col-md-4 {
        min-width: 100%;
    }
}

@media (min-width: 651px) and (max-width: 800px) {
    .slidbar1 {
        width: 40% !important;
       
    }
    .col-md-9 {
      
       width: 59% !important;
        min-width: 350px !important;
    }
    .col-md-12{min-width:100%;}
        .col-md-9 .col-md-4 {
            width: 49%;
        }
 
}


@media (min-width: 801px) and (max-width: 960px) {
    .slidbar1 {
        width: 30% !important;
    }

    .col-md-9 {
        width: 69% !important;
        min-width: 350px !important;
    }

    .col-md-12 {
        min-width: 100%;
    }

    .col-md-9 .col-md-4 {
        width: 49%;
    }
}

@media (min-width:961px) and (max-width: 1200px) {
    .slidbar1 {
        width: 30%;
        
    }

    .col-md-9 {
        width: 69%;
      
    }

        .col-md-9 .col-md-4 {
            width: 49%;
        }
}

    @media (min-width:1201px) {
        #header, #layout-content, .header .navigation, .siteWidth {
            width: 1170px !important;
        }
    }



    .header .menu {
        margin: 6px auto;
    }

    #layout-content {
        min-height: 350px;
        overflow: hidden;
        border-radius: 5px;
        border: 1px;
        display: block;
        margin: 1px auto;
    }

    .logo {
        text-align: center;
        display: inline-block;
    }

        .logo span {
            font-size: 30px;
font-weight:bold;
            padding: 5px;
        }

.search form #search {
    min-width: 350px;
    max-width: 100%; 
    color: black;
    padding: 5px;
    position:relative;
    bottom:-2px;
}

    .search form {
        display: inline-block;
        float: none;
    }

        .search form input[type=submit] {
            margin-top: -3px;
        }

    .collapse {
        padding: 0px 4px;
        display: inline-block !important;
        font-weight: lighter;
        background-color: #525251;
        color: white;
        border-radius: 10px;
        cursor: pointer;
        min-width: 20px;
        text-align: center;
        font-size: 18px;
        position: absolute;
        top: 10px;
        z-index: 2000;
    }

    .current-cat {
        font-weight: bold;
        background-color: #E8EAF6 !important;
    }

    .show-content .postbody p {
        line-height: 37px !important;
    }

    .show-content {
        display: block;
    }

        .show-content h2 {
            font-size: 24px;
            padding: 5px;
        }

        .show-content h3 {
            font-size: 22px;
            padding: 5px;
        }

    .col-md-1, .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-md-10, .col-md-11, .col-md-12 {
        float: left;
        max-width: 100%;
        width:50%;
    }

    #blog-content .col-md-4 {
        padding: 3px;
    }

        #blog-content .col-md-4 .panel-info:hover {
            background-color: #fbf8f8;
        }

    .banners {
        position: relative;
        min-height: 64px;
        z-index: 100;
        overflow: hidden;
        margin: 2px;
        padding: 0 1px;
    }

        .banners a {
            height: 65px;
            display: block;
            width: 100%;
            transition: all 1.1s ease-in-out 0
        }

        .banners img {
            width: 100%;
            height: 64px;
            z-index: 1;
            position: relative;
            border-radius: 1px;
            max-width: 550px;
        }

        .banners .tip {
            z-index: 0;
            top: 40%;
            display: block;
            position: absolute;
            min-height: 30px;
            padding: 5px;
            border-radius: 5px;
            white-space: pre-line
        }

        .banners a:hover > .tip {
            z-index: 9999 !important;
            display: block;
            top: 102%;
            color: #369;
            background: #eee;
            border: 1px solid #ccc;
            padding: 10px;
            border-radius: 8px;
            box-shadow: 0 5px 10px rgba(0,0,0,0.2);
            transition: all 1.1s ease-in-out 0;
            min-width: 250px
        }

    .text-links {
        max-width: 100%;
        text-align: left;
        line-height: 18px !important;
        border-width: 1px !important;
        min-height: 64px;
        max-height: 67px;
        overflow: hidden;
        display: block !important;
        margin: 2px !important;
        border-radius: 1px !important;
    }

        .text-links .content {
            white-space: pre-line;
            font-size: 12px;
            font-weight: 400
        }

    .unselectable {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .selectable {
        -webkit-touch-callout: inherit;
        -webkit-user-select: inherit;
        -khtml-user-select: inherit;
        -moz-user-select: all;
        -ms-user-select: element;
        user-select: all;
    }

    .related-posts {
        text-align: justify;
    }

        .related-posts h2 {
            display: inline-table;
        }

    .filesfor i {
        font-size: 24px;
    }

    .panel-heading .panel-title {
        padding: 6px;
    }

    .btn {
        border-width: 1px !important;
    }

    .btn-info-alt:hover {
        background-color: #5BC0DE;
        border-color: #5BC0DE !important;
        color: white !important;
    }

    .btn-success-alt:hover {
        background-color: #5CB85C;
        border-color: #5CB85C !important;
        color: white !important;
    }

    .btn-primary-alt:hover {
        background-color: #428BCA;
        border-color: #428BCA !important;
        color: white !important;
    }

        .btn-primary-alt:hover > a {
            color: white !important;
        }



    .topnav li.icon, .slidebar-menu-frm .icon, #topmenubar li.icon {
        display: none !important;
    }

.topnav ul{
    padding:2px 0;

}
.topnav li {
    display: inline-block;
    list-style: none;
}

    li.icon {
        border: none !important;
    }

    .topnav a {
        text-decoration: none;
        padding: 5px 8px;
        font-size: 18px;
        color: white;
    }

        .topnav a:hover {
            color: yellow !important;
            opacity: 1;
        }

    .navigation li.icon a, .slidebar-menu-frm li.icon a, .slidebar-menu-frm a.icon {
        font-size: 25px !important;
        font-weight: bold !important;
    }

    @media screen and (max-width: 600px) {
        .topnav li:not(:first-child) {
            display: none !important;
        }

        .slidebar-menu-frm .panel-heading .panel-title {
            padding-right: 25px;
            padding-left: 25px;
        }

        .topnav li.icon, #topmenubar li.icon {
            display: inline-block !important;
        }

        .slidebar-menu-frm li.icon {
            display: none !important;
        }

        .topnav a.icon {
            display: block !important;
            position: absolute;
            width: 100%;
            left: 2px;
            right: 2px;
            top: 8px;
        }
    }

    @media screen and (max-width: 600px) {
        .topnav.responsive {
            position: relative;
        }

        .header #header {
            line-height: 45px !important;
        }

        .topnav.responsive .icon {
            position: relative;
            display: block;
        }

        .topnav a.icon {
            text-decoration: none;
        }

        .topnav.responsive a.icon {
            position: absolute;
            display: inline-block !important;
            top: 9px;
        }

        .topnav.responsive li {
            float: none;
            display: block !important;
        }
    }

.pagination li a {
    display: block;   
    padding: 3px;
}

.pagination li {
    background-color: #142842;
    color: white !important;
    margin: 1px;
    min-width: 33px;
    text-align: center;
}
    .pagination li.active, .pagination li.active a {
        color: #142842 !important;
        background-color: #999 !important;
    }
.pagination li a.pages {
    background-color:inherit;
}