@charset "utf-8";
/* CSS Document */

div#episodelinks	{
	margin: 0;
	float: left;
	width: 15%;
	padding-top: 3em;
}

div#episodelinks a {
	display: block;
}
div#episodelinks ul {
	list-style-type: none;
	list-style-position: inside;
	padding: 0;
	margin: 0;
}

#leftnav ul {
	list-style-type: none;
	list-style-position: inside;
	padding: 0;
	margin: 0;
	border: 0px; 
}

#likeus {
	margin-top: 5px;

}

.sitenav a {
	padding: 3px;
	margin: 0; 
	display: block;
	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: left;
}

.sitenav a:hover, .sitenave a:focus {
	background-color: #666666;
	color: #FFFF00;
	font-weight: bold;	
	font-size: 0.8em;
	padding: 3px;
	margin: 0; 
	border-bottom: 2px solid #000000;
}


.navbuttons a {
	padding: 3px;
	margin: 5px 0; 
	display: block;
	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;
	margin: 5px 0; 
	border-bottom: 2px solid #000000;
}


h3 a {
	padding: 3px;
	margin: 5px 0;
	text-decoration: none;
	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;
}

h3 a:hover, h3 a:focus {
	background-color: #666666;
	color: #FFFF00;
	font-weight: bold;	
/*	font-size: 0.8em;  */
	padding: 3px;
	margin: 5px 0; 
	border-bottom: 2px solid #000000;
}

.episodedetail {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFF00;
}

#maincontent {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
}
.copy {
	font-size: small;
	float: right;
}
.captions {
	text-align: right;
	font-size: .8em;
}
