root { 
    display: block;
}

html{
    overflow-y: scroll;
    background-image: url(../images/page_items/splatter_bg.png);
    background-color: #333333;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .8em;
    color: #CCC;
    
}

h1, h2, h3, h4, h5, h6 {
    color: #666;
    margin-top: 3px;
    margin-bottom: 3px;
}

h3 {
    color: #F90;
    margin-bottom: 5px;
}

h4, h5 {
    color: #9370DB;
}

h5 {
    font-weight: normal;
}

p {
    text-indent: 1em;
    margin-top: 7px;
    margin-bottom: 7px;
}

ul {
    margin: 0px;
    margin-bottom: 15px;
    list-style: none;
    padding-left: 3em;
    text-indent: -1.3em;
}

li {
    margin-bottom: 8px;
}

a {
    text-decoration: none;
}

img {
    border: 0px;
}

a:hover {
    text-decoration: underline;
}

a, a:hover, a:visited {
    color: #1E90FF;
}

i {
}

fieldset {
    margin: 0px;
    margin-bottom: 10px;
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 1px dotted #333;
}

legend {
    color: #FF9900;
}

input, textarea {
    margin: 0px;
    margin-bottom: 5px;
    padding: 2px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .85em;
    border: 1px solid #999;
    background-color: #666;
}


/* GENERIC CLASSES */
.clr {
    margin: 0px;
    padding: 0px;
    color: #666;
}

.clr2 {
    margin: 0px;
    padding: 0px;
    color: #9370DB;
}

.subClr {
    color: #9370DB;
}

.subClr2 {
    color: #FFDEAD;
}

.centered {
    text-align: center;
    text-indent: 0;
}

.fix {
    height: 0px;
    clear: both;
}

.textField { }

.submit {
    background-color: #444;
    border: 1px solid #1E90FF;
}

.code {
    text-indent: 0em;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    padding-left: 8px;
    color: #CCC;
    font-size: .85em;
    font-family: "Courier New", Courier, monospace;
    background-color: #333;
    border: 1px dashed #666;
}

.path {
    color: #9C9;
}

.quote {
    font-style: italic;
}

.author {
    text-align: right;
}


/* MAIN PAGE ITEMS */
#pageContainer {
    float: none;
    clear: both;
    margin: 0 auto;
    width: 800px;
    background-color: transparent;
}

#pageHeader {
    float: left;
    width: 800px;
}

#banner {
    margin-top: 17px;
    margin-left: 5px;
}

#leftContainer {
    float: left;
    padding: 5px;
    padding-top: 0px;
}

#leftContainerF {
    float: left;
    width: 190px;
}

#navHeader {
    float: left;
    height: 8px;
    width: 190px;
    background-image: url(../images/page_items/navTop.png);
    background-repeat: no-repeat;
}

#navMiddle {
    float: left;
    width: 190px;
    padding-top: 1px;
    background-image: url(../images/page_items/navMiddle.png);
    background-repeat: repeat-y;
}

#navMiddleF {
    float: left;
    margin-left: 15px;
    margin-right: 21px;
}

#navBottom {
    float: left;
    height: 12px;
    width: 190px;
    background-image: url(../images/page_items/navBottom.png);
    background-repeat: no-repeat;
}

#rightContainer {
    float: right;
}

#rightContainerF {
    float: right;
    width: 597px;
}

#pageFooter {
    font-size: .75em;
    float: left;
    width: 508px;
    margin-left: 44px;
    padding-top: 10px;
    text-align: center;
    background-image: url(../images/page_items/footer.png);
    background-repeat: no-repeat;
}

#w3validation {
    width: 160px;
    text-align: center;
    vertical-align: middle;
    margin-top: 25px;
    text-indent: 0em;
}

.navList {
    padding-left: .7em;
    text-indent: 0em;
    list-style-type: none;
}

.navList li {
    margin: 0px;
}

.hL {
    float: left;
}

.hR {
    float: right;
    margin-right: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-style: italic;
    color: #111;
}

.rightInnerContainer {
    float: left;
    margin-bottom: 10px;
}

.rightTop {
    height: 8px;
    background-image: url(../images/page_items/contentTop.png);
    background-repeat: no-repeat;
}

.rightMiddle {
    padding-top: 1px;
    padding-bottom: 10px;
    width: 596px;
    background-image: url(../images/page_items/contentMiddle.png);
    background-repeat: repeat-y;
}

.rightMiddleF {
    margin-left: 15px;
    margin-right: 21px;
}

.rightBottom {
    height: 12px;
    background-image: url(../images/page_items/contentBottom.png);
    background-repeat: no-repeat;
}

.contentHeader {
    float: left;
    width: 558px;
    border: 1px dashed #222;
    border-bottom: 0px;
    background-color: #1C1C1C;
}

.contentTitle {
    float: left;
    padding-right: 10px;
    padding-left: 10px;
}

.contentDate {
    float: right;
    vertical-align: middle;
    padding-top: 3px;
    margin-right: 10px;
    color: #FFDEAD;
}

.innerContent {
    float:left;
    width: 558px;
    border: 1px dashed #222;
}

.innerContentForce {
    float: left;
    padding: 10px;
}