/*
Template name: The Hobbit
Template URI: http://templates.arcsin.se/the-hobbit-website-template/
Release date: 2006-10-11
Description: Arcsin's submission for OWD template contest "Favourite Book".
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

.divider
{
    background: url(divider.gif) no-repeat;
    height: 20px;
    margin: 24px 0;
}

/* content item */
.item
{
    clear: both;
}

.item img
{
    border: 1px dashed #8A6;
}

.item .title
{
    color: #445044;
    font: normal 2em serif;
}

.item .title:first-letter
{
    display: block;
    float: left;
    font-size: 2.4em;
}

.item .metadata
{
    color: #666;
    font-size: 0.9em;
    float: left;
    padding: 0 0 6px 4px;
}

.item .body
{
    clear: both;
}

