html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display:block;
    text-align: inherit;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display: none;
}

input, 
select {
    vertical-align:middle;
}   

@font-face { 
    font-family: "Fontin Regular"; 
    src: url("/a/f/Fontin-Regular.eot");
    src: local("Fontin-Regular"), url("/a/f/Fontin-Regular.ttf"); 
}

@font-face { 
    font-family: "Quicksand"; 
    src: url("/a/f/Quicksand_Book.eot");
    src: local("Quicksand-book"), url("/a/f/Quicksand_Book.otf");
    font-weight: normal;
}
/* download font file first */
html {
    font-family: Quicksand;
}

body {
    background: #345 url(/resume/bg.png) repeat-x fixed;
    xbackground: #E3EBEF;
}

body,
table {
    font: normal 13px/1.8 Trebuchet MS, helvetica, sans-serif;
    color: #516064;
}

pre,
code {
    font: normal 100%/1.4 consolas, monaco, monospace;
}

pre code {
    display: block;
    background: #fff;
    padding: 2px 4px;
}

a, a:visited, a:active {
    text-decoration: none;
    color: #543;
    -webkit-transition: all .2s;
}

a:hover {
    text-shadow: 0 0 5px #543,1px 1px 0px #fff;
}

.jsdisabled {
    position: fixed;
    _position: static;
    background: #fefece;
    width: 100%;
    top: 0;
    color: #000;
    font-weight: bold;
    border-bottom: 2px solid #aa4;
    line-height: 2;
    text-align: center;
}

.clearfix:after {
    content: " "; 
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size:0;
}

.clearfix {
    zoom: 1;
}

.main {
    margin: 10px auto;
    padding: 10px;
    width: 750px;
    min-height: 500px;
    border: 1px solid #fff;
    background: rgb(255,255,255);
    background: rgba(255,255,255,0.95);
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-box-shadow: 0 0 4px rgba(0,0,0,1);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,1);
    box-shadow: 0 0 4px rgba(0,0,0,1);
}

*[tooltip]:hover:after {
    content: attr(tooltip);
    background: rgba(0,0,0,0.7);
    display: block;
    position: absolute;
    margin: 0.8em 1em;
    padding: 2px 9px;
    border: 1px solid rgba(0,0,0,0.3);
    clear: both;
    color: white;
    text-shadow: 0 0 3px rgba(0,0,0,0.9);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.6);
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    box-shadow: 0 0 3px rgba(0,0,0,0.6);
}

footer {
    text-align: center;
}

footer a, footer a:link, footer a:visited {
    color: #def;
    text-shadow: 1px 1px #000;
}

footer a:hover {
    text-shadow: 0 0 3px #fff;
}

h1 {
    margin: 0.2em 0 0.4em;
    font-size: 200%;
    font-family: Quicksand, georgia;
    text-shadow: 1px 1px 1px #fff, 0 0 5px rgba(0,0,0,0.6);
}

h2 {
    margin: 0.5em 0 0.4em;
    font-size: 156%;
    font-family: Fontin Regular, georgia;
    text-shadow: 1px 1px 1px #fff, 0 0 2px rgba(0,0,0,0.6);
}

h3 {
    margin: 0.3em 0 0.2em;
    font-size: 121%;
    font-weight: normal;
}

li, 
p {
    text-shadow: 1px 1px 0px rgba(255,255,255,0.6);
}

p {
    margin: 0.5em 0 0.3em;
}

article li {
    margin-left: 2em;
}

button {
    margin: 0 10px 0 0;
    padding: 3px 16px;
    background: #def;
    border: 0 none;
    color: #444;
    -moz-border-radius: 1.8em;
    -webkit-border-radius: 1.8em;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

