@CHARSET "UTF-8";

html {
    height: 100%;
    background: #9ab url("sink.gif") no-repeat fixed bottom right;
}

body {
    position: relative;
    min-height: 50%;
    margin: 50px 206px 50px 50px;
    padding: 20px;
    border: 2px solid #fff;

    -webkit-border-radius: 12px;
       -moz-border-radius: 12px;
            border-radius: 12px;

    -webkit-box-shadow: 5px 5px 25px rgba(0,0,0,.5);
       -moz-box-shadow: 5px 5px 25px rgba(0,0,0,.5);
            box-shadow: 5px 5px 25px rgba(0,0,0,.5);

    font: 13px "Helvetica Neue", Arial, Helvetica, sans-serif;
    line-height: 1.5em;
    color: #333;
    background-color: #eee;
    z-index: -2;
}

body > hgroup {
    position: absolute;
    right: -200px;
    width: 180px;
}

body > hgroup h1 {
    margin: 0;
    font-size: 2em;
    text-align: center;
    text-shadow: 1px 1px 2px #aaa;
}

body > hgroup h2 {
    margin: 0.25em;
    font-size: 4em;
    text-align: center;
}

body > hgroup h2 a {
    color: #fff;
    text-decoration: none;
    text-shadow: -1px 4px 10px #000;
}

section, article, hgroup, header, footer {
    display: block;
}

section.blog-posts footer {
    margin: 0.5em 0;
    padding: 0.25em;
    background-color: #fff;
    border: 2px solid #fff;

    -webkit-border-radius: 12px;
       -moz-border-radius: 12px;
            border-radius: 12px;
}

section.blog-posts footer ul {
    margin: 0.25em 0.5em 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

section.blog-posts footer ul li {
    display: inline;
    margin-left: 2em;
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
}

section.blog-posts footer ul li a {
    color: #ddd;
    text-decoration: none;
}

section.blog-posts footer ul li a:hover {
    color: #aaa;
}

section.blog-posts article header h1 {
    float: left;
    margin: 0;
    font-weight: bold;
    line-height: 1em;
}

section.blog-posts article header p {
    margin: 0;
    float: right;
    font-weight: bold;
    line-height: 1em;
}

section.blog-posts article.blog-post {
    margin: 1em 0;
}

section.blog-posts article.blog-post > header {
    margin: 0.25em 0;
    border-bottom: 1px solid #000;
}

section.blog-posts article.blog-post > header hgroup {
    position: relative;
}

section.blog-posts article.blog-post > header h2 {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 10em;
    font-weight: bold;
    color: #ddd;
    text-shadow: -1px 1px 2px #bbb;
    z-index: -1;

    /* CSS transforms, available in Safari/Chrome, Firefox 3.5+, Opera 10.5+ */
    -webkit-transform-origin: right bottom; -webkit-transform: rotate(20deg);
       -moz-transform-origin: right bottom;    -moz-transform: rotate(20deg);
         -o-transform-origin: right bottom;      -o-transform: rotate(20deg);
}

section.blog-posts article.blog-post > header h1,
section.blog-posts article.blog-post > header p {
    font-size: 1.4em;
}

section.blog-posts section.blog-comments {
    position: relative;
    padding-left: 5em;
    overflow: hidden;
}

section.blog-posts section.blog-comments > header {
    position: absolute;
    margin: 1em 0 0 -3.5em;

    /* CSS transforms, available in Safari/Chrome, Firefox 3.5+, Opera 10.5+ */
    -webkit-transform-origin: left top; -webkit-transform: rotate(270deg) translateX(-100%);
       -moz-transform-origin: left top;    -moz-transform: rotate(270deg) translateX(-100%);
         -o-transform-origin: left top;      -o-transform: rotate(270deg) translateX(-100%);

    /* Internet Explorer 8 rotate */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

section.blog-posts section.blog-comments > header h1 {
    color: #aaa;
    font-size: 1.4em;
    text-transform: uppercase;
}

section.blog-posts section.blog-comments article.blog-comment {
    margin: 0.5em 0;
    padding: 0.5em;
    background-color: #ddd;
    border: 2px solid #ddd;

    -webkit-border-radius: 12px;
       -moz-border-radius: 12px;
            border-radius: 12px;
}

section.blog-posts section.blog-comments article.blog-comment > header {
    margin-bottom: 0.5em;
}

section.blog-posts section.blog-comments article.blog-comment > header h1,
section.blog-posts section.blog-comments article.blog-comment > header p {
    font-size: 1em;
}

div.clear {
    clear: both;
}

