@font-face {
    font-family: 'CPFSerif';
    src: url('../fonts/CheapProFontsSerifPro-Bold.eot');
    src: url('../fonts/CheapProFontsSerifPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CheapProFontsSerifPro-Bold.woff2') format('woff2'),
        url('../fonts/CheapProFontsSerifPro-Bold.woff') format('woff'),
        url('../fonts/CheapProFontsSerifPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CPFSerif';
    src: url('../fonts/CheapProFontsSerifPro-Regular.eot');
    src: url('../fonts/CheapProFontsSerifPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CheapProFontsSerifPro-Regular.woff2') format('woff2'),
        url('../fonts/CheapProFontsSerifPro-Regular.woff') format('woff'),
        url('../fonts/CheapProFontsSerifPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body 
{
	background-image: url('/img/circuittile.gif');
	font-family: 'CPFSerif', "Bookman Old Style", Georgia, serif;
	font-size: 11pt;
	color: #a8a8a8; /* #DB4F0B burnt orange, #E62020 og red, #999 grey, #c81a1a lush red, #0d0 green */
}

body::before
{
    content: " ";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%);
    z-index: 2;
    background-size: 100% 2px, 3px 100%;
    pointer-events: none;
}

a
{
	color: #0f0;
}
a.nav_active, a:hover
{
	color: #ff0;
}

#header, #website_container
{
	width: 980px;
    max-width: 980px;
}

#website_container
{
	/* background-image: url('/img/bg.png'); */
	margin: 0 auto;
	position: relative;
    box-sizing: border-box;
}

#header, #main_body, .navigation
{
	margin: 0 auto;
	border-collapse: collapse;
}

#main_body
{
	width: 100%;
    position: relative;
}

#header
{
	text-align: center;
}
#header img
{
	padding: 8px 0 16px;
}

#main_body_content
{
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/img/metal_tile.png');
	padding: 8px 16px;
}

#imvu
{
	margin-left: 50%;
	left: 392px;
	margin-top: -240px;
	position: absolute;
    z-index: 2;
}
#imvu img
{
	width: 180px;
}

.navigation
{
	background: #000;
	width: 720px;
	margin-top: 8px;
	margin-bottom: 16px;
}

.navigation_main
{
	text-align: center;
	padding: 8px 4px;
	text-transform: lowercase;
}
.navigation_main table 
{
	width: 100%;
	text-align: center;
}

ul.navigation_links
{
	overflow: hidden;
	margin: 0;
	padding: 0;
}
ul.navigation_links li 
{
	display: inline-block;
}

.skull_candle
{
	width: 49px;
}

.castle_top
{
	background-image: url('/img/castle_top.png');
	height: 3px;
}
.castle_left
{
	background-image: url('/img/castle_left.png');
	width: 5px;
}
.castle_right
{
	background-image: url('/img/castle_right.png');
	width: 5px;
}
.navigation_torch
{
	background-image: url('/img/torch.gif');
	height: 16px;
}

.chains_btm
{
	background-image: url('/img/chains_btm.png');
	height: 32px;
}

.fka
{
	margin: 0;
	padding: 0;
	color: #ccc;
}

/* content */

.ind_top
{
	background-image: url('/img/ind_top.png');
	background-size: auto 64px;
	height: 64px;
}
.ind_btm
{
	background-image: url('/img/ind_btm.png');
	background-size: auto 64px;
	height: 64px;
}
.pipe_border
{
	background-image: url('/img/pipe.png');
	width: 80px;
}

#content_head
{
    position:relative;
    padding:32px 8px 24px;
    margin-bottom:8px;
    text-align: center;
    text-transform: uppercase;
    background-image: url('/img/vhs_banner.gif');
    background-size: 100% 100%;
}
#content_head h1
{
    border:0;
    padding:0;
    margin:8px 0;
}


#content ol li:before,h1,h2,h3
{
    color:#fff;
}

p:empty 
{
    display: none;
}
p
{
    margin:0;
    padding:8px 4px
}
pre, code, .mono
{
    font-family:"Courier New", Courier, monospace;
    background-color: #484848;
    color: #fff;
    overflow-x: auto;
    max-width: inherit;
    box-sizing: border-box;
    white-space: pre-wrap;
}
pre
{
    padding: 4px 8px;
}
p code, li code, p .mono
{
    padding: 2px 4px;
}

blockquote {
    padding-left: 16px;
    margin-left: 24px;
    border-left-style: inset;
}

#content ol, #content ul, #footer_container_right ul
{
    list-style-type:none;
}
#content ul li:before, #footer_container_right ul li:before
{
    content:'';
    width:30px;
    height:30px;
    position:absolute;
    background-image:url(/img/li_bullet.png);
    background-size:cover;
    background-position:center;
    margin-left:-34px;
    transform:translateY(-25%);
    overflow:auto;
}
#content .page_list 
{
    margin-top: 8px;
}
#content ul li, #content ol li
{
    position:relative;
    list-style-type:none;
}
#content ul li
{
    margin-bottom:16px;
}
#content ol, .home_profile_child
{
    counter-reset:li;
}
#content ol li:before, .home_profile_child li:before
{
    counter-increment: li;
    content: counter(li,decimal-leading-zero);
    margin-right: .25em;
}
#content ol
{
	padding-left: 4px;
}
h2,h3,h4
{
    margin:0;
    text-transform: lowercase;
}
h1{
    text-align:center;
    margin:24px 0;
    text-transform:uppercase;
}
h2{
    margin:16px 0;
    text-align:center;
}
h3, h4
{
    padding:8px 4px;
}
hr
{
    color:transparent;
    background-color:transparent;
    margin:16px;
    border:0 none;
    height:16px;
    background-image:url(/img/hr_barb.png);
}
#content canvas, #content img, #content video
{
    border: 2px inset #2c2c2c;
    margin: 8px auto;
    display: block;
}
#content img, #content video
{
    max-width: 100%;
    padding: 1px;
}
#content .inline
{
    text-align:center;
    display:flex;
}
#content .inline img
{
    max-width:48%;
}
#content .inline a img
{
    max-width:100%;
}
#content table
{
    margin:8px 4px;
    border-collapse:collapse;
    width: 100%;
}

#content table.scoreboard
{
    border:0;
    padding:0;
    border-collapse:collapse;
    width:100%;
}
#content table.scoreboard td
{
    padding:2px 8px;
}
#content table.scoreboard tr td:first-child h2
{
    width:80%;
    text-align:left;
}
#content table.scoreboard img
{
    border:0;
    margin:0;
    padding:0;
}

#content table#giginfo tr td:first-child
{
    padding: 2px 8px;
    width: 20%;
}

#content .video
{
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
}

#content .video .video_title 
{
    text-align: center;
}

#content .video .video_title h3
{
    padding: 0;
}

#content button, #content input[type=submit], #content input[type=file]::file-selector-button {
    padding: 4px;
    text-decoration: none;
	text-align: center;
    text-transform: lowercase;
    background-color: black;
    color: #0f0;
    border: 3px inset #282828;
    font-weight: bold;
    font-size: 11pt;
    font-family: 'CPFSerif', "Bookman Old Style", Georgia, serif;
}
#content button:hover, #content input[type=submit]:hover, #content input[type=file]::file-selector-button:hover {
    color: #ff0;
    cursor: pointer;
}
#content button:disabled, #content input[type=submit]:disabled, #content input[type=file]::file-selector-button:disabled {
    opacity: 60%;
    color: #a8a8a8;
}
#content input[type=file] {
    font-family: 'CPFSerif', "Bookman Old Style", Georgia, serif;
    font-size: 11pt;
    background-color: #2c2c2c;
    margin-bottom: 8px;
    padding-right: 8px;
}

.border_caution
{
    padding: 8px 16px;
    margin: 8px 16px;
    text-transform: uppercase;

    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAJUlEQVQYV2PU0ND4/1z1BoPkbQ0GGGDk92X4D+dBGYxYVRItCAAJCBM9RLathwAAAABJRU5ErkJggg==) repeat;

    border: 10px solid;
    border-image:
    repeating-linear-gradient(
        135deg,
        #000,
        #000 10px,
        #777 10px,
        #777 20px
    ) 10;
    box-shadow:
        -1px -1px 0 1px #ececec inset,
        -1px -1px 0 1px #ececec,
        1px 1px 0 1px #6b6b6b,
        1px 1px 0 1px #6b6b6b inset,
        0 0 0 1px #ececec inset,
        0 0 0 1px #ececec
}

/** footer **/

#footer
{
    margin: 0 auto 64px auto;
    padding: 16px 0 32px 0;
    text-align:center;
    position:relative;
    background-color:#000;
    background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),url(/img/tubefloor.png);
}
#footer, .barb
{
    width:100%;
}
.barb
{
    width:100%;
    height:96px;
    background-image:url(/img/barb.png);
}
#link_me
{
    height:80px;
    width:200px;
    background:#030;
    color:#fff;
    border:1px solid green;
    word-break:break-all;
}
#footer > ul li
{
    text-transform:uppercase;
    display:inline;
    margin:0 16px;
}
#footer_container
{
    display:flex;
    width:100%;
}
#footer_container div
{
    width:32%;
}
#footer_container_left img
{
    margin:8px 0 16px 0;
}
#footer_container_right ul li
{
    position:relative;
    list-style-type:none;
    margin: 16px 0;
}
#hitcount
{
    height: 34px;
    position: relative;
}
#hitcount img
{
    height: 20px;
    width: 15px;
    margin-top: 5px;
}
#hitcount .sep
{
    padding: 0 2px 0 4px;
}
.site_stats 
{
    display: inline-flex;
}
.site_stats img.bullet
{
    width: 32px;
    height: 32px;
    margin: 0 4px;
}
