
body, html
{
    min-height: 100%;
}

body
{
    font-family: freight-sans-pro;
    font-size: 40px;
    font-weight: 100;
    height: 100%;
    line-height: 140%;
    margin: 0;
    overflow: auto;
    padding: 0;
}

body.error
{
    background: url(/assets/pics/error.jpg) center no-repeat;
    color: white;
    text-align: center;
    display: block;
    font-size: 300%;
    font-weight: bold;
    margin-bottom: 10px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.55);
}

a
{
    color: #999;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
}

a:visited
{
    color: #999;
}

a:hover
{
    border-bottom: 4px solid #000000;
    color: #000000;
}

a.tumblr:hover
{
    border-color: #2c4762;
    color: #2c4762;
}

a.twitter:hover
{
    border-color: #0097c6;
    color: #0097c6;
}

#main
{ 
    margin: 0 auto;
    padding: 100px 0;
    width: 1000px;
}

#border-top, #border-right, #border-bottom, #border-left
{
    position: fixed;
    background: #000;
}

#border-top, #border-bottom
{
    height: 15px;
    width: 100%;
}

#border-left, #border-right
{
    height: 100%;
    width: 15px;
}

#border-top
{
    top: 0;
}

#border-right
{
    right: 0;
}

#border-bottom
{
    bottom: 0;
}

#border-left
{
    left: 0;
}

@media screen and (max-width: 1000px)
{
    body
    {
        font-size: 20px;
    }

    #main
    {
        padding: 20px 40px 40px;
        width: auto;
    }

    br
    {
        display: none;
    }
}

.heading {
	text-align: center;
}

.list {
	margin-top: 120px;
}
 