@charset "UTF-8";
/* CSS Document */

/**RESUME-SPECIFIC CSS **/

#resume {
	width:80%;
      float: left;
      margin: 1em 0 3em 0;
      padding: 0;
      list-style: none;
	 }

#resume li {
      float: left;
	  padding:2px;
	  display: inline-block;
	  list-style:none;
	   }
	
#resume li a {
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;
	padding:5px;
	color:#339;}
	

#work
{clear:both; }
	
.resumesections {
	clear:both;}


ul.duties {
	font-size:90%;
	margin-bottom:1.3em;
	list-style-type: disc;
    list-style-position: inside;
	line-height:1.2em;
    padding: 0px 0 0px 40px;
    text-indent: -1em;;}
	
article {
	margin-bottom:1em;}

h2 {
	color:#606;
	letter-spacing:4px;}
	
#skills
{clear:both;}

#education
{clear:both;}

