﻿body {
	background: url('../img/Sno_this-bg-is-the-realist.PNG');
	background-attachment: fixed;
}

h1.logo {
	margin-top: 0;
	margin-bottom: 0;
}

@media only screen{
	.video_container{ 
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 40%;
	}
}

@media only screen and (min-width: 64.063em) {
	.video_container{
		width:1000px;
		height:400px;
	}
}

.video_container iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

article.gray-bg, .gray-bg{
	background: url('../img/dark_fish_skin.png');
	border: 4px solid #333333;
	margin-bottom: 10px;
	padding-left: 8px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 1.6;
}

.dark-gray-bg{
	background: url('../img/thenewmetalbackground.jpg');
	border: 4px solid #333333;
	margin-bottom: 10px;
	padding-left: 8px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 1.6;
	color: #e9e9e9;
}

.dark-gray-bg.megaman{
	border:4px solid #d06bff;
}

/*
h2 small {
	color: #a7ff5e;
}*/

h3.article_title, h5.month{
	color:#a7ff5e;
	text-shadow: 0.1em 0.1em 0.05em #333
}

h6.author_name{
	font-style: oblique;
}

hr {
	margin-top: 0px;
    border: 0;
    height: 2px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}

hr.footer {
	margin-top: 0px;
    border: 0;
    height: 3px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(254,189,21,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(254,189,21,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(254,189,21,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(254,189,21,0.75), rgba(0,0,0,0)); 
}

hr.megaman {
	margin-top: 0px;
    border: 0;
    height: 3px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(200,200,200,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(200,200,200,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(200,200,200,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(200,200,200,0.75), rgba(0,0,0,0)); 
}

.calendar{
	line-height: 1.6;
}

.hide-for-small{
	display: inline !important;
}

@media only screen and (max-width: 64.063em) {
	.hide-for-small{
		display: none !important;
	}
}

@media only screen and (max-width: 54.749em){
	.megaman-hide{
		display: none !important;
	}
}

.orbit-slide-number{
	display:none;
}

footer{
	background: url('../img/thenewmetalborder.jpg');
	color: #e9e9e9;
}

.contact{
	background: url('../img/thenewmetalborder.jpg');
	color: #e9e9e9;
	border: 5px solid #a7ff5e;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
}

.sponsors{
	border: 2px solid #d06bff;
}

.contact label{
	color: #e9e9e9;
}

.contact h5{
	color: #febd15;
}

img.social{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.small-links{
	padding-right: 0.3em;
	padding-left: 0.3em;
}

.sidebar {
	margin-top: 2em;
}

img.center{
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.sponsor-block{
	margin-bottom: 8px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
}

.sponsor-block-inside{
	background: url('../img/dark_fish_skin.png');
	padding: 10px;
	border: 4px solid #111;
	height: 100%;
}

.megaman a, article a{
	color:#febd15;
}

img .sidebar {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 100%;
	border: 4px solid #222;
}

.panel{
	background: #e7e7ff;
}

div .footer{

}

.important_people {
	font-size: 1.375rem;
}