/*
 * Mootools Simple Modal
 * Version 1.0
 * Copyright (c) 2011 Marco Dell'Anna - http://www.plasm.it
 */
#simple-modal-overlay{position:fixed;display:block;z-index:99998;top:0;left:0;width:100%;height:100%;background-color:#000000;background-position:center center;background-repeat:no-repeat;background:-webkit-gradient(radial, center center, 0, center center, 460, from(#ffffff), to(#291a49));background:-webkit-radial-gradient(circle, #ffffff, #291a49);background:-moz-radial-gradient(circle, #ffffff, #291a49);background:-ms-radial-gradient(circle, #ffffff, #291a49)}.simple-modal{width:600px;left:20px;top:20px;position:absolute;position:fixed;margin:0;color:#808080;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-size:13px;font-weight:normal;line-height:18px;background-color:#FFFFFF;border:1px solid #EAEEFA;border:1px solid rgba(234, 238, 250, 0.6);-webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.6);-moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.6);box-shadow:0 0 3px rgba(0, 0, 0, 0.6);z-index:99999;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px}.simple-modal .simple-modal-header{padding:5px 15px;margin:0;border-bottom:1px solid #EEEEEE}.simple-modal .simple-modal-header h1{margin:0;color:#404040;font-size:18px;font-weight:bold;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;line-height:36px}.simple-modal a.close{position:absolute;right:15px;top:15px;color:#999;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-size:17px;font-weight:normal;line-height:10px;text-decoration:none}.simple-modal a.close:hover{color:#444}.simple-modal .simple-modal-body{padding:15px}.simple-modal .simple-modal-body div.contents{overflow:hidden}.simple-modal .simple-modal-body p{font-size:13px;font-weight:normal;color:#606060;line-height:18px}.simple-modal .simple-modal-body p img{display:block;margin:0 auto 10px auto}.simple-modal .simple-modal-footer{display:block;background-color:#F5F5F5;padding:14px 15px 15px;border-top:1px solid #EEEEEE;-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;-webkit-box-shadow:inset 0 1px 0 #FFF;-moz-box-shadow:inset 0 1px 0 #FFF;box-shadow:inset 0 1px 0 #FFF;zoom:1;margin-bottom:0;text-align:center}.simple-modal .simple-modal-footer a.btn{text-decoration:none;cursor:pointer;display:inline-block;background-repeat:no-repeat;padding:5px 14px 6px;color:#222;font-size:13px;line-height:normal;border:1px solid transparent;-webkit-transition:0.2s linear all;-moz-transition:0.2s linear all;transition:0.2s linear all;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px}.simple-modal .simple-modal-footer a.btn.primary{color:#FFF;text-shadow:0 1px 0 rgba(0, 0, 0, 0.25);background-color:#999;background-repeat:repeat-x;margin-right:15px}.simple-modal .simple-modal-footer a.btn.primary:hover{border:1px solid #444;background-color:#444}.simple-modal .simple-modal-footer a.btn.secondary{padding:5px 2px 6px}.simple-modal .simple-modal-footer a.btn.secondary:hover{color:#999}.simple-modal.draggable .simple-modal-header:hover{cursor:move;background-color:#f8f8f8;-webkit-border-top-left-radius:6px;-webkit-border-top-right-radius:6px;-moz-border-radius-topleft:6px;-moz-border-radius-topright:6px;border-top-left-radius:6px;border-top-right-radius:6px}.simple-modal.loading .simple-modal-body{min-height:60px;background:transparent url("https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/0.16.1/images/loader-large.gif") no-repeat center center}.simple-modal.loading .simple-modal-body div.contents{display:none}.simple-modal.loading .close,.simple-modal.loading .simple-modal-header,.simple-modal.loading .simple-modal-footer{display:none}.simple-modal.hide-header .simple-modal-header{display:none}.simple-modal.hide-footer .simple-modal-footer{display:none}

/**
 * Bootstrap Grid 12
 */
.container{margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px}@media (min-width: 768px){.container{width:750px}}@media (min-width: 992px){.container{width:970px}}@media (min-width: 1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px}.row{margin-left:-10px;margin-right:-10px}.col,.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:10px;padding-right:10px}.col,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width: 768px){.col,.col-sm-1,.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-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width: 992px){.col,.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}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width: 1200px){.col,.col-lg-1,.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-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}
/*.clearfix,*/.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after{content:" ";display:table}
.clearfix:after,.container:after,.container-fluid:after,.row:after{clear:both}
.center-block{display:block;margin-left:auto;margin-right:auto}
.pull-right{float:right!important}
.pull-left{float:left!important}
*,:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.clearfix:after  {line-height:0; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.text-justify { text-align: justify;}
.text-nowrap { white-space: nowrap; }
.center-block {display: block; margin-right: auto; margin-left: auto;}
.panel {
  margin-bottom: 20px;
  background-color: rgba(0,0,0,0.4);
  border: 1px solid transparent;
  border-radius: 10px 10px 0 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  /*overflow: hidden;*/
}
.panel-body {
  padding: 10px;
}
.panel-heading {
  padding: 10px 10px;
  border-bottom: 1px solid #f00;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-weight: bold;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 10px;
  background-color: rgba(0,5,55,0.4);
  border-top: 1px solid #000;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel table {
  width:100%;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.no-gutter > [class*='col-'] {
  padding-right:0;
  padding-left:0;
}
.tabbable .panel-heading,
.tabbable .panel-body {
  padding: 0
}
.tabbable .tab-pane {
  padding: 10px;
}
.tabbable .nav-tabs {
    text-align: left; padding: 0; margin: 0;
}
.tabbable .nav-tabs li {
    padding: 10px; display: block; float:left; border-right: 1px solid #000; font-weight: bold;
}
.tabbable .nav-tabs li.active {
    background-color: rgba(0,5,55,0.4);
}
.tabbable .nav-tabs a{
  color:inherit;
}
.tab-content .tab-pane {
    display: none;
    position:relative;
}
.tab-content .tab-pane.active {
    display: block;
}
.scrollable {
  height: 100%; overflow: auto; overflow-x:hidden; -webkit-overflow-scrolling: touch;
}
/**********/
.icon::before {
    display: inline-block;
    margin-right: .5em;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: #999scale;
    transform: translate(0, 0);
}
a img {
    border:none;
    outline:none;
}
table {
    border-spacing: 0;
}
/* ---------SCROLLBAR--------- */
body{
scrollbar-face-color: #333;
scrollbar-highlight-color: #333;
scrollbar-3dlight-color: #000;
scrollbar-darkshadow-color: #333;
scrollbar-shadow-color: #000;
scrollbar-arrow-color: #09f;
scrollbar-track-color: #333;
background: #333;
color: #fff;
}

/* ---------TEXT-------- */
.warn {font: 16px Verdana, Arial, Helvetica, sans-serif;}
.whatis {font: 12px Verdana, Arial, Helvetica, sans-serif;}
.whatis2 {font: 10px Verdana, Arial, Helvetica, sans-serif;}
.adult {color: #f00;}
.big {font: 12px Verdana, Arial, Helvetica, sans-serif;}
.big2 {font: bold 12px Verdana, Arial, Helvetica, sans-serif;}
.invisible {color: #333; font: 10px Verdana, Arial, Helvetica, sans-serif;}
.small {font: 9px Verdana, Arial, Helvetica, sans-serif;}
.wallColor {color:yellow;}
/* ---------LINKS--------- */
a {text-decoration: none;}
a:link{color: #09f;}
a:visited{color: #09f;}
a:active{color: #000;}
a:hover{color: #A0D800;}
a.sizes:link{color: #09f; font-size: 10px;}
a.sizes:visited{color: #09f; font-size: 10px}
/* ---------GRAPHICS--------- */
.friend {background: #000 url("gfx/friendb.png");}
/* ---------TABLES--------- */
.table1{
width: 99%;
padding: 0px;
font: 10px Verdana, Arial, Helvetica, sans-serif;
border-collapse: collapse;
border: 1px solid #000;
height: 1578px;
}

.table2{
height: 23px;
text-align: center;
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
border: 1px solid #000;
background: #000 url('gfx/bgb.png') repeat-x;
color: #f00;
}

.table4{
width: 100%;
padding: 0px;
border-collapse: collapse;
border:0;
}

.dlmain{
width: 95%;
border-collapse: collapse;
border: 1px solid #000;
}

.dltopa{
width: 18%;
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
text-align: center;
border-collapse: collapse;
border: 1px solid #000;
}

.dltopb{
width: 64%;
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
text-align: center;
border-collapse: collapse;
border: 1px solid #000;
}

.flashFound{color:#f00;}
a.newFlashLetter {color:yellow;}

/* *********** news  ********* */
#news       {text-align:left;}
#news li    {margin-bottom:2px;margin-top:0;}
#news p     {clear:both; /*background:url("./gfx/imgbg.jpg") no-repeat;*/ font-weight:bold; border-bottom:2px solid #09f;}
.ns1        {padding:2px; }
.ns2        {float:left; margin:10px; display:block;}
.ns3        {border:1px solid #000;}
.ns4        {width:60px; height:20px; border:1px solid #777; margin:2px auto; color:#4bf;}
.ns6        {border-bottom:1px solid #777; margin-bottom:2px; color:#4bf;}
/*comments*/
.ns8        {width: 400px; margin-bottom:20px;}
.ns9        {border-bottom:1px solid #000;}
.ns10       {text-align:center;}
.ns11 label {width:50px; text-align:left; display:block; float:left;}

#sidebar    {text-align:center;}
.menu       {margin: 0 auto 4px; border: 1px solid #000; border-width: 0 1px 1px 0}
.menu h2    {min-height: 19px; padding:2px; font: bold 10px Verdana, Arial, Helvetica, sans-serif; background: #000 url('gfx/bgb.png') repeat-x; color: #4bf; margin:0; vertical-align:middle; display:block;}
.menu h2.hmenu {cursor: pointer;}
.menuitems  {font: 12px Verdana, Arial, Helvetica, sans-serif;}
.menuitems a{display:block; padding:1px; }
.menuitems a:hover{ padding:0; border-radius:8px; border:1px solid #09f; background: #224;}
#chlay, #friends { border-top:1px solid #000; margin:2px auto;}
#chlay img, #friends img{border:0; }
.menuicon   {float:left;}

.table1     {height: auto; min-height: 790px;}
.table2     {color: #4bf;}

.rndimg     {border-top:1px solid #000;}
.rndimg img {border:1px solid #000;}
.rndimg div {border:1px solid #09f; background: #000; padding:2px;}

/**/
#contentbox     {margin: 0 auto 4px; border: 1px solid #000;}
#contentbox h2  {text-align:center; min-height: 19px; padding:2px; font: bold 10px Verdana, Arial, Helvetica, sans-serif; background: #000 url('gfx/bgb.png') repeat-x; color: #4bf; margin:0; vertical-align:middle; display:block;}

/*download*/
.listingTitle           {text-align:center; font-size: 12px;}
.listingNotice          {text-align:center;}
.listingResult          {clear:both;}
.listingResult:hover    {background: #222;}
.listingHeader          {border-bottom: 2px solid #09F;}
.listingIcon            {float: left; margin: 2px; }
.listingIcon img        {border: 1px solid #000; max-width: 100px;}
.listingIcon img:hover  {border: 1px solid #A0D800; }
.listingContent         {padding: 3px; margin-left:106px; }
.listingContent b.lb    {margin-bottom: 2px; border-bottom: 1px solid #fff;}
.listingDescription     {float:left; height: 108px; width:160px; overflow: auto;}
.listingLast5           {float:left; height: 108px; max-width:340px; border-left: 1px dashed #09F; padding-left:10px; overflow: hidden;}
.listingLast5 ul        {margin: 0; padding: 0; }
.listingLast5 ul li     {margin: 0; padding: 0; list-style: none; display: block; clear: both;}
.listingLast5 ul li div {float:left;}
.listingLast5 .flink    {width:190px;}
.listingFooter          {margin-left: 110px; clear:both; border-top: 1px dashed #09F; height:20px;}
.listingFooter div      {float: left; padding: 0 10px; border-bottom: 1px solid #09f;}

/*paginator*/
.paginatebox    {padding:4px; border-top:2px solid #000; border-bottom:1px dashed #000; text-align: right;}
.paginate       {padding: 2px 6px;}
select.paginate, option.paginate {background:#444;border:0;color:#0af;}
span.paginate   {padding: 2px 0 2px 6px;}
a.paginate      {border: 1px solid #000;}
a.paginate:hover{text-decoration: underline; background-color: #000;}
a.current       {border: 1px solid #000; background:#0af; color: #000; padding: 2px 6px;cursor: default;}
span.inactive   {border: 1px solid #999; color: #999; cursor: default;}

/*szukarka plik�w*/
#dlsearch               {margin: 10px 0; padding: 0;}
#dlsearch fieldset      {margin: 0; padding: 10px; border:1px solid #000; border-width: 1px 0 0 0;}
#dlsearch div           {float:left; padding: 0 5px; border-right:1px solid #000; height: 20px}
#dlsearch div input     {background:#eee; border:1px solid #000; color:#000;}
#dlsearch div input:hover{background:#a0d800;}

/*walls*/
#walls_th_header        {clear:both; text-align: center; font-size: xx-large;margin: 4px; }
#walls_th_header:first-letter {color: #f00;border:1px solid #000; margin: 2px;}
#walls_th_sizes         {clear:both; text-align: center; margin: 4px 0; padding:0 4px; line-height: 24px; border-top:3px solid #000; border-bottom:3px solid #000;}
#walls_th_sizes span    {margin-right:4px;}
#walls_th_sizes a       {margin:/*auto  1px; padding: 4px; */ 2px; padding: 0 4px; border:1px solid #000; display:inline-block;}
#walls_th_sizes a:hover {background: #000;}
#walls_thumbs           {width: 500px; margin:10px auto; text-align: center;}
#walls_th_footer        {clear:both; border-top:3px solid #000; border-bottom:3px solid #000; text-align: center; }
#walls_th_footer div    {margin:4px auto; }
#walls_th_adult         {float:left; background: #000; padding:5px; color:#f00;}

.actual_size { background: #222;}

/*old
.gthumb img {border:0; margin:5px;}
.gthumb:hover img {margin:3px; border: 2px solid #f00;}
.newimg img {margin:3px; border: 2px solid yellow;}
*/
.gthumb         { width:32%; float:left; margin:1px;}
.gthumb img     { border: 1px solid #000; margin:5px;}
.gthumb:hover   { background: #000;border: 1px solid #a0d800; margin:0;}
.wth_newimg img { border: 1px solid #ff0;}
.wth_adult img  { border: 1px solid #f00;}
.wth_adult_newimg img { border: 1px solid #f0f;}

.ithumb           { width:32%; float:left; margin:1px; border: 1px solid #000;}
.ithumb:hover     { background: #000;border: 1px solid #a0d800; margin:1px;}
.ithumb a img     { border: 1px solid #000; margin:4px; height: 80px;}
.ithumb div       { height: 16px; padding: 4px; background: #1F1F1F;}
.ithumb:hover div { color:#a0d800;}

.ithumb                    { position: relative;}
.ithumb       .compactInfo { display: none; left:100%; top: -1px; border: 1px solid #a0d800;}
.ithumb:hover .compactInfo { display: block; z-index: 1000; position: absolute; height: 136px;}
.ithumb:hover .compactInfo img { margin:0; height: auto;}

.walls_char_name  {font-weight: bold; border-bottom: 1px solid #000}
.walls_char_name:first-letter {color: greenyellow; border:1px solid #000; padding: 2px; background: #000;}
#content .dltopa, #content .dltopb{ background: #000 url('gfx/bgb.png') repeat-x; color: #4bf;}

/*.walls_summary{}
.walls_caption{}
.walls_cat{}
.walls_total{}
.walls_space{}*/

.spoiler 			{background:#000;color:#000;}
.spoiler:hover{background:#000;color:#fff;}

.story p { padding:5px; padding-bottom: 8px; clear:both; margin:0;}
.story p:first-letter { padding-left:20px;}
.story p.nopad:first-letter { padding-left:0;}
.story p + ul {margin-top:-6px; padding-top:0}
.story h3 { padding:5px; line-height: 24px; border-top: 2px solid #000; border-bottom:3px solid #000; text-align: center; clear:both;}
.wtoc  h3 { padding-left:40px; text-align: left;}
.story h4 { font-weight:bold; padding-left:20px; margin-bottom: 2px; text-decoration:underline; clear:both;}
.story h5 { font-weight:bold; padding-left:10px; margin-bottom: 2px; clear:both;}
.story table { text-align:center; margin:auto; border:0; border-collapse:collapse}
.story caption,
.story th,
.story td { padding: 4px; border:1px solid #000;}
.story caption  { background:#222; color:#fff; border-top:1px solid #000; font-weight:bold; font-size:120%}
.story th { background:#222; color:#09f; }
.story td.tsubhead { border-bottom:2px solid #08e;padding:8px; font-weight:bold; }
.story thead tr { border-bottom:3px double #000; }
.story tfoot tr { border-top:2px solid #000; }
.story tfoot a { display: block; padding: 2px; text-align: right; }
/*.story tr:hover*/
.story tr > td { position: relative;}
/*.story tr > td tr > td{ position: relative;}*/
.story tr:hover > td:after { content: ' '; width:4px; height:4px; position: absolute; right: 0; bottom: 0; border-bottom:1px solid #09f; border-right:1px solid #09f; }
/*.story table tbody tr:nth-child(2n) {  }*/
.story blockquote { margin: 1em 3em; color: #999; border-left: 2px solid #999; padding-left: 1em; clear:both; font-style:italic;}
dl.def {padding-left:10px;  margin: -5px 5px 5px 0;}
dl.def dt {font-weight:bold; margin-top:6px;}
dl.def dt em{text-decoration:underline;}
dl.def dd {padding-left:20px; margin:0}

.faq dt {color: #A0D800; cursor:pointer; font-size:120%}
.faq > dt {color: #0099FF;}


.mofmarisa { background: #222 url('script/chara/marisa.jpg') no-repeat bottom right; }
.mofreimu  { background: #222 url('script/chara/reimu.jpg') no-repeat bottom right; }
.moffocus { margin: 5px 0; overflow:auto;}
.moffocus h5 { padding:4px; color:#09f; border-bottom:1px solid #09f; font-size:10px; margin:0;}
.moffocus div div { padding: 4px; float:left; text-align:center; border:1px solid #000;}
.moffocus p { overflow:auto; clear:none; }
.moffocus div span { padding: 5px; display:block; color:#09f}

.spelllist {list-style:none}
.spelllist li{margin-bottom:5px;}
.spelllist li:first-letter {margin-left:-20px;}

.story_banner  {text-align:center;}
.story_banner img {margin-top:5px; border:0;}
.story_banner a:hover img{border:1px solid #f00; border-width: 0 1px 0 1px;}
.story_screens { margin:10px auto; text-align: center; width: 540px;}
.story_screens br {clear:both;}
.story_icon {float:left; margin-right:5px;border:0;}

.chara_data    { margin: 4px;  position: relative;}
.chara_data dt { padding: 4px; padding-left: 0; margin: 0; width: 100px; font-weight: bold; }
.chara_data dd { padding: 4px; padding-left: 0; margin:-20px 0 0 110px; }
.chara_data dl { position: relative;}
.chara_data .charicon  { position:absolute; left: 218px; top:0;}
.chara_data .charicon  img { margin:2px; border: 1px solid #000;}
.chara_data .groupicon { position:absolute; left: -110px; top:0; text-align:center; color:#ff0;}
.chara_data .groupicon img { margin:4px; border: 1px solid #000;}

.tableFilter {border: 0; margin: 5px auto 0; padding: 4px; background:#222; border-top: 1px solid #000; text-align:center;}
.tableFilter fieldset {border:0; margin:0; padding:0; }
.tableFilter span {font-weight: bold; color:#09f; display:inline-block; padding:4px;}
.tableFilter input,
.tableFilter select {color: #fff; background:#333; border: 1px solid #000; }
.tableFilter input[type=text] { width:44%;}
.tableFilter input[type=submit] { width:80px;}

.questionnaire {padding-left:10px;  margin: -5px 5px 5px 0;}
.questionnaire dt {font-weight:bold; margin-top:10px;}
.questionnaire dt em{text-decoration:underline;}
.questionnaire dd {padding-left:20px; margin:0}
/*.questionnaire dd em {margin-left:-10px; color:#ff0; font-weight:bold;}*/

.arr_tracks li .aplay {float:right; width:260px;}
.arr_tracks    { display: block; padding: 0 0 0 30px; list-style: none; overflow: hidden; counter-reset: numList;}
.arr_tracks li { margin: 5px 5px 5px auto; padding-bottom:5px; border-bottom: 3px double #222; position: relative}
.arr_tracks li:before { counter-increment: numList; content: counter(numList);
    position: absolute; left: -26px; font: bold 12px sans-serif; text-align: center;
    line-height: 18px; width: 18px; height: 18px; color: #09f;  background: #222;
    -moz-border-radius: 999px; border-radius: 999px
}

.profile td {border:0; border-bottom:1px solid #000; text-align:left; vertical-align:top;}
.profile td ul    {padding: 0 0 0 20px; margin:0; }
.profile td ul li {padding:2px;}
.profile_avatar   {border: 1px solid #000; border-radius: 10px 10px 0 0; text-align:center; width:200px; overflow:hidden; text-align:center;}
.profile_avatar img {border:0; border-radius: 10px 10px 0 0;}
.profile_avatar b {display: block; padding:3px; background:#222;}
.charalista td:nth-child(2) { text-align:left; }
.charalista a, .charalistb a {display:block}

#toc ul { padding-top: 2pt; margin-top: 0px; padding-left: 10pt; }
#toc li { list-style-type: none; padding-bottom: 2pt;  }
#toc a { display:block; border-bottom: 1px dotted #000;}
#toc .toc-label {font-weight: bold; margin-right:4px; float:left;}

#articles th { cursor:pointer;}
#articles td { height:36px; border:0; border-bottom:1px solid #000;}
#articles a  {/*height:30px;*/ display:block; }

#news_archive {text-align:center}
#news_archive h4 {display:block; margin:4px auto 2px; line-height:16px; border-top: 1px solid #09f; width: 200px; padding-left:0;}
#news_archive a {display:block; margin:2px;}

/*spells*/
ul.choices    { display: block; background: rgba(0,5,55,0.4); border:1px solid #000; padding: 5px; margin: 0; list-style: none; text-align: center;}
ul.choices  li{ display: inline; display:inline-block; margin: 2px; line-height: 22px;  white-space:nowrap; overflow: hidden; }
ul.choices  a { background: #222; border:1px solid #000; border-radius: 8px; padding: 4px;}
ul.choices  li.selected a { background:#000; color:#f00; }
ul.tabs                 {margin-top: 4px; font-weight: bold; border-bottom:0; }
div.contents ul.choices { margin-bottom: 4px;}
div.contents { clear:both; overflow: auto; width: 100%; text-align: center;}
/*div.contents > div > div{ overflow: auto; max-height:3000px}*/
.spells { width: 100%; }
.spells tfoot td {background: #222; }
.spells tfoot td:first-child a {text-align: left;}
.spells td:nth-child(2){ min-width: 110px; }
.spells a {display: block;}
.spell-img, .spell-img img {width: 96px; border:1px solid #000}/*.spell-body img, */
.spell-img .wiki {width: 96px; border:1px solid #777}
.spell-desc td:first-child {text-align: right; padding-right: 5px; font-style:italic}
.spell-desc a {display: inline;}

ul.glist { overflow: hidden; text-align:left;}
ul.glist li { display: block; }
ul.glist li a { display: block; }
ul.glist li a b { float: right; }
ul.glist li a:hover { background: #222; border-left:1px solid #A0D800; border-right:1px solid #A0D800;}
ul.glist p { white-space:normal;}
ul.glist p i { display:inline-block; margin: 2px; border:1px solid #222; border-radius: 8px; padding: 4px;}
ul.glist.choices  { background: none; }
ul.glist.choices > a { background: #444; }
ul.glist.choices ul { background: #222; }
ul.glist.choices ul > a { background: #777; }

.prev-div { background: #000; border-color: #000; border-bottom: 2px solid #09f; padding-bottom:4px;}
.engcopy {float:right; display:block; clear:both}
.sthumb {width: 104px;}
.sthumb img {width: 96px; height: 112px; background: url('gfx/no_thumb.png')}

/*music*/
#music_tracks dl{text-align:left;border-bottom:2px solid #000;margin:5px 0;padding:5px;border-radius:10px}
#music_tracks dt{font-weight:bold;margin-top:2px}
#music_tracks dd{padding:2px;padding-left:60px;border-bottom:1px dashed #777}
#music_tracks dd:hover{border-bottom-style:solid}
#music_tracks dl:hover{border-left:1px solid #a00;border-right:1px solid #a00;padding-left:4px;padding-right:4px;background:#444}
#music_tracks ul{margin:0; padding: 0 0 2px 10px;list-style-type:none;}
#music_tracks ul li:before{content:'^ '; margin-left:-10px}

.mlgame {cursor: pointer}
tr.active td {background: #a0d800;}
tr.active a {color: #000;}
tr.active a:hover {color: #A0D800;}
.mltracksrow {text-align: left}
.mltracksrow > td {padding-top: 1px; padding-bottom: 0}
.mltracksrow td:first-child{border-right:1px solid #000;}
.mltracksrow table {margin-bottom:2px; width:100%;}
.mltracksrow table tr:nth-child(2n) {background: #444; color:#eee;}
.mltracksrow table td:last-child {max-width:200px;}
#musiclist tfoot td {background: #222; }

input[type=hidden]{ display:none;}

div.menu ul	{margin: 0; padding: 0; list-style: none;}
div.menu li {margin: 0; padding: 0;}
div.menu:first-child a {display:block; text-decoration: none; text-align:left;}
div.menu:first-child a:hover {text-decoration: underline;}
div.menu:first-child a {/*margin-left:4px; */padding:4px; }
div.menu:first-child i {margin-right:4px; }
div.menu:first-child a:hover i {color:#f00; }

div.menu li {
	margin-left: 6px;
	/*padding: 4px;*/
	display: block;
	text-align: left;
}

#menu_container,
#main_menu              { border: 1px solid #000; border-radius: 0 0 20px 20px; position:relative; z-index:100; background: #222; padding: 0 10px 0 10px; }
#menu_container:before,
#main_menu:before       { content: "Forum"; display: block; float: left; padding: 10px; font-weight: bold;}
#menu_container ul,
#main_menu      ul      {  padding:0; margin:0; list-style: none;}
#menu_container > ul,
#main_menu      > ul      { padding:0 0 0 60px;}
#menu_container ul li,
#main_menu      ul li   { position:relative; display:inline-block; font-size: larger; }
#main_menu      ul li a,
#menu_container ul li a {display:block;  text-align:center; overflow:hidden; padding: 10px;}
#main_menu      ul li ul,
#menu_container ul li ul {display: none;}
#main_menu      ul li ul li,
#menu_container ul li ul li { margin: 0; min-width: 130px; background: rgba(0,0,0,0.6); border-bottom:1px solid #000; }
#main_menu      ul li:hover ul,
#menu_container ul li:hover ul {display:block; position:absolute; z-index:101; top:36px; left:0; }
#main_menu      ul li:hover ul li ul,
#menu_container ul li:hover ul li ul  {display: none;}
#main_menu {margin-bottom: 15px;}

.main br {font-size: 0}

#button_home > .firstlevel:before { content: "Wejdź";}
#button_home > .firstlevel span   { font-size:0;}

#disqus_thread {padding: 20px}
#disqus_thread a {}

/* restyle */
body    {font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 12px; line-height: 1.4; background: #333 url(bg/pattern.jpg); margin:0; padding:0; }
#header { position:relative;  min-height:160px; background: url(bg/top.jpg) right center no-repeat;}

#logo   { padding: 0; margin: 0}
#logo .alt-logo {display: none}
#subheader {margin-bottom: 5px;}
#footer {text-align:center}
#wrapper {width:100%; max-width:1300px; min-width:640px; margin:0 auto;}
#wrapper.error-page              {text-align:center;background:none;}
#wrapper.error-page #logo        {height:140px}
#wrapper.error-page #logo:before {background:none}
#contentbox {border:0}
table.calendar_table {width:100%; background-color: rgba(255, 255, 255, 0.1);}
div.menu {margin:0; border:0; }
div.menu input {width:95% !important}
#contentbox h2, div.menu h2 {font-size:12px; text-align:left; background:#222; background: rgba(0,0,0,0.4);}
div.menu .menuitems a {text-align:left; }
table.table4 { border-radius: 20px 20px 0 0; overflow: hidden;}
table.table4 > tbody > tr > td:nth-child(1){ width:200px !important; }
table.table4 > tbody > tr > td:nth-child(2){ width:auto !important;}
div.story > div > table {width:100%;min-width:560px;}
table.profile > tbody > tr:first-child > td:first-child {width:202px; }
div.prev-chara > table.profile > tbody > tr:first-child > td:first-child {width:82px; }

#recents                            {margin-bottom:20px;}
#recents .fa                        {color:#f00;}
#recents table                      {width:100%; border:0;}
#recents caption                    {background:rgba(255,255,255,0.1);}

#recent-ssi > table td              {vertical-align:top; text-align:right; white-space: nowrap; border-width: 1px 0}
#recent-ssi > table td:nth-child(1) {width: 128px }
#recent-ssi > table td:nth-child(2) {text-align:left; max-width: 0; overflow: hidden; text-overflow: ellipsis; }
#recent-ssi > table td:nth-child(3) {width: 132px}

#recent-arts > table td              {vertical-align:top; text-align:right; white-space: nowrap; border-width: 1px 0}
#recent-arts > table td:nth-child(1) {width: 70px }
#recent-arts > table td:nth-child(2) {text-align:left; max-width: 0; overflow: hidden; text-overflow: ellipsis; }
#recent-arts > table td:nth-child(3) {width: 90px}
#recent-arts > table td:nth-child(4) {width: 86px}

#recent-ssi, #recent-arts {padding: 0}

#sidebar {
  /*background: #222;*/
}
#sidebar div.menu {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#sidebar div.menu, #sidebar div.menu li {
  padding: 0;
  margin: 0;
}
#sidebar a,
#sidebar a:hover,
#sidebar a:focus,
#sidebar a:active {
  outline: none;
}
#sidebar div.menu h2, #contentbox h2, #footer  {
  padding: 10px 20px;
  color: #999;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.05) inset;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}

table .mltracksrow table tr:nth-child(2n),
#sidebar div.menuitems a {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.05) inset;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);

  padding: 10px 10px 10px 24px;
  background-color: rgba(255, 255, 255, 0.1);
}
#music_tracks dl:hover,
#sidebar div.menuitems li.active a,
#sidebar div.menuitems a:hover,
#sidebar div.menuitems a:focus,
#sidebar div.menuitems a:active {
  background-color: rgba(0, 5, 55, 0.2);
  border:0;
  border-left: 4px solid #09f;
  border-radius:0;
}
#sidebar div.menuitems {
  padding-left: 5px;
}
img.menuicon { float: right;}
#news > div, #content p, #content table td, #content h4, #content h3, #walls_th_header, #walls_th_sizes a, #content .dltopa, #content .dltopb {
   background: rgba(0,0,0,0.2); /*0.5*/
}
div.moffocus {background-color:rgba(0,0,0,0.2);}
table.table4 > tbody > tr > td {padding:0}
#menu_container, #main_menu, .story th, ul.glist.choices ul, ul.choices a {
  background: rgba(0,0,0,0.4);
}

#walls_thumbs {width:100%;}
#walls_thumbs .gthumb {display: inline-block; float:none; width: 160px}
#yt-player { width: 600px !important; margin: 0 auto; display: block;}

#content > div     								    { background: rgba(0,0,0,0.4);}
#news, #story_content								{ padding: 15px; /*font-size:14px;*/ }
#news > .ns1, #story_content > p, #content table td { background: transparent;}
#news > .ns1, #story_content > p 					{ margin: 0 0 10px; }
#news .ns4                       					{ width:70px;}
#news ul { display: block;  overflow: hidden; margin-left: 4px; padding-left: 0; }
#news li { display: block; }
#news li:before {content: '» '}
div.story_screens { width:100%; }
div.story_screens .gthumb {width:auto; float:none; display: inline; display: inline-block;}

div.story_screens .gthumb {position: relative;}
div.story_screens .gthumb > div {padding:6px; display: none; position: absolute; text-align: center; background-color: rgba(0,0,0,.8)}
div.story_screens .gthumb:hover > div {display: block; position: absolute; bottom:0;}
.profile_avatar {max-height: 320px}

.list-container ul           { list-style-type:none; padding:0; margin:0; }
.list-container ul li        { display:block; position: relative; padding-left:10px}
.list-container ul li:before { content: '» '; position: absolute; left: 0;}

#social-icons     { position: absolute; bottom: 0}
#social-icons a   { display: inline-block;}
#rnd-chara img    { max-height: 154px;}
#twitter-widget-0 { width:100% !important}
#quote-box  {
	padding-left: 50px;
	background-image: url(gfx/Th135Patchouli.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#awards-box .icon::before { color:#f00; }
#awards-box .panel-body { height: 100px;}
#news-box .tab-pane     { height: 100px; }
#awards-box img {
  /*background: rgba(255,255,255,0.8);*/
  border: 1px solid;
  border-radius: 2px;
  padding: 1px;
}

.tab-content .footer     {
	background: rgba(0,5,55,0.4); width: 100%;  height: 20px; line-height: 20px;
	position: absolute;  bottom: 0; left:0; padding-left: 6px; border-top: 1px solid #000;
}

#tab-twitter   .scrollable  { margin-top: -10px}
#tab-wiki      .scrollable,
#tab-gensokyo  .scrollable,
#tab-kourindou .scrollable  { height: 70px  }

time { color: #A0D800;}

.ytlist { list-style: none outside none; margin: 0;padding: 0;}
.ytlist:after { content:"."; display:block; height:0; clear:both; visibility:hidden}
.ytlist li{ display: inline-block; margin: 5px; }
.ytlist a { padding:0px; }
.ytlist  .smaller { margin: 2px 5px;}
.small   .clip img{ height: 90px; }
.smaller .clip img{ height: 32px; }

#yt-box em { display: none}

   /* Google Search box styles */
#___gcse_0 {
    display: inline-block !important;
    position: absolute;
    bottom: 0;
    right: 0;
}

#___gcse_0 table {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: none !important;
    background: transparent !important;
    margin: 0 0 0 0 !important;
}

#___gcse_0 tbody {
    border-top: none !important;
}

#___gcse_0 .forum-table td,
#___gcse_0 td,
#___gcse_0 tr,
.gsc-completion-container td {
    padding: 0 !important;
    border-top: none !important;
    border-right: none !important;
    border: none !important;
}

#___gcse_0 input[type="text"] {
    padding: 4px !important;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    max-width: 999px;
    background: transparent !important;
    border: none !important;
}

.gsc-completion-container {
    border: 1px solid #6D7552 !important;
    background: #F0F1CB !important;
    font-family: inherit !important;
    padding: 4px !important;
    color: #D14F2D !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 2px 2px 10px #363636;
}

.gsc-completion-selected {
    margin: 0 -4px -4px -4px;
}

.gsc-completion-container b {
    color: #242424 !important;
    font-weight: 300;
}

.gsc-completion-container table {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: none !important;
}


.gsc-modal-background-image {
    background-color: #000 !important;
}

.gsc-results-wrapper-overlay {
    background: #F0F1ED !important;
    border: solid 1px #A9ADA4 !important;
}

.gsc-webResult.gsc-result,
.gsc-results .gsc-imageResult,
.gsc-webResult.gsc-result:hover,
.gsc-imageResult:hover {
    border-color: transparent !important;
    background-color: transparent !important;
}

.gsc-webResult.gsc-result {
    border: 1px solid transparent !important;
}

.gsc-webResult .gsc-result {
    border-bottom: 1px solid transparent !important;
}

#___gcse_0 .cse .gsc-control-cse,
#___gcse_0 .gsc-control-cse {
    padding: 0 !important;
    width: 280px !important;
    display: inline-block;
}

form.gsc-search-box {
    margin-bottom: 0 !important;
}

#___gcse_0 .cse .gsc-control-cse,
#___gcse_0 .gsc-control-cse {
    background-color: rgba(0, 0, 0, 0) !important;
    border: none !important;
}

#___gcse_0 .gsc-search-box .gsc-input>input:hover,
#___gcse_0 .gsc-input-box-hover {
    border: none !important;
    border-top-color: rgba(0, 0, 0, 0) !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#___gcse_0 .gsc-input-box {
    /*background: #F0F1ED !important;
    border: solid 1px #A9ADA4 !important;*/
    background: rgba(200,200,250,.8) !important;
    border: solid 1px #000 !important;
    height: 25px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.gsc-modal-background-image-visible {
    opacity: 0.4 !important;
    -ms-filter: "alpha(opacity=40)" !important;
    filter: alpha(opacity=40) !important;
}
input.gsc-search-button,
input.gsc-search-button:hover,
input.gsc-search-button:focus {
    background-image: none !important;
    height: 22px !important;
    width: 22px !important;
    margin-left: 5px !important;
    -webkit-border-radius: 4px 4px !important;
    -moz-border-radius: 4px 4px !important;
    border-radius: 4px !important;
    padding: 5px !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d6d3', endColorstr='#a8aca3',GradientType=0 ) !important;
    border: solid 1px #858A7F !important;
    border-color: #858A7F;
}

#___gcse_0 .gsc-tabsArea > div {
	overflow: hidden;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 8px;
}
/* Track */
::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,1);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0, 153, 255,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 153, 255,0.4);
}

/* halloween */

/* 
.ns6,.ns4             { color: orangered;}
#news p, table td     { border-color: orangered; }
.story th, a, a:visited, a:link  { color: orange;}

#header {
    min-height: 360px;
    background: url(bg/halloween.jpg) center bottom no-repeat;
    background-size: 100%;
}
#logo img { opacity:0;}
#logo {
 background:url(bg/logo_h.png) top center no-repeat;
 height:156px;
}
::-webkit-scrollbar-thumb {
    background: rgba(255,153,0,0.8);
}
#menu_container, #main_menu, .story th, ul.glist.choices ul, ul.choices a {
  background:black;
}
.table4{
  background: url(bg/2964_render_render_halloween_mini.png) bottom right no-repeat;
}

#subheader .panel-heading {
  background: darkorange; color:black
}
#subheader {border-radius:20px}

#music_tracks dl:hover,
#sidebar div.menuitems li.active a,
#sidebar div.menuitems a:hover,
#sidebar div.menuitems a:focus,
#sidebar div.menuitems a:active {
  border-left: 4px solid orangered;
}
#content {
background:url(bg/Marisa_Halloween_Witch.png) top right no-repeat;
}
#sidebar .menuitems {background:black}
*/

/* winter */
/*.ns6,.ns4             { color: #26f;}
#news p, table td     { border-color: #26f; }
.story th, a, a:visited, a:link  { color: #08f;}

#header {
    min-height: 360px;
    background: url(bg/winter.jpg) center bottom no-repeat;
    background-size: 100%;
}
#logo img { opacity:0;}
#logo {
 background:url(bg/winter_h.png) top center no-repeat;
 height:180px;
}
::-webkit-scrollbar-thumb {
    background: rgba(0, 153, 255, 0.8);
}
#menu_container, #main_menu, .story th, ul.glist.choices ul, ul.choices a, #contentbox h2, div.menu h2, #footer {
  background:black;
}
.table4{
  background: url(bg/santa_flandre.png) bottom right no-repeat;
}

#subheader .panel-heading {
  background: #08f; color:black;border-bottom-color:#26f;
}
#subheader {border-radius:20px}

#music_tracks dl:hover,
#sidebar div.menuitems li.active a,
#sidebar div.menuitems a:hover,
#sidebar div.menuitems a:focus,
#sidebar div.menuitems a:active {
  border-left: 4px solid #26f;
}
#sidebar .menuitems {background:black}

#content>div { }
table.table4>tbody>tr>td:nth-child(2) {

}*/

/* Walętyłkowy **
body {
  background-image: url(http://colourlovers.com.s3.amazonaws.com/images/patterns/2205/2205569.png?1329179727);
}
body #wrapper {
  background: rgba(255, 255, 255, 0.8);
}
.ns6,
.ns4 {
  color: #FA0F93;
}
#news p,
table td {
  border-color: #CE004B;
}
.story th,
a,
a:visited,
a:link {
  color: #E50440;
}
#header {
  min-height: 260px;
  background: url(http://randomwallpapers.net/touhou-valentine-1920x1080-wallpaper411164.jpg) 0 -340px no-repeat;
  background-size: 100%;
}
#logo {
  background: none;
  height: 180px;
}
#logo img {
  opacity: 1;
}
::-webkit-scrollbar-thumb {
  background: rgba(250, 15, 147, 0.8);
}
#menu_container,
#main_menu,
#contentbox h2,
#footer,
.story th,
ul.glist.choices ul,
ul.choices a {
  color: #CE004B;
}
#subheader {
  background: #000;
  border-radius: 20px;
}
#subheader .panel-heading {
  background: #E50440;
  border-bottom: 0;
  border-radius: 20px;
}
#subheader .panel {
  background-color: rgba(250, 15, 147, 0.1);
  border-radius: 20px;
}
#music_tracks dl:hover,
#sidebar {
  background: #E50440;
}
#music_tracks dl:hover div.menu,
#sidebar div.menu {
  border-bottom: 1px solid black;
}
#music_tracks dl:hover div.menu h2,
#sidebar div.menu h2 {
  color: #FA0F93;
}
#music_tracks dl:hover div.menuitems,
#sidebar div.menuitems {
  background: black;
}
#music_tracks dl:hover div.menuitems li.active a,
#sidebar div.menuitems li.active a,
#music_tracks dl:hover div.menuitems a:hover,
#sidebar div.menuitems a:hover,
#music_tracks dl:hover div.menuitems a:focus,
#sidebar div.menuitems a:focus,
#music_tracks dl:hover div.menuitems a:active,
#sidebar div.menuitems a:active {
  border-left: 4px solid #E50440;
}
#content {
  background: #000;
}
#content > div {
  background: rgba(250, 15, 147, 0.1);
}
*/

img.bbc_img {
    max-height: 200px;
    max-width: 96%;
    border-radius: 10px;
}
.alt2 {
    border-color: #000 !important;
    background: #222;
}
#news-list { 
    text-align:left; padding:15px; background: rgba(0,0,0,0.4);
}
#news-list header {}
#news-list footer {
   border-top: 1px solid #000;
}

#news-list .pagination {
  clear:both;
  text-align:center;
  margin:5px auto;
  overflow:auto;
}
#news-list .pagination li {
  display:inline-block;
}
#news-list .pagination a, #news-list .pagination span {
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 1.20em;
  display: block;
}
#news-list .pagination li.active {  
  font-size: 1.30em;
  border-bottom: 1px solid;
}


#news-list li  { margin-bottom:2px;margin-top:0;}
#news-list .header {
  position:relative;
  padding-top: 1px;
}
#news-list .header::after {
  content:'';
  display:block;
  position:absolute;
  height:64px;
  width:60px;
  bottom:2px;
  right:0;
  background: url(/gfx/aya_3.png) bottom right -1px no-repeat;
}
#news-list .header h4 {
    padding: 5px;
    font-size: 20px;
    font-size: 1.20em;
    text-align: left;
    margin-bottom: 0;
    border-top: 2px solid #000;
    border-bottom: 2px solid #09f;
    text-decoration:none;
}
#news-list .avatar {
 width: 100px;
 margin: 10px;
 float:left;
 text-align:center
}
#news-list .avatar span {
 display:block;
 border:1px solid;
 color: #09f;
}
#news-list .avatar img {
  max-width:90px;
}
#news-list .date, #news-list .body, #news-list .footer {
 margin-left:120px;
 padding: 10px;
}
#news-list .date, #news-list .footer  {
  font-weight: bold;
  background: rgba(0,0,0,0.2);
  border-radius: 20px;
}
#news-list .icon::before {
    color: #f00;
}
#news-list .body {
 border-top:1px solid #222;
 border-bottom:1px solid #222;
 font-size: 13px;

 color:black;
 border-radius: 20px;
 background: #fefefe;
 background: rgba(240,240,255,.94);
}
#news-list .body a, #news-list .body a:link  {
    color: #026;
    font-weight: bold;
}
#news-list .body a:hover {
    color: #026;
    text-decoration: underline;
}
#news-list .body a::after {
    content: "\f08e";
    display: inline-block;
    margin-left: .3em;
    font: normal normal normal 10px/1 FontAwesome;
}
#news-list .centertext {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#news-list .bbc_list br {
  display: none;
}

#news-list .spoilerheader {
    font-weight: bold;
    cursor: pointer;
    font-size: 0.857em;
}
#news-list .spoiler {
    border: 1px solid #ccc;
    padding: 0.3em;
    background-color: #eee;
}
#news-list .spoiler:hover {
  color: inherit;
}
#news-list .bbc_footnotes {
    border-top: 1px solid #bfbfbf;
    margin-top: 10px;
    padding: 4px 8px 4px 0;
    font-size: small;
    overflow: auto;
}
/*
.maeva td {
    display: none;
}
.maeva td.aeva_t, .maeva td.aeva_q, .maeva.active td  {
   display:table-cell;
}
.maeva td.aeva_q {
 width: 40px;
 cursor:pointer
}
.maeva td.aeva_q:before {
 content: "\f16a";
 display: inline-block;
 font: normal normal normal 14px/1 FontAwesome;
}
*/