html {
    height:100%;
}

body {
    height:100%;
    background-color:black;
    margin:0px;
    padding:0px;
}

.main {
    width:950px;
    background-color:black;

    margin:0 auto;
    padding:0px;
    font-family: monospace;
    font-weight: 400;
    font-style: normal;
    color:#dfe2d0;
}

.sidebar {
    background-color:transparent;
    background-image:url('sidebarmetal2.png');
    background-repeat:repeat-y;
    width:200px;
    height:100vh;
    margin:0px;
    padding:0px;
    float:left;
    top:0px;
    position:sticky;
    z-index:2;
}

.sidebar a {
    color:#dfe2d0;
    text-decoration:none;
}

.sidebar a:hover {
    color:#be5e45;
    font-weight:bold;
}

.sidebar table {
    width:100%;
    background:transparent;
    margin:0px;
    padding:0px 10px 0px 0px;
    text-align:right; 
}

.sidebar tr {
    border: 0px solid transparent;
    margin:0px;
    padding:0px;
}

.sidebar td {
    background-color:transparent;
    margin:3px;
    padding:5px;
    font-size:14px;
    text-shadow:0px 0px 2px black;
}

.sidebar .category {
    font-family:"Kosugi Maru", monospace;
    font-weight:bold;
    font-style:normal;
    font-size:18px;
    padding-top:10px;
    color:#f5f3f1;
    text-shadow:0px 0px 2px black;
}

.titlepic {
    height:100px;
    margin:0px;
    padding:10px 10px 0px 0px;
    text-align:right;
}

.banner {
    width:690px;
    height:40px;
    margin:0px 0px 0px 200px;
    padding:30px;
    background-color:#1e2225;
    text-transform:uppercase;
    text-align:right;
    font-family:"Kosugi Maru", monospace;
    font-weight:bold;
    font-style:normal;
    font-size:30px;
    color:#f5f3f1;
}

.content {
    width:715px;
    background-color:transparent;
    margin:0px 8px 12px 204px;
    padding:15px;
    font-size:14px;
}

.content table {
    border:0px solid transparent;
    margin:0 auto;
    padding:0px;
    border-spacing:10px;
}

.content tr {
    border:0px solid transparent;
    margin:0px;
    padding:0px;
}

.content td {
    border-radius:5px;
}

.footer {
    width:950px;
    height:25px;
    padding:10px 0px 15px 0px;
    text-align:right;
    font-size:14px;
    background:transparent;
    opacity:0.3;
}

.footer p {
    margin-right:25px;
}




/* utility classes */

h1 {
    font-family:"Kosugi Maru", monospace;
    font-weight:bold;
    font-style:normal;
    text-transform:uppercase;
    font-size:28px;
    text-align:right;
    line-height:20px;
    color:#f5f3f1;
    background-color:transparent;
    background-image:url('headerbg.png');
    background-repeat:no-repeat;
    margin:0 0px 0px 200px;
    padding:30px;
    border-radius:5px;
}

h2 {
    font-family:"Kosugi Maru", monospace;
    font-weight:bold;
    font-style:normal;
    text-transform:uppercase;
    font-size:22px;
    text-align:right;
    line-height:20px;
    color:#f5f3f1;
    background-color:transparent;
}

b {
    color:#be5e45;
}

a {
    color:#e4c571;
    text-decoration:none;
}

a:hover {
    color:#f5f3f1;
    text-decoration:none;
}

.box {
    background-color:#271f1a;
    border-radius:5px;
    margin:5px;
    padding:10px;
}

.divider {
    background-color:transparent;
    background-image:url('dividerbg.png');
    background-repeat:no-repeat;
    height:80px;
    margin:15px 0px 15px -20px;
    padding:0px;
    border-radius:5px;
}

.imgtable a {
    font-family:"Kosugi Maru", monospace;
    font-weight:bold;
    font-style:normal;
    font-size:25px;
    text-shadow:
    -2px 2px 1px black,
    2px 2px 2px black,
    2px -2px 0 black,
    -2px -2px 0 black,
    0px 2px 0 black,
    2px 0px 0 black,
    0px -2px 0 black,
    -2px 0px 0 black;
    color:white;
}

.imgtable a:visited {
    font-family:"Kosugi Maru", monospace;
    font-weight:bold;
    font-style:normal;
    font-size:25px;
    text-shadow:
    -2px 2px 1px black,
    2px 2px 2px black,
    2px -2px 0 black,
    -2px -2px 0 black,
    0px 2px 0 black,
    2px 0px 0 black,
    0px -2px 0 black,
    -2px 0px 0 black;
    color:white;
}

.imgtable a:hover {
    font-family:"Kosugi Maru", monospace;
    font-weight:bold;
    font-style:normal;
    font-size:25px;
    text-shadow:
    -2px 2px 1px black,
    2px 2px 2px black,
    2px -2px 0 black,
    -2px -2px 0 black,
    0px 2px 0 black,
    2px 0px 0 black,
    0px -2px 0 black,
    -2px 0px 0 black;
    color:white;
}

.imgtable {
    height:200px;
    max-width:340px;
    text-align:center;
    background-size:cover;
    background-position:center;
}

.imgdesc {
    min-height:300px;
    max-width:340px;
    text-align:left;
    background-size:cover;
    vertical-align:top;
    padding-bottom:30px;
}

.siteimg {
    width:700px;
    margin-bottom:30px;
    border-radius:5px;
}

.muted {
    opacity:0.5;
    font-style:italic;
}

.grid {
    background-image:url('bluegrid3.png');
    background-position:center;
}

.metal {    
    background-image:url('metalbg.png');
    background-position:center;
}
