* {
  font-family: "Baskerville","Book Antiqua","Palatino Linotype","Georgia","Garamond","Times New Roman",serif; }


body {
  background-color: #000;
  background-image: url(../images/fzm-canvas.texture-03-[400x395].jpg);
  font-size: 19pt;
  margin: 0; }

#hacked-by-chinese {
	position: absolute;
	width: 139px;
	height: 134px;
	background: url("../images/hacked.png") no-repeat scroll 0% 0% transparent;
	top: 0;
	right: 0;
}

#container {
  width: 30em;
  margin: 0px auto;
  border-left: 0.25em rgb(152, 75, 67) solid;
  border-right: 0.25em rgb(152, 75, 67) solid;
  padding: 1em;
  background-color: white; }

.who, .good-causes {
  float: left;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: lighter;
}

h1 {
  color: #000;
  margin: 0;
  margin-bottom: 8px;
  margin-top: -3px;
  font-size: 50px;
  font-weight: 700;
  font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
  letter-spacing: -0.04em;
  line-height: 1.1;
  font-style: normal;
}

h2 {
  font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
  margin: 0;
  font-size: 30px;
  font-style: normal;
  color: #666;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

h3 {
  color: #000;
  margin: 0;
  margin-bottom: 2px;
  font-size: 24px;
  font-weight: 700;
  font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
  letter-spacing: -0.04em;
  line-height: 1.2;
  font-style: normal;
}

.format {
  clear: left;
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .format li {
    float: left;
    margin-left: 20px; }

.portrait {
  float: left;
  width: 100px;
  height: 100px;
  margin-right: 20px;
  margin-top: 2px; }

.contact {
  margin: 0;
  margin-top: 3px;
  padding-left: 10px;
  list-style-type: none;
  float: right; }
  .contact li {
    text-align: right; }

.content {
  margin-top: 20px; }
  .content h3 {
    background: #333333;
    color: white;
    margin: 0;
    padding: 2px 6px;
      padding-top: 3px;
    border: 2px #222222 solid; }
  .content ul, .content li {
    list-style-type: none;
    margin: 0;
    padding: 0; }

#summary ul {
  padding-top: 15px; }
  #summary ul li {
    list-style-type: disc;
    margin-left: 30px;
    padding: 2px 0px; }

#skills li.category {
  padding-top: 20px;
  padding-left: 8px;
  padding-bottom: 10px;
  font-weight: bold; }
#skills li.skill {
  margin-left: 35px;
  list-style-type: disc;
  padding: 2px 0px; }

#experience li {
  padding: 10px 0px;
  margin: 0px 10px;
  clear: both;
  border-top: 1px #dddddd solid;
  width: 740px; }
  #experience li .company {
    float: left;
    font-weight: bold;
    font-size: 1.1em;
    width: 250px; }
  #experience li .title {
    float: left;
    font-size: 0.75em;
    margin-top: 6px; }
  #experience li .employed {
    float: right; }
  #experience li .description {
    clear: both;
    font-size: 0.9em;
    line-height: 1.3em;
    padding-top: 10px;
    text-align: justify; }

#site .text {
  padding: 20px; }
