#content-inner {
    float: right;
}

#sidebar {
    float: left;
    background-color: #eee;
}

#content-inner div.thumb {
    border-bottom: 1px solid #ccc;
    padding-top:  0.3em;
}

#content-inner div.thumb div.title, #content-inner div.thumb div.subtitle,
#content-inner div.thumb div.date {
    font-size: 1.1em;
    width: 42em;
    float: right;
}    

#content-inner div.first div {
    font-size: 1.2em;
}

#content-inner div.first div.title,
#content-inner div.first div.date {
    width: 31em;
    margin-bottom: 0.5em;
}

#content-inner div.first div.subtitle {
    font-size: 1.2em;
    width: 28.5em;
    line-height: 1.3em;
}

#content-inner div.thumb div.date {
    font-weight: bold;
}

#content-inner div.first div.date {
    font-size: 1.2em;
    width: 28.5em;
}

#content-inner div.thumb div.title a {
    text-align: left;
    font-size: 1.1em;
    font-weight: bold;
}

#content-inner div.first div.title a {
    font-weight: bold;
    font-size: 1.5em;
}

#content-inner div.thumb div.cover {
    width: 8.5em;
    float: left;
}

#content-inner div.thumb div.cover img {
    width: 8em;
    border: 1px solid #009;
}

#content-inner div.thumb div.cover img:hover {
    border: 1px solid #00c;
}

#content-inner div.first div.cover {
    width: 16.67em;
}

#content-inner div.first div.cover img {
    width: 16.66em;
}

#sidebar div.themes {
    padding: 0.5em;
}

#sidebar div.themes div.title {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.4em;
    border-bottom: 1px solid #666;
    margin-bottom: 0.5em;
}

#sidebar div.themes div.theme {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.5em;
}

#sidebar div.theme a {
    display: block;
}

#sidebar div.theme a.navitem:hover {
    background-color: #ccc;
}

#sidebar div.theme a.current {
    background-color: #ccc;
}

#content-inner div.empty-results {
    font-size: 1.5em;
    font-weight: bold;
}
