@charset "utf-8";

ul,h1,h2,h3,h4 ,ol,li {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}



::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #999;
    -webkit-border-radius: 4px;
    outline-offset: -2px;
}

::-webkit-scrollbar-thumb:hover {
    height: 50px;
    background-color: #9f9f9f;
    -webkit-border-radius: 4px;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
pre, code {
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
}
body {
    color: #333;
    font-size: 12px;
    line-height: 1.5;
    word-break: break-all;
    word-wrap: break-word;
    background: #F5F5F5;
    *margin-top: 55px;
}
body {
    *border: 1px solid transparent;
}
body, textarea, select, input, button, p {
    font-family: \5fae\8f6f\96c5\9ed1, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a {
    text-decoration: none;
    color: #4D90FE;
    -moz-transition: color linear .3s;
    -webkit-transition: color linear .3s;
    transition: color linear .3s;
}
a:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #4D90FE;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe), to(#4787ed));
    background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
    background-image: -moz-linear-gradient(top, #4d90fe, #4787ed);
    background-image: -ms-linear-gradient(top, #4d90fe, #4787ed);
    background-image: -o-linear-gradient(top, #4d90fe, #4787ed);
    background-image: linear-gradient(top, #4d90fe, #4787ed);
    border-radius: 2px;
}
a[rel~="external"] {
    padding-right: 16px;
    background: transparent url(images/link_external.png) 99% 40% no-repeat;
}
strong {
    color: #222;
}
button, label, input[type=button], input[type=submit] {
    cursor: pointer;
}
header, nav, hgroup, section, article, aside, footer {
    display: block;
}

input:hover, select:hover, textarea:hover {
    color: #333;
    background-color: #fff;
}
input:focus, textarea:focus {
    border-color: rgba(82,168,236,.75);
    box-shadow: 0 0 8px rgba(82,168,236,.5);
    -moz-box-shadow: 0 0 8px rgba(82,168,236,.5);
    -webkit-box-shadow: 0 0 8px rgba(82,168,236,.5);
    background-color: #fff;
}
button {
    padding: 5px 10px;
    padding: 5px 10px 1px\0;
    *padding: 3px 10px 0;
    border-radius: 2px;
    color: #333;
    background-color: #f6f6f6;
    background-image: -webkit-linear-gradient(#fff, #f6f6f6);
    background-image: -moz-linear-gradient(#fff, #f6f6f6);
    background-image: linear-gradient(#fff, #f6f6f6);
    -pie-background-image: linear-gradient(#fff, #f6f6f6);
    border: 1px solid #C6C6C6;
    behavior: url(/wp-content/themes/rabbit/includes/PIE.htc);
    margin: 0;
    *margin-top: 1px;
    overflow: visible;
    -moz-transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s;
}
button:hover {
    color: #444;
    background-color: #f9f9f9;
    border-color: #bbb;
}
button:active {
    box-shadow: inset 0 1px 2px #bbb;
}
button.button, #submit {
    color: #fff;
    background-color: #499bea;
    background-image: -moz-linear-gradient(top, #499bea 0, #207ce5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #499bea), color-stop(100%, #207ce5));
    background-image: -webkit-linear-gradient(top, #499bea 0, #207ce5 100%);
    background-image: -o-linear-gradient(top, #499bea 0, #207ce5 100%);
    background-image: -ms-linear-gradient(top, #499bea 0, #207ce5 100%);
    background-image: linear-gradient(top, #499bea 0, #207ce5 100%);
    -pie-background-image: linear-gradient(top, #499bea 0, #207ce5 100%);
    behavior: url(/wp-content/themes/rabbit/includes/PIE.htc);
    border: 1px solid #3079ED;
}
button.button:hover, #submit:hover {
    color: #fff;
    background-color: #4d90fe;
    border-color: #3079ED;
}
button.button:active, #submit:active {
    box-shadow: inset 0 1px 2px #06c;
}
button.signin {
    color: #fff;
    border-color: #000;
    background-color: #45484d;
    background-image: -moz-linear-gradient(top, #45484d 0, #000 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #45484d), color-stop(100%, #000));
    background-image: -webkit-linear-gradient(top, #45484d 0, #000 100%);
    background-image: -o-linear-gradient(top, #45484d 0, #000 100%);
    background-image: -ms-linear-gradient(top, #45484d 0, #000 100%);
    background-image: linear-gradient(top, #45484d 0, #000 100%);
    -pie-background-image: linear-gradient(top, #45484d 0, #000 100%);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.2);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.2);
    behavior: url(/wp-content/themes/rabbit/includes/PIE.htc);
}
button.signin:hover {
    background-color: #333;
}
button.signin:active {
    box-shadow: inset 0 1px 2px #000;
}

#header {
    width: 100%;
    height: 40px;
    background: #1F1F1F;
    background: rgba(0,0,0,.8);
    -moz-box-shadow: 0 3px rgba(0,0,0,0.1), inset 0 -4px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px rgba(0,0,0,0.1), inset 0 -4px rgba(0,0,0,0.1);
    box-shadow: 0 3px rgba(0,0,0,0.1), inset 0 -4px rgba(0,0,0,0.1);
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    _position: absolute;
    _top: expression(documentElement.scrollTop+0);
    z-index: 1000;
    
    position: fixed;
}

.inner {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}
#header .inner {
    height: 40px;
    position: relative;
    z-index: auto;
}

#header a {
    cursor: pointer;
}

hgroup {
    position: absolute;
    left: 0;
}
#site-description {
    display: none;
}
#site-title {
    line-height: 40px;
    font-family: ‘Times New Roman’, Times, serif;
    -moz-user-select: none;
    -khtml-user-select: none;
    cursor: default;
}

#site-title a {
    text-indent: -9999px;
    background: transparent url(images/logo.png) no-repeat;
    display: block;
    color: #FFF;
    height: 40px;
    width: 140px;
    margin-right: 5px;
    outline: none;
    overflow: hidden;
    behavior: url(/wp-content/themes/rabbit/includes/iepngfix.htc);
}
nav {
    position: absolute;
    left: 170px;
    border-left: 1px solid #040404;
    border-right: 1px solid #2F2F2F;
    height: 40px;
}
nav {
    border-right-color: rgba(255,255,255,0.15);
    border-left-color: rgba(0,0,0,0.2);
}
nav li a {
    padding: 10px 10px 0;
    height: 30px;
    display: block;
    float: left;
    border-left: 1px solid #2F2F2F;
    border-right: 1px solid #040404;
}
nav li a {
    border-left-color: rgba(255,255,255,0.15);
    border-right-color: rgba(0,0,0,0.2);
}
nav li a, nav li a:link, nav li a:visited {
    color: #fff;
    text-decoration: none;
    -moz-transition: background 0.2s linear;
    -webkit-transition: background 0.2s linear;
}
nav li a:hover, nav li a:active {
    color: #fff;
    background: #263c7b;
    background: rgba(38,60,123,0.9);
    -moz-transition: background 0.1s ease-in;
    -webkit-transition: background 0.1s ease-in;
}
nav li.current-menu-item, nav li.current-menu-ancestor, nav li.current-post-ancestor, nav li.current-category-ancestor {
    -moz-box-shadow: inset 0 3px #669be1;
    -webkit-box-shadow: inset 0 3px #669be1;
    box-shadow: inset 0 3px #669be1;
    background: #333;
    background: rgba(255,255,255,.1);
}

.signin-box {
    position: absolute;
    right: 0px;
    z-index: 0;
}
.signin-box a{ color:#fff; line-height:40px; margin:0 10px;}
.signin-box a:hover{background:none; color:#ccc; }
.signon-box ul li {
    position: static;
    white-space: nowrap;
    float: none;
    width: 140px;
}
.signon-box ul {
    display: none;
    width: 140px;
    position: absolute;
    right: -1px;
    background: #111;
    background: rgba(0,0,0,.8);
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-radius: 0 0 5px 5px;
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,.35);
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,.35);
    box-shadow: 0 3px 3px rgba(0,0,0,.35);
}
.signon-box ul li:last-child a {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.signon-box ul li a {
    color: #FFF;
    float: none;
    border: 0;
    background: #333;
    background: rgba(255,255,255,.1);
}
.signon-box ul li a:hover {
    background: #111;
    background: rgba(0,0,0,.8);
}
.signin-box .holding input {
    width: 105px;
    background: #666;
    color: #FFF;
    border: 1px solid #000;
    margin-right: 2px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}
.signin-box .holding input:focus {
    background: #FFF;
    color: #000;
}
.signin-box .username, .signin-box .password, .signin-box button {
    float: left;
}












.page_div {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    margin-top: 45px;
}

.page_div_2 {
    /*width:90%;*/
    /*padding-right: 15px;*/
}

.textarea {
    overflow-x:hidden;
    overflow-y:hidden;
    /*resize:none;*/
    padding: 5px;
    font-size: 15px;
    outline: none;
    text-shadow: 0px 1px 0px #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

.textarea:focus {
    border: 1px solid #fafafa;
    -webkit-box-shadow: 0px 0px 6px #007eff;
    -moz-box-shadow: 0px 0px 5px #007eff;
    box-shadow: 0px 0px 5px #007eff;
}



.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}



.textarea {
    overflow: auto;
    width: 95%;
    margin-right: 18px;
    min-height: 580px;
}





@media(max-width:943px) {
    #header-hgroup {
        padding-left: 15px;
    }
}

@media(max-width:768px) {
    #header-hgroup {
        display: none;
    }
    
    nav {
        left: 0px!important;
    }
    
    .signin-box {
        padding-right: 15px;
    }
}

@media(max-width:691px) {
    #header-hgroup {
        padding-left: 15px;
    }
    
    .form-control {
        width: 90%;
    }
}

@media(max-width:420px) {
    .signin-box {
        display: none;
    }
}