body {
    background-color: #393939;
    font-size: 1em;
    font-family: serif; font-style: normal; font-weight: normal;
}

img {
    border: 0px;
}

#container {
    width:66%;
    margin:0 auto;
    padding-top:3em;
}

.xtop, .xbottom {
    clear:both;
    display:block;
    background:transparent;
}
.xb1, .xb2, .xb3, .xb4 {
    display:block;
    overflow:hidden;
}
.xb1, .xb2, .xb3 {
    height:1px;
}
.xb2, .xb3, .xb4 {
    background: #fff;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
}
.xb1 {
    margin:0 5px;
        background:#fff;
}
.xb2 {
    margin:0 3px;
        border-width:0 2px;
}
.xb3 {
    margin:0 2px;
}
.xb4 {
    height:2px;
        margin:0 1px;
}

#title {
    font-size: 1.5em;
    text-align: center;
    float:left;
    width:50%;
}

#title a:link, #title a:visited, #title a:active, #title a:hover{
    text-decoration: none;
    color: #fff;    
}

#navigation {
    font-size:1.5em;
    list-style: none;
    text-align: left;
    float:left;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0em;
    padding: 0;
    border-bottom: 0.1em solid #393939;
}

#navigation a:link, #navigation a:visited, #navigation a:active, #navigation a:hover{
    text-decoration: none;
    color: #0099ff; 
}

#navigation li {
    display: inline;
    background-color: #fff;
    padding: 0.1em 0.1em 0em 0.1em;
    border-top: 0.1em solid #fff;
    border-left: 0.1em solid #fff;
    border-right: 0.1em solid #fff;
}

#active {
    border-bottom: 0.1em solid #fff;
}

#categories{
    margin-left: 50%;
    margin-top: 0em;
    padding-left: 0em;
    font-size: 0.9em;
    list-style: none;
}

#categories li {
    display: inline;
    padding-right: 0.3em;

}

#categories a:link, #categories a:visited, #categories a:active {
    color: #000;
}

#categories a:hover{
    text-decoration: underline;
}

#content {
    clear: both;
    background-color: #fff;
    padding: 1em;
    padding-top: 0em;
}

#content h2{
    font-size: 1.2em;
    color: #000;
    margin-bottom: 0em;
    padding-bottom: 0em;
}

#content p{
    margin-top: 0.5em;
}

#content pre{
    padding-left: 3em;
}

#content sup{
    font-size: 0.7em;
}

#content a{
    color: #0099ff;
    text-decoration: none;
}

#content a:hover, #content a:active{
    text-decoration: underline;
}

#content a.nodecoration{
    color: #000;
    text-decoration: none;
    border-bottom: 0px;
}

.comment-odd, .comment-even{
    margin-bottom: 1em;
}

.comment-odd{
    background-color: #dcdcdc;
}

.comment-even{
    background-color: #ffffff;
}

#comment-name{
    display: none;
}
label {
    display: block;
    width: 7em;
    float: left;
}

#footer {
    color: #fff;
    font-size: 0.8em;
    text-align: right;
    padding-top: 0.5em;
}

#footer a {
    color: #fff;
}
