* {
    padding: 0;
    margin: 0;
}

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

body {
    font-family: sans-serif;
    background-image: url('julia.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-attachment: fixed;
    background-color: #ffeeee;
}

a {
    color: #000;
}

/* {{{ Heading  */
#heading {
    height: 55px;
    font-size: 22px;
    max-width:900px;
    margin-left: auto;
    margin-right: auto;
}

#title {
    font-family: cmu-font;
    font-size: 40px;
    padding-top: 1px;
    color: #005577;
    float: left;
}

#oneko-logo {
    height: 46px;
    float: right;
    margin-top: 14px;
    margin-right: 50px;
}

/* }}} */

/* {{{ Nav Bar  */
#nav {
    background-color: #168;
    color: #fff;
    text-size: 15px;
    padding: 10px 0 7px 0px;
}

#nav-inner {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

#nav a {
    color: #fff;
    text-decoration: none;
}

#nav ul {
    list-style: none;
}

#nav ul li {
    display: inline-block;
    padding: 0px 10px 0 0px;
}
/* }}} */

/* {{{ Content */
#content {
    padding: 20px;
    font-size: 18px;
    line-height: 1.5em;
    max-width: 900px;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
}

#content p {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

#content a {
    text-decoration: none;
    color: #225577;
}

#content .date {
    font-size: 14px;
}

#content h1,h2,h3,h4 {
    font-family: sans-serif;
    font-weight: normal;
    color: #005577;
    margin-bottom: 1.5em;
}

#content img {
    width: 19em;
    float: right;
    margin-left: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
}

#content ul {
    list-style: none;
}
#content ul li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

/* {{{ Specific Lists - Poems  */
.poems {
    font-family: serif;
    line-height: 1.2em;
    font-size: 18px;
}

.poems p {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
}

.poems h1,h2,h3,h4 {
    font-family: serif !important;
}

.poems-list {
    margin-top: 3em;
}
/* }}} */
/* }}} */
