/*
Theme Name: Mission Log Podcast
Theme URI: http://www.missionlogpodcast.com/
Description: Official Theme
Version: 1.007
Author: Mindfaucet
Author URI: http://www.mindfaucet.com
*/

html {
	padding: 0;
	margin: 0;
	overflow-y: scroll;
	height: 100%;
	min-width: 320px;
}

body {
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: 'Myriad Set Pro', 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	background: #000;
	min-width: 320px;
	line-height: 150%;
}

a {
	color: #ecc753;
	text-decoration: none;
}

	a:hover {
		color: #ecc753;
		text-shadow: 0 0 4px #fff948;
	}

	a:focus {
		outline: none;
	}
	
button::-moz-focus-inner {
	border: 0; 
}

input:focus {
	outline: none;
}

input::-moz-focus-inner {
	border: 0; 
}

hr {
	height: 1px;
	color: #abaaa8;
	background-color: #abaaa8;
	border: 0px;
}

img {
	border: none;
	max-width: 100%;
	height: auto !important;
}

.clear {
	clear: both;
}

.clear-left {
	clear: left;
}

table {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

tr, td {
	padding: 0;
	margin: 0;
}

blockquote {
	color: #fff;
}

.alignleft {
    float: left;
    display: block;
    margin: 5px 10px 5px 0;
}

.alignright {
    float: right;
    display: block;
    margin: 5px 0 5px 10px;
}

#divider {
	height: 4px;
	background: #fff;
}

#column input[type="submit"] {
	height: 50px !important;
	width: 200px !important;
	display: block !important;
	font-family: 'Audiowide', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	text-align: left;
	line-height: 40px !important;
	border-radius: 10px;
	padding: 0 10px !important;
	border: 3px solid #000 !important;
	cursor: pointer;
	background: #92221f;
	-webkit-transition: background-color .25s linear;
	-moz-transition: background-color .25s linear;
	-o-transition: background-color .25s linear;
	-ms-transition: background-color .25s linear;
	transition: background-color .25s linear;
}

	#column input[type="submit"]:hover {
		color: #fff;
		text-shadow: 0 0 10px #fff;
		background: #005c72;
	}

#column label {
	margin: 0 !important;
	padding: 10px 0 5px 0 !important;
	font-family: 'Audiowide', sans-serif;
	font-weight: normal !important;
	line-height: 18px;
	font-size: 18px;
	color: #ecc13a;
	text-transform: uppercase;
}

#column label span {
	xdisplay: none;
}

#column input[type="text"], #column input[type="email"] {
	width: 95% !important;
	height: 30px;
	padding: 0 5px 0 10px;
	margin: 0;
	display: block;
	border: none;
	line-height: 30px;
	font-family: 'Myriad Set Pro', 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background: #fff;
	border-radius: 7px;
	-webkit-transition: background-color .25s linear;
	-moz-transition: background-color .25s linear;
	-o-transition: background-color .25s linear;
	-ms-transition: background-color .25s linear;
	transition: background-color .25s linear;
}

	#column input[type="text"]:focus, #column input[type="email"]:focus {
		background: #ecc13a;
	}
	
#column textarea {
	width: 95% !important;
	padding: 10px 5px 5px 10px;
	margin: 0;
	display: block;
	border: none;
	line-height: 20px;
	font-family: 'Myriad Set Pro', 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	background: #fff;
	border-radius: 7px;
	-webkit-transition: background-color .25s linear;
	-moz-transition: background-color .25s linear;
	-o-transition: background-color .25s linear;
	-ms-transition: background-color .25s linear;
	transition: background-color .25s linear;
	outline: none !important;
}

	#column textarea:focus {
		background: #ecc13a;
	}


/* HEADER */

#header-wrap {
	background: #000;
}

#header {
	height: 181px;
	max-width: 800px;
	padding: 10px 10px 10px 10px;
	margin: 0 auto;
}

h1 {
	width: 400px;
	height: 181px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}

h1 a {
	width: 400px;
	height: 181px;
	display: block;
	text-indent: -9999px;
	background: url('style/logo.png') no-repeat;
	background-size: 400px 181px;
}

#menu {
	width: 280px;
	height: 181px;
	float: right;
}

.menu-item {
	height: 40px;
	padding: 0 35px 0 0;
	display: block;
	font-family: 'Audiowide', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #d7d7d7;
	text-align: right;
	line-height: 40px;
	border-radius: 10px;
	background: #1a1a1a url('style/emblem.png') 256px 9px no-repeat;
	-webkit-transition: background-color .25s linear;
	-moz-transition: background-color .25s linear;
	-o-transition: background-color .25s linear;
	-ms-transition: background-color .25s linear;
	transition: background-color .25s linear;
}

.menu-item:hover {
	color: #fff;
	text-shadow: 0 0 10px #fff;
}

#menu-about, #menu-archive, #menu-contact {
	margin: 0 0 7px 0;
}

@media (min-width: 0px) and (max-width: 720px) {

	#header {
		height: 382px;
	}

	#menu {
		width: 100%;
		padding-top: 10px;
		clear: both;
	}

	.menu-item {
		padding-left: 30px;
		text-align: left;
		background-position: 10px 10px;
	}

}


/* CONTENT */

#content-wrap {
}

#content {
	max-width: 800px;
	padding: 10px;
	margin: 0 auto;
}

#column {
	margin: 0 300px 0 0;
}

#sidebar {
	width: 280px;
	float: right;
}

h2 {
	margin: 0 0 20px 0;
	padding: 38px 0 10px 0;
	font-family: 'Audiowide', sans-serif;
	font-weight: normal;
	font-size: 27px;
	line-height: 27px;
	color: #ecc13a;
	border-bottom: 2px solid #ecc13a;
	text-transform: uppercase;
}

h2.episode {
	margin: 0;
	padding: 0;
	line-height: 27px;
	font-size: 27px;
	color: #fff;
	border: none;
	text-transform: none;
}

	h2.episode a {
		color: #fff;
	}
	
		h2.episode a:hover {
			text-shadow: 0 0 4px #fff;
		}


h3 {
	margin: 0;
	padding: 20px 0 20px 0;
	font-family: 'Audiowide', sans-serif;
	font-weight: normal;
	line-height: 18px;
	font-size: 18px;
	color: #color;
	text-transform: uppercase;
}

h3.section-header {
	padding-bottom: 10px;
}

.tag-list {
	margin-top: 20px;
	font-size: 12px;
	line-height: 15px;
}

.nav-prev {
	padding: 10px 0;
	font-family: 'Audiowide', sans-serif;
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
	width: 50%;
	float: left;
	text-align: left;
}

.nav-next {
	padding: 10px 0;
	font-family: 'Audiowide', sans-serif;
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
	width: 50%;
	float: left;
	text-align: right;
}


/* SIDEBAR */

.box {
	background: url('style/transparency.png');
	border-radius: 10px;
	overflow: hidden;
	margin: 0 0 10px 0;
}

.box h3 {
	padding: 10px;
	margin: 0;
	color: #ecc13a;
	font-family: 'Audiowide', sans-serif;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 17px;
	font-weight: normal;
	background: url('style/transparency.png');
}

.box-content {
	padding: 10px;
}

.box a {
	color: #fff;
}

	.box a:hover {
		text-shadow: 0 0 8px #fff;
	}

	.box a:hover .latest-doc-cat, .box a:hover .latest-sup-no {
		text-shadow: none;
	}
	
#social {
	width: 268px;
	height: 57px;
	padding: 10px 6px;
	background: url('style/transparency.png');
	border-radius: 10px;
	overflow: hidden;
	margin: 0 0 10px 0;
}

	#social-itunes-wrap {
		width: 57px;
		height: 57px;
		margin: 0 5px;
		float: left;
		border-radius: 10px;
		overflow: hidden;
		background: url('style/social.png') 0 -57px no-repeat;
	}
	
		#social-itunes {
			width: 57px;
			height: 57px;
			display: block;
			text-indent: -9999px;
			border-radius: 10px;
			background: url('style/social.png') 0 0 no-repeat;
			transition: opacity .25s linear;
		}
		
		#social-itunes:hover {
			opacity: 0;
		}
	
	#social-rss-wrap {
		width: 57px;
		height: 57px;
		margin: 0 5px;
		float: left;
		border-radius: 10px;
		overflow: hidden;
		background: url('style/social.png') -57px -57px no-repeat;
	}
	
		#social-rss {
			width: 57px;
			height: 57px;
			display: block;
			text-indent: -9999px;
			border-radius: 10px;
			background: url('style/social.png') -57px 0px no-repeat;
			transition: opacity .25s linear;
		}
		
		#social-rss:hover {
			opacity: 0;
		}
		
	#social-facebook-wrap {
		width: 57px;
		height: 57px;
		margin: 0 5px;
		float: left;
		border-radius: 10px;
		overflow: hidden;
		background: url('style/social.png') -114px -57px no-repeat;
	}
	
		#social-facebook {
			width: 57px;
			height: 57px;
			display: block;
			text-indent: -9999px;
			border-radius: 10px;
			background: url('style/social.png') -114px 0px no-repeat;
			transition: opacity .25s linear;
		}
		
		#social-facebook:hover {
			opacity: 0;
		}
		
	#social-twitter-wrap {
		width: 57px;
		height: 57px;
		margin: 0 5px;
		float: left;
		border-radius: 10px;
		overflow: hidden;
		background: url('style/social.png') -171px -57px no-repeat;
	}
	
		#social-twitter {
			width: 57px;
			height: 57px;
			display: block;
			text-indent: -9999px;
			border-radius: 10px;
			background: url('style/social.png') -171px 0px no-repeat;
			transition: opacity .25s linear;
		}
		
		#social-twitter:hover {
			opacity: 0;
		}

#search {
	height: 30px;
	padding: 10px;
	margin: 0 0 10px 0;
	background: url('style/transparency.png');
	border-radius: 10px;
}

	#searchform {
		padding: 0;
		margin: 0;
		display: block;
		background: transparent;
		overflow: hidden;	
	}

	#s {
		width: 245px !important;
		height: 30px !important;
		padding: 0 5px 0 10px !important;
		margin: 0 !important;
		display: block !important;
		float: left !important;
		border: none !important;
		line-height: 30px !important;
		font-family: 'Audiowide', sans-serif !important;
		font-weight: normal !important;
		font-size: 15px !important;
		background: #fff !important;
		border-radius: 7px !important;
		-webkit-transition: background-color .25s linear;
		-moz-transition: background-color .25s linear;
		-o-transition: background-color .25s linear;
		-ms-transition: background-color .25s linear;
		transition: background-color .25s linear;
		}
	
		#s:focus {
			background: #ecc13a !important;
		}

	#searchsubmit {
		width: 30px !important;
		height: 30px !important;
		padding: 0 !important;
		margin: 0 0 0 -30px !important;
		display: block !important;
		float: left !important;
		border: none !important;
		cursor: pointer !important;
		font-size: 1px !important;
		text-indent: -9999px !important;
		background: transparent url('style/search.png') no-repeat !important;
	}
	
.schedule-ep {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 2px dotted #ecc13a;
}
	
	.schedule-ep:last-child {
		padding: 0;
		margin: 0;
		border: none;
	}
	
	.schedule-ep-no {
		width: 50%;
		float: left;
		font-size: 11px;
		line-height: 11px;
		font-weight: normal;
		font-family: 'Audiowide', sans-serif;
		color: #ecc13a;
		text-transform: uppercase;
	}
	
		.schedule-ep-no p {
			display: inline;
		}
	
	.schedule-ep-date {
		width: 50%;
		float: left;
		text-align: right;
		font-size: 11px;
		line-height: 11px;
		font-weight: normal;
		font-family: 'Audiowide', sans-serif;
		color: #ecc13a;
		color: #fff;
		text-transform: uppercase;
	}
	
	.schedule-ep-title {
		clear: both;
		font-size: 15px;
		line-height: 15px;
		font-weight: normal;
		font-family: 'Audiowide', sans-serif;
		color: #fff;
	}
	
.latest-ep-thumb {
	width: 115px;
	height: 86px;
	margin: 0 10px 0 0;
	float: left;
	border: 2px solid #111;
	border-radius: 7px;
	overflow: hidden;
}

	.latest-ep-thumb img {
		max-width: 115px;
		max-height: 115px;
		margin: 0 auto;
		display: block;
		box-shadow: 0 5px 10px #000;
	}
	
.latest-ep-details-wrap {
	width: 131px;
	height: 86px;
	float: left;
}

	.latest-ep-details {
		width: 131px;
		height: 86px;
		display: table-cell;
		vertical-align: middle;
	}
	
.latest-ep-no {
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	font-family: 'Audiowide', sans-serif;
	color: #ecc13a;
	text-transform: uppercase;
}

	.latest-ep-no p {
		display: inline;
	}
	
	a:hover .latest-ep-no {
		text-shadow: none;
	}

.latest-ep-title {
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	font-family: 'Audiowide', sans-serif;
}

	.latest-doc-img {
		width: 130px;
	}
	
	.latest-doc-img img {
		max-height: 130px;
		max-width: 130px;
		box-shadow: 0 5px 10px #000;
		display: block;
		margin: 0 auto;
	}
	
	.latest-doc-cat {
		padding: 0 0 0 10px;
		color: #ecc13a;
		font-size: 11px;
		line-height: 11px;
		font-weight: normal;
		font-family: 'Audiowide', sans-serif;
		text-transform: uppercase;
	}
	
	.latest-doc-title {
		padding: 0 0 0 10px;
		font-size: 14px;
		line-height: 14px;
		font-weight: normal;
		font-family: 'Audiowide', sans-serif;
	}


.latest-discdoc-thumb {
	width: 115px;
	height: 115px;
	margin: 0 10px 5px 0;
	float: left;
}

	.latest-discdoc-thumb-img {
		width: 115px;
		height: 115px;
		display: table-cell;
		vertical-align: middle;
	}

	.latest-discdoc-thumb img {
		max-width: 115px;
		max-height: 115px;
		margin: 0 auto;
		display: block;
		box-shadow: 0 5px 10px #000;
	}

.latest-discdoc-details-wrap {
	width: 135px;
	height: 115px;
	float: left;
}

	.latest-discdoc-details {
		width: 135px;
		height: 115px;
		display: table-cell;
		vertical-align: middle;
	}

.latest-discdoc-no {
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	font-family: 'Audiowide', sans-serif;
	color: #ecc13a;
	text-transform: uppercase;
}

	.latest-discdoc-no p {
		display: inline;
	}

.latest-discdoc-title {
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	font-family: 'Audiowide', sans-serif;
}

	a:hover .latest-discdoc-no {
		text-shadow: none;
	}

#facebook-widget-wrap {
    margin: 0 0 10px 0;
	background: url('style/transparency.png');
	border-radius: 10px;
    overflow: hidden;
}

    #facebook-widget {
        padding: 10px;
        background: url('style/transparency.png');
    }

#contact-link {
	height: 30px;
	padding: 10px;
	margin: 0 0 10px 0;
	background: url('style/transparency.png');
	border-radius: 10px;
}

	#contact-link a {
		height: 30px;
		padding: 0 50px 0 0;
		display: block;
		font-size: 18px;
		line-height: 30px;
		font-weight: normal;
		font-family: 'Audiowide', sans-serif;
		color: #fff;
		text-align: right;
		background: url('style/contact.png') right top no-repeat;
	}
	
		#contact-link a:hover {
			text-shadow: 0 0 4px #fff;
			background-position: right -30px;
		}
	
@media (min-width: 0px) and (max-width: 620px) {

	#sidebar {
		display: none;
	}

}


/* EPISODE */

.episode-feature-tng {
	width: 450px;
	height: 335px;
	padding: 35px 0 0 50px;
	background: url('style/episode-feature-tng.png') no-repeat;
}

.episode-feature-tng img {
	width: 380px;
	display: block;
	border: 5px solid #000;
	border-radius: 15px;
}

.episode-subhead {
	font-family: 'Audiowide', sans-serif;
	line-height: 20px;
	font-size: 17px;
	color: #ecc13a;
}

	.episode-subhead p {
		display: inline;
		margin: 0;
		padding: 0;
	}

.comment-button {
	width: 135px;
	height: 40px;
	padding: 0 0 0 40px;
	margin: 40px 0 0 0;
	display: block;
	font-family: 'Audiowide', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #d7d7d7;
	line-height: 40px;
	border-radius: 10px;
	border: 5px solid #000;
	background: #1a1a1a url('style/comment.png') 9px 9px no-repeat;
	-webkit-transition: background-color .25s linear;
	-moz-transition: background-color .25s linear;
	-o-transition: background-color .25s linear;
	-ms-transition: background-color .25s linear;
	transition: background-color .25s linear;
}

.comment-button:hover {
	color: #fff;
	text-shadow: 0 0 10px #fff;
}

.mejs-container {
	padding-top: 1px !important;
	margin-top: 15px !important;
	clear: none !important;
	overflow: hidden !important;
}

@media (min-width: 0px) and (max-width: 830px) {

	.episode-feature-tng {
		width: 380px;
		height: auto;
		padding: 0 0 10px 0;
		background: none;
	}

}

@media (min-width: 0px) and (max-width: 740px) {

	.episode-feature-tng {
		width: 290px;
	}

}

@media (min-width: 0px) and (max-width: 625px) {

	#column {
		margin: 0;
	}

	.episode-feature-tng {
		width: 98%;
		padding-right: 10px;
	}
	
	.episode-feature-tng img {
		width: 100%;
	}

}

.episode-doc-head {
	padding-bottom: 10px;
	display: none;
}

.episode-doc-thumb {
	width: 115px;
	height: 155px;
	margin: 5px;
	float: left;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
}

	.episode-doc-thumb-img {
		width: 115px;
		height: 115px;
		padding: 0 0 10px 0;
		display: table-cell;
		vertical-align: middle;
	}
	
		.episode-doc-thumb-img img {
			max-width: 115px;
			max-height: 115px;
			margin: 0 auto;
			display: block;
			box-shadow: 0 5px 10px #000;
		}
		
	.episode-doc-thumb p {
		padding: 0;
		margin: 0;
		display: inline;
	}
	

/* DISCOVERED DOCUMENTS */

.doc-series {
	font-family: 'Audiowide', sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 14px;
	text-transform: uppercase;
}

.doc-thumb {
	width: 115px;
	height: 140px;
	margin: 5px;
	float: left;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
}

	.doc-thumb-img {
		width: 115px;
		height: 115px;
		padding: 0 0 10px 0;
		display: table-cell;
		vertical-align: middle;
	}
	
		.doc-thumb-img img {
			max-width: 115px;
			max-height: 115px;
			margin: 0 auto;
			display: block;
			box-shadow: 0 5px 10px #000;
		}

.doc-thumb-cat {
	padding: 0 0 0 10px;
	color: #ecc13a;
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	font-family: 'Audiowide', sans-serif;
	text-transform: uppercase;
}

.doc-thumb-title {
	padding: 0 0 0 10px;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	font-family: 'Audiowide', sans-serif;
}

.doc-thumb a {
	color: #fff;
}

	.doc-thumb a:hover {
		text-shadow: 0 0 7px #fff;
	}
	
	.doc-thumb a:hover .latest-doc-cat {
		text-shadow: none;
	}

.discdoc-archive-thumb {
	width: 115px;
	height: 155px;
	margin: 5px;
	float: left;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
}

	.discdoc-archive-thumb-img {
		width: 115px;
		height: 115px;
		padding: 0 0 10px 0;
		display: table-cell;
		vertical-align: middle;
	}
	
		.discdoc-archive-thumb-img img {
			max-width: 115px;
			max-height: 115px;
			margin: 0 auto;
			display: block;
			box-shadow: 0 5px 10px #000;
		}
		
	.discdoc-archive-thumb p {
		padding: 0;
		margin: 0;
		display: inline;
	}
		
.discdoc-more {
	display: block;
	font-family: 'Audiowide', sans-serif;
	font-size: 13px;
	text-align: right;
	cursor: pointer;
	text-transform: uppercase;
	color: #ecc753;
}


/* COMMENTS */

#comments {
	overflow: hidden;
}

#comments .says {
	display: none;
}

#comments .comment-meta {
	display: none;
}

#comments .avatar {
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 14px;
	float: left;
	margin-right: 5px;
}

#comments cite {
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	font-style: normal;
}

#comments cite .url {
	font-style: normal;
}

#comments p {
	font-size: 13px;
	line-height: 140%;
}

#comments ol.commentlist {
	display: block;
	margin: 0;
	padding: 0;
}

#comments ol li.comment {
	display: block;
	margin: 0;
}

#comments .reply, #comments .cancel {
	text-align: right;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}

#commentform fieldset {
	border: none;
	padding: 0;
}

#comments label {
	display: block;
	font-size: 16px;
}

#comments input[type="submit"] {
	margin-top: 20px;
	font-size: 16px;
}

#comments #respond {
	padding-top: 20px;
}

.comment-link {
	margin: 0;
	padding: 20px 0 20px 0;
	font-weight: normal;
	line-height: 18px;
	font-size: 18px;
	display: block;
	font-family: 'Audiowide', sans-serif;
	text-align: left;
	cursor: pointer;
	text-transform: uppercase;
	color: #ecc753;
}

.comment-link {
	height: 40px;
	width: 168px;
	margin: 0 0 30px 0;
	display: block;
	font-family: 'Audiowide', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	text-align: left;
	line-height: 40px;
	border-radius: 10px;
	padding: 0 10px 0 42px;
	border: 3px solid #000;
	cursor: pointer;
	background: #92221f;
	-webkit-transition: background-color .25s linear;
	-moz-transition: background-color .25s linear;
	-o-transition: background-color .25s linear;
	-ms-transition: background-color .25s linear;
	transition: background-color .25s linear;
	background-image: url('style/comment.png');
	background-position: 10px 10px;
	background-repeat: no-repeat;
}

	.comment-link:hover {
		color: #fff;
		text-shadow: 0 0 10px #fff;
		background-color: #005c72;
	}


/* ARCHIVE */

.archive-series-wrap {
	margin: 0 0 20px 0;
}

.archive-ep-wrap {
	height: 96px;
	overflow: hidden;
}

    .live-ep-wrap {
        height: 192px;
    }

.archive-moreless-spacer {
	height: 24px;
}

.archive-more {
	font-family: 'Audiowide', sans-serif;
	font-size: 13px;
	text-align: right;
	cursor: pointer;
	text-transform: uppercase;
	color: #ecc753;
}

	.archive-more:hover {
		color: #ecc753;
		text-shadow: 0 0 4px #fff948;
	}

.archive-less {
	display: none;
	font-family: 'Audiowide', sans-serif;
	font-size: 13px;
	text-align: right;
	cursor: pointer;
	text-transform: uppercase;
	color: #ecc753;
}

	.archive-less:hover {
		color: #ecc753;
		text-shadow: 0 0 4px #fff948;
	}

.episode-archive-thumb {
	width: 115px;
	height: 86px;
	margin: 3px;
	float: left;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	border: 2px solid #111;
	border-radius: 7px;
	overflow: hidden;
}

    .live-ep-wrap .episode-archive-thumb {
        height: 172px;
    }

	.episode-archive-thumb-img {
		width: 115px;
		height: 86px;
		padding: 0;
		sdisplay: table-cell;
		svertical-align: middle;
	}
	
		.episode-archive-thumb-img img {
			width: 115px;
			height: 86px;
			xmargin: 0 auto;
			display: block;
			xbox-shadow: 0 5px 10px #000;
		}
	
.episode-archive-thumb-details {
	width: 105;
	height: 61px;
	padding: 20px 5px 5px 5px;
	margin: -86px 0 0 0;
	background: #000;
	font-size: 13px;
	color: #fff;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity .25s linear;
	-moz-transition: opacity .25s linear;
	-o-transition: opacity .25s linear;
	-ms-transition: opacity .25s linear;
	transition: opacity .25s linear;
}

    .live-ep-wrap .episode-archive-thumb-details {
        margin: 0;
        opacity: 1;
    }

	.episode-archive-thumb-details span {
		color: #ecc13a;
	}

	.episode-archive-thumb-details p {
		padding: 0;
		margin: 0;
		display: inline;
		color: #ecc13a;
	}

	.episode-archive-thumb-details:hover {
		opacity: 0.80;
		text-shadow: none;
	}

        .live-ep-wrap .episode-archive-thumb:hover .episode-archive-thumb-details {
            opacity: 0.50;
        }

        .live-ep-wrap .episode-archive-thumb-details:hover {
            opacity: 1;
        }
	
.mp3link {
	margin: -15px 0 0 0;
	font-family: 'Audiowide', sans-serif;
	font-size: 13px;
	text-align: right;
	text-transform: uppercase;
}


/* BLOG */

#blog-header {
	padding: 10px;
	margin: 10px 0 0 0;
	background: #000;
	color: #ecc13a;
	font-family: 'Audiowide', sans-serif;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 17px;
	font-weight: normal;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

h2.episode.blog {
	padding-top: 20px;
	border-top: 2px solid #ecc13a;
}


/* SEARCH RESULTS */

.search-item {
	height: 90px;
	padding: 20px 0 20px 0;
	border-top: 1px dotted #ecc13a;
}

	.category-discovered-document .search-item {
		height: 115px;
	}

	.search-item a {
		color: #fff;
	}
	
	.search-item a:hover {
		text-shadow: none;
	}
		
	.search-item a:hover .search-detail h3 {
		text-shadow: 0 0 8px #fff;
	}
		
	.search-item p {
		padding: 0;
		margin: 0;
		display: inline;
	}

	.search-thumb {
		width: 115px;
		height: 86px;
		margin: 0 10px 0 0;
		float: left;
		border: 2px solid #111;
		overflow: hidden;
		border-radius: 7px;
	}
	
			.category-discovered-document .search-thumb {
				width: 115px;
				height: 115px;
				margin: 0 12px 0 2px;
				float: left;
				border: none;
				overflow: visible;
				border-radius: 0;
			}

		.search-thumb-img {
			width: 115px;
			height: 86px;
			display: block
		}
		
			.category-discovered-document .search-thumb-img {
				width: 115px;
				height: 115px;
				display: table-cell;
				vertical-align: middle;
			}
	
		.search-thumb-img img {
			width: 115px;
			height: 86px;
			display: block;
		}
		
			.category-discovered-document .search-thumb-img img {
				max-width: 115px;
				width: auto;
				max-height: 115px;
				height: auto;
				display: block;
				margin: 0 auto;
				box-shadow: 0 5px 10px #000;
			}	

	.search-detail-wrap {
		width: 371px;
		height: 86px;
		float: left;
	}
	
		.category-discovered-document .search-detail-wrap {
			height: 115px;
		}
			
	.search-detail {
		width: 371px;
		height: 86px;
		display: table-cell;
		vertical-align: middle;
	}
	
		.category-discovered-document .search-detail {
			height: 115px;
		}
	
	.search-episode, .search-supplemental, .search-series-tos, .search-series-tng, .search-discdoc-type {
		display: none;
	}
	
	.search-detail h3 {
		padding: 0;
		margin: 0;
		font-family: 'Audiowide', sans-serif;
		font-weight: normal;
		font-size: 22px;
		line-height: 22px;
		text-transform: none;
	}
	
	.category-discovered-document .search-discdoc-type {
		display: block;
		font-family: 'Audiowide', sans-serif;
		font-size: 15px;
		line-height: 20px;
		color: #ecc13a;
		text-transform: uppercase;
	}
	
	.category-episode .search-episode {
		display: block;
		font-family: 'Audiowide', sans-serif;
		font-size: 15px;
		line-height: 24px;
		color: #ecc13a;
		text-transform: uppercase;
	}
	
	.category-supplemental .search-supplemental {
		display: block;
		font-family: 'Audiowide', sans-serif;
		font-size: 15px;
		line-height: 24px;
		color: #ecc13a;
		text-transform: uppercase;
	}
	
	.tag-the-original-series .search-series-tos {
		display: block;
		font-family: 'Audiowide', sans-serif;
		font-size: 12px;
		line-height: 12px;
		text-transform: uppercase;
	}
	
	.tag-the-next-generation .search-series-tng {
		display: block;
		font-family: 'Audiowide', sans-serif;
		font-size: 12px;
		line-height: 12px;
		text-transform: uppercase;
	}

	
/* FOOTER */

#footer-head {
	padding: 20px 0 0 0;
}

#footer-head img {
	display: block;
	width: 100%;
}

#footer {
	background: #000;
}

#footer-menu {
	padding: 30px 10px 40px 10px;
	text-align: center;
	font-family: 'Audiowide', sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	color: #777;
}

	#footer-menu a {
		color: #fff;
	}
	
		#footer-menu a:hover {
			text-shadow: 0 0 6px #fff;
		}

#footer-friends-wrap {
	max-width: 800px;
	padding: 10px;
	margin: 0 auto;
}

#footer-friends {
	height: 100px;
	overflow: hidden;
	text-align: center;
}

#friends-header {
	font-size: 18px;
	padding: 0 5px;
	line-height: 18px;
	font-weight: normal;
	font-family: 'Audiowide', sans-serif;
	color: #ecc13a;
}

.friend {
	width: 80px;
	height: 80px;
	margin: 5px 7px;
	overflow: hidden;
	display: inline-block;
	border: 3px solid #fff;
	border-radius: 10px;
}

	.friend:hover {
		box-shadow: 0 0 7px 0 #fff, 0 0 7px 0 #fff inset;
	}
	
	.friend img {
		width: 80px;
		height: 80px;
		display: block;
	}

#friends-more {
	padding: 0 5px;
	text-align: right;
	cursor: pointer;
	font-family: 'Audiowide', sans-serif;
	font-weight: normal;
}

	#friends-more:hover {
		text-shadow: 0 0 10px #fff;
	}
	
#facebook-wall {
	width: 810px;
	margin: 0 auto;
	overflow: hidden;
}

	@media (min-width: 0px) and (max-width: 820px) {

		#facebook-wall {
			display: none;
		}
	
	}
	
#footer-foot {
	max-width: 800px;
	padding: 50px 10px 30px 10px;
	margin: 0 auto;
}

#footer-misc {
	width: 310px;
	height: 60px;
	float: left;
	overflow: hidden;
}

#subscribe {
	padding: 10px 0 0 0;
}

	#subscribe form {
		padding: 0;
		margin: 0;
		display: block;
	}

	#subscribe-header {
		font-size: 14px;
		padding: 0;
		line-height: 20px;
		font-weight: normal;
		font-family: 'Audiowide', sans-serif;
		color: #ecc13a;
	}

	#sign_up_email_address {

	}

#facebook-embed {
	width: 355px;
	height: 35px;
	margin: 25px 0 0 20px;
	float: left;
}

#social-footer {
	width: 235px;
	height: 60px;
	overflow: hidden;
	float: right;
}

#social-footer-facebook-wrap {
	width: 30px;
	height: 30px;
	margin: 15px 5px 0 0;
	float: left;
	overflow: hidden;
	border-radius: 5px;
	background: url('style/social-footer.png') 0 -30px no-repeat;
}

	#social-footer-facebook {
		width: 30px;
		height: 30px;
		display: block;
		text-indent: -9999px;
		border-radius: 5px;
		background: url('style/social-footer.png') 0 0 no-repeat;
		transition: opacity .25s linear;
	}

		#social-footer-facebook:hover {
			opacity: 0;
		}
		
#social-footer-twitter-wrap {
	width: 30px;
	height: 30px;
	margin: 15px 5px 0 0;
	float: left;
	overflow: hidden;
	border-radius: 5px;
	background: url('style/social-footer.png') -30px -30px no-repeat;
}

	#social-footer-twitter {
		width: 30px;
		height: 30px;
		display: block;
		text-indent: -9999px;
		border-radius: 5px;
		background: url('style/social-footer.png') -30px 0 no-repeat;
		transition: opacity .25s linear;
	}

		#social-footer-twitter:hover {
			opacity: 0;
		}
		
#social-footer-google-wrap {
	width: 30px;
	height: 30px;
	margin: 15px 5px 0 0;
	float: left;
	overflow: hidden;
	border-radius: 5px;
	background: url('style/social-footer.png') -60px -30px no-repeat;
}

	#social-footer-google {
		width: 30px;
		height: 30px;
		display: block;
		text-indent: -9999px;
		border-radius: 5px;
		background: url('style/social-footer.png') -60px 0 no-repeat;
		transition: opacity .25s linear;
	}

		#social-footer-google:hover {
			opacity: 0;
		}
		
#social-footer-youtube-wrap {
	width: 30px;
	height: 30px;
	margin: 15px 5px 0 0;
	float: left;
	overflow: hidden;
	border-radius: 5px;
	background: url('style/social-footer.png') -90px -30px no-repeat;
}

	#social-footer-youtube {
		width: 30px;
		height: 30px;
		display: block;
		text-indent: -9999px;
		border-radius: 5px;
		background: url('style/social-footer.png') -90px 0 no-repeat;
		transition: opacity .25s linear;
	}

		#social-footer-youtube:hover {
			opacity: 0;
		}
		
#social-footer-flickr-wrap {
	width: 30px;
	height: 30px;
	margin: 15px 5px 0 0;
	float: left;
	overflow: hidden;
	border-radius: 5px;
	background: url('style/social-footer.png') -120px -30px no-repeat;
}

	#social-footer-flickr {
		width: 30px;
		height: 30px;
		display: block;
		text-indent: -9999px;
		border-radius: 5px;
		background: url('style/social-footer.png') -120px 0 no-repeat;
		transition: opacity .25s linear;
	}

		#social-footer-flickr:hover {
			opacity: 0;
		}
		
#social-footer-roddenberry-wrap {
	width: 60px;
	height: 60px;
	margin: 0;
	float: left;
	overflow: hidden;
	background: url('style/roddenberry-footer.png') 0 -60px no-repeat;
}

	#social-footer-roddenberry {
		width: 60px;
		height: 60px;
		display: block;
		text-indent: -9999px;
		background: url('style/roddenberry-footer.png') 0 0 no-repeat;
		transition: opacity .25s linear;
	}

		#social-footer-roddenberry:hover {
			opacity: 0;
		}

#disclaimer {
	font-size: 13px;
}

iframe.youtube-player {
	width: 100% !important;
	height: 281px !important;
}


/* RODDENBERRY FOOTER */

#subfooter {
    padding: 10px;
    overflow: hidden;
    background: #000;
}

    #subfooter a {
        color: #fff;
    }

        #subfooter a:hover {
            color: #0084b5;
        }

    #footer-copyright {
        width: 350px;
        height: 60px;
        float: right;
        text-align: right;
        font-family: 'Khand', sans-serif;
        font-weight: 300;
        font-size: 16px;
        color: #fff;
        line-height: 60px;
        box-sizing: border-box;
    }

    #footer-roddenberry {
        width: 60px;
        height: 60px;
        display: block;
        margin: 0 0 0 10px;
        text-indent: 9999px;
        float: right;
        background: url('style/footer-roddenberry.png') no-repeat;
        background-size: 60px 60px;
    }

    #footer-social-wrap {
        padding: 10px;
        margin: 0 350px 0 0;
        box-sizing: border-box;
    }

    .footer-social {
        width: 40px;
        height: 40px;
        margin: 0 4px 4px 0;
        display: block;
        float: left;
        text-indent: -9999px;
        border-radius: 5px;
        background-repeat: no-repeat;
        background-image: url('style/footer-social.jpg');
        background-size: 280px 40px;
    }

    #footer-facebook {
        background-position: 0 0
    }

    #footer-twitter {
        background-position: -40px 0;
    }

    #footer-instagram {
        background-position: -80px 0;
    }

    #footer-youtube {
       background-position: -160px 0;
    }

    #footer-newsletter {
        width: 304px;
        height: 40px;
        padding: 0;
        margin: 0;
        display: block;
        float: left;
    }

    #footer-newsletter-email {
        width: 204px;
        height: 40px;
        padding: 0 10px;
        margin: 0;
        display: block;
        float: left;
        box-sizing: border-box;
        border-style: none;
        border: 0;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        background: #454545;
        color: #c7c7c7;
        font-family: 'Khand', sans-serif;
        font-weight: 300;
        font-size: 16px;
        line-height: 40px;
    }   

    #footer-newsletter-submit {
        width: 100px;
        height: 40pz;
        padding: 0 10px;
        margin: 0;
        display: block;
        float: left;
        box-sizing: border-box;
        border-style: none;
        border: 0;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        color: #fff;
        font-family: 'Khand', sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 40px;
        background: #ff7f02;
        cursor: pointer;
        text-transform: uppercase;
    }
    
@media (min-width: 0px) and (max-width: 750px) { 
  
    #subfooter {
        padding: 5px;
    }
    
    #footer-copyright {
        float: none;
        width: 100%;
        text-align: center;
     }
    
    #footer-roddenberry {
        display: none;
    }
    
    #footer-social-wrap {
        width: 308px;
        margin: 0 auto;
        padding: 0 0 20px 0;
    }

}


/* OVERRIDES */

.wpforms-container .wpforms-field {
	clear: none !important;
} 


.wpforms-container .wpforms-recaptcha-container, .wpforms-container .wpforms-submit-container {
	clear: left !important;
}

div.wpforms-container-full button[type=submit], div.wpforms-container-full button[type=submit]:not(:hover):not(:active)  {
	background-color: #ecc13a !important;
	color: #000 !important;
	font-weight: 700;
	border: 2px solid #000;
	border-radius: 10px;
}

div.wpforms-container-full button[type=submit]:hover, div.wpforms-container-full button[type=submit]:hover:not(:active) {
	background-color: #d63637 !important;
	color: #fff !important;
	font-weight: 700;
	border: 2px solid #000;
	border-radius: 10px;
}

.grecaptcha-badge {
    display: none !important;
}