* {
    padding: 0px;
}

body {
    /*background-image: url("../images/brickwall.png");*/
    /*background-image: url("../images/gray_jean.png");*/
    background-image: url("../images/subtle_dots.png");
    background-position: left top;
    background-repeat: repeat;

    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    color: #333;

    width: 100%;
    height: 100%;

    margin: 0px;
    padding: 0px;
    display: block;
}

h1,h2 {
    font-style: italic;
    font-weight: normal;
}

div#container {
    margin-top: 15px;
    margin-left: auto;
    margin-right:auto;
    margin-bottom: 0px;
}

@media (min-device-width: 961px) {
    div#container {
        width: 80%;
    }
}

@media (max-device-width: 960px) {
    div#container {
        width: 98%;
    }
}

div.item {
    width: 100%;
}

div.gallery-stub {
    width: 100%;
    height: 400px;
    background: #000;
}

@media (min-device-width: 961px) {
    div.gallery-stub {
        height: 500px;
    }
}

@media (max-device-width: 960px) {
    div.gallery-stub {
        height: 800px;
    }
}

nav#main {
    position: fixed;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 20%;
}

@media (max-device-width: 960px) {
    nav#main {
        display: none;
    }
}

nav#main div#header>h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: "Ubuntu Mono",monospace;
    font-size: 38px;
}

nav#main div#header>h1 a {
    text-decoration: none;
    color: #222;
}

nav#main div#header>h2 {
    margin-top: 0px;
    font-size: 16px;
}

nav#main ul {
    list-style-type: none;
}

@media (min-device-width: 961px) {
    div#content {
        margin-left: 25%;
    }
}

nav#main ul li > ul {
    margin-bottom:  20px;
}

div.item-header {
    background-color: #e6e6e6;
    padding: 10px;
}

div.item-header h1,h2 {
    margin: 0px
}

div.item-header h2 {
    color: gray;
    font-size: 1em;
}

div.item-body {
    margin-bottom: 50px;
}

div.item-body h1 {
    border-bottom: 1px solid #dedede;
}
