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;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    font: 87.5%/1.571 Georgia, serif;
    margin: 0 auto;
    padding: 0;
    background: #F9F8F3;
    color: #333;
    position: relative;
}

h1, h2 ,h3, h4, h5, h6 { font-weight: normal; }
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th { text-align: left; }
p { margin: 0 0 1em; }
q:before, q:after { content: ''; }
*:focus { outline: 0; }

a {text-decoration: none;}
a:link { color: #999; }
a:visited { color: #666; }
a:hover { color: #000; }
a:active { color: #333; }

#navbar {
    background: #000;
    border-bottom: 2px ridge #666;
    margin-bottom: 4em;
    padding: 0.25em;
    overflow: auto;
}
#navbar ul {
    margin: 0 auto;
    width: 50em;
    overflow: auto;
}
#navbar li {
    overflow: auto;
    padding: 0 1em;
    float: right;
}
#navbar li a {
    color: #fff;
}

#google-web-call {
    width: 50em;
    margin: 0 auto 0.5em;
    z-index: 1;
    text-align: right;
}

/* hCard */
.vcard {
    margin: 0 auto;
    padding: 1em 2em;
    border: solid 1px #090e21;
    width: 22em;
    text-align: right;
    overflow: auto;
    position: relative;
    background: #fff;
}
.vcard .n { font-size: 1.8em; margin: 0 0; }
.vcard h2 { font-size: 1.6em; margin: 0; }
.vcard h2 span.org {
    position: absolute;
    left: 1.5em;
    top: 1em;
    height: 0;
    padding-top: 117px;
    overflow: hidden;
    width: 117px;
    background: transparent url(../images/360i.gif) no-repeat left top;
}
.vcard .url, .vcard .email, .vcard .tel, .vcard .adr { font-size: 0.8em; display: block; margin: 0.5em 0; }
.vcard .email, .vcard .url { display: block; margin: 0.5em 0; }
.vcard .tel .type, .vcard .adr .country-name { display: none; }

/* Profile links */
ul#profiles {
    margin: 1em 0 0;
    padding: 1em 0 0;
    border-top: 1px solid #666;
    overflow: auto;
    width: 100%;
}
ul#profiles li {
    width: 20%;
    float: right;
    text-align: center;
}
ul#profiles li a {
    margin: 0 auto;
    padding: 32px 0 0;
    width: 32px;
    height: 0;
    overflow: hidden;
    background-attachment: scroll;
    background-image: url(../images/icon_sprite_32x32.png);
    background-repeat: no-repeat;
}
ul#profiles li.delicious a  { background-position: 0 0; }
ul#profiles li.facebook a   { background-position: -32px 0; }
ul#profiles li.flickr a     { background-position: -64px 0; }
ul#profiles li.technorati a { background-position: -128px 0; }
ul#profiles li.twitter a    { background-position: -160px 0; }
