html{
  margin: 0;
  padding:0;
  background: url(images/bg.gif); 
  font-family: "Open Sans", Arial, serif;
}


html img{

}

.container{
  margin: 0 auto;
  text-align: center;
  max-width: 960px;
}

h1{
  margin-top: 20%;
  font-size: 64px;
  color: #fff;
  font-family: 'Tangerine', "Times New Roman";
  font-style: italic;
  line-height: 20px;
}

h2{
  font-size: 16px;
  color: #999;
  letter-spacing: 2px;
  -webkit-text-shadow: 0px -5px 10px #aaa;
  -moz-text-shadow: 0px -5px 10px #aaa;
  text-shadow: 0px -5px 10px #aaa;
}

h3{
  font-size: 16px;
  color: #888;
  font-family: "Times New Roman", Arial;
  margin-top:90px;
  }

h4, h4 a{
  font-size: 16px;
  color: #ffa500;
  font-family: "Times New Roman", Arial;
text-decoration: none;
  }


.ribbon{
  position: absolute;
  left: 0;
  bottom:80px;
  width:161px;
  height: 114px;
  background: url(images/ribbon.png);
 
}
.ribbon p{
  font-family: 'Tangerine', "Times New Roman";
  font-size: 32px;
  color: #ccc; 
  font-weight: bold;
  line-height: 28px;
  padding-left: 40px;
}

.skillbar {
  position:relative;
  display:block;
  margin:1px auto;
  width:70%;
  background:#555;
  height:8px;
  border-radius:15px;
  -moz-border-radius:15px;
  -webkit-border-radius:3px;
  -webkit-transition:0.5s linear;
  -moz-transition:0.5s linear;
  -ms-transition:0.5s linear;
  -o-transition:0.5s linear;
  transition:0.5s linear;
  -webkit-transition-property:width, background-color;
  -moz-transition-property:width, background-color;
  -ms-transition-property:width, background-color;
  -o-transition-property:width, background-color;
  transition-property:width, background-color;
}

.skillbar-title {
  position:absolute;
  top:0;
  left:0;
  width:100px;
  font-weight:bold;
  font-size:10px;
  color:#ffffff;
  background-color: rgba(159, 3, 1, 0.6);

  -webkit-border-top-left-radius:3px;
  -webkit-border-bottom-left-radius:4px;
  -moz-border-radius-topleft:3px;
  -moz-border-radius-bottomleft:3px;
  border-top-left-radius:3px;
  border-bottom-left-radius:3px;
}

.skillbar-title span {
  display:block;
  color: #fff;
  padding:0 20px;
  height:8px;
  line-height:8px;
  -webkit-border-top-left-radius:3px;
  -webkit-border-bottom-left-radius:3px;
  -moz-border-radius-topleft:3px;
  -moz-border-radius-bottomleft:3px;
  border-top-left-radius:3px;
  border-bottom-left-radius:3px;
}

.skillbar-bar {
  height:8px;
  width:0px;
  background: #ffa500 url(images/stripes.png) 0 0 repeat; 
  border-radius:15px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}

.skill-bar-percent {
  position:absolute;
  right:10px;
  top:0;
  font-size:9px;
  height:8px;
  line-height:8px;
  color:#ffffff;
  color:rgba(255, 255, 255, 0.9);
}
