/* Generic CSS Settings for hCard or v-card formatted pages */

ul#contactList {
	margin: 0;
	padding: 0;
}
#contactList li {
	margin: .5em 0;
	padding: 0;
}
.nodisplay .country-name, 
.nodisplay .organization-unit, 
.nodisplay .tel, 
.nodisplay .type {
	display: none;
}
.vcard .type, 
.vcard .country-name, 
.vcard .organization-name {
	display: none;
}
.nodisplay .email {
	display: block;
}
.nodisplay .fn {
	display: block;
}
span.type {
	display:none;
}
#main_contact, #firstphone, .firstphone {
	margin-top: 1em;
}
.vcard {
	font-weight:bold;
	font-size:.9em;
	margin-bottom:1.6em;
}
.vcard .org {
	font-weight: normal;
}
.vcard .adr {
	font-style:normal;
}
.vcard .email {
	margin-top: .5em;
}
.vcard .name {
	font-weight:bold;
	margin:.5em 0 0 0;
}
#mailing .fn {
	display:none;
}
.vcard .fn {
	font-weight:bold;
	margin-top:.5em;
	font-size:1.1em;
}
.vcard span, .extended-address, .street-address, .attn {
	font-weight:normal;
}

