/* ---- thank you to courty, bleeper, pro, templates!---- */

body {
 background-color: #000;
  margin-top: 15px;
}

::-webkit-scrollbar{width: 7px;}
::-webkit-scrollbar-track{background-color: #ECF2F1;}
::-webkit-scrollbar-thumb{background-color: #666;}

body, a {
  cursor:url(http://i.imgur.com/ONVDMqu.png), default;
} 

a:hover {
  cursor:url(http://i.imgur.com/0p9CPwX.png), default;
}

a {
  text-decoration: none;
  color: #31644C;
}

a:hover {
  text-decoration: none;
  color: #333;
  text-shadow: 1px 1px rgba(49, 100, 76,.4);
}



#sidebar {
  position: absolute;
  visibility: visible;
  z-index: 999;
  top: 0%;
  left: 50%;
  margin-top: 28px;
  margin-left: -500px;
  width: 100px;
  font-size: 12px;
  font-family: 'lato';
  font-weight: 300;
  font-style: normal;
  color: #eee;
  text-align: center;
  line-height: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ---- active ---- */
.legend1 {
  overflow: hidden;
  display: inline-block;
  width: 150px;
  height: 20px;
  border-left: 5px solid #d20c0d;
  margin: 3px 5px 3px 5px;
  padding: 7px 1px 1px 2px;
  background: rgba(0,0,0, 1); 
  box-shadow: 0px 0px 0px 2px rgba(255,255,255, 0.25); 
  outline: 1px solid #d20c0d; 
  outline-offset: -3px; 
  -webkit-transition: all 0s ease-in-out;
}



/* ---- inactive ---- */
.legend2 {
  overflow: hidden;
  display: inline-block;
  width: 150px;
  height: 20px;
  border-left: 5px solid #375767;
  margin: 3px 5px 3px 5px;
  padding: 7px 1px 1px 2px;
  background: rgba(0,0,0, 1); 
  box-shadow: 0px 0px 0px 2px rgba(255,255,255, 0.25); 
  outline: 1px solid #375767; 
  outline-offset: -3px; 
  -webkit-transition: all 0s ease-in-out;
}

/* ---- hiatus ---- */
.legend3 {
  overflow: hidden;
  display: inline-block;
  width: 150px;
  height: 20px;
  border-left: 5px solid #887f7b;
  margin: 3px 5px 3px 5px;
  padding: 7px 1px 1px 2px;
  background: rgba(0,0,0, 1); 
  box-shadow: 0px 0px 0px 2px rgba(255,255,255, 0.25); 
  outline: 1px solid #887f7b; 
  outline-offset: -3px; 
  -webkit-transition: all 0s ease-in-out;
}



#container {
  width: 615px;
  margin: auto;
  padding-top: 0px;
  padding-bottom: 20px;
  columns: 2;
}


#container .active {
  width: 295px;
  display:inline-block;
  padding:5px;
  margin-bottom: 5px;
  min-height:0px;
  background:rgba(0,0,0, 1);
  border-left: 3px solid #d20c0d;
  border-radius: 1px;
  margin: 0px 0px 10px 0px;
  border-image-slice: 1;
  outline: 1px solid #d20c0d; 
  outline-offset: -3px;  
  
}
  
  
#container .inactive {
  width: 295px;
  display:inline-block;
  padding:5px;
  margin-bottom: 5px;
  min-height:0px;
  background:rgba(0,0,0, 1);
  border-left: 3px solid #375767;
  border-radius: 1px;
  margin: 0px 0px 10px 0px;
  border-image-slice: 1;
  outline: 1px solid #375767; 
  outline-offset: -3px; 
}
 
#container .hiatus {
  width: 295px;
  display:inline-block;
  padding:5px;
  margin-bottom: 5px;
  min-height:0px;
  background:rgba(0,0,0, 1);
  border-left: 3px solid #887f7b;
  border-radius: 1px;
  margin: 0px 0px 10px 0px;
  border-image-slice: 1;
  outline: 1px solid #887f7b; 
  outline-offset: -3px; 
}

.pb{
  width:90%;
}

.pb a{
  text-decoration:none;
  color:#eee;
  letter-spacing:1px;
  font-size:15px;
  font-family: "st";
  font-style: bold;
  font-weight: bold;
  text-transform:uppercase;
  padding: 2px;
  line-height: 22px;
}


.pb a:hover{
  color: #eee;
  padding: 3px;
  font-weight: bold;
}

 
.name {
  float: right;
  font-family: "lato";
  font-size: 8px;
  line-height: 5px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: -19px 3px 1px 2px;
  padding: 4px 10px 4px 8px;
  background-color: rgba(255,255,255,.9);
}

.ti a {
  font-family: "st";
  font-size: 35px;
  line-height: 30px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  margin: 10px;
  padding: 10px;
  display: flex; 
  color: transparent; 
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #d20c0d; 
  text-shadow:0 0 20px #7a0000, 0 0 30px #660005, 0 0 40px #5f0001, 0 0 50px #420001;
}

.ti a:hover{
  font-family: "st";
  font-size: 35px;
  line-height: 30px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  margin: 10px;
  padding: 10px;
  display: flex; 
  color: transparent; 
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #d20c0d; 
  text-shadow:0 0 20px #7a0000, 0 0 30px #660005, 0 0 40px #5f0001, 0 0 50px #420001;
}
