html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,

/* Eric Meyer's Reset Stylesheet: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

body {
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-weight: 300;
    line-height: 20px;
    font-size: 12px;
    color: #1e1d1d;
}

a {
    color: #323131;
    text-decoration: underline;
}

h1 {
    text-indent: -9999px;
}

h2 {
    font-size: 20px;
    margin: 10px 0 20px 0;
    font-weight: 400;
}

h2 a {
    text-decoration: none;
} 

h2 a:hover {
    color: #7B8537;
}

h3 {
    font-size: 16px;
    margin: 20px 0 10px 0;
    font-weight: 400;
}

pre, code {
    font-family: "Monaco", "Courier";
    font-size: 12px;
}

pre {
    width: 486px;
    padding: 20px;
    overflow: auto;
    background: #f4f2f2;
    border: solid 2px #dedddd;
}

strong {
    font-weight: 500;
}

ul {
    margin-left: 5px;
    padding-left: 10px;
    list-style-type: disc;
}

ul li {
    margin: 10px 0;
}

ol {
    list-style-type: decimal-leading-zero;
    margin-left: 30px;
}

ol li {
    margin: 10px 0;
}

.hidden {
    display: none;
}

#navigation {
    position: absolute;
    width: 100%;
    top: 0;
    overflow: hidden;
}

#panel {
    background: #1e1d1d;
    color: #ede8e8;
    overflow: hidden;
    display: none;
    width: 100%;
    opacity: 0.9;
}

div#panel div.column {
    width: 22%;
    padding: 10px 1% 30px 1%;
    margin: 0;
    float: left;
    display: inline;
    background: transparent;
    overflow: hidden;
}

div#panel div.column.column_2 {
    width: 46%;
    border: none;
}

div#panel div.column.first {
    border-left: none;
}

div#panel div.column.last {
    padding-right: 0;
}

div.column ul {
    list-style: none;
}

div.column ul li {
    float: left;
    line-height: 16px;
    margin-bottom: 8px;
    margin-right: 5px;
}

div#slider {
    clear: both;
    border-top: solid 5px #7B8537;
    background: transparent;
    width: 100%;
}

div#slider p {
    background: #7B8537;
    width: 80px;
    font-size: 12px;
    height: 30px;
    margin-left: 81%;
    text-align: center;
    line-height: 30px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;

}

div#slider a {
    color: #fff;
    text-decoration: none;
}

div#panel a, div#slider a {
    color: #ede8e8;
    text-decoration: none;
}

div#panel a:hover {
    color: #fff;
    text-shadow: #fff 0 0 0;
}

div#wrapper {
    width: 750px;
    margin: 60px auto 0 auto;
    font-size: 13px;
    word-spacing: 2px;
    text-align: justify;
}

div#wrapper p, div#wrapper span {
    margin: 10px 0;
}

div#wrapper em {
    font-style: italic;
}

div#wrapper blockquote {
    background: #f4f2f2;
    padding: 0 10px;
    margin-left: 10px;
    font-style: italic;
    border-left: solid 2px #dedddd;
}

#header h2 {
    font-size: 32px;
    color: #7B8537;
    margin: 10px 0 0 0;
}

#header h2 a {
    color: #7B8537;    
}

#header h3 {
    margin: 10px 0;
}

#header p {
    font-size: 14px;
    float: left;
}

#header span {
    font-size: 14px;
    float: right;
}

div#content {
    clear: both;
    margin-top: 50px;
    overflow: hidden;
}

div.content-left {
    clear: both;
    float: left;
    width: 200px;
    margin: 0 20px 0 0;
    padding: 0;
}

div#wrapper div.content-left p {
    margin: 0;
}

div#wrapper div.content-left p.date {
    margin: 10px 0 20px 0;
}

div.content-entry {
    float: left;
    width: 530px;
    margin: 0 0 30px 0;
    padding: 0;
}

div.content-tags {
    margin-top: 20px;
    border-top: solid 1px #dedddd;
    line-height: 10px;
    font-size: 12px;
}

div#wrapper div.content-tags p {
    margin: 5px 0;
    color: #8a8989;
}

div#wrapper div.content-tags p a {
    color: #8a8989;
}

div.content-full {
    width: 750px;
    margin: 0 0 30px 0;
    padding: 0;
    
}
div#scroll {
    color: #7B8537;
    position: fixed;
    bottom: 10px;
    right: 20px;
}

div#scroll p a {
    color: #7B8537;
}

.inline {
    float: left;
    margin-right: 10px;
}

div#entry-pagination {
    width: 510px;
    margin: 0 0 30px 220px;
    padding: 5px 10px 10px 10px;
    background: #f4f2f2;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

div#wrapper div#entry-pagination span {
    width: 250px;
    margin: 0;
    padding: 0;
    display: inline;
    float: left;
    text-align: right;
}

div#wrapper div#entry-pagination span.left {
    margin-right: 10px;
    text-align: left;
}

div#wrapper form {
    margin: 10px 0;
    text-align: left;
}

div#wrapper form input[type=text] {
    width: 250px;
    margin-right: 5px;
}

div#wrapper div.comment {
    margin: 10px 0 30px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border: solid 2px #dedddd;
    padding: 0 15px 15px 15px;
}

div#wrapper div.comment.entry-author-comment {
    padding: 5px 15px 15px 15px;
    border: none;
    background: #7B8537;
    color: #fff;
}

div#wrapper div.comment.entry-author-comment a {
    background: #7B8537;
    color: #fff;
}

div#footer {
    margin-top: 50px;
    text-align: center;
    width: 100%;
}

form#comments-form input[type=text] {
    background: #fff;
    border: solid 1px #737373;
    color: #1e1d1d;
}

div.content-nav {
    clear: both;
    margin: 30px auto 0 auto;
    width: 100%;
    text-align: center;
    font-weight: 400;
}
div.content-nav a {
    text-decoration: none;
    display: inline;
    height: 24px;
    padding: 2px 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: solid 2px #dedddd;
    text-align: center;
    line-height: 24px;
    overflow: hidden;
}

div.content-nav a:hover {
    background: #dedddd;
}

div.content-nav a.current-page {
    border: none;
    background: #7B8537;
    color: #fff;
    border: solid 2px #7B8537;
}

div.archive-content {
    overflow: hidden;
    clear: both;
}

div.archive-content ul {
    list-style-type: none;
}

div.archive-content ul li {
    float: left;
    line-height: 16px;
    margin-bottom: 8px;
    margin-right: 10px;
}

/*

github.com style (c) Vasily Polovnyov <vast@whiteants.net>

*/

pre code {
    display: block;
    color: #000;
}

pre .comment, pre .template_comment, pre .diff .header, pre .javadoc {
    color: #998;
    font-style: italic
}

pre .keyword, pre .css .rule .keyword, pre .winutils, pre .javascript .title, pre .lisp .title, pre .subst {
    color: #000;
    font-weight: bold
}

pre .number, pre .hexcolor {
    color: #40a070
}

pre .string, pre .attribute .value, pre .phpdoc {
    color: #d14
}

pre .title, pre .id {
    color: #900;
    font-weight: bold
}

pre .javascript .title, pre .lisp .title, pre .subst {
    font-weight: normal
}

pre .class .title {
    color: #458;
    font-weight: bold
}

pre .tag, pre .css .keyword, pre .html .keyword, pre .tag .title, pre .django .tag .keyword {
    color: #000080;
    font-weight: normal
}

pre .attribute, pre .variable, pre .instancevar, pre .lisp .body {
    color: #008080
}

pre .regexp {
    color: #009926
}

pre .class {
    color: #458;
    font-weight: bold
}

pre .symbol, pre .lisp .keyword {
    color: #990073
}

pre .builtin, pre .built_in, pre .lisp .title {
    color: #0086b3
}

pre .preprocessor, pre .pi, pre .doctype, pre .shebang, pre .cdata {
    color: #999;
    font-weight: bold
}

pre .deletion {
    background: #fdd
}

pre .addition {
    background: #dfd
}

pre .diff .change {
    background: #0086b3
}

pre .chunk {
    color: #aaa
}
