body {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    background-attachment: fixed;
    background-color: #000;
    border: 0;
    padding: 0;
    margin: 0;
    min-width: 640px;
    /*max-width: 1366px;*/
}
#header {
    font-family: tahoma;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    background-color: #150A4E;
    color: #fff;
    padding: 1em;
    border-bottom: 2px solid #fff;
    box-shadow: 0 1px 10px #000;
}
#header.addheader {
    background-color: rgb(143, 69, 0);
}
#header .home {
    float: left;
    font-size: 24px;
}
#header a {
    color: #fff;
}
#header form[name=search] {
    padding-right: 7em;
    white-space: nowrap;
    text-align: center;
}
#header form[name=add] {
    padding-right: 7em;
    white-space: nowrap;
    text-align: center;
    display: none;
}
#header label {
    padding-right: 1em;
    text-shadow: 0 1px 1px #000;
}
#header input[type=text] {
    font-size: 17px;
    border: 0;
    padding: 2px 7px;
    outline-color: #fff;
}
#header input[type=submit] {
    text-shadow: 0 1px 1px #000;
    border: 0;
    font-family: FontAwesome;
    font-size: 25px;
    margin: 0px 0 0 10px;
    position: absolute;
    color: #fff;
    background-color: transparent;
    cursor: pointer;
}
#loader {
    position: absolute;
    margin-top: 5px;
    display: none;
}
#header .about {
    text-decoration: none;
    padding-right: 2em;
    float: right;
    font-size: 14px;
    color: #fff;
    padding-top: 7px;
    font-weight: bold;
    font-family: sans-serif;
}
#content h1 {
    color:#fff;
    text-shadow: 0 1px 10px #000;
    font-family: sans-serif;
}
#content h1 img {
    margin: 0px 0px -4px 2px;
}
#content {
    padding-top: 4em;
    text-align: center;
}
.fa {
    width: 2em;
    text-align: center;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.item a {
    color:#fff;
}
.item input {
    text-align: center;
    color:#fff;
    background-color: rgba(39, 37, 12, 0.5);
    border: 0;
    font-size: 32px;
    font-family: arial;
}
.item .desc {
    display: block;
    color: #e0e0e0;
    font-family: serif;
    padding-top: 0.6em;
}
.item + br {
    display: block;
    clear:both;
}
.item {
    clear:both;
    display: inline-block;
    box-shadow: 0 1px 40px #fff;
    color: #fff;
    margin: 2em 1em;
    text-align: left;
    max-width: 600px;
    min-width: 450px;
    padding: 1em 2em;
    font-size: 32px;
    font-family: arial;
    background-color: rgba(39, 37, 12, 0.8);
}
#map {
    width: 100%;
    height: 200px;
    display: inline-block;
}
.geo {
    color: #fff;
    margin-top: 1em;
    font-size: 32px;
    text-shadow: 0px 1px 1px #000;
}
.geo img {
    margin:0 0 -5px 0;
}
.card {
    display: inline-block;
    box-shadow: 0 1px 40px #fff;
    color: #fff;
    margin: 2em 1em;
    text-align: left;
    max-width: 600px;
    min-width: 450px;
    padding: 1em 2em;
    font-size: 32px;
    font-family: arial;
    background-color: rgba(39, 37, 12, 0.8);
}
.card .desc {
    display: block;
    color: #e0e0e0;
    font-family: serif;
    padding-top: 0.6em;
}
.desc img {
    float: right;
    padding: 0 0 1em 1em;
}
.card input {
    text-align: center;
    color:#fff;
    background-color: rgba(39, 37, 12, 0.5);
    border: 0;
    font-size: 32px;
    font-family: arial;
}
.userlabel {
    font-size: 17px;
    padding-top: 1em;
}
.userlist {
    font-size: 12px;
    height: 100px;
    padding: 0 10px;
    overflow-y: scroll;
    width: 574px;
    text-align: justify;
}
.str_wrap {
    overflow:hidden;
    width:100%;
    font-size:12px;
    line-height:16px;
    position:relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;  
    white-space:nowrap;
}
.str_wrap.str_active {
    background-color: rgba(31, 23, 0, 0.7);
}
.str_move { 
    white-space:nowrap;
    position:absolute; 
    top:0; 
    left:0;
    cursor:move;
}
.str_move_clone {
    display:inline-block;
    vertical-align:top;
    position:absolute; 
    left:100%;
    top:0;
}
.str_vertical .str_move_clone {
    left:0;
    top:100%;
}
.str_down .str_move_clone {
    left:0;
    bottom:100%;
}
.str_vertical .str_move, .str_down .str_move {
    white-space:normal;
    width:100%;
}
.str_static .str_move, .no_drag .str_move, .noStop .str_move {
    cursor:inherit;
}

#footer {
    box-shadow: 0 -1px 20px #000;
    text-align: center;
    background-color: rgba(50, 87, 16, 0.92);;
    color: #fff;
    padding: 1em 1em 3em 1em;
}
#cb_btn {
    float: right;
    color:#fff;
    text-shadow: 0 0 1px #000;
    padding: 0.7em 1em 0 0;
    text-decoration: none;
}
form[name=cb] input[type=submit]{
    font-family: FontAwesome;
    font-size: 19px;
    color: #606060;
    padding: 4px 30px;
}
form[name=cb] input[type=text]{
    width: 390px;
    font-size: 32px;
    padding: 4px 10px;
}
form[name=cb] textarea{
    font-size: 32px;
    padding: 4px 10px;
    border-width: 1px;
    border-style: inset;
    height: 150px;
    width: 390px;
}
form[name=cb] label {
    margin-bottom: 7px;
    display: block;
}
form[name=cb] label span {
    float: left;
    padding-left: 1em;
    color: #404040;
}
form[name=cb] {
    position: fixed;
    bottom: 3em;
    right: 4em;
    width: 444px;
    height: 300px;
    border: 1px solid #000;
    background-color: rgba(255, 255, 255, 0.96);
    padding:1em;
    color: #000;
    display: none;
}
.notfound {
    font-size: 64px;
    font-family: sans-serif;
    color: #e0e0e0;
    text-shadow: 0 0 10px #fff;
    padding-top: 2em;
}

.paginator {
    font-size:1em;
    margin:5px auto;
    max-width:600px;
    min-width: 450px;
    height:65px;
    padding-top:15px; }
.paginator table { border-collapse:collapse; table-layout:fixed; width:100%; }
.paginator table td { padding:0; white-space:nowrap; text-align:center; font-size:14px; }
.paginator .left { text-align:right; }
.paginator .right { text-align:left; }
.paginator .left, .paginator .right { width:17%; }
.paginator .top, .paginator .top a { 
    text-shadow: 0 1px 1px #000;
    color:#fff;	
}
.paginator .bottom, .paginator .bottom a { 
    text-shadow: 0 1px 1px #000;
    color:#fff; 
    font-size:12px; 
}
.paginator .spaser { width:30px; }
.paginator span { display:block; padding:3px 0; color:#fff; }
.paginator span strong, .paginator span a { 
    padding: 2px 6px 2px 7px;
}
.paginator span a { 
    color: #fff;
    text-shadow: 0 1px 1px #000;
}
.paginator a:hover { 
    text-decoration:none;
    color: #FFFCC7;
}
.paginator span strong { 
    box-shadow: 0 1px 20px #fff;
    background-color: rgba(39, 37, 12, 0.8);
    font-style:normal; 
    font-weight:normal; 
}
.paginator .scroll_bar { width:100%; height:20px; position:relative; margin-top:10px; }
.paginator .scroll_trough { 
    width:100%;	
    height:3px; 
    background:#e0e0e0; 
    overflow:hidden;
}
.paginator .scroll_thumb { 
    position:absolute; 
    z-index:2; 
    width:0; 
    height:3px; 
    top:0; 
    left:0; 
    font-size:1px;
    background:#FF4700;
}
.paginator .scroll_knob { 
    position: absolute;
    top: -3px;
    left: 50%;
    margin-left: -10px;
    width: 0px;
    height: 6px;
    overflow: hidden;
    cursor: pointer;
    border: 4px solid transparent;
    border-bottom: 11px solid #fff;
    margin: 0px 0px 0px -4px;
}
.paginator .current_page_mark {
    margin: 0 0 0px 2px;
    background: #707070;
    width: 3px;
    position:absolute; 
    z-index:2; 
    top:0;
    left:0;
    height:3px; 
    overflow:hidden;
}
.fullsize .scroll_thumb { display:none; }
.paginator_pages {
    max-width:600px;
    min-width: 450px;
    text-align:right;
    font-size:0.8em;
    color:#808080;
    margin-top:-10px;
}
h2 {
    font-size: 14px;
    color: #fff;
    margin: 20px 0 10px 0;
}
.graph {
    padding: 12px;
    background-color: rgba(255,255,255,0.1);
    font-size: 11px;
    color: #F0F0F0;
}
.graph li {
    list-style-type: none;
    display: inline-block;
    width: 8px;
    border: 1px solid #d0d0d0;
    background-color: #464A7A;
    background: -moz-linear-gradient(top, #FF5D1F 0%,#FFFFD3 50%,#4DCE2C 100%);
    background: -webkit-linear-gradient(top, #FF5D1F 0%,#FFFFD3 50%,#4DCE2C 100%);
    background: -o-linear-gradient(top, #FF5D1F 0%,#FFFFD3 50%,#4DCE2C 100%);
    background: -ms-linear-gradient(top, #FF5D1F 0%,#FFFFD3 50%,#4DCE2C 100%);
    background: linear-gradient(top, #FF5D1F 0%,#FFFFD3 50%,#4DCE2C 100%);
    vertical-align: bottom;
    cursor: pointer;
    margin: 1px;
}
.graph li b {
    text-shadow: 0 0px 3px #000;
    margin: 5px 0px;
    color: #fff;
    font-size: 7px;
    font-family: serif;
    -webkit-transform: rotate(-270deg);
    -moz-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    -o-transform: rotate(-270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    font-weight: normal;
    display: block;
    text-align: center;
}
i.active {
    color: #FFFCC7;
}
.pulldown {
    box-shadow: 0 0 40px rgba(255, 255, 255, 0.6);
    display: none;
    width: 300px;
    position: absolute;
    background-color: rgba(192, 192, 192, 0.9);
    overflow-y: auto;
    height: 250px;
    margin: 35px 0 0 35px;
    padding: 10px;
    text-align: left;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
}
.pulldown a img {
    margin: 0px 6px -6px 0px;
}
.pulldown a.active {
    font-weight: bold;
}
.pulldown div {
    padding: 0 0 5px 0;
}
.pulldown a {
    color: #fff;
    text-shadow: 0 1px 4px #000;
    padding: 2px 0 4px 0;
    display: block;
    border-bottom: 1px solid rgb(206, 206, 206);
    margin: 0px 0 0px 0;
    text-decoration: none;
}
a[href="#version"] + .pulldown {
    width: 110px;
    height: 210px;
    margin: 35px 0 0 80px;
    padding: 10px 10px 10px 20px;
}
.cntinfo {
    color: #fff;
    font-weight: bold;
}
.msg {
    margin-top: 1em;
}
.msg a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}
.msg .loader {
    display: none;
}
.msgform {
    font-size: 18px;
    color: #fff;
}
.msgform textarea, .msgform input[type=text] {
    clear: both;
    text-align: left;
    font-size: 16px;
    display: block;
    padding: 12px;
    border: 0px;
    margin: 1em 0;
    color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.3);
}
.msgform i {
    cursor: pointer;
    text-shadow: 0 1px 1px #000;
}
.msgform input[type=submit] {
    font-size: 18px;
    color: rgb(255, 255, 255);
    text-shadow: 0 1px 1px #000;
    cursor: pointer;
    background-color: transparent;
}
.msgform .submit:hover * {
    color: #FFFCC7;
}
.msgform input[type=text] {
    width: 300px;
}
.msgform textarea {
    width: 574px;
    resize: vertical;
    height: 4em;
}
#mlist {
    margin: 3em 0 0 0;
    font-size: 12px;
    color: #fff;
}
#mlist div {
    padding: 0.5em 1em;
    margin: 1em 1em;
    border-left: 4px solid rgba(0, 255, 3, 0.74);
    background-color: rgba(255, 255, 255, 0.3);
}
#mlist div a {
    color: #fff;
    text-decoration: none;
}
#mlist div i {
    color: #e0e0e0;
    font-size: 10px;
    padding: 0 1em;
}
#mlist div time {
    float: right;
    font-size: 10px;
    color: #e0e0e0;
}
#mlist div b {
    font-size: 16px;
    font-weight: normal;
    color: #e0e0e0;
}
#mlist div p {
    padding: 0.5em;
    margin: 0;
}
#mlist .pager a , #mlist .pager b{
    color: #fff;
    text-shadow: 0 1px 1px #000;
    height:22px;
    width:22px;
    font-size:17px;
    background-color: rgba(255, 255, 255, 0.3);
    padding:7px;
    margin:7px;
    float:left;
    text-align:center;
    line-height:23px;
    text-decoration: none;
}
#mlist .pager b{
    background-color: rgba(255, 255, 255, 0.7);
}
#mlist .pager {
    border:0;
    background: none;
    margin-top: 1em;
}
.card a[href="#plus"] , .card a[href="#minus"] {
    color:#fff;
    text-decoration: none;
}
.card a[href="#plus"]:hover , .card a[href="#minus"]:hover {
    color: #fff;
}
.card a[href="#plus"] {
    width: 1px;
    border: 17px solid transparent;
    position: absolute;
    border-bottom: 14px solid #4DCE2C;
    margin: -14px 0px 0px 20px;    
}
.card a[href="#minus"] {
    width: 1px;
    border: 17px solid transparent;
    position: absolute;
    border-top: 14px solid #ff5d1f;
    margin: 20px 0px 0px 20px;
}
.ubar {
    cursor: pointer;
    border-bottom: 1px dashed #fff;
}
.userbar {
    display: none;
}
.userbar img {
    display: block;
    clear: both;
}
.userbar label {
    font-size: 12px;
}
.userbar textarea {
    width: 574px;
    clear: both;
    display: block;
    color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.3);
    padding: 12px;
}
.vote , .maxuser a , .stat {
    color: #e0e0e0;
    font-size: 12px;
    position: absolute;
    margin: 4px 0px 0px 8px;
    font-family: sans-serif;
}
.maxuser a {
    margin: -5px 0px 0px 10px;
}
.maxuser {
    line-height: 37px;
    font-size: 28px;
}
.maxuser i {
    font-size: 32px;
}
.comm {
    margin: 4px 0px 0px 8px;
    position: absolute;
    color: #e0e0e0;
    font-size: 12px;
    font-family: sans-serif;
}
.ll , .ll a {
    color: silver;
    font-size: 11px;
    text-decoration: none;
}
@media screen and (max-width: 1064px) {
    #header .about i {
        font-size: 24px;
        position: absolute;
        right: 50px;
        top: 17px;
        color: #fff;
    }
    #header .about {
        font-size: 1px;
        color: transparent;
    }
}
@media screen and (max-width: 980px) {
    #header #menu {
        display: none;
    }
}
@media screen and (max-width: 640px) {
}
