@import "reset.css";

/**************************************
    Typography
***************************************/
@font-face {
    font-family: "League Gothic";
    src: url("../fonts/LeagueGothic.otf");
}

html, body {
    font-family: "League Gothic", "Yanone Kaffeesatz", sans-serif;
    font-size: 16px;
    line-height: 1.5em;
}

h1 {
    font-size: 18em;
}

h1 span {
    line-height: 0.75em;
}

.family-name {
    letter-spacing: 0.04em;
}

h2 {
    font-size: 6em;
    line-height: 0.9em;
}

#hcard-brian-riley {
    border-bottom: 1.5em solid;
}

p {
    font-family: Georgia;
    font-style: italic;
}

#offsite li {
    font-size: 2em;
}

a {
    text-decoration: none;
}

/**************************************
    Colors
***************************************/
html, body {
    background-color: rgb(245,255,245);
    color: rgb(165,170,165);
}

a {
    color: rgb(205,205,205);
}

a:hover {
    color: rgb(150,190,30);
}


/**************************************
    Grid
***************************************/
body {
    width: 49.5em;
    margin-top: 1.9em;
    margin-left: 7.5em;
}

h1 {
    width: 1.75em;
    float: left;
}

h1 span {
    display: block;
    margin-left: -0.04em;
}

h2 {
    width: 3em;
    float: left;
    margin-top: 1.75em;
}

#hcard-brian-riley {
    height: 27em;
    margin-bottom: 1.5em;
}

p {
    clear: both;
}

#offsite {
    clear: both;
    position: relative;
}

#offsite li {
    width: 2.25em;
    margin-right: 0.75em;
    float: left;
}


/*body {
    background: transparent;
}

html {
    background-image: url(../images/24x24.png);
}*/
