/* BASIC RESET */
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
body,
InDesign,
p,
blockquote,
fieldset,
input {
  margin: 0;
  padding: 0;
}

/* HTML ELEMENTS */
body {
  background: -moz-radial-gradient(#76CFE7, #fff);
  background: -webkit-gradient(
    radial,
    center center,
    10,
    center center,
    1000,
    from(#76CFE7),
    to(#fff)
  );
  color: rgba(115,66,104,0);
  background-color: #fff;
}
h1 {
  font: bold 23px Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"Arial, Sans-serif;
  text-align: left;
  color: #fff;
  text-shadow: 0px 2px 6px #eee;
}
h1 small {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 14px;
  display: block;
  color: #fff;
  margin-top: 10px;
}



/* COMMON CLASSES */
.break {
  clear: both;
}

/* WRAPPER */
#wrapper {
  width: 800px;
  margin: 40px auto;
}



/* BAR CHART */
#bar {
	border-radius: 10px;
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-size: 19rem;
	background-image:            
        linear-gradient(127deg, rgba(118, 207, 231,.2), rgba(239, 59, 57,0) 70.71%),            
        url(../images/proficiencies.png);
	background-repeat: no-repeat;
	background-position: left;
  list-style: none;
}
#bar li {
	

}

/* Last bottom should have a shadow */
#bar li div.bottom {
  -moz-box-shadow: 0 10px 10px hsla(0, 0%, 0%, 0.2);
  -webkit-box-shadow: 0 10px 30px hsla(0, 0%, 0%, 0.2);
  box-shadow: 0 10px 30px hsla(0, 0%, 0%, 0.2);
}

/* Ellipse top */
#bar li div.top {
  background-color: rgba(213, 238, 241, 0.5);
  position: relative;
  float: left;
  margin-left: 10px;
  width: 40px;
  height: 100px;
  -moz-border-radius: 40px/100px;
  -webkit-border-radius: 40px 100px;
  border-radius: 40px/100px;
  -webkit-transition-property: margin-left;
  -webkit-transition-duration: 500ms;
}
#bar li div.top img {
  margin-left: 10px;
  margin-top: 15px;
}

/* Bar bottom */
#bar li div.bottom {
  position: relative;
  margin: 35px 0;
  width: 50px;
  height: 100px;
  -moz-border-radius: 40px/100px;
  -webkit-border-radius: 40px 100px;
  border-radius: 40px/100px;
  background: -moz-linear-gradient(-90deg, #76CFE7, #EF3B39);
  background: -webkit-gradient(
    linear,
    0 top,
    0 bottom,
    from(#76CFE7),
    to(#EF3B39)
  );
  -webkit-transition-property: width;
  -webkit-transition-duration: 500ms;
}
#bar li div.bottom div.infobox {
  padding: 80px 0 0 100px;
  -webkit-transition-property: color;
  -webkit-transition-duration: 500ms;
}
#bar li div.bottom div.infobox h3 {
	font-size: 18px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
#bar li div.bottom div.infobox p {
		font-size: 14px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  opacity: 0;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 500ms;
}

/* General hover actions */
#bar li:hover div.bottom div.infobox {
  color: #6DC068;
  text-shadow: 0px 5px 5px #0F0E0E;
}
#bar li:hover div.bottom div.infobox p {
  opacity: 1;
}

/* Photoshop bar */
#Photoshop div.top {
  z-index: 99;
}
#Photoshop div.bottom {
  z-index: 98;
  height: 150px;
}
#Photoshop:hover div.top {
  z-index: 999;
  background-color: #1f81ac;
  margin-left: 160px;
}
#Photoshop:hover div.bottom {
  z-index: 998;
  background-color: #1a6c90;
  width: 200px;
  background: -moz-linear-gradient(-90deg, #1a6c90, #14506b);
  background: -webkit-gradient(
    linear,
    0 top,
    0 bottom,
    from(#1a6c90),
    to(#14506b)
  );
}

/* InDesign bar */
#InDesign div.top {
  z-index: 97;
}
#InDesign div.bottom {
  z-index: 96;
  height: 200px;
}
#InDesign:hover div.top {
  z-index: 997;
  background-color: #bc003c;
  margin-left: 210px;
}
#InDesign:hover div.bottom {
  z-index: 996;
  background-color: #9d0032;
  width: 250px;
  background: -moz-linear-gradient(-90deg, #9d0032, #7a0027);
  background: -webkit-gradient(
    linear,
    0 top,
    0 bottom,
    from(#9d0032),
    to(#7a0027)
  );
}

/* Illustrator bar */
#Illustrator div.top {
  z-index: 95;
}
#Illustrator div.bottom {
  z-index: 94;
  height: 250px;
}
#Illustrator:hover div.top {
  z-index: 995;
  background-color: #d98f23;
  margin-left: 270px;
}
#Illustrator:hover div.bottom {
  z-index: 994;
  background-color: #b6781e;
  width: 310px;
  background: -moz-linear-gradient(-90deg, #b6781e, #916018);
  background: -webkit-gradient(
    linear,
    0 top,
    0 bottom,
    from(#b6781e),
    to(#916018)
  );
}

/* Dreamweaver Display bar */
#Dreamweaver div.top {
  z-index: 93;
}
#Dreamweaver div.bottom {
  z-index: 92;
  height: 100px;
}
#Dreamweaver:hover div.top {
  z-index: 993;
  background-color: #7da864;
  margin-left: 110px;
}
#Dreamweaver:hover div.bottom {
  z-index: 992;
  background-color: #698d54;
  width: 150px;
  background: -moz-linear-gradient(-90deg, #698d54, #506b40);
  background: -webkit-gradient(
    linear,
    0 top,
    0 bottom,
    from(#698d54),
    to(#506b40)
  );
}

/* After Effects bar */
#AfterEffects div.top {
  z-index: 91;
}
#AfterEffects div.bottom {
  z-index: 90;
  height: 120px;
}
#AfterEffects:hover div.top {
  z-index: 991;
  background-color: #3f1150;
  margin-left: 130px;
}
#AfterEffects:hover div.bottom {
  z-index: 990;
  background-color: #340e43;
  width: 170px;
  background: -moz-linear-gradient(-90deg, #340e43, #1a0721);
  background: -webkit-gradient(
    linear,
    0 top,
    0 bottom,
    from(#340e43),
    to(#1a0721)
  );
}

#apple {
  opacity: .2;
  clear: both;
  margin-top: 0px;
  position: relative;
  z-index: 1;
}
#apple p {
	float: right;
	padding-top: 247px;
	color: rgba(255,255,255,1);
}
