/* Colors:

#621BC4 - Dark purple
#6C90D8 - Bright blue
#00246C - Border blue
#070027 - Very Dark blue

*/

/* Main Blocks */

* {
    scrollbar-color: #6C90D8 #110011;
}

body {
    font-size: 12px;
    font-family: Arial;
    line-height: 1.2rem;
    color: #070027;
    background: url('../img/spacebig.png') repeat-x top fixed;
	background-size: cover;
}

.wrapper {
    max-width: 890px;
	margin: auto;
}

main {
    display: grid;
	grid-template-columns: 77.9% 22.1%;
	grid-template-rows: auto;
	grid-column-gap: 16px;
	padding: 16px;
    background-image: url('../img/bg.png');
	background-attachment: fixed;
    border: 1px solid #00246C;
	outline: 1px solid #070027;
	border-radius: 8px;
	width: 100%;
}

.content {
	font-family: Arial;
	font-size: 16px;
    padding: 24px;
    max-width: 100%;
    background: linear-gradient(180deg, #6C90D8 0%, #FFFFFF 100%);
    border: 1px solid #00246C;
	outline: 1px solid #070027;
	border-radius: 8px;
	min-height: 1200px;
}

iframe {
    border: none;
    height: 100%;
	width: 100%;
}

iframe[name=header] {
    width: 104%;
    height: 313px;
    z-index: 3;
	margin-bottom: -6px;
}

iframe[name=sidebar] {
	width: 176px;
	height: 100%;
}

@media screen and (max-width: 709px) {
	main {	
		grid-template-columns: 100%;
		padding: 16px 0px;
	}
	
	iframe[name=sidebar] {
		display: none;
	}
}

/* Content - Text/Titles */

h1, h2 {
	font-family: Daydream;
	letter-spacing: 2px;
    text-transform: uppercase;
	text-shadow: -2px 2px #00246C70;
    border-bottom: 2px solid #00246C;
}

h1 {
    line-height: 1.8rem;
    font-size: 20px;
    margin-top: 5px;
}

h2 {
    line-height: 1.6rem;
    font-size: 16px;
    margin-top: 1rem;
}

a {
	text-decoration: none;
	font-weight: bold;
    color: inherit;
}

a:hover {
	color: #480027;
	text-decoration: underline;
}

.content li {
	margin-left: -25px;
	margin-bottom: 3px;
}

hr {
    border: none;
    height: 1px;
    background: #c2c89a;
    margin: 24px 0;
    display: block;
}

img {
    border: 2px solid #00246C;
	border-radius: 8px;
}

.left {
	float: left;
	margin-right: 8px;
}

.right {
	float: right;
	margin-left: 8px;
}

#Josh {
	image-rendering: pixelated;
	border: 0px;
	width: 12%;
}

/* Content - Tables */

table {
	border-spacing: 0px;
	outline: 1px solid #070027;
	width: 100%;
}

th, td {
    padding: 3px 6px;
    border: 1px solid #070027;
	font-size: 16px;
}

th {
    background: #00246C;
	vertical-align: center;
	font-family: daydream;
	color: #FFFFFF;
	text-shadow: -2px 2px #6C90D870;
    line-height: 1.7rem;
}

td {
	font-family: arial;
}

/* Buttons */

.button {
	width: 88px;
	height: 31px;
}

.buttonbox img {
	width: 88px;
	height: 31px;
	border: 0px;
	border-radius: 0px;	
}

/* Linkboxes - Used for Gaming, Cosplays, and the Song of the Week */

.shrinebox {
	width: 100%;
	height: 100px;
	left: calc(50% - 325px);
	color: #111111;
	outline: 1px solid #000000;
	font-size: 16px;
	background-position: center !important;
	background-size: cover;
}

.sotw {
	height: 150px;
}

.boxname {
	font-family: Daydream;
	font-size: 18px;
	color: #ffffff;
	text-shadow: 0px 0px 5px #000000;
	transition-duration: 1s;
	text-align: right;
	padding-right: 45px;
	padding-top: 40px;
}

.shrinebox:hover .boxname, .shrinebox:hover #sotwtitle, .shrinebox:hover #sotwsubtitle {
	color: #111111;
	text-decoration: none;
	text-shadow: 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 15px #FFFFFF;
	transition-duration: 0.02s;
}