body {
    text-align: center;
}

#wrapper {
    display: inline-block;
    text-align: left;
    margin: 0 -20px;
    padding: 0 20px;
    width: 660px;
}

body, input {
    font: 12px/20px Georgia, serif;
}

a:link, a:visited {
    text-decoration: none;
}

a:active {
    position: relative;
    top: 1px;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p, blockquote, ul {
    margin: 0 0 20px;
}

header h1 {
    font-size: 40px;
    line-height: 40px;
    font-family: "ProximaNovaSemibold", sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0 20px;
}

header p {
    border-top: 1px solid;
    margin: -1px 0 0;
    padding: 20px 0;
    text-align: center;
}

section > h1 {
    font-size: 30px;
    line-height: 40px;
    font-family: "ProximaNovaCondensedSemibold", sans-serif;
    text-transform: uppercase;
    text-align: center;
    border-top: 1px solid;
    margin: -1px 0 0;
    padding: 20px;
}

section > p {
    margin: 0 20px 20px;
}

section#articles > h1 {
    display: none;
}

article h1 {
    font-size: 24px;
    line-height: 20px;
    font-family: "ProximaNovaCondensedSemibold", sans-serif;
    text-transform: uppercase;
    text-align: center;
}

h2 {
    font-size: 20px;
    font-family: "ProximaNovaCondensedSemibold", sans-serif;
    text-transform: uppercase;
}

h3 {
    font-size: 16px;
    font-family: "ProximaNovaCondensedSemibold", sans-serif;
    text-transform: uppercase;
}

h4 {
    font-size: 14px;
}

h5, h6 {
    font-size: 12px;
}

nav ul, nav ol {
    list-style: none;
}

article {
    border-top-width: 1px;
    margin: -1px 0 0;
    padding: 0 20px;
}

article, footer #tags {
    border-style: dotted;
}

article p.time {
    font-size: 0px;
    line-height: 0px;
    position: relative;
    top: -10px;
    margin: 0;
    text-align: center;
}

article p.time time {
    font-size: 10px;
    line-height: 20px;
    padding: 0 7px;
    background: #fff;
}

article h1:first-child {
    margin: 20px 0;
}

article.chat ul {
    list-style: none;
}

article.audio script + span {
    display: block;
    text-align: center;
}

article p:not(.time) a, footer #tags a {
    text-decoration: underline;
}

article p:not(.time) a:hover, footer #tags a:hover {
    text-decoration: none;
}

img, #wrapper iframe, object, embed {
    margin: auto;
    display: block;
}

iframe#ask_form {
    height: 160px;
}

div.caption {
    width: 50%;
    text-align: center;
    display: block;
    margin: auto;
}

blockquote {
    padding: 0 20px;
    font-style: italic;
}

footer {
    font-size: 0px;
}

footer > ul {
    display: block;
    text-align: center;
    font-size: 12px;
    margin: -1px 0 0 !important;
    border-top-width: 1px;
    padding: 20px 0;
}

footer > ul li {
    display: inline;
    padding: 0 7px;
}

footer #pagination {
    border-style: solid;
}

.active {
    text-decoration: underline;
}

a[rel=next]:after {
    content: " »";
}

a[rel=previous]:before {
    content: "« ";
}

footer > div {
    border-top: 1px solid;
    margin: -1px 0 0;
    padding: 20px 0;
    white-space: nowrap;
}

footer * nav {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 140px;
    margin: 0 0 0 20px;
    vertical-align: top;
    font-size: 10px;
}

footer * nav:nth-child(1n+5) {
    display: none;
}

footer ul {
    margin: 0;
}

footer li {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

footer h1 {
    font-size: 12px;
}

footer * nav > p {
    white-space: normal;
}

form#search canvas {
    float: left;
    display: none;
    margin: 0 4px 0 0;
}

form#search input {
    font-size: 10px;
    line-height: 10px;
    height: 10px;
    padding: 5px;
    width: 106px;
    float: left;
    border-radius: 3px;
}

form#search input[type=submit] {
    display: none;
}

#likes p, #likes div {
    display: inline;
    overflow: hidden;
    text-overflow: ellipsis;
}

.like_post * {
    margin: 0 !important;
}

#likes img, #likes embed, .like_source, .like_link, .like_chat_post, .like_audio, .like_below_photo {
    display: none;
}