@charset "utf-8";
/* general CSS for video episode pages*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 1em;
	font-weight: normal;
	margin: 5px;
	padding: 5px;
	text-align: center;
	min-width: 500px;
}

header, nav, section, article, aside, footer  {
  display:block;
}

#leftlogo {
	margin: auto;
	float: left;
	text-align: center;
	width: 15%;
}

#leftlogo a:hover {
	background-color: #FFFFFF;
}

/*
nav	{
margin: auto;
}
*/

.navbuttons a {
	padding: 3px;
	margin: 0; 
	display: block;
	float: left;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
	border: 2px solid #000;
	border-radius: 5px;
	box-shadow: 1px 1px 0 #999, 2px 2px 0 #666, 3px 3px 0 #333, 4px 4px 5px rgba(0,0,0,.5);
	color: #000000;
	background-color: #FFFFCC;
	text-align: center;
}

.navbuttons a:hover, .navbuttons a:focus {
	background-color: #666666;
	color: #FFFF00;
	font-weight: bold;	
	font-size: 0.8em;
	padding: 3px;
	border-bottom: 2px solid #000000;
}

.pagetitle{
	clear: both;
	text-align: center;
	padding-top: 10px;
}

.tophead h1{
	text-align: center;
	font-weight: bolder;
	background-color: #FFFFFF;
	color: #FF0000;
	margin-bottom: .5em;
	font-size: 2em;
}

.tophead p {
	margin: 0 0 5px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 5px;
}

a:hover, a:focus {
	color: #000000;
	background-color: #FFFF99;
}

.clear {
	clear: both;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
}

section {
	text-align: center;
}

.footerDiv {
	text-align: center;
	font-size: .8em;
	float: left;
	margin-left: 3px;
	width: 28%;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
}

.more {
	clear: both;
}
.more a {
	padding: 3px;
/*	margin: 0; */
	display: block;
	float: left;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
	border: 2px solid #000;
	border-radius: 5px;
	box-shadow: 1px 1px 0 #999, 2px 2px 0 #666, 3px 3px 0 #333, 4px 4px 5px rgba(0,0,0,.5);
	color: #000000;
	background-color: #FFFFCC;
	text-align: center;
	margin: auto;
}

.more a:hover, .more a:focus {
	background-color: #666666;
	color: #FFFF00;
	font-weight: bold;	
	font-size: 0.8em;
	padding: 3px;
	border-bottom: 2px solid #000000;
}

.topics {
	text-align: left;
}

.episodevideo {
	text-align: left;
	padding-left: 10px;
}

.episodepicture {
	text-align: left;
	padding-right: 10px;
}
.centerit {
	text-align: center;
}
.navbuttons {
	text-align: center;
margin-left:auto;
margin-right:auto;
}

#likeus {
	clear: both;
	margin-left: 10px;
	padding-left: 10px;
	margin-top: 10px;
	padding-top: 10px;
}

#likeus a {
	background-color: #FFFFFF;
	border-bottom: 0px;
	}
