/*
# pnh_mf v1.0
# Sample CSS for dispaly of microformats
# Chris Casciano
# http://placenamehere.com/

# Append these styles to the end of your included
# style sheet inside of the textpattern admin interface
#
# Warning on specificity: for changes to margins or similar items
# be carful of specificity and these values being trumped if left as is.
*/

/* start microformat styling */

.vcard,
.vevent,
.hreview,
.adr {
  background:url('data:image/gif,GIF89a%0A%00%0A%00%91%00%00%F8%F8%EC%94%CA%04%BB%EF%25%00%00%00!%F9%04%01%00%00%00%00%2C%00%00%00%00%0A%00%0A%00%00%02%18%84!%99%16%A8%1A%DA%83r%8A%E8%26%B6%B7%E5%15y%07%13%96%9E%89%01%05%00%3B') no-repeat top left;
  padding-left:20px;
  margin-bottom:1em;
  clear:left;
}
.vcard .adr {
  background:none;
  margin-top:0.5em
}
.vcard img.photo {
  display:block;
  float:left;
  margin:0 0.5em 0.5em 0;
  padding:0;
  width:auto;
  border:2px black solid;
}
.adr .type {
  text-transform:capitalize;
}

/* end microformat styling */

