/* HTML5 elements */
header, footer, nav, article { display:block; }

body {
    font: 18px/27px 'DroidSerifRegular', serif;
    background: #d6e0e3;
    color: black;
    color: blue;
}

body b, body strong {
    font-family: 'DroidSerifBold';
}

body i, body em {
    font-family: 'DroidSerifItalic';
}

h1, h2, h3, h4, h5, h6 {
    font: 52px/68px 'QlassikMediumRegular', Arial, sans-serif;
    letter-spacing: 0;
}

h2 { font: 40px/56px 'QlassikMediumRegular', Arial, sans-serif; }
h3 { font: 36px/42px 'QlassikMediumRegular', Arial, sans-serif; }
h4 { font: 30px/36px 'QlassikMediumRegular', Arial, sans-serif; }
h5 { font: 24px/28px 'QlassikMediumRegular', Arial, sans-serif; }
h6 { font: 18px/22px 'QlassikMediumRegular', Arial, sans-serif; }

header h1 {
    margin: 12px 0;
}

nav p {
    font-size: 12px;
    line-height: 14px;
    margin-left: 100px;
}

header, nav, #content {
    width: 800px;
    padding-left: 50%;
    margin-left: -400px;
}

article.index time {
    width: 50px;
    float: left;
    background: #eee;
    border: 1px solid #ddd;
    font-size: 0.8em;
    line-height: 22px;
    margin-left: -70px;
}
article.index time span {
    display: block;
    text-align: center;
}
article.index time span.day {
    font-size: 1.8em;
}
article.index time span.year {
    font-size: 0.8em;
}

article.comment {
    border: 1px solid #ddd;
    background: #eee;
    font-size: 0.8em;
    padding: 6px;
    margin-bottom: 8px;
    min-height: 60px;
    border-top-left-radius: 18px;
    border-bottom-right-radius: 18px;
}
article.comment header {
    float: left;
    width: 60px;
    margin-left: -80px;
    padding-left: 0;
    overflow: hidden;
}
article.comment header cite {
    display: block;
    font-size: 8px;
    line-height: 10px;
    margin: 0;
    padding: 0;
}
article.comment p {
    margin: 2px;
}
article.comment.sil {
    min-height: 100px;
    background-color: #ccc;
    font-weight: bold;
}
article.comment.sil header {
    width: 100px;
    height: 100px;
    margin-left: -100px;
    text-indent: -1000em;
    background: url(http://kryogenix.org/images/hackergotchi-simpler.png) top left no-repeat;
}

article img {
    max-width: 800px;
}

#newcomment {
    background-color: #666;
    border: 1px solid #333;
    border-width: 1px 0
}
#newcomment input {
    display: block;
    border-width: 0;
    font-size: 2em;
    background: #d6e0e3;
    width: 95%;
}
#newcomment label {
    font-size: 10px;
    padding: 3px;
}
#newcomment p.na, #newcomment p.em, #newcomment p.we {
    float: left;
    margin: 0;
    padding: 0;
    width: 400px;
    line-height: 12px;
}
#newcomment p.em {
    text-align: right;
}
#newcomment p.em input{
    float: right;
}
#newcomment p.we {
    width: 750px;
}
#newcomment p.ta {
    width: 750px;
    float: right;
    text-align: right;
    height: 250px;
    padding: 0;
    margin: 0;
}
#newcomment textarea {
    height: 200px;
    width: 750px;
    background: #d6e0e3;
    border-width: 0;
}

#newcomment p.sub {
    float: right;
    clear: both;
    margin-top: 20px;
    text-align: right;
    padding-right: 30px;
}
#newcomment p.sub input {
    font-size: 1.2em;
    border: 1px solid #777;
    margin: 4px;
    border-radius: 5px;
    color: white;
    background: #999;
}

p.f small {
    font-size: 8px;
    line-height: 10px;
}

p.ads {
    border: 4px solid #b6c0c3;
    background: #c6d0d3;
    padding: 12px;
}


