/* 
CSS Reset by Eric Meyer
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ 
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }

/* -----TEST AROUND -------------------------- All browsers */
@font-face { font-family:Delicious; src:url(del/DelicHea.otf); }
@font-face { font-family:Delicious; font-weight:bold; src:url(del/DelicBol.otf); }

/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
html {overflow:hidden; }
body {background:white url(img/text6a.jpg) repeat 50% 50%; font-family:Delicious,Lobster,sans-serif; width: 100%; color:white; }

div.vcard {margin:2% auto; padding: 2%; width: 60%; text-align: left; color: white; background-color:teal; opacity: 0.6;text-shadow:1px 1px teal, -1px -1px #444;}


address .fn  {font-size:2.3em;line-height:1.2em;}
address .org {font-size:1.6em;line-height:1.8em;padding-bottom: 5px;}
address	.adr {font-size:1.4em;line-height:1.6em;text-shadow:1px 1px teal, -1px -1px #444;}
address .contact {font-size:1.4em;line-height:1.8em;text-shadow:1px 1px teal, -1px -1px #444;}

address a { text-decoration:none; color: #FFF;}
address a:hover { text-decoration:none; color:purple; text-shadow:1px 1px white;}
address .vcardfile {display:block;text-align:right;}
address .cell:before { content:"mobile: "; }
address .email:before { content:"eMail: "; }
address .url:before { content:" > "; }
