/*
Theme Name: Nonzero Desktop
*/
/*
	This file is applied to BhTV and MoLtv DESKTOP
	For MoLtv DESKTOP, nz-desktop/style-override.css is ALSO applied
	For BhTV DESKTOP, no other CSS file is applied - ONLY this one
	This file is NOT applied to BhTV or MoLtv MOBILE
*/

/* =RESET */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}
ol {
	margin-left: 1.4em;
	list-style: decimal;
}
img {
	border: 0;
	max-width: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
	/* Make new HTML5 block-level elements render as such (some browsers don't support them yet) */


/* =OVERALL FONT */

body { font-family: "Helvetica Neue", "Arial", "Helvetica", sans-serif; }
h1 { font-family: "Georgia", serif; }


/* =COLORS */

header,
footer
	{ background-color: #C3E646; }

h3.box-title
	{ background-color: #C3E646; }
	/* { background-color: #D6EF7A; }  lighter shade */

h3.program-slug
	{ background-color: #FBB732; }
	/* { background-color: #FCD07E; }  lighter shade */

.sister h3.program-slug,
.sister h3.program-slug:hover,
.sister h3.program-slug:active
	/* { background-color: #C7DDF9; }  lighter shade */
	{ background-color: #ADCEF7; }

a,
a:visited,
.topics-or-blurb-area li:before,
#morevideo-box li:before,
#morevideo #middlecolumn li:before,
#page li:before
	{ color: #1f107b; }

.topics-or-blurb-area,
.follow-box h3.box-title,
.follow-box,
.programs-box,
#facebook,
.masthead,
.play-button
	{ background-color: #E8E8E8; }


/* =HYPERLINKS */

a			{ text-decoration: none; }
a:hover		{ color: #990000; }
a:active	{ color: red; }

.blurb a, .blurb a:visited,
.deck a, .deck a:visited,
.feature h2 a, .feature h2 a:visited,
#page p a, #page p a:visited,
#news-box a, #news-box a:visited
	{ font-weight: bold; }

a.push-button,
a.page-numbers:hover,
.dropit li a, .dropit li a:visited,
#theme-switch a
	{ color: white; }

a.play-button,
header a, header a:visited,
footer a, footer a:visited
	{ color: black; }

header a:hover,
footer a:hover
	{ color: #990000; }

header a:active,
footer a:active
	{ color: red; }

.page-nav a, .page-nav a:visited
	{ color: gray; }
.page-nav a:hover
	{ color: white; background-color: maroon; }

#tab-comments a,
#tab-links a
	{ color: inherit; }


/* =BUTTONS */

.push-button,
.play-button {
	/*border: 1px outset #EFEFEF;*/
	padding: 3px 6px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-weight: bold;
}
.push-button:hover,
.play-button:hover {
	background-color: #990000;
	color: white;
}
.push-button:active,
.play-button:active {
	background-color: red;
	color: white;
}

.feature .play-button {
	display: block;
	float: left;
	width: 44%;
	font-size: 0.55em;
}
.feature .play-button:first-child {
	margin-right: 4px;
}
.feature.sister .play-button {
	width: 95%;
}

.feature.sister .play-button-small {
	display: block;
	float: left;
	width: 44%;
	font-size: 0.55em;
}

#big-feature .play-button {
	font-size: 0.65em;
}

#big-feature .sister .play-button {
	display: block;
}

.topics-or-blurb-area .play-button {
	display: block;
	background-color: white;
	width: 14em;
	margin: 10px auto 0 auto;
	font-size: 0.75em;
}
.topics-or-blurb-area .play-button:hover {
	background-color: #990000;
}
.topics-or-blurb-area .play-button:active {
	background-color: red;
}

.push-button {
	display: block;
	width: 16em;
	background-color: #554E87;
	font-size: 0.75em;
}
#forum-thread .left {
	float: left;
	width: 13em;
	margin-top: 20px;
}
#forum-thread .right {
	float: right;
	width: 17em;
	margin-top: 20px;
	margin-bottom: 10px;
}

#show-topics-button {
	display: none;
}


/* =HEADER */

header {
	position: relative;
	height: 5.5em;
	margin-bottom: 1.4em;
}
#header-left, #header-right {
	width: 17em;
}
#header-left {
	float: left;
}
#header-right {
	float: right;
}
#header-left-top, #header-left-bottom, #header-right-top, #header-right-bottom {
	position: absolute;
}
#header-left-top, #header-right-top {
	top: 1.5em;
}
#header-left-top {
	top: 0.9em;
}
#header-left-top img {
	width: 72px;
}
#header-left-bottom, #header-right-bottom {
	top: 3.8em;
}
#header-left-top, #header-left-bottom {
	left: 1.1em;
}
#header-right-top {
	right: 0.8em;
}
#header-right-bottom {
	right: 1.1em;
}
#header-middle {
	float: left;
	width: 25em;
	position: absolute;
	bottom: 0.7em;
	margin-left: 16.5em;
}
#header-middle img {
	width: 388px;
}
header h2 {
	font-size: 0.75em;
	font-weight: bold;
}

	/* SEARCH FORM */

#searchform {
	text-align: right;
}
#searchform #search-icon {
	margin-right: 0;
	padding-right: 0.6em;
	border-style: none;
	background: url("https://s3.amazonaws.com/graphics.nonzero/search-black.png") no-repeat;
	cursor: pointer;
}
#searchform #s {
	width: 14em;
	vertical-align: top;
	color: gray;
}


/* =FOOTER */

footer {
	clear: both;
	margin-top: 1.5em;
	margin-bottom: 1em;
	height: 2.5em;
	padding: 0.5em 1.5em;
}
footer ul li, footer p {
	background-image: none;
	margin-top: 1em;
	font-size: 0.75em;
	font-weight: bold;
}
footer img {
	float: left;
	height: 40px;
	padding-right: 1.4em;
}
footer ul li {
	float: left;
}
footer ul li {
	border-left: 0.1em solid #808080;
	padding-left: 1em;
	margin-left: 1em;
}
footer ul li:first-child {
	border-left: none;
	padding-left: 0;
	margin-left: 0;
}
footer p {
	float: right;
}
#theme-switch a {
	display: block;
	margin-top: 6px;
	margin-bottom: 36px;
	padding: 12px;
	background-color: gray;
	text-align: center;
	text-transform: uppercase;
	font-size: 200%;
	font-weight: bold;
}


/* =PAGINATION */

.page-nav {
	text-align: right;
	margin: 1em 0;
	font-size: 0.7em;
	text-transform: uppercase;
}
.page-numbers {
	padding: 0.1em 0.3em;
	margin: 0 0.1em;
	border: 1px solid gray;
}
.prev, .next {}

.dots {
	padding: 0;
	margin: 0;
	border: none;
}
.current {background-color: gray; color: white; font-weight: bold; }


/* =LISTS */

ul {
	list-style-type: none;
	position: relative;
	padding: 0;
	margin: 0;
}

	/* WITH BULLETS */

.topics-or-blurb-area ul li,
#links ul li,
#page ul li,
#morevideo-box ul li,
#morevideo #middlecolumn ul li {
	padding-left: 1.2em;
}
.topics-or-blurb-area ul li:before,
#links ul li:before,
#page ul li:before,
#morevideo-box ul li:before,
#morevideo #middlecolumn ul li:before {
	content: "\25A0";
	position: absolute;
	left: 0;
	line-height: 1.1em;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
#page ul li:before {
	line-height: 1.3em;
}
#morevideo-box ul li:before {
	content: "\25FC";
	margin-left: 0.3em;
	line-height: 2.2em;
	font-size: 0.7em;
}


/* =FOLLOW & SUBSCRIBE ICONS */

.youtube-icon { background-color: #666666; }
.podcast-icon { background-color: #3F1681; }
.email-icon { background-color: #666666; }
.facebook-icon { background-color: #3B5998; }
.twitter-icon { background-color: #55acee; }

.youtube-icon:hover,
.podcast-icon:hover,
.email-icon:hover,
.facebook-icon:hover,
.twitter-icon:hover
	{ background-color: #990000; }

.youtube-icon:active,
.podcast-icon:active,
.email-icon:active,
.facebook-icon:active,
.twitter-icon:active
	{ background-color: red; }


/* =VIDEOPLAYER */

#player-container {
}
#player-container iframe {
	display: block;
	border: 1px solid gray;
	box-sizing: border-box;
	width: 100%;
}
#home #player-container iframe {
	height: 287px;
}
#videopage #player-container iframe {
	height: 329px;
}

#player-container-youtube {
}
#player-container-youtube iframe {
	display: block;
	border: 1px solid gray;
	box-sizing: border-box;
	width: 100%;
}

#home #player-container-youtube iframe {
	height: 252px;
}
#videopage #player-container-youtube iframe {
	height: 252px;
}

canvas {
	display: none;
}
video {
	width: 448px;
	height: 252px;
}


/* =ADS */

.ad160, .ad300 {
	clear: both;
	float: left;
	width: 100%;
}


/* =FACEBOOK */

#facebook {
	clear: both;
}


/* =RIGHT COLUMN */

#facebook, .ad300, .feature {
	margin-bottom: 1.3em;
}


/* =LEFT COLUMN */

.follow-box, #news-box, .programs-box, #morevideo-box,
.ad160 {
	margin-bottom: 1.3em;
}
h3.box-title {
	padding: 0.5em 0 0.4em 0.7em;
	margin-bottom: 0.5em;
	color: black;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	font-size: 0.65em;
	font-weight: bold;
}
.follow-box h3.box-title {
	margin-bottom: 0;
	padding-bottom: 3px;
	text-align: center;
	font-size: 0.75em;
}
.follow-box {
	height: 186;
}
.subscribe-box {
	margin-bottom: 15px;
}
.follow-box img {
	width: 48.5%;
	padding: 0;
}
.follow-box .email-icon,
.follow-box .twitter-icon {
	float: right;
}
#news-box h2 {
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 1.2em;
}
#news-box p {
	text-indent: 1em;
	line-height: 1.45em;
	font-size: 0.8em;
}
#news-box p:first-of-type {
	text-indent: 0;
}
#news-box .question {
	font-style: italic;
}
#news-box .question::before {
	content: "Q:\00a0";
	font-weight: bold;
	font-style: normal;
}
#news-box .answer::before {
	content: "A:\00a0";
	font-weight: bold;
}
.programs-box ul {
	padding-left: 0.6em;
	padding-bottom: 3px;
	font-family: "Open Sans Condensed", sans-serif;
}
.programs-box p {
	padding: 0 10px 10px 10px;
	font-size: 0.8em;
}
.programs-box ul li, .cat-item {
	border-top: solid white 1px;
	background-image: none;
	padding: 0.2em 0 0.2em 0;
	font-weight: bold;
	font-size: 0.85em;
}
.programs-box ul li:first-of-type, .cat-item:first-of-type {
	border-top: none;
	padding-top: 0;
}
#morevideo-box ul li {
	padding-bottom: 0.5em;
	line-height: 1.3em;
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 0.85em;
	font-weight: bold;
}
.wp-tag-cloud {
	/*text-align: center;	*/
}


/* =FEATURES */

/* BIG FEATURE ON HOMEPAGE */

#big-feature {
	float: left;
	width: 100%;
	margin-bottom: 1.4em;
}
#big-feature h1 {
	margin-right: 0.5em;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.1em;
}
#big-feature .deck {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	line-height: 1.3em;
	font-size: 1em;
}
#big-feature .deck-caption {
	margin-top: 1.7em;
	line-height: 1.2em;
}
#big-feature .deck-text {
	margin-right: 0.3em;
}
#big-feature #player-container {
	margin-top: 6px;
}

/* SMALL FEATURES */

.feature {
	clear: both;
	float: left;
	width: 100%;
	border-top: 0.15em solid #d3d3d3;
}
.feature img.landscape {
	float: left;
	margin-right: 0.8em;
	margin-bottom: 8px;
}
img.landscape {
	display: block;
	width: 10.8em;
}
h3.program-slug {
	width: 169px;
	padding: 0.1em 0 0.2em 0.5em;
	margin-bottom: 0.5em;
	color: black;
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}
.sister h3.program-slug,
.sister h3.program-slug:hover,
.sister h3.program-slug:active {
	color: inherit;
}
h3.program-slug:hover {
	background-color: #990000;
	color: white;
}
h3.program-slug:active {
	background-color: red;
	color: white;
}
.program-slug-plus-screenshot {
	float: left;
}
.play-icon-group {
	position: relative;
}
.play-icon {
	position: absolute;
	top: 4.3em;
	left: 0.3em;
	z-index: 1000;
}
.feature-head-plus-deck {
	float: left;
	width: 260px;
}
.feature h1 {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	line-height: 1.1em;
	font-size: 1em;
	font-weight: bold;
}
.feature h2 {
	font-size: 0.8em;
	line-height: 1.3em;
	margin-bottom: 6px;
}
.feature .button-line {
	clear: both;
	margin-top: 3px;
}


/* =TOPICS */

#topics-or-blurb-display {
	display: none;
}
.topics-or-blurb-area {
	overflow: hidden;
	padding: 1em;
	margin-bottom: 0.5em;
}
#home .topics-or-blurb-area h2 {
	margin-bottom: 2px;
	color: black;
	line-height: 1.4em;
	font-weight: bold;
	font-size: 0.8em;
}
#videopage .topics-or-blurb-area h2 {
	margin-bottom: 0.7em;
	line-height: 1.4em;
	font-weight: bold;
	font-size: 0.8em;
}
#home .topic-list ul,
#videopage .topic-list ul  {
	margin: 0;
}
#home .topic-list ul li,
#videopage .topic-list ul li {
	margin-top: 0.4em;
	font-size: 0.8em;
}
#home .topics-or-blurb-area .blurb,
#videopage .blurb p  {
	font-size: 0.8em;
	line-height: 1.4em;
}
#archives .topics-or-blurb-area {
	background-color: transparent;
	padding: 0;
	margin-bottom: 0;
	float: left;
	width: 70%;
	margin-left: 0.5em;
}
.duration-spacer {
	margin-left: 2px;
	visibility: hidden;
	font-size: 0.1em;
}
.duration {
	color: black;
	font-size: 0.7em;
}


/* =VIDEOPAGE */

	/* PROGRAM NAME & SUBSCRIBE (over video) */

#videopage #video-header {
	margin-bottom: 4px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9em;
}
#videopage #video-header table {
	width: 100%;
}
#videopage #video-header table td {
	vertical-align: bottom;
}
#videopage #video-header td#subscribe-link {
	text-align: right;
	font-size: 85%;
}
#videopage td img {
	width: 28px;
	margin-left: 2px;
	vertical-align: -20%;
}

	/* DATES, DOWNLOADS, SOCIAL LINKS, TRANSCRIPT */

#social-links {
	overflow: hidden;
	font-family: "Open Sans Condensed", sans-serif;
	font-weight: bold;
}
#social-links .fb-share-button {
	float: left;
	width: 13%;
}
#social-links #twitter {
	float: right;
	width: 86%;
	margin-top: 0.4em;
	text-align: right;
	font-size: 0.85em;
}
#social-links #twitter img {
	height: 1.1em;
	margin-left: 0.6em;
	margin-right: 1px;
}
#dates-downloads {
	overflow: hidden;
	margin-top: 0.6em;
	font-family: "Open Sans Condensed", sans-serif;
	font-weight: bold;
	font-size: 0.8em;
}
#dates {
	float: left;
	width: 50%;
}
.date-label {
	margin-right: 3px;
	font-weight: normal;
	text-transform: uppercase;
}
#downloads {
	float: left;
	width: 49%;
	text-align: right;
}
#downloads .download-item {
	display: inline;
	border-right: 2px solid #d3d3d3;
	padding-right: 1px;
	margin-right: 2px;
}
#downloads .download-item:last-of-type {
	border-right: none;
}
#transcript-link {
	margin-top: 12px;
	line-height: 1.3;
	text-align: center;
	font-style: italic;
	font-size: 0.8em;
}

	/* TABS */

#tabs {
	height: 1.4em;
	margin-top: 1.5em;
	border-bottom: 0.15em solid #d3d3d3;
}
#tabs h2 {
	display: inline;
	font-size: 0.75em;
	letter-spacing: 0.15em;
	float: left;
	text-transform: uppercase;
	line-height: 0.8em;
	padding: 0.5em 1em;
	margin-bottom: 1em;
	margin-left: 1em;
}
#comments, #links {
	clear: both;
}

	/* COMMENTS TAB SELECTED */

#comments {
	display: block;
}
#tab-comments {
	color: white;
	background-color: #808080;
}
#links {
	display: none;
}
#tab-links {
	color: #808080;
	background-color: #e4e4e4;
}

	/* LINK TO NON-VIDEO PAGE */

#comments .comment-thread-link {
	margin-top: 0.8em;
	line-height: 1.2em;
	font-weight: bold;
	font-style: italic;
	font-size: 0.9em;
}

	/* LINKS MENTIONED */

#videopage #links ul li {
	margin-top: 0.5em;
}

#videopage #links ul li {
	font-size: 0.8em;
}

	/* POST NAME FOR SEO (bottom of column) */

#videopage h6 {
	border-top: 0.2em solid #d3d3d3;
	padding-top: 0.6em;
	margin-top: 0.8em;
	margin-bottom: 0.3em;
	font-weight: bold;
	font-size: 0.8em;
}


/* =ARCHIVES */

#archives h2 {
	margin-bottom: 0.5em;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
}
#archives h2 .date-head {
	text-transform: none;
}
#archives .program-description p {
	margin-bottom: 1em;
	font-size: 0.85em;
	font-style: italic;
}

	/* ARCHIVES TOP SECTION */

#archives #archives-top a {
	font-size: 0.9em;
}
#archives #archives-top img {
	width: 24px;
	margin-right: 2px;
	vertical-align: -5px;
}
#archives h3 {
	display: inline;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 0.9em;
}
.search-term {
	margin-left: 10px;
	color: maroon;
	text-transform: none;
}
.no-match {
	margin-top: 18px;
	color: maroon;
	font-weight: bold;
	font-style: italic;
	font-size: 0.9em;
}

	/* ARCHIVE ITEMS */

#archives .archive-item {
	overflow: hidden;
	padding-top: 1em;
	font-size: 0.8em;
}
#archives .archive-item-top-text {
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 0.4em;
}
#archives .archive-item img {
	display: block;
	float: left;
	width: 26%;
	margin-right: 0.4em;
	margin-top: 0.2em;
}
#archives .tag-display {
	margin-top: 0.2em;
	font-style: italic;
	font-size: 0.95em;
}
#archives .tag-label {
	font-weight: bold;
	font-style: normal;
	font-size: 0.90em;
}
#archives .archive-item-program {
	margin-bottom: 0.2em;
	font-style: italic;
	font-weight: bold;
}

	/* ARCHIVES RIGHT-COLUMN LIST */

#archives-layout #rightcolumn h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1em;
}
#archives-layout #rightcolumn li {
	text-transform: uppercase;
	line-height: 1.4em;
	letter-spacing: 0.09em;
	font-size: 0.7em;
}
#archives-layout #rightcolumn .post-count {
	margin-left: 1em;
	font-size: 0.85em;
	color: gray;
}
#archives-layout #rightcolumn li.all-dates,
#archives-layout #rightcolumn .year-break {
	margin-top: 0.5em;
}


/* =PAGES (default style) */

#page h1 {
	margin-top: 0.3em;
	margin-bottom: 1.2em;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
}
#page h2 {
	margin-top: 1.5em;
	margin-bottom: 0.1em;
	font-weight: bold;
}
#page h3 {
	margin-top: 1.2em;
	font-style: italic;
	font-size: 0.9em;
}
#page p, #page li {
	line-height: 1.35em;
	font-size: 0.9em;
}
#page p {
	margin-top: 0.8em;
}
#page li {
	margin-top: 0.3em;
}
#page li.first {
	margin-top: 0.8em;
}
#page .footnote {
	margin-top: 12px;
	border-top: 1px solid black;
	padding-top: 6px;
	font-style: italic;
	font-size: 85%;
}


/* =ABOUT */

#about .asterisks {
	text-align: center;
	letter-spacing: 0.5em;
}
#about #rightcolumn h1 {
	margin-top: 0.3em;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
}
#masthead {
	padding-left: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
#masthead h1 {
	text-align: center;
	padding-right: 3em;
	margin-bottom: 0.8em;
	font-weight: bold;
	font-size: 1em;
}
#masthead h2 {
	font-weight: bold;
	font-size: 0.95em;
	margin-top: 0.8em;
}
#masthead td {
	padding-bottom: 0.2em;
	padding-right: 1.2em;
	vertical-align: baseline;
	font-size: 0.75em;
}


/* =CONTACT */

#contact {
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	overflow: hidden;
	margin-bottom: 8px;
}
#contact h1 {
	margin-top: 6px;
	margin-bottom: 24px;
	font-weight: bold;
	font-size: 1.3em;
}
#contact p {
	margin-top: 0;
	line-height: 2;
}
#contact .formitem {
	margin-top: 6px;
	font-weight: bold;
}
#contact .formitem label {
	display: block;
	margin-left: 4px;
	font-size: 80%;
}
#contact input {
	width: 100%;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#contact textarea {
	width: 100%;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 2px;
	height: 80px;
}
#contact .formitem .error,
#contact p.error {
	color: red;
}
#contact p.error {
	padding-bottom: 4px;
	font-weight: bold;
}
#contact input#sendCopy {
	width: auto;
	margin-top: 10px;
	margin-right: 0;
	vertical-align: -5%;
	font-size: 100%;
}
#contact label.sendCopyLabel {
	font-size: 75%;
}
#contact button {
	display: block;
	margin-top: 8px;
}
#contact button:hover {
	background-color: maroon;
	color: white;
}
.screenReader {
	left: -9999px;
	position: absolute;
	top: -9999px;
}


/* =FORUM INDEX */

#forum h2 {
	margin-bottom: 0.4em;
	font-weight: bold;
	font-size: 1.1em;
}
#forum a.push-button.see {
	/*display: inline;*/
	float: right;
	width: 320px;
	/*margin-top: 2px;*/
	font-size: 0.65em;
}
#forum table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.8em;
	margin-bottom: 2em;
}
#forum th {
	text-align: left;
	font-size: 0.9em;
}
#forum td, #forum th {
	border: 1px solid #d3d3d3;
	padding: 0.7em 0.8em;
}
#forum .col4 td, #forum .col4 th {
	padding: 0.7em 0;
}
#forum .col4 {
	text-align: center;
}
#forum #video-threads .col1, #forum #forum-threads .col2 {
	width: 6.7em;
}
#forum #video-threads .col2 {
	width: 11.3em;
}
#forum #video-threads .col4, #forum #forum-threads .col4 {
	width: 3.5em;
}
#forum #video-threads .col5, #forum #forum-threads .col5, #forum #video-threads .col6, #forum #forum-threads .col6 {
	width: 10.3em;
}

/* =FORUM THREADS */

#forum-thread form {
	margin-top: 1.5em;
	font-weight: bold;
}
#forum-thread #leftcolumn h1 {
	font-weight: bold;
	font-size: 1.5em;
}
#forum-thread #leftcolumn h2 {
	margin-top: 0.8em;
	margin-bottom: 2em;
	font-weight: bold;
}
#forum-thread #rightcolumn h1 {
	font-weight: bold;
	font-size: 1.3em;
}
#forum-thread #rightcolumn h2 {
	margin-top: 0.8em;
	margin-bottom: 1em;
	font-style: italic;
	font-size: 0.9em;
}
#forum-thread #rightcolumn li.dsq-widget-item {
	background-image: none;
	padding: 0.5em 0 0 0;
	margin: 0.6em 0 0 0;
	border-top:  0.1em solid #d3d3d3;
	line-height: 1.3em;
	font-size: 0.83em;
}
#forum-thread #rightcolumn .dsq-widget-user {
}
#forum-thread #rightcolumn p.dsq-widget-meta {
	padding-top: 0.1em;
	text-align: right;
	font-size: 0.9em;
}


/* =MOREVIDEO */

#morevideo h1 {
	margin-bottom: 0.5em;
	font-weight: bold;
	font-size: 1.05em;
}
#morevideo #moreplayer {
	background-color: black;
	text-align: center;
}
#morevideo #middlecolumn h2 {
	margin-top: 0.7em;
	margin-bottom: 0.8em;
	text-transform: uppercase;
	font-weight: bold;
}
#morevideo #middlecolumn ul li {
	margin-top: 0.3em;
	font-size: 0.85em;
}


/* =SUBSCRIBE */

#subscribe h2 {
	margin-bottom: 6px;
	font-weight: bold;
	font-size: 1.3em;
}
#subscribe h2 img {
	width: 1.3em;
	margin-right: 5px;
	vertical-align: -10%;
}
#subscribe table {
	width: 100%;
	margin-top: 16px;
	font-family: "Open Sans Condensed", sans-serif;
	font-weight: bold;
}
#subscribe td {
	padding-top: 6px;
}
#subscribe .col-head td {
	border: 2px solid #d3d3d3;
	border-bottom: none;
	text-align: center;
	font-size: 0.95em;
}
#subscribe .col-head td.col1 {
	border: none;
}
#subscribe td.col1 {
	min-width: 160px;
}
.dropit {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.9em;
}
.dropit li,
.dropit li li {
	width: 134px;
}
.dropit li {
	background-image: none;
	background-color: #666666;
	text-align: center;
	padding: 8px;
	text-transform: uppercase;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}
.dropit li:hover {
	background-color: maroon;
}
.dropit li:active {
	background-color: red;
}
.dropit li li {
	border-top: solid 1pt #d3d3d3;
	background-color: #4F0000;
	text-transform: none;
}
.dropit .dropit-trigger { position: relative; }
.dropit .dropit-submenu {
	position: absolute;
	top: 100%;
	left: 0; /* dropdown left or right */
	z-index: 1000;
	display: none;
	list-style: none;
}
.dropit .dropit-open .dropit-submenu { display: block; }

.dropit a {
	display: block;
}


/* =SUBSCRIBE POP-UPS */

.popup {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 200ms ease-in;
	-moz-transition: opacity 200ms ease-in;
	transition: opacity 200ms ease-in;
	pointer-events: none;
}

.popup:target {
	opacity: 0.97;
	pointer-events: auto;
}

.popup > div {
	position: relative;
	width: 500px;
	height: auto;
	margin: 10% auto;
	padding: 24px;
	background-color: #E8E8E8;
	border-radius: 8px;
}

.popup h3 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.1em;
}

.popup p {
	margin-bottom: 8px;
	font-size: 0.95em;
}

.popup input {
	width: 450px;
	margin-bottom: 8px;
	font-size: 0.75em;
}

.popup textarea {
	width: 450px;
	height: 1.3em;
	margin-bottom: 8px;
	font-size: 0.75em;
}

.close {
	background: #990000;
	color: white !important;
	position: absolute;
	text-align: center;
	bottom: 12px;
	right: 16px;
	width: 20px;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
	border-radius: 3px;
}

.close:hover {
	background: gray;
}


/* =TRANSCRIPT */

#page .transcript table {
	margin-top: 20px;
}
#page .transcript p {
	font-size: 0.9em;
}
#page .transcript th {
	vertical-align: text-top;
	padding-right: 1em;
	text-align: right;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 0.75em;
}
#page .transcript td {
	padding-top: 8px;
	vertical-align: text-top;
	text-align: left;
	font-size: 0.85em;
}
#page .transcript td p {
	margin-top: 8px;
	font-size: inherit;
	font-style: inherit;
}


/* =STANDARD LAYOUT */

body {
	padding: 0;
	margin: 0;
}
#wrapper {
	width: 60.9em;
	margin: 0 auto;
}
#inner-wrapper {
	overflow: hidden;
}
#leftcolumn {
	float: left;
	width: 10em;
}
#middlecolumn {
	float: left;
	width: 28.1em;
	margin: 0 0.9em;
	padding: 0 0.9em;
	min-height: 92em;
}
#rightcolumn {
	float: left;
	width: 18.8em;
}


/* =LAYOUT DEVIATIONS: RIGHT COLUMN REMOVED */

#middlerightcolumn {
	float: left;
	width: 48.85em;
	margin-left: 0.9em;
	padding-left: 0.9em;
	border-left: 0.15em solid #d3d3d3;
	padding-bottom: 1em;
}


/* =LAYOUT DEVIATIONS: OTHER */

#about #leftcolumn {
	float: left;
	width: 21em;
}
#about #rightcolumn {
	float: left;
	width: 35.85em;
	margin-left: 0.9em;
	padding-left: 0.9em;
	padding-right: 2em;
	border-left: 0.15em solid #d3d3d3;
}
#forum-thread #leftcolumn {
	float: left;
	width: 40em;
}
#forum-thread #rightcolumn {
	float: right;
	width: 18.8em;
	margin-left: 0.9em;
	padding-left: 0.9em;
	border-left: 0.15em solid #d3d3d3;
}
#morevideo #middlecolumn {
	min-height: 67em;
}
#archives-layout #middlecolumn {
	width: 36.9em;
}
#archives-layout #rightcolumn {
	width: 10em;
}

.selectable {
    -webkit-touch-callout: all; /* iOS Safari */
    -webkit-user-select: all; /* Safari */
    -khtml-user-select: all; /* Konqueror HTML */
    -moz-user-select: all; /* Firefox */
    -ms-user-select: all; /* Internet Explorer/Edge */
    user-select: all; /* Chrome and Opera */

}

.clickable {
	opacity: 0.7;
}

.clickable:active {
	opacity: 1.0;

}

.clickable:hover {
	opacity: 1.0;

}

