html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

* {margin:0;padding:0;} 


body {
	line-height: 1.2;
}
ul, ol {
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;

}
ul {
	list-style-type: disc;
	/*padding-left: 20px;*/
}
ol {
	/*padding-left: 20px;*/
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Helvetica, Arial;
	font-variant: small-caps;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 3px;
	border-bottom: 2px solid #888888;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 16px;
}

hr {
	margin: 0.5em 0px;
}

html, body {height: 100%;}

#wrap {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 114px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -114px; /* negative value of footer height */
	height: 114px;
	clear:both;} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}


.group:after {
	content: "";
	display: table;
	clear: both;
}


body {
	min-width: 1270px;
}

i {
	font-style: italic;
}
em {
	font-style: italic;
}
b {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
blockquote {
	margin: 0px 30px;
}

.content-header {
	width: 100%;
	height: 171px;
	background-image: url("../images/Top.0bebee631bbf.gif");
	position: absolute;
}
.home-link {
	position: relative;
	z-index: 10;
	width: 100px;
}

.side-nav {
	float: right;
	z-index: 2;
	position: relative;
}

.media-list {
	border-style: solid;
	border-color: #555;
	border-width: 1px 1px 0px 1px;
	margin: 0px;
	padding: 0px;
}
.media-list li {
	display: block;
	width: 300px;
	position: relative;
	border-bottom: 1px solid #555;
}
.media-list li:last-child {
}
.media-list li.header {
	font-family: 'Lalezar';
	font-style: italic;
	font-size: 50px;
	height: 60px;
	background-color: #fff;
}
.media-list li.header span {
	line-height: 66px;
	margin-left: -20px;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.media-list li.media {
	height: 100px;
	overflow: hidden;
	transition: 1s;
	z-index: 1;
}
.media-list li.media .kenburns {
	opacity: 0;
	transition: .3s;
	min-width: 100%;
}
.media-list li.media:hover .kenburns,
.media-list .media-container:hover .kenburns,
.media-list .media-container.preopen .kenburns,
.media-list .media-container.preopen-sticky .kenburns {
	left: 0px;
	opacity: 1;
	transition: 1s;
}

.media-title,
.media-year {
	position: absolute;
	z-index: 100;
	font-family: 'Lalezar';
	font-style: italic;
	font-size: 18px;
	color: #fff;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	left: 10px;
	top: 4px;
}
.media-year {
	right: 10px;
	text-align: right;
	top: auto;
	bottom: 4px;
}

.media-submenu {
	width: 100%;
	height: 0px;
	font-family: 'Lora';
	font-size: 12px;
	background-color: #fff;
	border-bottom: 1px solid #555;
	transition: .5s;
}
.media-submenu ul {
	padding: 0px;
	margin: 0px;
}
.media-submenu li {
	border: none;
	padding: 10px 0px;
}
.media-submenu a,
.media-submenu p {
	margin: 0px 10px;
}
.media-container:hover .media-submenu,
.media-container.preopen .media-submenu,
.media-container.preopen-sticky .media-submenu {
	height: 335px;
	transition: .5s;
}
.media-submenu a {
	font-size: 15px;
}

.tlk-logo {
	width: 500px;
}

.content {
	padding-top: 50px;
	position: relative;
	z-index: 1;
	width: 968px;
}
.content-inner {
	margin-top: 150px;
	padding-left: 50px;
	padding-right: 50px;
}

.titleblock {
	margin-left: 300px;
	width: 500px;
	text-align: center;
}
.titleblock .pre-title {
	margin: 20px;
	color: #fff;
	letter-spacing: .5em;
	font-family: 'Lora';
	font-size: 13px;
}
.titleblock .title {
	font-family: 'Lora';
	font-size: 24px;
	margin: 10px;
}
.titleblock .subtitle {
	font-family: 'Lalezar';
	font-size: 20px;
}

.frontpage-links {
	width: 800px;
	margin-left: 150px;
	text-align: center;
	margin-top: 20px;
}

.header-nav {
	position: absolute;
	top: 20px;
	left: 120px;
	z-index: 2;
}
.header-nav a {
	color: #fff;
}
.internal-links {
	font-family: Verdana,Helvetica,Arial;
}

.internal-links a {
	text-decoration: none;
}

.primary-links {
	line-height: 13px;
	font-size: 12px;
}
.secondary-links {
	line-height: 11px;
	font-size: 10px;
	margin-top: 5px;
}


.news-wrapper {
	width: 600px;
	margin: 50px;
	float: left;
}
.news-header {
	font-family: 'Lalezar';
	font-size: 20px;
	font-style: italic;
}
.news-scroller {
	max-height: 600px;
	overflow-y: scroll;
}
.news-scroller.blog {
	margin: 100px;
}
.news-item {
	font-family: 'Lora';
	padding: 30px;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.5);
	margin-bottom: 40px;
}
.news-title {
	font-size: 18px;
}
.news-title .title {
	font-weight: bold;
}
.news-body {
	white-space: pre-line;
	font-size: 15px;
}
.news-body img {
	margin: 0px auto;
	display: block;
	max-width: 100%;
}
.news-body blockquote {
	margin-bottom: 20px;
}

.gutter-items {
	width: 240px;
	float: left;
}

.intro-blurb {
	margin-top: 100px;
	font-family: Lora;
}

.random-image {
	margin-top: 50px;
	position: relative;
	transition: .5s;
}
.random-image img {
	max-width: 240px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.random-image img.next-image {
	display: none;
}
.random-image .caption {
	position: absolute;
	font-family: Lora;
	font-size: 10px;
	text-align: right;
	width: 100%;
	transition: .5s;
}

.quote {
	margin-top: 50px;
	position: relative;
	background-image: url("../images/quote-bg-left.05a7589def21.png");
	background-repeat: no-repeat;
	background-position: top left;
}
.quote .quote-attribution {
	text-align: right;
	color: #666;
	font-size: 14px;
}
.quote .this-quote,
.quote .next-quote {
	top: 0px;
	left: 0px;
	margin: 20px;
	width: 100%;
	font-family: 'Archivo Narrow';
	font-size: 18px;
	position: absolute;
}
.quote .next-quote {
	display: none;
}

.hit-count {
	float: right;
	position: relative;
	width: 300px;
	margin-right: 30px;
	margin-top: 30px;
	z-index: 2;
	font-family: 'Lora';
	font-size: 13px;
}

.footer {
	position: relative;
	left: 0px;
	bottom: 0px;
	background-image: url("../images/Bottom.4aa72db2abcc.gif");
	width: 100%;
	height: 114px;
	border: 0px solid;
}
.footer-content {
	position: absolute;
	bottom: 1px;
	left: 4px;
	border: 0px solid;
	font-size: 10px;
	margin-bottom: 1px;
}

.page-intro {
	margin: 20px 0px 50px 0px;
}
.page-intro p {
	margin-bottom: 10px;
}

.floated-image {
	margin: 6px;
}
.float-right {
	float: right;
}
.black-outline {
	border: 1px solid #000;
}

.log-item {
	padding-left: 40px;
	margin-bottom: 20px;
}
.log-item p.date {
	margin-left: -40px;
	font-weight: bold;
}

.inputform {
	width: 100%;
	font-size: 24px;
	font-family: 'Archivo Narrow';
}
.inputform td {
	padding: 5px;
}
.inputform td:first-child {
	text-align: right;
	padding-right: 10px;
}
.inputform input,
.inputform textarea {
	width: 100%;
	max-width: 400px;
	padding: 5px;
	font-size: 24px;
	font-family: Verdana;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.04);
	border: 1px solid rgba(17, 17, 18, 0.3);
	background: #fff;
}
.inputform textarea {
	height: 100px;
	max-width: 600px;
	font-size: 16px;
}

.formbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #e6cafc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #e6cafc;
	box-shadow:inset 0px 1px 0px 0px #e6cafc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c579ff), color-stop(1, #a341ee) );
	background:-moz-linear-gradient( center top, #c579ff 5%, #a341ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c579ff', endColorstr='#a341ee');
	background-color:#c579ff;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #a946f5;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #8628ce;
	cursor: pointer;
}
.formbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a341ee), color-stop(1, #c579ff) );
	background:-moz-linear-gradient( center top, #a341ee 5%, #c579ff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a341ee', endColorstr='#c579ff');
	background-color:#a341ee;
}
.formbutton:active {
	position:relative;
	top:1px;
}


.episode-list > li {
	margin-bottom: 20px;
}

.episode-list h3 {
	font-variant: normal;
	font-weight: normal;
	font-size: 14px;
	border-width: 0px 0px 1px 0px;
	margin-bottom: 10px;
}

.episode-list h3 ul.episode-info {
	list-style-type: none;
	height: 20px;
	color: #555;
	float: right;
}
.episode-list h3 ul.episode-info li {
	float: left;
	margin-left: 50px;
	margin-top: 3px;
	font-size: 12px;
	font-family: Geneva;
	font-weight: normal;
}

.cast-list {
}
.cast-list .role {
	display: inline-block;
	width: 120px;
	text-align: right;
	margin-right: 16px;
}
.cast-list .actor {
	font-weight: bold;
}
