/* Template-specific stuff
 *
 * Customizations just for the template; these are not necessary for anything
 * with disabling the responsiveness.
 */

/* Account for fixed navbar */
body {
    padding-top: 0px;
    padding-bottom: 0px;
    background:url(/images/bg.png) #F2F2F2;
}

img { 
    border:0px;
}

.clear { 
    clear:both;
}

/* Finesse the page header spacing */
.page-header {
    margin-bottom: 30px;
}
.page-header .lead {
    margin-bottom: 10px;
}

/* Reset the container */
.container {
    max-width: none;
    width: 970px;
}

/* Demonstrate the grids */
.col-xs-4 {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #eee;
    border: 1px solid #ddd;
    background-color: rgba(86,61,124,.15);
    border: 1px solid rgba(86,61,124,.2);
}

.container .navbar-header,
.container .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}

/* Always float the navbar header */
.navbar-header {
    float: left;
}

/* Undo the collapsing navbar */
.navbar-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}

.navbar-toggle {
    display: none;
}

.navbar-brand {
    margin-left: -15px;
}

/* Always apply the floated nav */
.navbar-nav {
    float: left;
    margin: 0;
}
.navbar-nav > li {
    float: left;
}
.navbar-nav > li > a {
    padding: 15px;
}

/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
    float: right;
}

/* Undo custom dropdowns */
.navbar .open .dropdown-menu {
    position: absolute;
    float: left;
    background-color: #fff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-width: 0 1px 1px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.navbar .open .dropdown-menu > li > a {
    color: #333;
}
.navbar .open .dropdown-menu > li > a:hover,
.navbar .open .dropdown-menu > li > a:focus,
.navbar .open .dropdown-menu > .active > a,
.navbar .open .dropdown-menu > .active > a:hover,
.navbar .open .dropdown-menu > .active > a:focus {
    color: #fff !important;
    background-color: #428bca !important;
}
.navbar .open .dropdown-menu > .disabled > a,
.navbar .open .dropdown-menu > .disabled > a:hover,
.navbar .open .dropdown-menu > .disabled > a:focus {
    color: #999 !important;
    background-color: transparent !important;
}

.navbar-fixed-top { 
    margin:0px !important;
}

header { 
    width:1000px;
    padding:0px 0px;
    min-height:200px;
    background:url(/images/bgnew2021.jpg) bottom center;
}

.framebox { 
    width:1000px;
    min-height:800px;
    margin:0 auto;
    border:1px solid #000;
    background:#FFF;
    display:block;
    position:relative;
}

header .logo { 
    float:left;
    margin:10px 0 0 -5px;
    position: relative;
}
header .topbanner {  
    float:left;
}
header .stats { 
    /*margin:-5px 0 0 20px;  */
    position: absolute;
    bottom: -22px;
    left: 20px;
}
.menu1 { 
    background:url(/images/menu-bg.png) repeat-x center -2px;
    min-height:15px;
    text-align:center;
    padding:0px 2px;
    border: #CCC 1px solid;
    width: 960px;
    margin: 5px auto;
    border-radius:2px;
}
ul,li { 

}
.menu1 li { 
    list-style:none;
    display:inline;
    position:relative;
    padding:2px 0;
}
.menu1 li a { 
    font-size:14px;
    color: #666;
    padding:0 5px;
    text-decoration:none;
}
.menu1 li a:hover { 
    text-decoration:underline;
    background:#3F6;
}

.menu2 { 
    width: 980px;
    margin: 0 auto 10px;
    border: 1px solid #CCC;
    border-bottom: 0px;
    background: url(/images/menu-bg2.png) repeat-x;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
    -webkit-box-shadow: #CCC 0 0 .25em;
    -moz-box-shadow: #CCC 0 0 .25em;
    box-shadow: #CCC 0 0 .25em;
    text-align: center;
    padding:0px;
}
.menu2 ul {
    height:50px;
}
.menu2 li { 
    list-style:none;
    display:inline-block;
    position:relative;
    padding:17px 0;
}
.lt-ie8 .menu2 li { 
    display: block;
    float: left;
    margin:0 5px;
}
.menu2 li a { 
    font-size:14px;
    color: #666;
    padding:0 3px;
    text-decoration:none;
}
.menu2 li a:hover { 
    text-decoration:underline;
    background:#3F6;
}

.submenu { 
    display:none;
    position: absolute !important;
    top: 20px;
    left: 0px;
    background: #fff;
    z-index: 101;
    font-size: 12px;
    border: 1px solid #CCC;
    border-top: 0px;
    border-radius: 0 0 5px 5px;
    padding: 0 5px;
    width:160px;
}
.menu1 .submenu { 
    background:#f6f6ff;
}
.menu2 .submenu { 
    top:54px;
    background:#fbfbff;
    font-size:14px;
}
.submenu li {
    display: block;
    padding:10px 5px;
    text-align: left;
}
.submenu li a { 
    font-size:12px;
}
.menu2 .submenu li a { 
    font-size:14px;
}
header .freespace { 
    display:block;
    width:auto;
    height:164px; /*170*/
}

.main { 
    min-height:700px;
}

.headtext-head { 
    display: block;
    margin: 0 25px 0px;
    font-size: 18px;
    font-weight: normal;
    color: #060;
}
.headtext-desc { 
    display: block;
    margin: 0 25px 10px;
    font-size: 12px;
    font-weight: normal;
}
.views {
    display: block;
    margin: 0 25px 10px;
    font-size: 12px;
    font-weight: normal;
    text-align: right;
}

footer { 
    display:block;
    padding:10px;
    background:#EEEEEE;
    color: #565553;
    font-size: 12px;
}
.menu_footer { 
    text-align: center;
    margin: 0 -30 10px
}
.menu_footer li { 
    display:inline;
}
.menu_footer a { 
    font-size: 12px;
    color: #666;
    text-decoration: none;
    padding: 0 8px 0 8px;
}
.menu_footer a:hover { 
    text-decoration:underline;
    background:#3F6;
}
.menu_footer .submenu { 
    display:none;
}
footer .footer_copy { 
    text-align:center;
    margin:0 0 10px 0;
}

footer .footer_text { 
    color:#066;
    font-size: 11px;
    text-align:center;
}

/* End Frontend Themeplate */

.datepickerclass {
    display: block;
    border: 0px;
    width: 150px !important;
    height: 26px;
    background: url(/images/dateshort.png) no-repeat;
    font-size: 12px;
    padding: 3px 30px 3px 5px !important;
    text-align: center;
    border:0px !important;
}

.bannera, .bannerb { 
    width: 936px;
    margin: 0px auto;
    overflow: hidden;
}



.closed { 
    width:120px;
    height:40px;
    display:block;
    margin:0 0 5px 0;
    cursor:pointer;
}
.closed img {
    padding:10px; 
}

#ads_fox_bottom { 
    position:fixed;
    bottom:0;
    display:block;
    width:1000px;
    min-height:40px;
    z-index:99999;
    text-align:center;
}

#ads_fix_footer { 
    margin:0 auto;
    width:1000px !important;
    min-height:40px;
    display:block;
    overflow:hidden;
}

#ads_fox_right { 
    position:fixed;
    right:0;
    top:10px;
    overflow:hidden;
    display:block;
    z-index:99998;
    text-align:center;
}

#ads_fox_left { 
    position:fixed;
    left:0;
    top:10px;
    display:block;
    z-index:99998;
    text-align:center;
}

/* Feed webbard */
.indexboard { 
    margin:0 auto 10px;
    width: 980px;
}

.boardleft { 
    float:left;
    width:616px;
    display:block;
    overflow:hidden;
}

.boardright { 
    float:right;
    width:360px;
    display:block;
    overflow:hidden;
}

.subhboard { 
    background:url(/images/contents_name.png) no-repeat;
    padding:5px 5px 0px 35px;
    height:20px;
    font-size:12px!important;
    font-weight:bolder;
    color:#FFF;
}
.boardfull { 
    /*width:986px;*/
    margin:0 auto;
}
.boardleft .subhboard { width:576px; }
.boardright .subhboard { width:320px; }
.boardfull .subhboard { width:940px; margin:0 auto; }
.subhboard { 
    position:relative;
}
.subhboard a { 
    position:absolute;
    top:5px;
    right:5px;
}

.subbboard { 
    overflow:hidden;
    font-size:12px;
}

.boardleft .subbboard { width:616px; }
.boardright .subbboard { width:360px; }

.topicboard { 
    padding:5px;
    border-bottom:1px #CCCCCC dotted;
    position:relative;
    display:block;
    height:18px;
    overflow:hidden;
}

.topicboard a { 
    color:#0281DA;
    text-decoration:none;
    white-space: nowrap;
}

.topicboard a:hover { 
    color:#F00;
    text-decoration:underline;
}

.topicpin { 
    background:#E6CBBF;
    border-color:#913c1f;
}
.topicpin a { 
    color:#A54C2E;
}

.topiccolor { 
    background:#F2F2F2;
}

.tpfull { 
    padding:3px 0 0 0;
}

.tp1 { 
    width:45px;
    display:block;
    margin:0 5px 0 0;
    vertical-align:top;
    float:left;
}

.tp2 { 
    display:block;
    float:left;
}
.tp2 a { 
    height:15px; overflow:hidden; display:inline-block; 
}
.boardleft .tp2 { max-width:503px; }
.boardleft .tp2 a { max-width:378px;}
.boardright .tp2 { max-width:237px; }
.boardright .tp2 a { max-width:187px; }
.boardfull .tp2 { max-width:700px; }
.boardfull .tp2 a { max-width:600px;}

.tp3 { 
    position:absolute; right:2px; top:5px;
    width:66px;
    height:14px;
    overflow:hidden;
}