/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
@font-face {
    font-family: "Tallys";
    src: url("http://mgdm.net/css/fonts/Tallys_15.otf");
}

/* Found at http://grafikfritze.de/?p=43 */
@font-face{
    font-family: "Vollkorn";
    src: url("http://mgdm.net/css/fonts/vollkorn.otf");
}

/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
@font-face {
    font-family: "Delicious Heavy";
    src: url("http://mgdm.net/css/fonts/Delicious-Heavy.otf");
}

body {    
    color: #222;
    font-family: Palatino, Georgia, serif;
    border-top: 5px solid #222;
    padding-top: 16px;
    background: url(../img/gradient.png) top left repeat-x;    
    font-size: 62.5%;
}

h1, h2, h3 {
/*    font-family: "Vollkorn", Palatino, "Georgia", serif;  */
    font-family: "Delicious Heavy", "Trebuchet MS", sans-serif;
    font-weight: normal;
    color: #444;
}

h1 {
    color: black;
}

div {
    background: transparent;
}

p {
    font-size: 1.2em;
}

ul li {
    font-size: 1.2em;
}

#navbar {
    text-align: right;
}

#navbar ul {
    list-style-type: none;
}

#navbar ul li  {
    display: inline;
}

#navbar ul li a {
    text-transform: uppercase;
    color: #222;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}
a, a:visited, a:active {
    text-decoration: none;
}

a, a:link {
    color: #006;
}

a:visited {
    color: #56f;
}

a:active {
}

a:hover {
    text-decoration: underline;
}

h2 a, h2 a:link, h2 a:visited, h2 a:active {
    color: #444;
}

#flickr ul {
    list-style-type: none;
}

#flickr ul li {
    display: inline;
    margin: 2px;
}

#posts dl dt {
    font-family: "Lucida Sans", "Arial", sans-serif;
    font-size: 1.4em;
}

#posts dl dd {
    margin-bottom: 1em;
    font-size: 1.2em;
}

#sites ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#sites ul li {
    margin-left: 0px;
}

#sites ul li img {    
    padding-right: 8px;
}

#projects li {
    margin-left: 1.5em;
}

#projects dt {
/*    display: inline; */
}

#projects dd {
    margin-left: 2em;
}

#sites li, #projects li {
/*    font-family: "Verdana", "Arial", sans-serif; */
}

