/*  jonsimpson.co.uk v6
        (c) Jon Simpson 2009    */

html {
    /* cf. http://www.hicksdesign.co.uk/journal/forcing-scrollbars-now-even-better */
    height: 100%;
    margin-bottom: 1px;
}

body {
    background-color: #fff;
    font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
    font-size: 11pt;
    color: #333;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
}


h1, h2 {
    color: #900;
    font-size: 16pt;
}

h1 .title {
    padding: 0.25em;
}

.title {
    background-color: #900;
    color: #fff;
    padding: 0.4em;
    -webkit-text-stroke:1px transparent;
}

.title a {
    color: #fff;
    font-weight: bold;
    font-size: 13pt;
}

.title a:hover {
    background-color: transparent;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
    color: #fff;
}

h2 {
    font-weight: normal;
}

#main h2 {
    font-size: 15pt;
}

#main p {
    font-size: 10pt;
}

h3 {
    color: #900;
    font-weight: normal;
    font-size: 13pt;
}

#side h1, #side h2 {
    font-size: 15pt;
}

a {
    color: #900;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
}

#side a {
    border-bottom: 0;
}

.notetitle {
    color: #900;
}

#side a:hover, .nav a:hover, a:hover {
    color: #c00;
    border-bottom: 1px solid #999;
}

hr {
    border-top: 1px solid #ddd;
    border-bottom: none;
    border-left: none;
    border-right: none;
    width: 75%;
}

code {
    font-family: Menlo, Monaco;
    font-size: 9pt;
}

/* Div's */
#contain {
    padding-top: 10px;
    /*padding-left: 10px;*/
    width: 780px;
    margin-left: auto;
    margin-right: auto;
}

#content {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

h4 {
    font-weight: bold;
    text-align: right;
    color: #ccc;
}

h4 a {
    color: #666;
    font-weight: normal;
    font-size: 11pt;
    text-decoration: none;
    border-bottom: 0;
}

h4 a:hover {
    text-decoration: underline;
}

#content h1 {
    font-size: 20pt;
    font-weight: normal;
    letter-spacing: -1px;
}

blockquote {
    border-left: 1px solid #ccc;
    margin-left: 20px;
}

#content blockquote p {
    margin-left: 20px;
}

blockquote p {
    color: #666;
}

pre {
    font-family: Monaco;
    font-size: 9pt;
    border-left: 2px solid #e0b2b2;
    background-color: #f6f6f6;
    color: #666;
    margin-left: 10px;
    padding: 10px;
}


#main {
    float: left;
    padding-top: 30px;
    width: 510px;
}

#side {
    font-size: 11pt;
    /*border-right: 1px solid #ddd;*/
    float: left;
    width: 220px;
    margin-right: 15px;
    padding: 15px;
}

#side ul {
    list-style-type: none;
        padding-left: 0.5em;
        margin-top: 0;
}

#main li, #side li {
    padding: 0.15em;
}

/* Text Styles */
p {
    color: #333;
}

.hilight {
    background-color: #ffc;
    /*border: 1px solid #ff9;*/
    padding: 0.15em;
    
}

.meta {
    font-size: 9pt;
    color: #666;
}

.options {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 0.2em;
}

.nav {
    background-color: #fff;
    border: 1px solid #ddb;
    padding: 0.25em;
    text-align: center;
    color: #775;
}

.footer {
    font-size: 9pt;
    color: #999;
    text-align: center;
}

.bloglist {
    list-style-type: none;
    padding-left: 0;
}

.bloglist p {
    margin-left: 1em;
}

tt {
    font-family: Menlo, Monaco, Consolas, Courier;
    font-size: 9pt;
    color: #666;
    background-color: #eee;
    padding: 0.25em;
}

sup {
    font-size: 8pt;
    padding: 0.1em;
}

.footnotes {
    font-size: 10pt;
}

#bloglist li {
    padding: 0.2em;
}

/* Table */

table {
    border-collapse: collapse;
}

th, td {
    padding: 0.2em;
}

th {
    text-align: center;
    background-color: #eee;
    color: #900;
    border: 1px solid #ddd;
}

td {
    background-color: #f6f6f6;
    border: 1px solid #ddd;
    text-align: center;
}

a.permalink {
    color: #999;
    border-bottom: none;
    padding: 0.1em;
}

a.permalink:hover {
    background-color: #fff;
    color: #900;
}
