body {
    background: url('../img/background.jpg') repeat-x;
}

.date {
    font-style: italic;
    margin-bottom: 1em;
}

ul {
    clear: both;
}

ul.inline {
    margin-left: 0;
}

ul.inline li {
    display: inline;
}

li.mp3:before {
    padding-right: 2px;
    content: url('../img/downloadicon.png');
}
li.forum:before {
    padding-right: 2px;
    content: url('../img/forumicon.png');
}
li.purchase:before {
    padding-right: 2px;
    /*content: url('../img/social/16px/amazon.png');*/
}

#header {
    height: 96px
}

#nav, #socialnav {
    position: relative;
    top: 40px;
}

#nav ul {
    margin-left: 25px;
}

#nav a{
    font-weight: bold;
    margin-right: 0.75em;
    font-size: 22px;
    color: white;
}

#footer {
    font-size: 14px;
    border-top: 1px solid #08A7F9;
    border-bottom: 1px solid #08A7F9;
    padding-top: 1em;
    margin-bottom: 1em;
}

.hp_block {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #08A7F9;
}
.hp_block h2 {
    margin-bottom: 5px;
}
.itembody img, .bookcover img {
    float: left;
    padding-right: 10px;
}
.noborder {
    border: none;
}

#video {
    text-align: center;
}
#video p {
    text-align: left;
}

.news, .episode, .book {
    padding-top: 10px;
    padding-bottom: 10px;
}
div.pagination {
    text-align: center;
}

ul.ep_meta li{
    padding-right: .5em;
}
