/* ---- 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 courty, bleeper, pro, templates!---- */
/* ---- BODY FORMATTING - background, scrollbars, links, etc ---- */

/* background */

body {
 background: linear-gradient(to bottom, #f6f6f6, #f8f8f8, #f9f9f9);
  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);
}


/* ---- STYLING - titles, boxes, etc ---- */

#sidebar {
  position: absolute;
  visibility: visible;
  z-index: 999;
  top: 0%;
  left: 50%;
  margin-top: 28px;
  margin-left: -455px;
  width: 100px;
  font-size: 11px;
  font-family: urbanist, quicksand;
  font-weight: bold;
  font-style: oblique;
  text-align: center;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ---- incomplete ---- */
.legend1 {
  overflow: hidden;
  display: inline-block;
  width: 150px;
  height: 10px;
  background: #FFF;
  border-left: 5px solid rgba(250,128,114, 0.9);
  box-shadow: 1px 1px rgba(189,189,189,.25);
  padding: 2px 0px 8px 0px;
  margin: 3px 5px 3px 5px;
}

/* ---- complete ---- */
.legend2 {
  overflow: hidden;
  display: inline-block;
  width: 150px;
  height: 10px;
  background: #FFF;
  border-left: 5px solid rgba(149,225,141, 0.9);
  box-shadow: 1px 1px rgba(189,189,189,.25);
  padding: 2px 0px 8px 0px;
  margin: 3px 5px 3px 5px;
}

/* ---- extension ---- */
.legend3 {
  overflow: hidden;
  display: inline-block;
  width: 150px;
  height: 10px;
  background: #FFF;
  border-left: 5px solid rgba(142,201,255, 0.9);
  box-shadow: 1px 1px rgba(189,189,189,.25);
  padding: 2px 0px 8px 0px;
  margin: 3px 5px 3px 5px;
}

/* ---- hiatus ---- */
.legend4 {
  overflow: hidden;
  display: inline-block;
  width: 150px;
  height: 10px;
  background: #FFF;
  border-left: 5px solid rgba(184,127,237, 0.7);
  box-shadow: 1px 1px rgba(189,189,189,.25);
  padding: 2px 0px 8px 0px;
  margin: 3px 5px 3px 5px;
  
}

/* ---- added ---- */
.legend5 {
  overflow: hidden;
  display: inline-block;
  width: 150px;
  height: 10px;
  font-size: 10px;
  background: #FFF;
  border-left: 5px solid rgba(254,215,78, 0.7);
  box-shadow: 1px 1px rgba(189,189,189,.25);
  padding: 2px 0px 8px 0px;
  margin: 3px 5px 3px 5px;
}


#container {
  width: 515px;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  columns: 2;
}


.incomplete {
  width: 245px;
  display:inline-block;
  padding:5px;
  margin-bottom: 5px;
  min-height:0px;
  background:rgba(255, 255, 255, 0.8);
  border-left: 3px solid rgba(250,128,114, 0.9);
  border-radius: 1px;
  margin: 0px 0px 10px 0px;
  border-image-slice: 1;
  }
  
.complete {
  width: 245px;
  display:inline-block;
  padding:5px;
  margin-bottom: 5px;
  min-height:0px;
  background:rgba(255, 255, 255, 0.8);
  border-left: 3px solid rgba(149,225,141, 0.9);
  border-radius: 1px;
  margin: 0px 0px 10px 0px;
  border-image-slice: 1;
  }
  
.ext {
  width: 245px;
  display:inline-block;
  padding:5px;
  margin-bottom: 5px;
  min-height:0px;
  background:rgba(255, 255, 255, 0.8);
  border-left: 3px solid rgba(142,201,255, 0.9);
  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.8);
  border-left: 3px solid rgba(184,127,237, 0.7);
  border-radius: 1px;
  margin: 0px 0px 10px 0px;
  border-image-slice: 1;}

.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 rgba(254,215,78, 0.7);
  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: serenity, goodmood, cursive;
  font-style: bold;
  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: serenity, goodmood, cursive;
  font-style: bold;
  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: urbanist, quicksand, sans-serif;
  font-size: 8px;
  line-height: 5px;
  letter-spacing: 0px;
  text-transform: uppercase;
  transform:rotate(-3deg);
  margin: -19px 3px 1px 2px;
  padding: 4px 10px 4px 8px;
  background-color: rgba(255,214,211,.5);
  border: 1px solid #ffaaa5;
  border-image-slice: 1;
}

