/* Enter Your Custom CSS Here */

.postitem .meta .category a {
  background-color: grey;
}

#skills ul li {
    clear: both;
}

#skills {
    /*float: left;*/
    width: 600px;
    margin-right: 35px;
  	margin-top: 0px;
}

#skills li {
  margin-top: 0px;
  margin-bottom: 0;
  display: list-item;
  text-align: -webkit-match-parent;
}

#skills ul {
    /*border-bottom: 2px solid #626d6f;*/
    padding-bottom: 32px;
  margin-top:0px;
      list-style-type: none;
}

#skills p {
  /*float: left;*/
  font-family: "league-gothic-1","league-gothic-2", Helvetica, Arial, sans-serif;
  display: inline-block;
  /*line-height: 0px;*/
  margin: 0px;
}


#skills p.bar {
    /*height: 22px;*/
    background-color: #626d6f;
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
    color: #c0ccce;
    letter-spacing: .04em;
    line-height: 24px;
    padding-left: 6px;
    margin: 0 6px 7px 0;
}

// multiply the % value by 0,85 -- 100*0,85 = 85

.zero {
  width: 0%;
}
.ten {
    width: 10%;
}
.twenty {
    width: 20%;
}
.thirty {
    width: 30%;
}
.forty {
    width: 40%;
}
.fifthy {
    width: 50%;
}
.sixty {
    width: 60%;
}
.seventy {
    width: 70%;
}
.eigthy {
    width: 80%;
}
.ninety {
  width: 90%;
}
.hundred {
  width: 100%;
}

p.percent {
    font-size: 22px;
    color: #626d6f;
    line-height: 24px;
}

.postcontents li {
    margin: 0 0 10px;
}

.postcontents p, .postcontents ul {
    margin: 25px 0;
    margin-top: 25px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
}

.postcontents ul {
    margin-left: 30px;
}

.postcontents.dark {
background: rgba(35,37,40,0.7);
}

.postcontents .annotation .main h5 {
color: #979aa3;
}

.commentitems {
	background: #444;
  	padding-bottom: 10px;
}

li.comment .buttons .comment-reply-link a {
	color: #000000;
}