/* Basic elements */
body {
    background: #fff;
    font-size: 14px;
    font-family: "Helvetica Neue",helvetica,arial,sans-serif;
    color: #000;
    margin: 0;
    padding: 0;
}
h1 {
    font-family: Gill Sans,Verdana;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: -2px;
    margin: 0;
    height: 90px;
    vertical-align: center;
    text-align: center;
    line-height: 90px;
    padding: 5px;
}
h2 {
    font-family: Gill Sans,Verdana;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1em;
    text-transform: uppercase;
    margin: 0;
}
img {
    border: none;
}
table, tr, th, td {
    border: none;
}
a {
    color: #c60;
    text-decoration: none;
    padding: 1px;
}
a:hover {
    background: #ffa;
    text-decoration: underline;
}

/* Structural elements */
#header {
    width: 100%;
    height: 104px;
    background-color: #4d4d4d;
    background: url("/images/hd_bg.gif") repeat-x;
    color: #fff;
}
#header h1 a {
    color: #fff;
}
#header h1 a:hover {
    color: #fff;
    background-color: inherit;
}
#frame {
    width: 920px;
    margin: auto;
}
#content {
}
#footer {
    font-size: 80%;
    height: 2em;
    padding: .5em;
    clear: both;
    margin: 0;
    color: #999;
    background-color: #e9e9e9;
    text-align: center;
}

/* TODO */
.storyTags {
    background: #eef;
    margin: 0;
    padding: 4px 4px 4px 70px;
    font-style: italic;
}

#identity {
    display: none;
}

/* Blog formatting */
.post {
    margin: 10px 0 20px 0;
    padding: 5px;
    line-height: 20px;
    clear: both;
}
.post h2 {
    margin-bottom: .2em;
}
.post p {
    margin-top: 0;
}
.postBody {
    margin-left: 70px;
    width: 500px;
    line-height: 16px;
}
.storyBody {
    line-height: 1.6em;
    font-size: 1em;
}
.storyBody ul {
    margin-left: 0;
    padding-left: 1.6em;
}
.storyBody p img {
    margin: 0 5px 5px 0;
}
.storyLinks {
    margin: 5px 0;
    padding: 2px;
    background: #fff;
}
.storyDate {
    float: left;
    text-transform: uppercase;
    text-align: center;
    font-family: Gill Sans,Verdana;
    font-size: 1.2em;
    font-weight: normal;
    background: #c60;
    color: #fff;
    width: 40px;
    height: 4.4em;
    padding: .3em;
}
.storyDate .day {
    font-weight: bold;
    font-size: 2em;
    padding: .2em 0
}

/* Sidebar blocks */
.side-box {
    background: #fec;
    padding: 10px;
    margin: 5px;
}
.side-box h2 {
    letter-spacing: 2px;
    margin-bottom: .3em;
}
.side-box div {
    line-height: 1.6em;
    font-size: 1em;
}
#cloud.side-box div {
    line-height: 2.3em;
}

#previously .description {
    padding-left: 1em;
}

#galleryHeader, #galleryDescription, .gallery-tile-count {
    display: none;
}
.gallery-tile, .image-tile {
    text-align: center;
    font: 400 1em "Helvetica Neue",helvetica,arial,sans-serif;
}
