html {}

body {
    background-color: #fff;
    color: #444;
    /*font: .85em/1.33em normal "Lucida Grande", Verdana, Helvetica, sans-serif;
    font-family: Georgia;*/
}

a { color: #21449c; text-decoration: none; }

#a {
    /*font-size: .9em;*/
    line-height: 1.25em;
    margin: 0 0 30px 0;
}

img { border: 0px; padding: 0px; margin: 0px; background-color: #eee; }

h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, Times New Roman, serif;
    margin: 0.5em 0.5em 1em 0;
}

ul.tweets { }
ul.tweets li { padding: 0.5em; border-bottom: 1px dotted #ddd; /*list-style-type: lower-greek;*/ }

h1 { font-size: 260%; }
h2 { font-size: 140%; }
h3 { font-size: 120%; }

h1 {
    color: #444;
    /*font: normal 1.6em "Lucida Grande", Verdana, Helvetica, sans-serif;*/
    /*font-family: Georgia, Times New Roman, serif;*/
    margin: 0 0 10px;
}
    h1 span {
        color: #aaa;
    }
    h1 a { text-decoration: none; color: #444; }

#banner { margin: 0px; padding: 0px; text-align:center;}
#banner img {}

div#hd {
    padding: 1em; margin: 1em;
    -webkit-box-shadow: 0 0 6px #642; -moz-box-shadow: 0 0 6px #642; box-shadow: 0 0 6px #642;
    -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;
    background: #ddd; 
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffe), to(#ccb));
    
}
div#hd span.adj { color: #aaa; }
p.more { float: right;}

div#bd { padding: 1em; }

.other-links, .other-links a { color: transparent;}

ul.resume-list {}
ul.resume-list li { margin-bottom: 0.5em; list-style: square inside; }
ul.resume-list em { font-weight: bold; }


@font-face {
    font-family: YanoneKaffeesatz;
    src: local(YanoneKaffeesatz), url(fonts/YanoneKaffeesatz-Thin.otf);
    font-weight: normal;
}

@font-face {
    font-family: YanoneTagesschrift;
    src: local(YanoneTagesschrift), url(fonts/YanoneTagesschrift.otf);
    font-weight: normal;
}

@font-face {
    font-family: "Fontin Regular";
    src: local("Fontin Regular"), url(fonts/Fontin-Regular.otf);
    font-weight: normal;
}

h1 { font-family: YanoneKaffeesatz !important;}
h1 { font-family: YanoneTagesschrift !important;}
h3 { font-family: "Fontin Regular"; font-size: 160%; }
