
body {
    font-family: "Cambria", "Liberation Serif", serif;
    line-height: 2.75ex;
    margin: 2em 1em 1em 1em;
}
#contentwrapper {
    max-width: 105ex;
    margin: 0 auto;
}
#content {
    max-width: 72ex;
}
#sidebar {
    margin: 0 0 4ex 4ex;
    float: right;
    width: 28ex;
}
#footer {
    clear: both;
    text-align: center;
    margin-top: 2em;
    line-height: 2.7ex;
    font-size: 0.8em;
    color: #777777;
}

a {
    color: #0066b3;
}
a:visited {
    color: #990099;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Corbel", "Liberation Sans", sans-serif;
}
p {
    text-align: justify;
}
pre, code {
    font-family: "Consolas", monospace;
    font-size: 0.95em;
}
img {
    border: none;
}
blockquote {
    border-left: 3px solid #ddd;
    padding-left: 1em;
    margin-left: 2em;
}
pre {
    padding: 0.5em 1em;
    background-color: #f0f0f0;
    overflow: auto;
    font-size: 0.9em;
}
hr {
    border: none;
    border-top: 1px dashed #aaa;
    height: 0;
}

/* Sidebar styles */
#sidebar #about {
    font-size: 0.9em;
    line-height: 2.5ex;
}
#sidebar #about p {
    margin-top: 0;
}
#sidebar #links ul {
    margin-left: 0;
    padding-left: 0;
}
#sidebar #links ul li {
    font-size: 0.9em;
    line-height: 3.5ex;
    list-style: none;
}
#sidebar #links a {
    padding-left: 20px;
}
#sidebar #links a#gprofile-link {
    background: url("/images/gprofile.png") no-repeat left center;
}
#sidebar #links a#twitter-link {
    background: url("/images/twitter.png") no-repeat left center;
}
#sidebar #links a#librefm-link {
    background: url("/images/librefm.png") no-repeat left center;
}
#sidebar #links a#delicious-link {
    background: url("/images/delicious.gif") no-repeat left center;
}
#sidebar #links a#librarything-link {
    background: url("/images/librarything.png") no-repeat left center;
}
#sidebar #links a#greader-link {
    background: url("/images/greader.png") no-repeat left center;
}

/* Styles which are common to all item types */
.item h1, .item h3 {
    display: inline;
    margin-right: 0.5em;
}
.item .date {
    font-family: "Corbel", "Liberation Sans", sans-serif;
    display: inline;
    font-size: 1.2em;
    letter-spacing: 0.1ex;
    word-spacing: 0.1em;
    color: #888;
    white-space: nowrap;
    margin-right: 0.5em;
}
.item .tags {
    display: inline;
    font-style: italic;
    color: #888;
}
.item .tags a {
    color: black;
    white-space: nowrap;
}

h1 {
    font-size: 1.5em;
    text-transform: uppercase;
    letter-spacing: 0.1ex;
    word-spacing: 0.2em;
    margin-top: 2em;
}
h1 a {
    color: black !important;
    text-decoration: none;
}

.blog-entry-stub {
    margin-bottom: 1em;
}

/* Reading log entries */
.reading-log-entry {
    clear: left;
    margin: 1.5em 0;
}
.reading-log-entry h3 {
    font-size: 1.2em;
    word-spacing: 0.1em;
}
.reading-log-entry h3 a {
    font-style: italic;
    margin-right: 0.2em;
}
.reading-log-entry .author {
    white-space: nowrap;
}
.reading-log-entry img.cover {
    float: left;
    margin: 0 1em 1em 0;
    min-width: 53px;
}
.reading-log-entry .rating {
    display: inline;
    white-space: nowrap;
}

.reading-log-entry-stub {
    display: inline;
    margin-right: 2ex;
}
.reading-log-entry-stub img {
    border: 1px solid #cccccc;
    padding: 2px;
}

