body {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 0 1em 0;
    font-size: 12pt;
    background-color: #fff;
    font-family: "Linux Libertine", serif;
}

a {
    color: #800;
}

#base-content a:hover {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}

acronym {
    border-bottom: 1px dotted #000;
}

#top-menu {
    background-color: #222;
    color: #fff;
    border-radius: .6em 0 0 0;
    -moz-border-radius: .6em 0 0 0;
    -webkit-border-radius: .6em 0 0 0;
}

#top-menu .menu {
    padding: .4em 1em .3em 1em;
    font-family: "Linux Libertine", sans-serif;
    font-weight: bold;
}

#top-menu .menu a {
    color: #fff;
    text-decoration: none;
    font-size: 100%;
    border-radius: .6em .6em 0 0;
    -moz-border-radius: .6em .6em 0 0;
    -webkit-border-radius: .6em .6em 0 0;
    margin-right: 2px;
}
#top-menu .menu a:hover {
    background-color: #fff;
    color: #800;
}

#top-menu .menu .menu-item {
    padding: 0 .7em .3em .7em;
}

#top-menu a.menu-item.selected {
    background-color: white;
    color: #000;
    /*-webkit-border-radius: .4em .4em 0 0;
    border-top: 2px solid #800;*/
}

#base-content a:visited {
    color: #000;
}

#base-content {
    padding: .5em 0;
    overflow: auto;
}

#headline-block, #fresh-blog-posts {
    width: 64%;
    float: left;
}

#featured-block {
    width: 307px;
    float: right;
}

#categories-block {
    clear: both;
}

#categories-block ol.categories {
    overflow: auto;
    width: 100%;
    margin: 0;
    padding: 0 0 1ex 0;
}

#categories-block ol.categories li {
    display: block;
    width: 184px;
    float: left;
}

#categories-block ol.categories li a {
    display: block;
    text-decoration: none;
    border-top: 4px solid #800;
    padding-right: 10px;
    color: #800;
}
#categories-block ol.categories li:nth-child(odd) a {
    border-color: #222;
    color: #222;
}
#categories-block ol.categories li a:hover {
    text-decoration: underline;
    border-bottom: 0;
}
#categories-block ol.categories li em {
    font-style: normal;
    font-family: "Linux Libertine C", serif;
}

#footer {
    clear: both;
    width: 100%;
    overflow: hidden;
    background-color: #222;
    border-radius: 0 0 .6em 0;
    -moz-border-radius: 0 0 .6em 0;
    -webkit-border-radius: 0 0 .6em 0;
    color: #fff;
}

#footer a {
    color: #fff;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
    border: 0;
}

#footer .column {
    float: left;
    width: 299px;
    padding: 0 5px;
}
#footer .column:nth-child(even) {
    width: 300px;
    padding: 0;
}
#footer .column .block-title {
    border-bottom: 2px solid #fff;
}

#footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#base-content a.rss img {
    vertical-align: middle;
		margin-right: 1ex;
}
#base-content a.rss:hover {
    border: 0;
}
#latest-blog-posts a.rss, #latest-comments a.rss {
	margin-left: .5ex;
}

#recent-posts li, #recent-comments li {
    border-bottom: 1px dotted #888;
    padding: 1ex 0;
    font-size: 90%;
}
#recent-posts li:last-child, #recent-comments li:last-child {
    border-bottom: 0;
}
#tagcloud ul {
    text-align: center;
}
#tagcloud li {
    display: inline;
}
#tagcloud li a{
    margin: 0 1ex;
    white-space: nowrap;
}

#tagcloud a.smallest {
    font-size: 70%;
}
#tagcloud a.small {
    font-size: 90%;
}
#tagcloud a.medium {
    font-size: 110%;
}
#tagcloud a.big {
    font-size: 150%;
}
#tagcloud a.biggest {
    font-size: 230%;
}

/*
#post-comment {
    padding-left: 105px;
    background: url(/images/adrian-skull.png) no-repeat;
}
    */
.blog-navigation {
    overflow: auto;
    font-size: 80%;
    border-top: 3px solid #222;
    padding-top: 1ex;
}

.blog-navigation .previous {
    float: right;
}
.blog-navigation .previous:after {
    content: ' »';
}
.blog-navigation .next {
    float: left;
}
.blog-navigation .next:before {
    content: '« ';
}
#base-content .blog-navigation a:hover {
    border: 0;
}

.page-comments {
	float: right;
	clear: none;
	font-size: 80%;
}
.page-top {
	float: right;
	clear: none;
	padding-top: 1em;
	font-size: 80%;
}
