* {
margin: auto;
}
@font-face {
    font-family: 'neversaydieregular';
    src: url('/Design/fonts/neversaydie-webfont.woff2') format('woff2'),
         url('/Design/fonts/neversaydie-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body {
	padding: 0px;
}
h1 {
    font-family: neversaydieregular;
	text-shadow: 4px 4px 4px #000000;
    color:#EEEEEE;
    font-size:48pt;
    padding-left:10px;
}
h2 {
	font-family:"Lucida Console", Times, serif;
	color:#DDDDDD;
	font-size:1.3em;
	padding: .5%;
}
h3 {
	font-family:"Lucida Console", Times, serif;
	color:#DDDDDD;
	font-size:1.2em;
	padding-left:5px;
}
h4 {
    font-family:"Lucida Console", Times, serif;
    color:#DDDDDD;
    font-size:1.0em;
    padding-left:5px;
}
p {
    font-family:"Lucida Console", Times, serif;
    color: #DDDDDD; 
    font-size: 0.8em;
    padding: 1%;
}
li {
	font-family:"Lucida Console", Times, serif;
    color: #DDDDDD; 
    font-size: 0.8em;
    padding: .5%;
}
table {
	padding: 1em;
}
	
header {
	background-image:url('http://s21.postimg.org/wxwwecmtj/flag.png');
	background-repeat:no-repeat;
	background-position:right top;
	background-size: auto;
	background-color:#444444;
	border-style:none;
  color:white;
  text-align:center;
  padding:0px;
	height: 15vh;
}
#container2 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	background:#333333; /* column 2 background color */
	padding:0px;
}
#container1 {
	float:left;
	width:100%;
	right:20%;
	background:#222222; /* column 1 background color */
	padding:0px;
	overflow: hidden;
}
nav {
  background-color:#333333;
	height:100%;
	width:13%;
	float:left;
	border-style:none;
	padding:0px;
}
section {
	background-image:url('http://s1.postimg.org/3wquo9fbz/race_C.png');
	background-repeat:no-repeat;
	background-position:left top;
	background-size: 100% auto;
	background-color:#171717;
	color:white;
	background-color:#171717;
	min-height: 80vh;
	/*height:75%;*/
	width:87%;
	float:left;  
}
footer {
    background-color:#282828;
	  height: 5vh;
    color:white;
    clear:both;
    text-align:center;
    padding:0px;
	overflow: hidden;
}
#episodes {
    position: relative;
	float: left;
}

#videoSpace {
  padding: 1em;
	height:404px;
	width:720px;

}
#season {
	position: relative;
	float: left;
}
#season td, #season th  {
	width:12px;
	font-size:1em;
	border:0px;
	padding:3px 10px 2px 10px;
}
a:link {
	color:#FFFFFF;
	font-family:"Lucida Console", Times, serif;
	padding: 1%;
}
a:visited {
	color: #BBBBBB;
	font-family:"Lucida Console", Times, serif;
	padding: 1%;
}
a:hover {
    text-decoration: none;
    font-family:"Lucida Console", Times, serif;
    color: #ff6600;
    font-weight:bold;
	padding: 1%;
}
a:active {
	color: #ff6600;
	font-family:"Lucida Console", Times, serif;
	text-decoration: underline;
	padding: 1%;
}
.orange {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #ff6600));
	background:-moz-linear-gradient(top, #ffc477 5%, #ff6600 100%);
	background:-webkit-linear-gradient(top, #ffc477 5%, #ff6600 100%);
	background:-o-linear-gradient(top, #ffc477 5%, #ff6600 100%);
	background:-ms-linear-gradient(top, #ffc477 5%, #ff6600 100%);
	background:linear-gradient(to bottom, #ffc477 5%, #ff6600 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#ff6600',GradientType=0);
	background-color:#ffc477;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	cursor:pointer;
	color:#111111;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #cc9f52;
}
.orange:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff6600), color-stop(1, #ffc477));
	background:-moz-linear-gradient(top, #ff6600 5%, #ffc477 100%);
	background:-webkit-linear-gradient(top, #ff6600 5%, #ffc477 100%);
	background:-o-linear-gradient(top, #ff6600 5%, #ffc477 100%);
	background:-ms-linear-gradient(top, #ff6600 5%, #ffc477 100%);
	background:linear-gradient(to bottom, #ff6600 5%, #ffc477 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6600', endColorstr='#ffc477',GradientType=0);
	background-color:#ff6600;
}
.orange:active {
	position:relative;
	top:1px;
}

.smallOrange {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc444), color-stop(1, #ff7700));
	background:-moz-linear-gradient(top, #ffc444 5%, #ff4400 100%);
	background:-webkit-linear-gradient(top, #ffc444 5%, #ff4400 100%);
	background:-o-linear-gradient(top, #ffc444 5%, #ff4400 100%);
	background:-ms-linear-gradient(top, #ffc444 5%, #ff4400 100%);
	background:linear-gradient(to bottom, #ffc444 5%, #ff4400 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#ff6600',GradientType=0);
	background-color:#ffc444;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	cursor:pointer;
	color:#111111;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:3px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #cc9f52;
}
.smallOrange:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff6600), color-stop(1, #ffc477));
	background:-moz-linear-gradient(top, #ff6600 5%, #ffc477 100%);
	background:-webkit-linear-gradient(top, #ff6600 5%, #ffc477 100%);
	background:-o-linear-gradient(top, #ff6600 5%, #ffc477 100%);
	background:-ms-linear-gradient(top, #ff6600 5%, #ffc477 100%);
	background:linear-gradient(to bottom, #ff6600 5%, #ffc477 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6600', endColorstr='#ffc477',GradientType=0);
	background-color:#ff6600;
}
.smallOrange:active {
	position:relative;
	top:1px;
}
video#bgvid { 

position: fixed; right: 0; bottom: 0;

min-width: 100%; min-height: 100%;

width: auto; height: auto; z-index: -100;

background: url(/VideoBackground/placeholder.png) no-repeat;

background-size: cover; 

}
table {
  position:left;
  width:100%;
  padding:10px;
  background-color:010101;
  left: 50px;
}
