/*
Theme Name: Arabesque
Description: Customisations for Twentyeleven for the Arabesque blog
Author: Tom Ryder <tom@sanctum.geek.nz>
Template: twentyeleven
*/
@import url("../twentyeleven/style.css");
#site-title img {
    display : inline;
    width : auto;
}
.seriesmeta {
    margin: 1em 0;
}
.series-nav-left {
	float: left;
}
.series-nav-right {
	float: right;
}
article a {
    text-decoration: underline;
}
#main {
    padding-top: 1em;
}
#secondary {
    margin-right: 3%;
}
#content {
    margin-left: 3%;
    margin-right: 30%;
    width: 70%;
}
.singular #content {
    margin-left: 3%;
    margin-right: 3%;
}
.singular #content .entry-content {
    width: 75%;
}
#access .menu {
    margin-left: 3%;
    margin-right: 3%;
}
#nav-single {
    white-space: nowrap;
}
.single .entry-header,
.page .entry-header {
    width: 75%;
}
code,
pre {
    background: #0a0a0a !important;
    color: #ffffff;
    font-family: "Ubuntu Mono", "Inconsolata", "Consolas", "DejaVu Sans Mono", monospace !important;
    font-size: 11pt !important;
    white-space: nowrap;
}
code {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0.1em 0.25em;
}
pre {
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}
    pre code {
        padding: 0;
        white-space: pre;
    }

.entry-content h3 {
    color : #ffffff;
    font-size : inherit;
    font-style : italic;
    letter-spacing : 0;
    text-transform : none;
}
