@charset "UTF-8";
html, body {
	padding: 0;
	margin: 0;
	height: 100%;
}

body {
	line-height: 1.4;
	font-size: 100%;
	font-family: helvetica;
	margin: 0px;
	padding: 0;
	color: #000;
	font-style: normal;
	font-weight: 400;
	width: 100%;
	background-color: #EFF6F8;
}

h1, h2, h3, h4, h5, h6, p, blockquote {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0.5em;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}
main section p {
	text-align: left;
}
#container section h2 {
	text-align: left;
	color: blue;
}
main article h1 {
	text-align: center;
	color: #FF0000;
}
#container main h2 {
	color: #09094F;
}
main article .border {
	margin-left: 10px;
	margin-bottom: 5px;
}

header h1 { 
	font-size: 400%;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	line-height: 1.2em;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top:0.75em;
}


header p {
	text-align: center;
	font-size: 120%;
	text-transform: uppercase;
	text-shadow: 0px 1px 7px rgba(0,0,0,0.90);
	letter-spacing: 0.5em;
	line-height: 0.5em;
	margin-top: 2em;
}

nav {
	text-align:center;
	background-color: gold;
	margin-bottom: 30px;
	overflow: auto;
	width: 100%;
	height: auto;
}

nav ul {
	list-style-type: none;
	width: 960px;
	background-color: goldenrod;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	position: relative;
	text-align:center;
	font-weight:bold;
}

nav ul li {
	margin: 0;
	list-style: none;
	float: left;
	display: block;
	overflow: auto;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

nav ul li a{
	display: block;
	color: black;
	text-align: center;
	padding-top: 14px;
	padding-bottom: 16px;
	text-decoration:none;
	width: 158px;
	height:auto;
}

nav ul li a:hover {
	background-color:gold;
	color:white;
}

#container {
	min-height: 100%;
	position: relative;
}
header {
	padding: 10px;
	background-color: darkorange;
}

main {
	padding-bottom: 60px;  /* Height of the footer */
	width:1024px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	clear: both;
	overflow:auto;
}

aside {
	padding-top: 1em;
	padding-bottom: 1em;
	border-top: solid 5px #000;
	border-bottom: solid 5px #000;
}

#sidebar1 {
	width:200px;
	float: left;
	position:relative;
	overflow:auto;
}

article {
	width: 600px;
	float:left;
	padding-left: 10px;
	padding-right: 10px;
	position:relative;
	overflow:auto;
	margin-bottom: 20px;
}

#sidebar2 {
	width: 200px;
	float: left;
	background-color: gold;
	overflow: auto;
}


footer {
	position: relative;
	width: 100%;
	height: 60px;
	background-color: gold;
	text-align: center;
	padding-top: 10px;
	clear: both;
}

header, section, footer, aside, article, figure {
	display: block;
}
main section img {
}
#container footer {
	background-color: gold;
	text-align: center;
#E7F304}
#container nav ul {
	border-width: medium;
	border-color: #000000;
	color: #000000;
}
article section h2 {
	color: #0000FF;
}
article section table {
	width: 40em;
	margin-bottom: 2em;
	margin-left: 1em;
	font-family: duru-sans;
	font-style: normal;
	font-weight: 400;
	font-size: 90%;
	border-bottom: 3px solid #060;
	border-collapse: collapse;
}
td, th {
	padding: 5px;
	text-align: left;
	border-top: 1px solid gold;
	vertical-align: top;
}
th {color:black;
	text-align: center;
	border-bottom: 6px solid gold;
	background-color: greenf;
}
.Name {
	width: 7em;
	text-align: center;
}
.Description {
	text-align: center;
}
.Date {
	text-align: center;
}
section table caption {
	margin-top: 20px;
	padding-bottom: 20px;
	color: black;
	font-weight: bold;
	font-size: 160%;
	line-height: 1.2em;
}

article section h2 {
	color: #0000FF;
}
article section h2 {
	color: #0421F3;
}
rticle section h2 {
	color: #0218F4;
}



@media only screen and (max-width:1023px) {
	
	main section img {
		width:400px;
		height:auto;
	}
	#container {
	width: 100%;
}
header { 
	position:relative;
	height: 150px;
	background-color:gold;
}

header h1 {
	font-size: 350%;
	padding-top: 0.5em;
	line-height: normal;
}
header p {
	text-align: center;
	font-size: 120%;
	text-transform: uppercase;
	text-shadow: 0px 1px 10px rgba(0,0,0,0.93);
	text-spacing: 0;
	line-height: 1em;
	margin-top: 0em;
	padding-top: 1em;
}

main  {
	width: 95%;
	margin: 0 auto;
}

article{
	width: 75%;
	float: none;
	margin-left: 20%;
}

#sidebar1 {
	width: 20%;
}

#sidebar2 {
	float: none;
	margin-left: 23%;
	width: 75%;
	margin-top: 20px;
	margin-bottom: 20px;
}
	
	
	th {display: none;}
.Name:before {content: "Video Name:";}
.Description:before {content: "Video Description:";}
.Date:before {content: "Date Posted:";}

.Name, .Description, .Date { 
	width: auto; 
	display: block; 
	padding-left: 30%; 
	position: relative; 
	text-align: left;
	}
	
td:before 
	{width: 25%;
	display:block;
	padding-right: 10px;
	position: absolute;
	top:6px;
	left: 1em;
	color: #060;
	font-weight: bold;
	white-space:nowrap;
	}
	
	tr{border-bottom: 2px solid #060;
}
}
	
	@media screen and (max-width: 960px) {

#container aside #mainpic {
		width:400px;
		height:auto;
	}	
	
main section img {
		width:400px;
		height:auto;}
nav ul {
	list-style-type: none;
	width: 100%;
	background-color: goldenrod;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	position: relative;
	text-align:center;
	font-weight: bold;
}

nav ul li {
	float: none;
	border-bottom:1px solid black;
}

nav ul li a {
	width: 100%;
	padding-top:5px;
	padding-bottom:5px;
	text-align: center;
}
	nav ul li a:hover {
	background-color:greenyellow;
	color:white;
}
}
@media only screen and (max-width:665px){

	}
#container aside #mainpic {
	width:300px;
	height:auto;
	float:none;
	}
	
main section img {
	width:300px;
	height:auto;}
	
.container {
	width: 100%;
}
header { 
	position:relative;
	background-color: gold;
	height: 100px;
}
header h1 {
	font-size: 235%;
	font-family: "Impact";
	color: rgba(0,0,0,1.00);
	line-height: 1em;
	text-align: center;
	vertical-align: middle;
	text-outline: 1px #0F6B00;
	padding-top: .6em;
}
#container header h1 {
	color: #00F4DB;
}
#container header h1 {
	color: #07F4F6;
}
header p {
	text-align: center;
	font-size: 100%;
	text-transform: uppercase;
	text-shadow: 0px 1px 7px rgba(0,0,0,0.93);
	letter-spacing: 0;
	line-height: 1em;
}
main  {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
}
article {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: none;
}
#sidebar1 {
	display: none;
}
#sidebar2 {
	float: none;
	clear: both;
	margin: 10px 0px;
	width: 100%;
}


@media screen and (max-width:480px){

#container aside #mainpic {
display: none;}
	
	main section img {
		display:none
	}

	
header {
	background-color:darkgoldenrod;
}
main {
	margin: 0px;
	width: 100%;
}
article section h2 {
	padding: 0px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 1.4em;
}
#sidebar2 {
	width: 100%;
	margin: 20px 0px;
	overflow: hidden;
	clear: both;
}
}
