html > body .entry li {
  margin: 0;
  text-indent: 0;
  }

ul.years, ul.exp, ul.exp-text {
	float: left;
	margin-right: 10px;
	padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, 'Lucida Grande', Verdana, Arial, Sans-Serif;
  text-indent: 0;
  padding: 0;
  margin: 0;
	}

ul.years li, ul.exp li, ul.exp-text li {
	list-style: none;
	margin: 0;
	padding: 0;
	}

ul.years {
	width: 32px;
	margin: 0 10px;
	padding: 0;
	font-weight: bold;
	text-align: center;
	background: #fff ;
	}

	ul.years li {
		margin: 0 auto;
		height: 93px;
		padding: 1px 0 0 0;
		background: #fff url('images/resume/tl_years.png') repeat-y;
		border-top: 2px solid #000;	
		}
	
	ul.years li h5 {
		margin: 0 2px 0 2px;
		font-size: 1em;
		padding: 0 2px;
		background: #fff;
		}
		
ul.exp {
	width: 14px;
	margin-top: 0;
	padding: 0;
	}

	ul.exp li {margin-top: 2px;}

	/* NOTE: 1 MONTH = 8PX; 1 YEAR = "96px" */
	ul.exp li.nu-prof2 {height: 126px; background: #512A16; vertical-align: top; margin-top: 0px;}
			ul.exp li.nu-prof2 img {position: relative; top: -3px;}
	ul.exp li.poy-2 {height: 198px; background: #666;}
	ul.exp li.spt {height: 174px; background: #6363ff;}
	ul.exp li.np {height: 268px; border: 1px solid #000;}
	ul.exp li.br {height: 78px; background: #6363ff url('images/resume/tl_brassring.png') repeat-y;}
	ul.exp li.vn {height: 40px; background: #ccc; margin-top: 10px;}

	ul.exp li.text {background: #fff; border: 0; width: 300px;}
		ul.exp ul, ul.exp ul li {margin: 0; padding: 0;}
			ul.exp ul li {margin: 3px 0;}
				ul.exp ul li:first-child {text-transform: uppercase; font-weight: bold; font-size: .85em; color: #666;}
				ul.exp ul li h5 {font-size: 1.15em; margin: 2px 0; float: left;}
				ul.exp ul li.location {font-style: italic; float: right; margin-top: 4px;}
				ul.exp ul li:last-child {clear: both; font-size: 1.05em; line-height: 1.35em;}

  a {color: #000; text-decoration: underline; }
  a:hover {color: #999; text-decoration: underline; }
