@import url(//fonts.googleapis.com/css?family=Cantarell:regular,italic,bold,bolditalic) all;
@import url(//fonts.googleapis.com/css?family=Neucha) all;
@import url(//fonts.googleapis.com/css?family=Inconsolata) all;

body {
    font-family: 'Cantarell', "URW Gothic L", sans-serif;
    max-width: 45em;
    margin: 0 auto;
    padding: 0 1em;
}

.pageheader {
    min-height: 51px; /* for the Bustle logo. */
}

div.header {
    font-family: 'Neucha', 'Cantarell', "URW Gothic L", sans-serif;
    padding: 6px 0;
    border-bottom: 1px solid black;
    margin: 21px 0;
}

span.title {
    font-size: xx-large;
    letter-spacing: 2px;
}

span.description {
    font-weight: normal;
    font-style: italic;
}

h2, h3 {
    font-family: 'Neucha', 'Cantarell', "URW Gothic L", sans-serif;
    margin: 0.5em 0.5em 0 0.5em;
    border-bottom: 1px dotted black;
    letter-spacing: 2px;
    clear: both;
}

a {
    color: #00c;
}

a img {
    margin: 0 2px;
}

img.floated {
    float: right;
    display: block;
    margin-right: 3.5em;
}

img.screenshot {
    padding: 0.5em;
    margin: 0.5em;
    background: white;
    border: 1px solid white;
}

a:hover img.screenshot {
    border: 1px solid #00c;
}

p {
    margin-left: 2em;
    margin-right: 2em;
    line-height: 1.2em;
    text-align: justify;
}

p code {
    padding: 0 2px;
    border: 1px solid #ddf;
    background: #eef;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    white-space: nowrap;
}


pre {
    margin-left: 2em;
    margin-right: 2em;
    line-height: 1.2em;
    padding: 0.5em;
    border: 1px solid #ddf;
    background: #eef;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

ul {
    margin-left: 2em;
    margin-right: 2em;
    padding-left: 0em;
    line-height: 1.2em;
    text-align: justify;
}

p kbd, li kbd {
    text-align: left;
    clear: both;
}

ul.icons {
    list-style: none;
    text-align: left;
}

ul.icons li {
    display: inline-block;
    margin: 0 0.5em 0.5em 0;
}

ul.icons li img {
    margin-right: 0.25em;
}

ul.icons li a {
    display: block;
    padding: 0.5em;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    text-decoration: none;
}

ul.icons li a:hover {
    border: 1px solid #00c;
    background: #eef;
}

.nanoblog {
    clear: both;
    max-width: 22em;
    margin-left: auto;
    margin-right: 4em;
    line-height: 1.2em;
}

.nanoblog-header {
    float: right;
    font-size: smaller;
    font-weight: lighter;
}

#footer {
    font-size: small;
    color: #aaa;
}

#footer a {
    color: #99c;
}

#backlinks {
    float: right;
}

kbd, tt, pre, code {
    font-family: 'Inconsolata', monospace;
}

/*
blockquote {
    background-image: url('/ldquo.png');
    background-repeat: no-repeat;
}
*/

acronym {
    text-transform: lowercase;
    font-variant: small-caps;
}
