/* 
	
	Wordpress hCard Creator Sample CSS
	This is a sample CSS for you to edit your hCard styles.
	Note that this css was made using the default template as a base, and with the hCard showing at the sidebar. 
	
*/

/*.vcard {width:80%;
position: relative;
color: #666;
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
text-align: left;
line-height: 0.5em;
background-color: #40040b;
padding-top: 1em;
padding-bottom: 1em; }
*/
.fn {font-weight: bold;
font-size: 1.1em; }
.tel {line-height: 1em;
color: #ffffff; }
.vcard a, p.email a {color: #666; }
.vcard p, .vcard address {padding-left: 1em;
padding-right: 1em;
line-height: 1em; }
.vcard address {position: absolute;
top: 1em;
right: 1em;
background-color: #000000;
padding: 2em; }
.vcard img {float: right;
padding-right: 1em;
margin-top: -1em }
.adr span { /* You can control all spans inside the <address class="adr">. To style each span differently look for their class name at your source code */
	display: block;
line-height: 1.5em;
font-size: 1.2em; }
