#content-inner {
    float: right;
}

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

#content-inner div.row {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.6em;
    padding-bottom: 0.3em;
}

#content-inner div.thumb {
    width: 26.8em;
}

#content-inner div.left {
    float: left;
}

#content-inner div.right {
    float: right;
}

#content-inner div.thumb div.title, #content-inner div.thumb div.description,
#content-inner div.thumb div.metadata, #content-inner div.thumb div.actions {
    font-size: 1.1em;
    width: 16.4em;
    float: right;
}    

#content-inner div.thumb div.title a {
    font-size: 1.2em;
}

#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;
}

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

#sidebar div.themes div.title {
    font-size: 1.3em;
    font-weight: bold;
    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.thumb div.metadata {
    margin-top: 0.2em;
    border-top: 1px solid #369;
}

#content-inner div.thumb div.metadata div {
    float: left;
    margin-right: 1em;
}

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

#content-inner div.thumb div.actions {
    background-color: #a4e5d9;
    border-top: 1px solid #369;
}

#content-inner div.thumb div.actions div.action {
    float: left;
    margin: 0 5%;
}

#content-inner div.thumb div.action a {
    padding: 0 0.3em;
    font-weight: bold;
}

#content-inner div.action a:hover {
    background-color: #aacc4b;
    color: #fff;
}

#content-inner div.action_warning a {
    background-color: #f00;
    color: #fff;
}

#content-inner div.action_warning a:hover {
    background-color: #f66;
}
