html {
	height: 100%;
}

body {
    font-family: verdana, sans-serif;
    font-size: 8pt;
    background: #8f0a0b;
    margin: 0;
    overflow-x: hidden;
    position: relative;
	min-height: 100%;
}

span, strong, b {
    color: #000;
	font-size: 8pt;
}

th, td {
	color: #000;
	font-size: 8pt;
}

::selection {
    background-color: #9e0303d6;
    color: #000;
}

a {
    color: #da1818;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    text-shadow: none;
}

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

.a.img:hover {
	filter: brightness(120%);
}

.hidden {
    display: none;
}

.inline {
	display: inline-block;
}

/* Icons */

.icon {
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	border: 1px solid #000;
	border-radius: 2px;
	margin-right: 5px;
}

.title .icon {
	margin-top: -4px;
}

.icon.youtube {
	background-image: url(//www.the03blog.com/images/iconsy.png);
	width: 25px;
}

.icon.social {
	background-image: url(//www.the03blog.com/images/iconss.png);
}

.icon.calendar {
	background-image: url(//www.the03blog.com/images/iconsc.png);
}

.icon.message {
	background-image: url(//www.the03blog.com/images/iconsm.png);
}

.icon.stat {
	background-image: url(//www.the03blog.com/images/iconsst.png);
}

.icon.clock {
	background-image: url(//www.the03blog.com/images/iconscl.png);
}

.icon.text {
	background-image: url(//www.the03blog.com/images/iconst.png);
}

.icon.arrow {
	background-image: url(//www.the03blog.com/images/iconsa.png);
}

/* Input */

.input-text {
    border: 1px solid #261e1e;
    border-radius: 2px;
    background: linear-gradient(to bottom, #a00 0%,#3a0000 100%);
    padding: 0 4px;
    height: 20px;
    min-width: 150px;
    outline: 0;
    color: #fff;
    font-size: 11px;
}

.input-text:hover {
    background: linear-gradient(to bottom, #e40000 0%,#590000 100%);
}

.input-text:focus {
    background: linear-gradient(to bottom, #e40000 0%,#590000 100%);
    border-color: #5c0000;
}

.screen-reader-text {
	display: none;
}

/* Buttons */

.button-txt {
    display: block;
    position: relative;
}

.button-naked {
    border: none;
    border-radius: 0;
    background: none;
    color: #da1818;
    border-bottom: 1px dashed #da1818;
    padding: 0;
    font-weight: bold;
    cursor: pointer;
}

.button-naked.small {
    font-size: 10px;
}

.button-standard {
    border: 1px solid #000;
    background: linear-gradient(to bottom, #b70000 0%,#420101 100%);
    box-shadow: inset -2.5px -1.5px #930000,inset 1.5px 0px #930000,inset -1.5px -1.5px #910000,inset 1.5px 1.5px #910000;
    border-radius: 2px;
    box-sizing: border-box;
    color: #000;
    padding: 0 12px;
    position: relative;
}

.button-standard:hover {
    cursor: pointer;
    background: linear-gradient(to bottom, #da0000 0%,#5c0000 100%);
	text-decoration: none;
}

.button-standard:active {
    background: linear-gradient(to top, #950909 0%,#4d0808 100%);
    color: #000;
}

.button-standard.medium {
    height: 23px;
    font-size: 11.5px;
    line-height: 17px;
	display: inline-block;
}

.button-standard:active.medium {
    line-height: 19px;
}

.button-standard .button-txt {
    color: #f0f0f0;
}

.button-standard:hover .button-txt {
    color: #ff0c00;
}

.button-standard:active .button-txt {
    color: #d70000;
}

.button-standard.medium .button-txt {
    bottom: 16px;
}

.button-standard.medium:active .button-txt {
    bottom: 18px;
}

/* Dividers */

.divider {
    border: 1px solid #313131;
}

.divider.top {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.divider.bottom {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.divider.left {
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
}

.divider.right {
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
}

/* Page */

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

.page {
    background: #8f0a0b;
    padding: 0px;
    border: none;
    width: 910px;
    margin: 0 auto;
    margin-top: 10px;
    z-index: 999;
    position: relative;
    box-sizing: border-box;
	margin-bottom: 10px;
}

.p-music .page {
	width: 930px;
}

#lefty {
    width: 200px;
    display: inline-block;
    vertical-align: top;
}

#middley {
    width: 490px;
    display: inline-block;
    vertical-align: top;
}

#righty {
    width: 200px;
    display: inline-block;
    vertical-align: top;
}

#mainy {
	width: 690px;
	display: inline-block;
	vertical-align: top;
}

/* 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: 910px;
    margin: 0 auto;
    border: 1px solid #000;
	background: #000;
	background-image: none;
    border-radius: 0px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
    padding: 0;
    box-sizing: border-box;
	margin-bottom: 5px;
}

#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: 0px;
	border-bottom-right-radius: 0px;
	padding: 0px;
	border: 1px solid #000;
	border-top: none;
	background-image: none;
	background-position: top;
	background-repeat: no-repeat;
}

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

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

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

#header .main #header-link {
    position: absolute;
	width: 400px;
	height: 110px;
	top: 20px;
	left: 255px;
}

#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;
}

.ac-nm {
	color: red;
}

#header #header-bar {
    background-color: #000;
	background-image: none;
	box-shadow: none;
    border-top: 2px solid #000;
    padding: 0px;
    clear: both;
    position: relative;
	margin-top: 5px;
}

#header-bar #h-grad-l {
    position: absolute;
    top: 0;
    left: 0;
    width: 215px;
    height: 25px;
    /*background-image: linear-gradient(to left, rgba(255,0,0,0), rgb(111, 0, 0));*/
}

#header-bar #h-grad-r {
    position: absolute;
    top: 0;
    right: 0;
    width: 215px;
    height: 25px;
    /*background-image: linear-gradient(to right, rgba(255,0,0,0), rgb(111, 0, 0));*/
}

#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,  #header #header-bar .header-button a:hover {
	cursor: pointer;
	text-decoration: none;
}

#header #header-bar .header-button:hover:before {
	content: "";
	background-image: linear-gradient(to top, #710505 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 */

.container {
    display: block;
    margin-bottom: 5px;
}

.title {
    background: #000;
    padding: 0px;
    border: 1px solid #000;
    color: red;
    font-style: italic;
    font-weight: bold;
    width: 100%;
	box-sizing: border-box;
	font-size: 10pt;
}

.title-r {
	color: red;
	font-weight: bold;
}

.dates {
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px solid white;
	border-bottom: 1px outset white;
	font-weight: bold;
	text-align: center;
	background-color: #222121;
}

.dates:first-child {
	padding-top: 0;
	border-top: 0;
	background-color: transparent;
}

.dates-sec {
	border-top: 1px solid #000;
	background-color: #1c1b1b;
	border-bottom: 1px solid #000;
	box-shadow: inset 0 5px 0 0 #37373782;
}

.dates-sec table {
	width: 100%;
}

.dates-sec td {
	max-width: 50%;
}

.description {
    background: #fff;
    box-shadow: none;
    padding: 0px;
    border: 1px solid #000;
    margin-top: 5px;
    color: #000;
    width: 100%;
	box-sizing: border-box;
}

.description ul {
	margin: 0;
	padding: 0;
}

.description li {
	list-style: none;
}

.description .dates {
	margin-bottom: 5px;
}

.description .dates:not(:first-child) {
	margin-top: 5px;
}

#lefty .title, #lefty .description, #righty .title, #righty .description {
    width: 200px;
    box-sizing: border-box;
}

/* B2 */

.title.b2 {
	background: #000;
	text-align: center;
}

.title.b2:before {
	content: "{}";
	color: #ffffff;
	margin-right: 20px;
}

.title.b2:after {
	content: "{}";
	color: red;
	margin-left: 20px;
}

.description.b2 p:first-child {
	margin-top: 0;
}

.date-b2 {
font-weight: bold;
color: red;
text-align: right;
font-style: normal;
margin-left: 20px;
}

.body-b2 {
background: transparent !important;
}

.sig {
color: red;
font-weight: bold;
font-size: 12px;
}

.b2-end {
color: #fff;
font-weight: bold;
}

.b2-end2 {
color: red;
font-weight: bold;
}

.archive {
text-align: center;
color: red;
font-weight: bold;
font-size: 13px;
border-bottom: 1px dashed red;
margin-bottom: 10px;
padding-bottom: 5px;
}

.more-b2 {
font-style: normal;
}

.b2-left {
	float: left;
	width: 375px;
}

.b2-right {
	float: left;
	width: 100px;
}

#B2Links {
	margin: 5px;
	padding-left: 2px;
	padding-bottom: 5px;
	border-bottom: 1px solid #313131;
	text-align: center;
}

#B2Links a {
	position: relative;
	left: 6px;
	margin-bottom: 5px;
}

.entry-summary div {
	margin-top: 3px;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.entry-summary div:before {
	content: "";
	height: 100%;
	width: 40px;
	background-image: linear-gradient(to right, transparent 0, black 100%);
	display: block;
	position: absolute;
	right: 0;
}

.entry-summary p {
	margin: 0;
}

.b2.description {
	display: block;
}

/* B2 Voting */

.up-vote {
	background: url('//www.the03blog.com/images/arrow.png') transparent;
	background-position: center;
	background-size: 20px;
	border: none;
	border-radius: 0;
	width: 15px;
	height: 30px;
	padding: 0;
	display: block;
	margin: 0 auto;
}

.up-vote:hover {
	background-image: url('//www.the03blog.com/images/arrow2.png');
}

.up-vote.voted {
	background-image: url('//www.the03blog.com/images/arrow3.png');
}

.down-vote {
	background: url('//www.the03blog.com/images/arrowdn.png') transparent;
	background-position: center;
	background-size: 20px;
	border: none;
	border-radius: 0;
	width: 15px;
	height: 30px;
	padding: 0;
	display: block;
	margin: 0 auto;
}

.down-vote:hover {
	background-image: url('//www.the03blog.com/images/arrowdn2.png');
}

.down-vote.voted {
	background-image: url('//www.the03blog.com/images/arrowdn3.png');
}

.postrate .count {
	display: block;
	margin-top: 2px;
}

.b2-left {
	float: none;
	display: inline-block;
	width: 445px;
	vertical-align: middle;
}

.long .b2-left {
	width: 650px;
}

.b2-vote {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

/* Comments */

.comment-desc {
margin: 0;
padding: 5px;
border: 1px solid #000;
background: #434543;
color: #fff;
box-shadow: inset 0 0 2px 2px #222020d9;
width: 477px;
}

.label {
display: block;
font-size: 7pt;
}

.c-left {
display:inline-block;
vertical-align: top;
padding-right: 5px;
border-right: 1px solid gray;
margin-right: 2px;
}

.c-right {
display:inline-block;
vertical-align: top;
}

.c-post {
display: inline-block;
vertical-align: bottom;
margin-right: 0;
margin-left: 0;
padding: 0;
border: 0;
}

#dropdown, #dropdown2, #dropdown3, #dropdown4, #dropdown5 {
    color: red;
    cursor: pointer;
    text-decoration: underline;
}

#drop-c, #drop-c2, #drop-c3,#drop-c4,#drop-c5 {
    max-height: 500px;
}

#comments {
    display: none;
}

/* Footer */

.footer_fade {
	background-image: linear-gradient(to top, #590000 10%, #0000 90%), url(/images/footer.png);
	height: 150px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	/* background-image: radial-gradient(ellipse at center bottom, #222 0, #0000 80%); */ /* Keeping just because */
	z-index: -1;
	display: none;
}

.footer_fade.left {
	background-image: linear-gradient(to top, #590000 10%, #0000 90%), url(/images/footerleft.png);
}


.footer_fade.right {
	background-image: linear-gradient(to top, #590000 10%, #0000 90%), url(/images/footerright.png);
}

#page-end {
    width: 910px;
    padding: 0px;
    border: 1px solid #000;
    border-top: 0;
    border-bottom: 1px solid #000;
    background-color: #000;
    box-shadow: none;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    text-align: center;
}

#page-end span {
    color: #fff;
}

#footer {
    width: 910px;
    padding: 0px;
    border: 1px solid #000;
    border-top: 0;
    background-color: #000;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}

#footer .footer-text {
    float: left;
    margin-left: 10px;
    border-left: 1px solid #313131;
    padding-left: 30px;
    height: 40px;
}

#footer .footer-text span {
    font-size: 12px;
    color: #fff;
}

#footer .footer-text ul {
    padding: 0;
    margin-top: 0;
    margin-bottom: 5px;
    color: #313131;
    font-size: 12px;
}

#footer .footer-text li {
    display: inline;
}

#footer .footer-logo {
    float: left;
}

#footer .footer-logo .logo {
    background-image: url(//www.the03blog.com/images/blog-logo-black.png);
    width: 139px;
    height: 40px;
    opacity: .7;
    display: block;
}

#footer .footer-logo .logo:hover {
    opacity: 1;
}

#fun {
	letter-spacing: -1px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

/* Comments */

#b2-comments ul {
	margin: 0;
	padding: 0;
}

#b2-comments li {
	list-style: none;
	margin-bottom: 5px;
}

/* Welcome */

.body-w {
background: white;
}

/* 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;
font-family: verdana;
}
[data-title] {
position: relative;
font-family: verdana;
}

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

/* Window Pages */

.body-w .container, .body-w .title, .body-w .description {
	width: 100%;
	box-sizing: border-box;
}

body.mini {
	padding: 5px;
	height: 100%;
	box-sizing: border-box;
}

/* Calendar */
