/* ===========
 * LIST STYLE
 * =========== */
ul {
  margin: 0;
  padding: 0;
  margin-left: 0;
  list-style-type: none; }

li {
  padding: 2px 0 6px 0; }

li.phone,
li.email,
li.education,
li.description,
li.trophies,
li.age,
li.homepage,
li.tags,
li.team,
li.genre,
li.tagline,
li.skill {
  padding-left: 30px; }

li.phone {
  background: url('/images/icons/phone.png') no-repeat 0.4em 0.2em; }

li.email {
  background: url('/images/icons/email.jpg') no-repeat 0.4em 0.2em; }

li.education {
  background: url('/images/icons/education.png') no-repeat 0.4em 0.2em; }

li.description {
  background: url('/images/icons/description.jpg') no-repeat 0.4em 0.2em; }

li.trophies {
  background: url('/images/icons/trophy.png') no-repeat 0.4em 0.2em; }

li.age {
  background: url('/images/icons/ankh.png') no-repeat 0.4em 0; }

li.homepage {
  background: url('/images/icons/homepage.png') no-repeat 0.4em 0.2em; }

li.tags {
  background: url('/images/icons/tag.png') no-repeat 0.4em 0.2em; }

li.team {
  background: url('/images/icons/team.png') no-repeat 0.4em 0.2em; }

li.genre {
  background: url('/images/icons/genre.png') no-repeat 0.4em 0.2em; }

li.tagline {
  background: url('/images/icons/tagline.png') no-repeat 0.4em 0.2em; }

li.skill {
  background: url('/images/icons/skill.png') no-repeat 0.4em 0.2em; }
