/* ---- important: save this .css file and re-host it on your own site. without this, the html file will not have css to refer to. ---- */
/* ---- thank you to bleeper, pro, templates!---- */
/* ---- BODY FORMATTING - background, scrollbars, links, etc ---- */

/* background */

body {
  background: #fee8e8;
  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: #4A65D7;
}

a:hover {
  text-decoration: none;
  color: #333;
  text-shadow: 1px 1px rgba(74,101,215,.4);
}


/* ---- STYLING - titles, boxes, etc ---- */

#sidebar {
  position: absolute;
  visibility: visible;
  z-index: 999;
  top: 0%;
  left: 50%;
  margin-top: 39px;
  margin-left: -450px;
  width: 100px;
  font-size: 7px;
  font-family: quicksand;
  font-weight: bold;
  font-style: oblique;
  text-align: center;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.legend1 {
  overflow: hidden;
  display: inline-block;
  width: 150px;
  height: 6px;
  background: #FFF;
  border-left: 5px solid #FA191E;
  box-shadow: 1px 1px rgba(189,189,189,.25);
  padding: 0px 0px 8px 0px;
  margin: 3px 5px 3px 5px;
}

.legend2 {
  overflow: hidden;
  display: inline-block;
  width: 150px;
  height: 6px;
  background: #FFF;
  border-left: 5px solid #f6b539;
  box-shadow: 1px 1px rgba(189,189,189,.25);
  padding: 0px 0px 8px 0px;
  margin: 3px 5px 3px 5px;
}

.legend3 {
  overflow: hidden;
  display: inline-block;
  width: 150px;
  height: 6px;
  background: #FFF;
  border-left: 5px solid #4a65d7;
  box-shadow: 1px 1px rgba(189,189,189,.25);
  padding: 0px 0px 8px 0px;
  margin: 3px 5px 3px 5px;
}

#container {
  width: 515px;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  columns: 2;
}

.added {
  width: 245px;
  display:inline-block;
  padding:5px;
  margin-bottom: 5px;
  min-height:0px;
  background:rgba(255, 255, 255, 0.7);
  border-left: 3px solid #FA191E;
  border-radius: 1px;
  margin: 0px 0px 10px 0px;
  border-image-slice: 1;
  }

.hiatus {
  width: 245px;
  display:inline-block;
  padding:5px;
  margin-bottom: 5px;
  min-height:0px;
  background:rgba(255, 255, 255, 0.7);
  border-left: 3px solid #f6b539;
  border-radius: 1px;
  margin: 0px 0px 10px 0px;
  border-image-slice: 1;
  }
  
.npc {
  width: 245px;
  display:inline-block;
  padding:5px;
  margin-bottom: 5px;
  min-height:0px;
  background:rgba(255, 255, 255, 0.7);
  border-left: 3px solid #4a65d7;
  border-radius: 1px;
  margin: 0px 0px 10px 0px;
  border-image-slice: 1;
  }
  

.pb{
  width:90%;
}

.pb a{
  text-decoration:none;
  color:#333;
  letter-spacing:1px;
  font-size:20px;
  font-family: goodmood, cursive;
  font-style: oblique;
  font-weight: bold;
  text-transform:uppercase;
  padding: 2px;
  line-height: 22px;
}

.pb a:hover{
  color: #333;
  padding: 3px;
  font-weight: bold;
}

.pb1{
  width:90%;
}

.pb1 a{
  text-decoration:none;
  color:#333;
  letter-spacing:1px;
  font-size:19px;
  font-family: goodmood, cursive;
  font-style: oblique;
  font-weight: bold;
  text-transform:uppercase;
  padding: 2px;
  line-height: 22px;
}

.pb1 a:hover{
  color:#333;
  padding:3px;
  font-weight:bold;
  }
 
.name {
  float: right;
  font-family:quicksand, sans-serif;
  font-size: 9px;
  line-height: 5px;
  letter-spacing: 0px;
  text-transform: lowercase;
  transform:rotate(-1deg);
  margin: -19px 3px 1px 2px;
  padding: 4px 10px 4px 8px;
  background-color: rgba(255,255,255,.8);
  border: 1px solid #f6b539;
  border-image-slice: 1;
}
