html {
	height: 100%;
}

body {
    font-family: arial, verdana, sans-serif;
    font-size: 11px;
    background-color: black;
    background-image: url(/chat/images/backgroundblue.png);
    background-repeat: repeat-x;
    margin: 0;
    overflow-x: hidden;
    position: relative;
	min-height: 100%;
}

span, strong, b {
    color: #fff;
}

th, td {
	color: #fff;
	font-size: 11px;
}

::selection {
    background-color: #5099B7;
    color: #000;
}

a {
    color: #1864da;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 0 2px rgba(0,0,0,.3);
}

a:hover {
    color: #1d64eb;
    text-decoration: underline;
}

/* Header */

header, footer {
background-image: linear-gradient(to top, #053e71 0, #000 100%);
box-shadow: inset 0 5px 0 0 #37373782;
padding: 5px;
border: 1px solid #000;
width: 900px;
}

.header-logo {
color: #256ecc;
font-weight: bold;
font-size: 9pt;
border-bottom: 1px dashed #256ecc;
}

.header-button {
padding: 5px;
font-weight: bold;
font-size: 9pt;
}

/* Page */

#bottom-bg {
    background-image: linear-gradient(to top, #053e71 0, transparent 100%);
    height: 300px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.page {
    background: #0a708f;
    padding: 5px;
    border: 1px solid #000;
    width: 910px;
    margin: 0 auto;
    margin-top: 10px;
    z-index: 999;
    position: relative;
    box-sizing: border-box;
}

/* Header */

/* Legacy Header, barely used. */
header, footer {
background-image: linear-gradient(to top, #710505 0, #000 100%);
box-shadow: inset 0 5px 0 0 #37373782;
padding: 5px;
border: 1px solid #000;
max-width: 900px;
/* height: 21px; */
text-align: left;
}

/* Brand new header */

#upper-head {
    width: 940px;
    margin: 0 auto;
    border: 1px solid #000;
	background: #000;
	background-image: radial-gradient(ellipse at center bottom, #222 0, #000 50%);
    border-radius: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
    padding: 0 7px 3px 7px;
    box-sizing: border-box;
}

#upper-head #dt-hold {
	display: block;
	float: left;
}

#upper-head #h-time, #upper-head #h-day {
	margin-top: 2px;
	color: #fff;
	display: block;
}

#upper-head #h-barSearch {
    margin-top: 2px;
    margin-bottom: 2px;
    float: right;
}

#upper-head form {
	margin: 0;
}

#upper-head input, #upper-head button {
	display: inline-block;
	vertical-align: middle;
}

#upper-head input {
    width: 200px;
}

#subHead {
	margin: 0 auto;
	width: 905px;
	display: block;
	background: #000;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 5px;
	border: 1px solid #000;
	border-top: none;
	background-image: url(//www.the03blog.com/images/border1.png);
	background-position: top;
	background-repeat: no-repeat;
}

#subHead span {
	white-space: nowrap;
	clear: both;
	float: left;
}

#header {
    width: 910px;
    margin: 0 auto;
    border: 1px solid #000;
    border-radius: 2px;
    box-sizing: border-box;
}

#header .main {
    background-image: url("//the03blog.com/images/header_snow.png");
	background-position: center;
    background-repeat: no-repeat;
    background-color: #005883;
    height: 150px;
    position: relative;
}

#header .main #header-link {
    position: absolute;
	width: 550px;
	height: 110px;
	bottom: 0px;
	left: 15px;
}

#header #welcome-ad {
    height: 22px;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    background: #000;
    border: 1px solid #000;
	border-top: 1px solid #313131;
    border-bottom-right-radius: 8px;
    color: #fff;
	transition: height ease-in-out 170ms;
	overflow: hidden;
	box-sizing: border-box;
}

#welcome-close {
    margin-left: 3px;
}

#header #welcome-ad marquee {
    height: 70px;
    font-size: 15px;
}

#header #welcome-ad marquee[direction="down"] {
    margin-top: 10px;
}

#header #header-account {
    float: right;
}

#header #account-main {
    height: 150px;
    width: 200px;
    display: block;
    background: #000;
    box-shadow: -5px 0 10px #0000007d;
    padding: 8px;
    box-sizing: border-box;
}

#header #account-inner {
    border-left: 1px solid #313131;
	border-top: 1px solid #313131;
    height: 100%;
    width: 100%;
}

#header #account-message {
    color: #fff;
    padding-left: 5px;
    padding-bottom: 2px;
    font-size: 12px;
}

#header #account-signin {
    padding: 2px 0 2px 5px;
}

#header #account-signin strong, #header #account-signin input {
    margin-bottom: 2px;
}

#header #account-signin #login-box {
    margin-top: 2px;
    padding-right: 18px;
}

#header #account-signin #login-box button {
    float: right;
}

#header #account-helper {
    padding-left: 5px;
    margin-top: 3px;
}

#header #header-bar {
    background-color: #000;
	background-image: linear-gradient(to top, #054e71 0, #000 10%);
	box-shadow: inset 0 3px 0 0 #37373782;
    border-top: 2px solid #000;
    padding: 5px;
    clear: both;
    position: relative;
}

#header #header-bar ul {
    margin: 0;
    padding: 2px 0;
    width: 100%;
    color: #313131;
    font-size: 14px;
    position: relative;
    z-index: 10;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
}

#header #header-bar .header-button {
    display: inline-block;
    padding: 0 5px;
	position: relative;
}

#header #header-bar .header-button:hover {
	cursor: pointer;
}

#header #header-bar .header-button:hover:before {
	content: "";
	background-image: linear-gradient(to top, #054e71 0, #000 100%);
	display: block;
	height: 23px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

#header #header-bar #h-barSearch {
    position: absolute;
    left: 0;
    top: 3px;
    z-index: 10;
}

#header #header-bar #h-barSearch #searchButton {
    border: 0;
}

#header #head-search {
	background: #000;
	border: 1px solid #000;
	padding-left: 5px;
	padding-right: 5px;
	border-top-left-radius: 8px;
	color: #fff;
	width: 200px;
	position: absolute;
	right: 200px;
	bottom: 0;
	box-sizing: border-box;
}

#head-search form {
	margin: 0;
}

#head-search #searchBar {
	width: 120px;
	min-width: auto;
	display: inline-block;
	vertical-align: middle;
}

#head-search #searchButton {
	vertical-align: middle;
}

/* Signed In */

#account-control {
	padding: 2px 0 2px 5px;
	margin-top: 3px;
}

#account-control #account-image {
	float: left;
}

#account-control ul {
	margin: 0;
	padding: 0;
	float: left;
	margin-left: 5px;
}

#account-control li {
	list-style: none;
	font-size: 13px;
	margin-bottom: 3px;
}

/* New Junk */

#upper-head #header-account {
	display: block;
	float: left;
	padding-right: 5px;
	margin-right: 5px;
	margin-top: 4px;
}

#upper-head #account-message {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	vertical-align: middle;
}

#upper-head #account-control {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}

#upper-head #account-control a {
	vertical-align: middle;
}

#upper-head #account-signin > input {
	width: 125px;
	min-width: auto;
}

#upper-head #login-box {
	display: inline-block;
}

#upper-head #login-box #remember {
	width: auto;
}

#upper-head #login-box label {
	color: #fff;
	cursor: pointer;
}

/* Left */

.title {
background-image: linear-gradient(to top, #053e71 0, #000 100%);
box-shadow: inset 0 5px 0 0 #37373782;
padding: 5px;
border: 1px solid #000;
color: #fff;
font-style: italic;
font-weight: bold;
width: 175px;
}

.description {
background: #000;
box-shadow: inset 0 5px 0 0 #37373782;
padding: 5px;
border: 1px solid #000;
margin-top: 5px;
color: #fff;
}

/* Footer */

.top {
background-image: linear-gradient(to bottom, #053e71 0, #000 100%);
height: 300px;
}

/* Title */

[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}
[data-title]:after {
    content: attr(data-title);
background-color: black;
color: red;
font-size: 7pt;
position: absolute;
padding: 1px 5px 2px 5px;
bottom: -1.6em;
left: 100%;
white-space: nowrap;
opacity: 0;
border: 1px solid #111111;
z-index: 99999;
visibility: hidden;
}
[data-title] {
    position: relative;
}

.random {
    font-size: 12px;
    text-align: right;
    float: right;
    margin-right: 100px;
    position: relative;
    top: -35px;
}