@font-face {
    font-family: Nilland;
    src: url(fonts/Nilland.ttf) format("truetype");
}

@font-face {
    font-family: Nilland;
    font-weight: 700;
    src: local("Nilland Bold"), url(fonts/Nilland-Bold.ttf) format("truetype");
}

@font-face {
    font-family: Nilland;
    font-weight: 800;
    src: local("Nilland-ExtraBold"), url(fonts/Nilland-ExtraBold.ttf) format("truetype");
}

@font-face {
    font-family: Nilland;
    font-weight: 900;
    src: local("Nilland-Black"), url(fonts/Nilland-Black.ttf) format("truetype");
}

@font-face {
    font-family: Nilland;
    font-variant: small-caps;
    src: local("Nilland-SmallCaps"), url(fonts/Nilland-SmallCaps.ttf) format("truetype");
}

@font-face {
    font-family: Nilland;
    font-variant: small-caps;
    font-weight: bold;
    src: local(Nilland-SmallCaps), url(fonts/Nilland-SmallCaps-Bold.ttf) format("truetype");
}

/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */

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

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

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

@font-face {
    font-family: Museo Sans;
    src: local("Museo Sans"), url(fonts/MuseoSans.otf);
}

@font-face {
    font-family: Museo Sans;
    font-style: italic;
    src: local("Museo Sans"), url(fonts/MuseoSans-Italic.otf);
}

html, body {
    margin:0;
    padding:0;
/*    background:url(grid.png) 0 12px; */
}

h1 {
    font-family: Museo Sans;
    font-weight: normal;
    font-size: 2em;
    margin:0 0 .52em;
    padding:0;
}

.byline {
    margin: -1.3em 0 1.3em;
}

#thefrontpage h1 {
    font-size: 5em;
    margin:0;
}

h2 {
    padding:0;
    margin-top: -.3em;
    margin-bottom:0;
    font-size: 1.3em;
    font-family: Museo Sans;
    font-weight: normal;
}

h3 {
    margin:-.18em 0 0;
    padding:0;
    font-size: 1.2em;
    font-family: Museo Sans;
    font-weight: normal;
}

h4 {
    margin:-.1em 0 0;
    padding:0;
    font-family: Museo Sans;
    font-size: 1.1em;
    font-weight: normal;
}

p {
    font-size: 1em;
    line-height:1.3em;
    margin:0 0 1.3em;
    padding:0;
}

p em {
    font-family: Museo Sans;
    font-style: italic;
    font-weight: normal;
}

#content {
    font-family: Museo;
    width: 30em;
    line-height:1.3;
    margin: 1.5em;
}

#content #banner {
    float:left;
    margin-left: -410px;
}

#content.withbanner .hi {
    padding-top: 60px;
    margin: 0;
}

#content.withbanner h1 {
    line-height: 1;
    margin-left: -6px;
    margin-bottom: .16em;
}

#content.withbanner {
    padding-left: 410px;
}

ul {
    list-style: square;
    padding-left:0;
    margin:0 0 1.3em;

}

ul ul, ol ul  {
    list-style: square;
    margin: 0 0 0 1.5em;
}

ol {
    margin:0 0 1.3em;
    padding-left:0;
}

ol ol, ul ol {
    margin-left: 1.5em;
}

dl {
    margin:0 0 1.3em;
}

dt {
    margin:0;
    padding:0;
}

dd {
    margin:0 0 1.3em 1.3em;
}

.adrline {
    display: block;
}

