body {
        background-image: url(bg2.png);
        background-position: top center;
        background-repeat: no-repeat;
        background-color: #121925;
        color: #e0e0e0;
}
h2 {
    font-size: 14pt;
}
h3 {
    font-size: 12pt;
}
a {
        color: white;
        text-decoration: none;
        border-bottom: 1px dotted orange;
}
a:hover {
        border-bottom-style: solid;
}

#header {
        margin: 0 auto 0 auto;
        width: 80%;
        height: 8em;
}
#logo {
        display: inline;
        font-size: 24pt;
        float: left;
        width: 6em;;
        vertical-align: center;
        margin-right: 2em;
        margin-left: 2em;
        margin-top: 10px;
}
#logo h1 {
        font-style: italic;
        padding-top: 1em;
        display: inline;
}
#logo h1 a {
        color: #e0e0e0;
        border-bottom-style: none;
}

#navigation {
    float: left;
}
#navigation * {
    margin: 0;
    padding: 0;
}

#navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 12em;
    float: left;
}
#navigation ul li {
/*    display: inline; */
}
#navigation a, #navigation h2 {
/*    font: bold 11px/16px arial, helvetica, sans-serif; */
    fond-weight: bold;
    display: block;
    margin: 0;
    padding-left: 2em;
/*    padding: 3px;
    padding: 2px 3px; */
}

#navigation span {
    background-color: #444;
    text-decoration: none;
    border-bottom: none;
    border-top: solid 1px #aaa;
    padding: 3px 1em 3px 1em;
    display: block;
}
#navigation ul ul li a {
    background-color: #121925;
    text-decoration: none;
    border-top: solid 1px #aaa;
    border-bottom: none;
    padding: 3px 1em 3px 1em;
}

#navigation ul ul li a:hover {
    background-color: #444;
}
#navigation h2 a {
    font-style: italic;
    border: none;
}
#navigation h2 a:hover {
}

#navigation li {position: relative;}

#navigation ul ul {
    position: absolute;
    z-index: 500;
    border-bottom: solid 1px #aaa;
    border-left: solid 1px #aaa;
    border-right: solid 1px #aaa;
    background-color: #121925;
}

#navigation ul ul ul {
    position: absolute;
    top: -1em;
    left: 100%;
}

div#navigation ul ul,
div#navigation ul li:hover ul ul,
div#navigation ul ul li:hover ul ul
{display: none;}

div#navigation ul li:hover ul,
div#navigation ul ul li:hover ul,
div#navigation ul ul ul li:hover ul
{display: block;}

/* IE only!!!!! */
#navigation ul li {float: left; width: 100%;}
/* IE only end!!!!! */


/* http://www.tanfa.co.uk/css/examples/menu/hs7.asp */
/* http://designreviver.com/tutorials/jquery-css-example-dropdown-menu/ */
#header {
        margin: 0 auto 0 auto;
        text-align: center;
}
#content {
/*        border: solid 2px yellow; */
        width: 80%;
        clear: both;
        margin: 3em auto 0 auto;
}

#content .entry {
        clear: both;
        margin-bottom: 2em;
/*        border: solid 1px blue;  */
}
#content .entry .date {
        padding-top: .5em;
        float: left;
        width: 8em;
        margin-left: 2em;
        margin-right: 2em;
        text-align: right;
/*        border: solid 1px black; */
}

#content .entry .text {
/*        display: inline; */
        margin-left: 14em;
}
#content .entry .text .labels {
/*        display: inline; */
        margin-left: 2em;
        margin-top: 3pt;
        font-size: 10pt;
}
#content .entry .text h1 {
        display: inline;
        clear: right;
        margin-left: 0;
        font-size: 18pt;
        font-weight: normal;
/*        border: solid 1px black; */
}
#content .entry .text p {
        margin-left: 0em;
/*        border: solid 1px black; */
}

#footer {
        width: 80%;
        border-top: dotted 1px black;
        margin: 0 auto 0 auto;
        text-align: center;
        background-color: #121925;
        color: #404040;
}

/* *********** CODE ********** */

.codetable td,span,div,pre {
    margin: 0;
    padding: 0;
}
.codetable td.linenos {
    font-size: 10pt;
    padding-right: 1em;
}
.codetable td.code {
    font-size: 10pt;
    color: #f5deb3;
    background-color: #2f4f4f;
    border: solid 1px green;
}

.code .comment,.c { color: lightgrey; }
.code .url { color: lightblue; }
.code .preproc,.cp { color: lightgreen; }
.code .function,.nf { color: white; }
.code .number,.mi,.mf {          color: #f5deb3;}
.code .symbol,.n,.nb {          color: #f5deb3;}
.code .nx {  font-weight: bold; }
.code .paranthesis,.p {          color: #ffc0c0;}
.code .linenum { color: lightgrey;}
.code .normal {  color: #f5deb3;}
.code .keyword,.k { color: lightblue; }
.code .type,.kt { color: gray; }
.code .string,.s,.se { color: lightgreen; }
.code .operator,.o { color: yellow; }

cite {
        background: url(quote.gif) no-repeat;
        color: #666;
        display: block;
        font: normal 1.3em "Lucida Sans Unicode",serif;
        padding-left: 28px;
        padding-top: 9pt;
        padding-bottom: 9pt;
}
quote {
	   background-color: black;
	   color: white;
	   padding: 2px;
           overflow: auto;
           font-family: monospace;
           white-space: nowrap;
}
blockquote {
	   background-color: black;
	   color: white;
	   padding: 2px;
	   border: solid 1px #808080;
           overflow: auto;
}

.more {
        display: inline;
        margin: auto;
}

.more .right {
        float: right;
}

.more .left {
        float: left;
}

p {
/*        border: solid 1px red; */
}

#adminList {
    margin-left: auto;
    margin-right: auto;
}
#adminList tr th {
    border-bottom: solid 1px black;
}
#adminList tr th,td {
    padding-left: 1em;
    padding-right: 1em;
}
#adminEdit #labels,#title {
    width: 40em;
}
#adminEdit textarea {
    width: 80em;
    height: 40em;
}

.diff .lineno {
    text-align: right;
}
.diff th {
    text-align: left;
    vertical-align: top;
    padding-right: 3em;
}
.diff td {
    vertical-align: top;
}
.diff pre {
    overflow: auto;
    display: inline;
    margin: 0;
    padding: 0;
}
.diff .op-sub {
    background-color: red;
}
.diff .op-add {
    background-color: green;
}
.diff .op-question {
    background-color: brown;
}

#loginForm {
    margin-left: auto;
    margin-right: auto;
}

#tag-cloud {
    margin-left: auto;
    margin-right: auto;
}
#tag-cloud span {
    padding: 5px;
}

#footer #admin {
}
#footer #admin a {
    color: gray;
}
#footer #copyright {
}
