html {
    font-family: Calibri, "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 1em 0;
}

a:hover,
a:active {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

p {
    margin-bottom: 1em;
}

sup {
    font-size: 0.8em;
    position: relative;
    top: -0.4em;
}

video {
    max-height: 240px;
    max-width: 240px;
}

#main {
    margin: 0 auto;
    max-width: 100%;
    min-width: 720px;
    width: 720px;
}

#content .primary {
    float: left;
    margin-right: 20px;
    width: 300px;
}

#content .secondary {
    float: left;
    padding-bottom: 2em;
    width: 400px;
}

#me .photo {
    margin: 4px 0 10px 0;
    width: 300px;
}

#me .url {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

#more {
    float: right;
    font-weight: bold;
    margin-bottom: 1em;
}

li.entry {
    border-top: 1px solid #eee;
    margin: 1em 0;
    padding-top: 0.5em;
}

li.entry:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

.entry h1:first-child {
    margin-bottom: 1em;
}

.entry .meta {
    font-size: 12px;
    margin-top: -0.75em;
    text-align: right;
}

.photo div {
    text-align: center;
}

.photo img,
.photo object,
.photo video {
    margin-bottom: 10px;
}

.entry.text .meta {
    margin-bottom: 2em;
    text-align: left;
}

.link img.icon {
    vertical-align: middle;
}

@media only screen and (min-width: 767px) {
    .no-touch #content .primary {
        position: fixed;
    }

    .touch #content .primary {
        -moz-transition-property: transform;
        -moz-transition-duration: 0.25s;
        -webkit-transition-property: transform;
        -webkit-transition-duration: 0.25s;
    }

    .no-touch #content .secondary {
        margin-left: 320px;
    }
}

@media only screen and (max-width: 767px) {

    html {
        margin: 10px 0;
    }

    #main {
        max-width: auto;
        min-width: 0;
        width: 480x;
    }

    #content .primary,
    #content .secondary {
        clear: both;
        float: none;
        margin: 0 auto;
        width: 440px;
    }

    #content .primary {
        border-bottom: 1px solid #ccc;
        margin-bottom: 1.6em;
        padding-bottom: 1em;
    }

    #me .photo {
        float: left;
        margin-right: 20px;
        width: 120px;
    }

}

@media only screen and (max-width: 320px) {

    #main {
        width: 320px;
    }

    #content .primary,
    #content .secondary {
        width: 280px;
    }

}

