/* general content styles */
body {
    margin: 0;
    background: #000;
    background-color: #000;
    font: 13px arial, helvetica, sans-serif;
}
a {
    text-decoration: none;
    font-weight: normal;
    color: #C0C0C0
}
a:link {
    color: #C0C0C0;
}
a:visited {
    color: #C0C0C0;
}
a:active {
    color: #FFFFFF;
}
a:hover {
    text-decoration: underline;
    color: #FFFFFF;
}
b {
    color: silver
}
img {
    border: 0;
}
p {
    color: #808080;
}
p.img {
    font: x-small verdana;
    text-align: center;
}
td {
    font: 13px arial, helvetica, sans-serif;
    color: #808080;
}
li {
    margin: 4px 0
}

/* index styles */
.footnote {
    font: 10px arial, helvetica, sans-serif;
}

.td-left {
    width: 720px;
    text-align: left;
}

.td-right {
    width: 180px;
    text-align: right;
}

.quote {
    margin-left: 90px;
}
.quotesource {
    text-align: right;
    margin-right: 10px;
}
.code-inline {
    margin-left: 20px;
    font: 12px;
    font-family: courier new, courier;
}
.code-inline-border {
    border-width: 1px;
    border-color: #606060;
    border-style: solid;
    margin-left: 20px;
    font: 12px;
    font-family: courier new, courier;
}
.entry-header {
    background-color: #2C2C2C;
}

/* content page styles */
.title-text {
    margin:5px ;
    padding:20px 20px 20px;
    border:1px solid;
    border-width:1px 1px 1px;
    font-size:100%;
    line-height:1.2em;
    font-weight:normal;
    letter-spacing:.2em;
    position: relative;
}

.content-main-div {
    color: #808080;
    width: 750px;
    margin-left:auto;
    margin-right:auto;
    padding: 3px;
}

.inner-content-div {
    margin: 25px;
}

.content-heading-text {
    border:1px solid;
    border-width:1px 1px 1px;
    font-weight: bold;
}

.content-text-box {
    border:1px solid;
    border-width:1px 1px 1px;
}

.content-toc {
    margin-top: 10px;
    margin-left: 30px;
    margin-bottom: 10px;
}

.content-img {
    border: 1px solid;
    border-width: 1px 1px 1px;
    border-color: #808080;
}

.content-img-linked {
    border: 1px solid;
    border-width: 1px 1px 1px;
    border-color: #FFFFFF;
}

.content-anchor {
    color: #C0C0C0;
    font-weight: bold;
}

/* about page styles */
.about-heading {
    font-size: 43px;
    font-weight: lighter;
}

.right-aligned {
    margin-left:auto;
}
.centered {
    margin-left:auto;
    margin-right:auto;
    display: block;
}

.dark-button {
    color: #929292;
    background-color: #151515;
    border-color: #555555;
    border: 1px solid;
    font: bold small;
}
