/* 
RESET: http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
*/
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,
b, u, i, center,
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-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* END UNRESETDO */
/* ________________________________________ */

body {
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size : 62.5%; 
  line-height: 1.5;
  color: #352f2f; 
  background: #e2e2e2;
}
a {
  -webkit-transition: color .4s linear;
  -moz-transition: color .4s linear;
}
a,
a:link 
a:active,
a:visited {
  text-decoration: none;
  border-bottom: 1px solid #e2e2e2;
  color: #427BA1;
}
a:hover {
  border-bottom: 1px dotted #ccc;
  color: #91bb0a; 
  text-decoration: none;  
}

#wrapper {
  position: relative;
  border: 1px #ccc solid;
  margin: 100px auto 0 auto;
  padding: 30px;
  width: 470px;
  background: #ededed;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.vcard {
  font-size: 1.9em;
  margin: 0;
}
.tel {
  clear: both;
  float: left;
  margin: 0 0.6em 0 0;
}
.fn, .adr, .tel {
  clear: both;
  display: block;
}
.org {
  display: inline;
  overflow: hidden;

}
.org a {
  float: left;
  margin: .6em 0.4em .6em 0;
  padding: .1em .5em;
  color: #ededed;
  background: #427BA1;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-transition: background .4s linear;
  -moz-transition: background .4s linear;
}
.org a:hover {
  background: #444;
  color: #fff;
  border: none;
}
.type, .geo, .tz, .nickname, .url {
  position:absolute;
  left: -9999em;
}
.adr span:after {
  content: ", ";
}
p {
  font-size: 1.2em;
  margin: 2em 0 0 0 ;
}


