 @charset "utf-8";
/* CSS Document */

#skill { 
	list-style: none;
	font-size: 12px;
	font-weight:100!important;
	width: 100%;
	margin: 0px auto 0;
	position: relative;
	line-height: 2em;
	padding: 0;
}

#skill li { 
	margin-bottom:25px; 
	background: rgba (0,0,0,0.3);
	height:10px; 
	border-radius:1px; 	  
}

#skill li h3 { 
	position:relative; 
	top:-25px;
}

.bar { 
	height:8px; 
	margin:18px 0;  
	position:absolute;
	border-radius:1px;		
	-moz-animation:jquery 2s ease-out;
	-webkit-animation:jquery 2s ease-out;
	background-color: #a1ce5b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a1ce5b), to(#91ba52));
	background-image: -webkit-linear-gradient(top, #a1ce5b, #91ba52);
	background-image: -moz-linear-gradient(top, #a1ce5b, #91ba52);
	background-image: -ms-linear-gradient(top, #a1ce5b, #91ba52);
	background-image: -o-linear-gradient(top, #a1ce5b, #91ba52);
	background-image: linear-gradient(top, #a1ce5b, #91ba52);
}



