/*

File: people.css
Purpose: To apply styles specific to the People page
Comments:
  - Zebra striping is done here instead of JavaScript because there are not that
    many items

*/



#content ul.people {
	list-style-type: none;
}

#content li.hresume {
  margin-left: -1.5em;
  min-height: 12em;
  padding-left: 1.5em;
  width: 100%;
}
  div.vcard {
    padding-top: 1.5em;
  }
    #content li.hresume .n {
      clear: right;
      margin: 0;
    }
    li.hresume .email {
    }
    li.hresume .image {
      margin-right: 1.5em;
      margin-top: -1.5em;                                                       /* Will align the top with the name in everyone except Firefox (3.0), where it will align with the e-mail address */
    }
      li.hresume .photo {
        height: 12em;
        width: 7.4375em;
      }

#content ol.vcalendar {
  list-style-type: disc;
  padding-bottom: 1.5em;
}
#content li.hresume#ben ol.vcalendar {
  padding-bottom: 3em;
}
  ol.vcalendar .adr, ol.vcalendar .experience .title, ol.vcalendar .dtstart, ol.vcalendar .date {
    display: none;
  }

object.include {
  display: none;
}

