﻿body {
	margin: 0;
	font-family: 'Oxygen', sans-serif;
	background-color: #222;
	color: #777;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0px, rgba(0, 0, 0, 0) 300px);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0px, rgba(0, 0, 0, 0) 300px);
	background-repeat: no-repeat;
}

a:link, a:visited
{
	color:#7feeff;
	text-decoration: none;
	-webkit-transition: color 0.15s linear;
	-moz-transition: color 0.15s linear;
	transition: color 0.15s linear;
}
a:hover
{

	color:#fff;
	text-decoration: underline;
}

::selection {
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}
#footer {
	text-align: center;
	margin: 40px;
}
#headBitbof {
	text-align: center;
	color: #fff;
	font-size: 25px;
	margin-top: 10px;
	text-decoration: none;
	display: block;
}
#headBitbof:hover {
	text-decoration: underline;
}
#headTitle {
	text-align: center;
	color: #aaa;
	font-size: 30px;
}
#descrTitle {
	text-align: center;
	margin-top: 20px;
}
#videoWrapper {
	background-color: #000;
	width: 100%;
	margin-top:40px;
}
#videoInner {
	width: 960px;
	height: 540px;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: height 0.3s ease-in-out;
	-moz-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
}
#playButton {
	float: right;
	height: 50px;
	margin-top: -70px;
	width: 240px;
	font-size: 26px;
}
#main {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	margin-top: 40px;
	margin-bottom: 60px;
}
#aboutColumn {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 40px;
	padding-right: 40px;
	text-align: justify;
	width: 70%;
	border-right: 1px solid rgba(255,255,255,0.2);
	
}
#linkColumn {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 40px;
	padding-right: 40px;
	width: 30%;
	float: right;
	text-align: center;
	font-size: 14px;
}
#linkColumn a {
	font-size: 18px;
}

.musicEmbed {
	opacity: 0.5;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.musicEmbed:hover {
	opacity: 1;
}
#entryContainer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}
.updateEntry {
	background-color: #191919;
	padding: 50px;
	margin-top: 2px;
	border-radius: 10px;
	text-align: justify;
}
.updateEntry h1 {
	padding: 0;
	margin: 0;
	color: #aaa;
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 22px;
}
.tossAnimated {
	-webkit-animation-name: toss;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-duration: 0.5s;
}
@-webkit-keyframes toss {
	0% { -webkit-transform: scale(0.5); opacity: 0; -webkit-animation-timing-function: ease-out; }
	100% {-webkit-transform: scale(1); opacity: 1; }
}
@-moz-keyframes toss {
	0% { -moz-transform: scale(0.5); opacity: 0; -moz-animation-timing-function: ease-out; }
	100% { -moz-transform: scale(1); opacity: 1; }
}
#timerWrapper {
	width: 600px;
	float: left;
	text-align: center;
}
#timer h1 {
	margin: 0;
}
#goodLinksWrapper {
	width: 260px;
	height: 210px;
	padding: 20px;
	background-color: #222;
	float: right;
}
#goodLinksWrapper hr {
	background-color: #555;
	margin-top: 20px;
	height: 2px;
	border: none;
}
#tabs {
	text-align: center;
	margin-top: 40px;
	font-size: 20px;
}
#tabs b {
	border-bottom: 2px solid #555;
}
.tabActive {
	float: left;
	border-bottom: 2px solid #666;
	margin-left: 180px;
	font-weight: bold;
}
.tabActive h1 {
	margin-top: -4px;
	margin-bottom: 0;
	font-size: 26px;
	color: #fff;
}
.tabNotActive {
	float: left;
	cursor: pointer;
	margin-left: 180px;
	font-weight: bold;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}
.tabNotActive a {
	color: #aaa;
}
.tabNotActive a:hover {
	color: #fff;
}
.tabNotActive h1 {
	margin-top: -4px;
	margin-bottom: 0;
	font-size: 26px;
	color: #fff;
}
.tabNotActive:hover {
	color: #fff;
	text-shadow: 0 0 10px rgba(255,255,255,1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
#disqus {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	padding: 20px;
	background-color: #fff;
}