/* 
hCard for the header
-------------------------------------------------------------- */

/* the whole hCard container */
#header .vcard {
	margin-bottom: 1.5em;
	width:50%;
	margin-left:50%;
}

/* name container - fn is the whole thing, what the f is n, no idea */
#header .fn {
	
}

#header .n {
	
}

#header .given-name {
	
}

#header .additional-name {
	
}

#header .family-name {
	
}

#header .org {
font-style: normal;
}

#header .url {
text-decoration: none;
}

#header .type {

}

/* whole address container */
#header .adr {
	
}

#header .street-address {
	
}

#header .postal-code {
	
}

#header .locality {
text-transform: uppercase;
}

#header .region {
	
}

#header .country-name {
	
}

#header .tel {
	
}

#header .email {
text-decoration: none;
background-image: url(underliner.png);
background-repeat: repeat-x;
background-position: 0 0;
}

/* generic definitions for the looks */

#header .vcard a {
color: #333333;
text-decoration: none;
}

#header .vcard a:visited {
color: #333333;
text-decoration: none;
}

#header .vcard a:hover {
color: #333333;
text-decoration: underline;
}

#header .vcard a:active {
color: #eeeeee;
text-decoration: underline;
}

/*
hCard for the content areas
-------------------------------------------------------------- */

/* the whole hCard container */
.vcard {
	margin-bottom: 1.5em;
	width:50%;
	margin-left:50%;
}

/* name container - fn is the whole thing, what the f is n, no idea */
.fn {
	
}

.n {
	
}

.given-name {
	
}

.additional-name {
	
}

.family-name {
	
}

.org {
font-style: italic;
color: #770000;
}

.url {
text-decoration: none;
}

.type {

}

/* whole address container */
.adr {
	
}

.street-address {
	
}

.postal-code {
	
}

.locality {
	text-transform: uppercase;
}

.region {
	
}

.country-name {
	
}

.tel {
	
}

.email {
text-decoration: none;
	
}

/* generic definitions for the looks */

.vcard a {
color: #333333;
text-decoration: none;
}

.vcard a:visited {
color: #333333;
text-decoration: none;
}

.vcard a:hover {
color: #333333;
text-decoration: underline;
}

.vcard a:active {
color: #eeeeee;
text-decoration: underline;
}