body {
   background-color: #ddd;
   background-image:url(/backgrounds);
   /*background-image:url();
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-position: center;*/
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 12px;
}

a, a:hover, a:visited {
   color: #069;
}

h1 {
   font-size: 1.5em;
   margin: 0.67em 0;
}
h2 {
   font-size: 1.17em;
   margin: 0.83em 0;
}
h3 {
   font-size: 1em;
   margin: 1em 0;
}
h4 {
   font-size: 0.83em;
   margin: 1.33em 0;
}
h5 {
   font-size: 0.67em;
   line-height: 1.17em; margin: 1.67em 0;
}
h6 {
   font-size: 0.5em;
   margin: 2.33em 0;
}
h1, h2, h3, h4, h5, h6 {
   font-weight: bolder;
   color: #000;
}

.container {
   width: 85%;
   margin: auto;
   background-color: white;
   border: 1px solid gray;
   padding: 10px;
   opacity: 0.95;
}

.title {
   font-size: 2em;
   text-align: center;
   font-weight: bold;
}
.subtitle {
   font-size: 1.2em;
   text-align: center;
   color: #333;
}

.menu {
   text-align: right;
   font-size: 1.2em;
   margin-top: 10px;
   margin-bottom: 10px;
}

.center {
   text-align: center;
}


#post_search_form {
   display: inline;
}

.post_title {
   border-bottom: 1px dotted black;
   font-size: 1.5em;
   font-weight: bolder;
}

.post_title a:link,
.post_title a:visited {
   text-decoration: none;
   border: 0;
   color: #000000;
}

.post_title a:hover {
   color: #FF0000;
}

.post_text {
   font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
   color: #333333;
   font-size: 9.5pt;
   font-weight: normal;
   padding-left: 10px;
   padding-right: 10px;
   margin-top: 10px;
   margin-bottom: 10px;
}

.post_footer {
    font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: x-small;
    color: #000000;
    padding-top: 10px;
    padding-bottom: 4px;
    clear: both;
}

.date {
   font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
   font-size: 1.2em;
   font-weight: bold;
   color: #333333;
   margin: 0;
   margin-top: 20px;
   text-align: right;
}

.comment_submit {
   width: 500px;
}

.form_error {
   font-weight: bold;
   color: red;
}

.comment_preview {
   border: 1px solid black;
}

.codehilite { background-color: #000000; color: white; }
.codehilite .hll { background-color: #404040 }
.codehilite .c { color: #999999; font-style: italic } /* Comment */
.codehilite .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.codehilite .g { color: #d0d0d0 } /* Generic */
.codehilite .k { color: #6ab825; font-weight: bold } /* Keyword */
.codehilite .l { color: #d0d0d0 } /* Literal */
.codehilite .n { color: #d0d0d0 } /* Name */
.codehilite .o { color: #d0d0d0 } /* Operator */
.codehilite .x { color: #d0d0d0 } /* Other */
.codehilite .p { color: #d0d0d0 } /* Punctuation */
.codehilite .cm { color: #999999; font-style: italic } /* Comment.Multiline */
.codehilite .cp { color: #cd2828; font-weight: bold } /* Comment.Preproc */
.codehilite .c1 { color: #999999; font-style: italic } /* Comment.Single */
.codehilite .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */
.codehilite .gd { color: #d22323 } /* Generic.Deleted */
.codehilite .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */
.codehilite .gr { color: #d22323 } /* Generic.Error */
.codehilite .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */
.codehilite .gi { color: #589819 } /* Generic.Inserted */
.codehilite .go { color: #cccccc } /* Generic.Output */
.codehilite .gp { color: #aaaaaa } /* Generic.Prompt */
.codehilite .gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */
.codehilite .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */
.codehilite .gt { color: #d22323 } /* Generic.Traceback */
.codehilite .kc { color: #6ab825; font-weight: bold } /* Keyword.Constant */
.codehilite .kd { color: #6ab825; font-weight: bold } /* Keyword.Declaration */
.codehilite .kn { color: #6ab825; font-weight: bold } /* Keyword.Namespace */
.codehilite .kp { color: #6ab825 } /* Keyword.Pseudo */
.codehilite .kr { color: #6ab825; font-weight: bold } /* Keyword.Reserved */
.codehilite .kt { color: #6ab825; font-weight: bold } /* Keyword.Type */
.codehilite .ld { color: #d0d0d0 } /* Literal.Date */
.codehilite .m { color: #3677a9 } /* Literal.Number */
.codehilite .s { color: #ed9d13 } /* Literal.String */
.codehilite .na { color: #bbbbbb } /* Name.Attribute */
.codehilite .nb { color: #24909d } /* Name.Builtin */
.codehilite .nc { color: #447fcf; text-decoration: underline } /* Name.Class */
.codehilite .no { color: #40ffff } /* Name.Constant */
.codehilite .nd { color: #ffa500 } /* Name.Decorator */
.codehilite .ni { color: #d0d0d0 } /* Name.Entity */
.codehilite .ne { color: #bbbbbb } /* Name.Exception */
.codehilite .nf { color: #447fcf } /* Name.Function */
.codehilite .nl { color: #d0d0d0 } /* Name.Label */
.codehilite .nn { color: #447fcf; text-decoration: underline } /* Name.Namespace */
.codehilite .nx { color: #d0d0d0 } /* Name.Other */
.codehilite .py { color: #d0d0d0 } /* Name.Property */
.codehilite .nt { color: #6ab825; font-weight: bold } /* Name.Tag */
.codehilite .nv { color: #40ffff } /* Name.Variable */
.codehilite .ow { color: #6ab825; font-weight: bold } /* Operator.Word */
.codehilite .w { color: #666666 } /* Text.Whitespace */
.codehilite .mf { color: #3677a9 } /* Literal.Number.Float */
.codehilite .mh { color: #3677a9 } /* Literal.Number.Hex */
.codehilite .mi { color: #3677a9 } /* Literal.Number.Integer */
.codehilite .mo { color: #3677a9 } /* Literal.Number.Oct */
.codehilite .sb { color: #ed9d13 } /* Literal.String.Backtick */
.codehilite .sc { color: #ed9d13 } /* Literal.String.Char */
.codehilite .sd { color: #ed9d13 } /* Literal.String.Doc */
.codehilite .s2 { color: #ed9d13 } /* Literal.String.Double */
.codehilite .se { color: #ed9d13 } /* Literal.String.Escape */
.codehilite .sh { color: #ed9d13 } /* Literal.String.Heredoc */
.codehilite .si { color: #ed9d13 } /* Literal.String.Interpol */
.codehilite .sx { color: #ffa500 } /* Literal.String.Other */
.codehilite .sr { color: #ed9d13 } /* Literal.String.Regex */
.codehilite .s1 { color: #ed9d13 } /* Literal.String.Single */
.codehilite .ss { color: #ed9d13 } /* Literal.String.Symbol */
.codehilite .bp { color: #24909d } /* Name.Builtin.Pseudo */
.codehilite .vc { color: #40ffff } /* Name.Variable.Class */
.codehilite .vg { color: #40ffff } /* Name.Variable.Global */
.codehilite .vi { color: #40ffff } /* Name.Variable.Instance */
.codehilite .il { color: #3677a9 } /* Literal.Number.Integer.Long */
