*{
    padding:0;
    margin:0;
}

body{
    background: url('/pics/theme/back_grad.png') repeat-x;
    background-color:#121c26;

    font-family: Arial, Helvetica, sans;
    font-size:100%;
}

a img{
    border:0;
}


ul, ol{
    margin-left:2em;
    text-indent:0.2em;
}

.centered_text{text-align:center;}
.strike{text-decoration:line-through;}

#container{
    width:970px;
    margin: 0 auto;
    margin-top:125px;
    min-height:480px;
    background: url('/pics/theme/border.png') no-repeat center top;
    padding-top:69px;
    position:relative;
}

.centered{
    margin-left:auto;
    margin-right:auto;
    border-color: #8c4119;
    border-style:solid;
}
#header{
    width:842px;
    background: url('/pics/theme/main_back.png') repeat-x;
    background-color:#e0e4f6;
    min-height:101px;

    border-width: 1px 1px 0 1px;

    -webkit-border-top-right-radius:6px;
    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topleft:6px;
    -moz-border-radius-topright:6px;
    border-top-left-radius:6px;
    border-top-right-radius:6px;
}
#title{
    background: url('/pics/theme/logo.png') no-repeat center;
    width:394px;
    height:233px;
    position:absolute;
    top:-60px;
    left:-14px;
    overflow:hidden;
}
#title a{
    display:block;
    text-indent:-3000px;
    height:233px;
}

#nav{
    padding-top:20px;
    text-align:right;
    padding-right:1em;
}
#nav ul li{
    display:inline-block;
    margin:0.1em;
    text-indent:0;
}
#nav ul li a{
    display:inline-block;
    width:130px;
    background: url('/pics/theme/menu_back.png') repeat;
    color:#e0e4f6;
    padding:0.2em 0.6em;
}
#nav ul li.chosen-one{
    border-bottom: 5px solid #8c4119;
}
#nav ul li:hover{
    border-bottom: 5px solid #00a8ff;
}
#nav ul li a, #nav ul li a:hover, 
#nav ul li a:active, #nav ul li a:visited{
    display:inline-block;
    color: #e0e4f6;
    text-decoration:none;
}

#content{
    min-height:400px;
    width:818px;
    background: url('/pics/theme/content_back.png') repeat;
    border-width: 0px 1px 1px 1px;
    padding:12px;
    padding-top:2em;
    font-size:90%;
    line-height:140%;

    color:#3b3b3b;
    -webkit-border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomleft:6px;
    -moz-border-radius-bottomright:6px;
    border-bottom-left-radius:6px;
    border-bottom-right-radius:6px;
}
#content a{
    color:#8c4119;
    font-weight:bold;
    text-decoration:none;
}
#content a:hover{
    text-decoration:underline;
}
#content a[href^="http"]:after{
    content: url('/pics/theme/external.png');
    margin-left:3px;
}
#content a[href*="hyperglitch"]:after{
    content: '';
}

#content a:active{
    color:#d2530e;
}
#content a:visited{
    color:#5f3119;
}
#content p{
    margin:1em;
    text-align:left;
}
#content p.read-more{
    margin:0;
    margin-top:-15px;
    text-align:right;
}
#content p.read-more a{
    font-weight:normal;
}
#content div.blocks h3{
    margin-bottom:-10px;
}

#content div.blocks{
    background:url('/pics/theme/block.png') no-repeat top right;
    margin:10px;
    margin-top:-10px;
    margin-bottom:25px;
    padding:6px;
    background-color:#eaeef6;
    border:1px solid #ddd;
}
#content div.blocks-float{
    float:left;
    width: 375px;
}

#content div.blocks div.blocks-info span.info{
    display:block;
    float:left;
    font-size:80%;
    color: #888;
}
#content div.blocks div.blocks-info span.read-more{
    display:block;
    float:right;
}

#content .clear{
    clear:left;
}
#content h2{
    text-shadow: 0px 0px 3px #fff;
    color:black;
    font-family: 'IM Fell DW Pica', Georgia, serif;
    font-weight:normal;
    font-size:200%;
    margin-top:1em;
    margin-bottom:1em;
    /*background:url('/pics/theme/block_rev.png') no-repeat top left;*/

}
#content img{
    border:1px solid #888;
    padding:1px;
}
#content p>img{
    display:block;
    margin-left:auto;
    margin-right:auto;
}
#content>h3{
    margin-top:2em;
    text-shadow: 0px 0px 1px #fff;
    background:url('/pics/theme/block_rev.png') no-repeat top left;
    color:black;
    font-family: 'IM Fell DW Pica', Georgia, serif;
    font-weight:normal;
    font-size:150%;
}
#content h4{
    text-shadow: 0px 0px 1px #fff;
    color:black;
    font-family: Georgia, serif;
    font-weight:normal;
    font-size:120%;
}
#content h5{
    text-shadow: 0px 0px 1px #fff;
    color:black;
    font-family: Georgia, serif;
    font-weight:normal;
    font-size:100%;
}

#content span.code, code{
    display:block;
    margin:1em 2em;
    font-family:monospace;
    background:#ddd;
    border: 1px #aaa dotted;
}

h3+ul{
    margin-top:1em;
}

#sidebar{
    float:right;
    background: url('/pics/theme/sidebar_back.png') repeat;
    margin: 2em -0em 1em 1em;
    width:150px;
    border:1px solid red;
    min-height:300px;
    border:1px solid #8c4119;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    padding:5px;


}


.breadcrumb{
    margin-top:-30px;
    border-top:1px solid #c5cde8;
    border-bottom:1px solid #c5cde8;
}
.breadcrumb a{
    font-weight:normal;
}



#comments{
    font-size:80%;
    padding:1em;
    margin-top:1.5em;
    background: url('/pics/theme/footer_back.png') repeat;
    border:1px solid #8c4119;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}

#comments ol li p{
    margin:-0.1em;
}
#comments ol li{
    margin-top:1em;
}
#comments form input, #comments form textarea{
    border:1px solid #121c26;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}

#comments form fieldset {
    margin-bottom: 10px;
    border:1px solid #bbb;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
#comments form legend{
    margin:1em;
}
#comments form label {
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
}
#comments form fieldset ul {
    margin: 0;
    padding: 1em;
}
#comments form fieldset li {
    list-style: none;
    padding: 5px;
    margin: 0;
}
#comments form fieldset li fieldset{
    padding: 5px;
    padding-bottom:30px;
}
#comments form fieldset li fieldset img{
    margin-bottom:-20px;
}
#comments form fieldset li fieldset p{
    margin-top:-10px;
    margin-left:0;
}
#comments form label {
    width: 17ex; /* Width of labels */
}


#footer{
    border-top:2px solid #8c4119;
    background: url('/pics/theme/footer_back.png') repeat;
    line-height:200%;
    min-height:70px;
    overflow:visible;
    margin-top:40px;
    padding:0.5em;
    font-size:80%;

}
#footer a, #footer a:visited{
    color:blue;
    text-decoration:none;
}
#footer img{
    margin-bottom:-3px;
}

