/* base styles */

html
{
	background: #fff;
	font-size: 15px;
	font-family: "Open Sans", Helvetica, sans-serif;
	line-height: 1.7em;
}

body
{
	padding: 0;
	margin: 0 auto;
	color: #000;
}

header
{
	text-align: center;
}

.main 
{
	max-width: 1200px;
	margin: 0 auto;
}

a
{
	color: #24ace1;
	text-decoration: none;
}

a:hover
{
	color: #24c1ff;
}

bold
{
	font-weight: bold; 
}

.dateline 
{
	font-size: .7rem;
	line-height: .4em;
	float: left;
	clear: right;
	text-align: left;
}

.byline
{
	color: #666;
	font-size: .9rem;
	letter-spacing: .02rem;
	text-transform: uppercase;
}

.sitebyline
{
	color: #666;
	font-size: .7rem;
	letter-spacing: .08rem;
	text-transform: uppercase;
	line-height: normal;
}

h1
{
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: .04em;
	margin-top: 0;
}

h2
{
	font-size: 1.2em;
	color: #707070;
	font-weight: 600;
}

h3
{
	font-size: .8em;
	margin-top: 0px;
	text-transform: uppercase;
}

.topsponsor h4
{
	font-size: .8em;
	margin-top: 0px;
	text-transform: uppercase;
	color: #727272;
	margin-bottom: 0px;
}

blockquote
{
	font-size: 13px;
	background-color: #f0f0f0;
	margin: 0 auto;
	padding: 2px 28px;
}

/* forms */

label, input, button, select, textarea {
	font-weight: normal;
}
input, button, select, textarea, label {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
}
label {
	display: block;
	margin-bottom: 2px;
}
input, textarea, select {
	display: inline;
	width: 100%;
	max-width: 500px;
	padding: 5px;
	margin-bottom: 0.5em;
	font-size: 1em;
	line-height: 14px;
	vertical-align: middle;
	color: #555;
	border: 1px solid #ccc;
}
input[type="submit"] {
	width: auto;
	padding: 0.5em 1em;	
	border: 0;
	border-radius: 4px;
	background-color: #ddd;
	color: #222;
}
input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active {
	background-color: #fa9428 !important;	
	color: #fff;
}
#mc_embed_signup {
	max-width: 500px;
}



/* columns */

.centerContent
{
	margin: 0 auto;
	float: none;
	clear: none;
	padding: 0px 12px;
}

.column1
{
	float: left;
	clear: none;
	margin: 0px 24px 12px 0px;
}


.column2
{
	float: right;
	clear: none;
}

hr.separator 
{
	background: none;
	border: 0;
	border-top: 1px solid #e5e5e5;
	clear: both;
}

hr.separator.last
{
	border-top: 0px solid #fff;
	padding-bottom: 20px;
}

/* mobile nav menu */

.mobile-nav {
	background: #76c261;
	-webkit-animation:cyclecolors linear infinite;
	-webkit-animation-duration: 90s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	padding: 18px 0px 10px 2px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	margin: 0 auto;
}

.menu-btn div 
{
	margin-top: -0.50em;
	line-height: 1.2;
	font-size: 1rem;
	letter-spacing: .15rem;
	font-weight: 300;
	vertical-align: middle;
	z-index: 99;
	
}

/* This is for a "hamburger" style icon if desired — add 3 spans in a row to html
	
.menu-btn span 
{
	display: block;
	width: 19px;
	height: 3px;
	margin: 4px 0px 4px 4px;
	background: rgb(255,255,255);
	z-index: 99;
}
*/
 
.responsive-menu 
{
	display: none;
	line-height: 2em;
}

.responsive-menu ul 
 {
	list-style: none;	
	padding-left: 20px;	
 } 
 
.responsive-menu li 
 {
	padding: 6px 0px 6px 0px;
	margin-right: 24px;
	color: #fff;
	border-bottom: 2px solid white;
	line-height: 2.3em;
 } 
 
.responsive-menu a 
 {
	color: #fff !important;
	letter-spacing: .15em;
	text-decoration: none;
	display: block;
 }
 
 
.responsive-menu a:hover {
	color: #000 !important;
	background: #fff;
	display: block;
}
 
 
.expand {
	display: block !important; 
}

/* standard navbar */

#navbar {
  border: none;
  background: #76c261;
	-webkit-animation:cyclecolors linear infinite;
	-webkit-animation-duration: 90s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation:cyclecolors linear infinite;
	-moz-animation-duration: 90s;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
  color: #fff;
  letter-spacing: .1em;
  list-style: none;
/*   margin: 0 auto; */
  width: 100%;
/*   padding: 0; */
  text-transform: uppercase;
  text-align: center;
}

#navbar ul 
{
	padding: 0;	
}

#navbar li 
{
  display: inline-block;
  font-weight: normal;
  line-height: 50px;
  margin: 0px;
} 

#navbar li a 
{
  color: #fff;
  line-height: 50px;
  padding: 0px 18px;
  display: block;
  text-decoration: none;
}
#navbar li a:hover 
{
  background: #fff;
  color: #000;
  line-height: 50px;
  text-decoration: none;
}
#navbar ul li:hover a 
{
  background: #fff;
  color: #000;
  text-decoration: none;
}
#navbar li ul 
{
  display: none;
/*   height: auto; */
  padding: 0px;
  margin: 0px;
  border: 0px;
  position: absolute;
/*   width: 100px; */
  z-index: 200;
}

#navbar li:hover ul 
{
  display: block;
}

#navbar li li 
{
  display: block;
  float: none;
  margin: 0px;
  padding: 0px;
/*   width: 170px; */
  background: #f0f0f0;
}
#navbar li:hover li a 
{
  background: none;
}
#navbar li ul a 
{
  display: block;
  font-style: normal;
  margin: 0px;
  text-align: left;
  font-size: .6em;
  padding: 0px 10px;
  text-align: center;
}
#navbar li ul a:hover,
#navbar li ul li:hover a 
{
  border: 0px;
  color: #FFFFFF;
  text-decoration: none;
  background: #757575;
}

/* navbar color cycle animation */

@keyframes cyclecolors 

	{
		0%  {background:#76c261;}
		16%  {background:#fdc345;}
		32%  {background:#f89438;}
		48% {background:#e65453;}
		64% {background:#a759a8;}
		96% {background:#32afe2;}
	}

@-webkit-keyframes cyclecolors /* Safari */
	{		
		0%  {background:#76c261;}
		16%  {background:#fdc345;}
		32%  {background:#f89438;}
		48% {background:#e65453;}
		64% {background:#a759a8;}
		96% {background:#32afe2;}
	}
	
@-moz-keyframes cyclecolors /* Firefox */
	{
		0%  {background:#76c261;}
		16%  {background:#fdc345;}
		32%  {background:#f89438;}
		48% {background:#e65453;}
		64% {background:#a759a8;}
		96% {background:#32afe2;}
	}
	
/* footer etc. */

.footer 
{
	margin: 0 auto;
	padding: 12px 0px 12px 0px;
	text-transform: uppercase;
	letter-spacing: .2em;
	background: #3a3a3a;
	color: #bababa;
	font-size: .7em;
	text-align: center;
}

.footer a:link, .footer a:visited 
{
	text-decoration: none;
	color: #f1f1f1;
}


.footer a:hover, .footer a:active, .footer a:focus 
{
	text-decoration: underline;
	color: #fff;
}

#moreButtonContainer
{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 16px;
}

.moreButton
{
	display: inline-block;
	background-color:#76c260;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	min-width: 220px;
	width: 30%;
	max-width: 580px;
	cursor :pointer;
	color: #ffffff;
	font-size: 1.2em;
	padding: 16px 32px;
	text-decoration:none;	
	margin: 0 auto;
}

.moreButton:hover 
{
	background-color:#7bd761;
	color: #fff;
}

.moreButton:active 
{
	position:relative;
	top:1px;
}

.morelink a 
{
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;	
	text-decoration: none;
	color: #fcfcfc;

}

.morelink a:hover 
{
	color: #fff !important;
	font-weight: bold;
}

.more

{
	font-weight: bold;

}


/* Figure and Caption Styles */

figure
{
	margin: 0 auto;
	display: block;
}

figure img
{
	width: 100%;	
}

figcaption
{
	margin: 10px 0px 22px 0px;
	font-size: 1em;
	font-style: italic;
}
	
.pull-right
{
	float: right;
	clear: none;
	padding: 5px 5px 0px 12px;
	width: 50%;
}

.pull-left
{
	float: left;
	clear: none;
	padding: 5px 12px 0px 5px;
	width: 50%;
}


figure.border img
{
	border: 1px solid black;
}


.bleed
{
	margin: 0 auto !important;
}

.bleed img
{
	width: 100%;
	margin-top: 12px;
}

.bleed figcaption
{
	margin-left: 12px;
}


.icon 
{
	background-repeat: no-repeat;
	background-size: 32px 32px;
	width: 32px;
	height: 32px;
	float: left;
	clear: none;
	padding: 6px;
}


/* Ad Styles */

.topsponsor
{
	text-align: center;
	margin: 0 auto;
	padding: 4px 0px 10px 0px;
	font-size: .9rem;
}

.topsponsor h3
{	
	font-size: .8em;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #727272;
	margin-bottom: 0px;
}


.deckad
{
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: .9em;
	line-height: 18px;
	max-width: 250px;
	padding: 4px 0px;
}

.deckad a
{
	color: #24ace1;
	text-decoration: none;
}

.viathedeck
{
	font-size: .8em;
	text-transform: uppercase;
	letter-spacing: .02em;
}

.viathedeck a
{
	color: #737373;
}


/* Post Type Styles */

.pageHeader
{
	margin-left: 12px;
}

.sponsor, .article, .linked
{
	padding: 10px 12px 12px 10px;
	margin-bottom: 12px;
	margin: 0 auto;	
}

.article p
{

}


.article pre {
	font-size: 12px;
	padding: 7px;
	margin-right: 0%;
	margin-left: 0%;
	background: #000;
	color: #9f9;
	overflow: scroll;
}

.article h1, .article h2, .article h3
{
	color: #74c25f;
	text-transform: none;
}

/*
.article h2
{
	color: #707070;
}
*/

.article h1
{
	font-size: 2em;
	letter-spacing: normal !important;
	line-height: 1.2em !important;
}


.article a 
{
	color: #66b251;
}

.article a:hover
{
	color: #63c149;
}

.article a:visited
{
        color: #458b32;
}

.article .column1
{
	background-image:url(images/article_2x.png);	
	background-repeat: no-repeat;
	background-size: 32px 32px;
	background-position: 0px 0px;
	float: left;
	clear: none;
	padding: 0px 6px 6px 36px;
}

.column1 h3 
{
	line-height: 1em;
	margin-bottom: 0px;
}

.linked h3, linked h1
{
	color: #26aee3;
}

.linked a 
{
	color: #26aee3;
}

.linked a:hover
{
	color: #24c1ff;
}

.linked .column1
{
	background-image:url(images/linked@2x.png);	
	background-repeat: no-repeat;
	background-size: 32px 32px;
	background-position: 0px 5px;
	float: left;
	clear: none;
	padding: 6px 6px 6px 36px;
}


.sponsor .column1
{
	background-image:url(images/sponsor@2x.png);	
	background-repeat: no-repeat;
	background-size: 32px 32px;
	background-position: 0px -2px;
	float: left;
	clear: none;
	padding: 0px 6px 6px 36px;
}

.sponsor h3, .sponsor h1, .sponsor h3 a, .sponsor h1 a 
{
	color: #727272;
}

.sponsor h1 a:hover
{
	color: #939393;
}

.sponsor a
{
	color: #24ace1;
}

.sponsor a:hover
{
	color: #24c1ff;
}


/* Page-Specific Styles */

.about h1, .about h2
{
	color: #74c25f;
}

.archive h1
{
	color: #e5a400;
}

.archive .section
{
	padding: 1px 12px 1px 24px;
	border-radius: 10px;
	background-color: #f0f0f0;
	margin-bottom: 24px;
}
.archiveBox
{
	padding: 1px 12px 1px 24px;
	border-radius: 10px;
	border: 2px solid #e5a400;
	max-width: 680px;
}

.archiveBox h1
{
	margin-top: 12px !important;
}

.archive strong
{
	font-weight: bold;
	text-transform: uppercase;
	color: #707070 !important;
	letter-spacing: .02em;
}

.archiveBox li
{
    color: #e5a400;
}

.subscribe h1, .subscribe h2
{
	color: #fa9428;
}

.sponsorship h1, .sponsorship h2
{
	color: #727272;
}

.td_Date
{
	background-color: #f0f0f0;
	padding: 6px 12px;
}

.td_Status
{
	padding: 6px 16px;
}

.podcasts h1, .podcasts h2
{
	color: #e6514f;
}

.podcasts ul
{
	list-style-type: none;
	margin-top: 30px;
	padding-left: 0;
}

.podcasts li img
{
	float: left;
	clear: none;
	margin: 3px 10px 0px 0px;
}

.podcasts li
{
	margin-bottom: 24px;
	padding-bottom: 18px;
}

.reviews h1, .reviews h2, .reviews h3, .reviews h1 a 
{
	color: #a856a9;
}

.reviews h1 a:hover
{
	color: #c85cca;
}

.reviews a
{
	color: #24ace1;
	text-decoration: none;
}

.reviews a:hover
{
	color: #24c1ff;
}

.topics h1, .topics h2, .topics h3, .topics a
{
	color: #24ace1;
	text-decoration: none;
}

.topics a:hover
{
	color: #24c1ff;
}



/* MiniPost Type Styles */

.minipost
{
	margin: 0 auto;
	padding: 12px 0px;
}


.podcast, .elsewhere
{
	border-radius: 10px;
	background-color: #f0f0f0;
	padding: 10px 12px 12px 10px;
	margin-bottom: 20px;
	float: left;
}


.elsewhere
{
	background-color: #fff;
}


.podcast p:last-child,
.elsewhere p:last-child
{
	margin-bottom: 0px;
}

.podcast .column1
{
	background-image:url(images/podcast@2x.png);	
	background-repeat: no-repeat;
	background-size: 32px 32px;
	background-position: 0px 5px;
	float: left;
	clear: none;
	padding: 6px 6px 6px 36px;
}

.podcast h3, .podcast a
{
	color: #e65453;
}

.podcast .column2 p
{
	font-size: 13px;
	line-height: 1.6em;
}


.podcast a:hover
{
	color: #ff6060;
}

.podcast img 
{
	height: 88px;
	width: 88px;
	margin: 5px 12px 7px 0px;
}

.elsewhere h3, .elsewhere h1, .elsewhere h3 a, .elsewhere h1 a, .elsewhere a
{
	color: #fa9428;
}

.elsewhere h3 a:hover, .elsewhere h1 a:hover, .elsewhere a:hover
{
	color: #ff911a;
}

.elsewhere .column1
{
	background-image:url(images/elsewhere_2x.png);	
	background-repeat: no-repeat;
	background-size: 32px 32px;
	background-position: 0px 4px;
	float: left;
	clear: none;
	padding: 6px 6px 6px 38px;
}

.elsewhere em
{
	text-transform: capitalize;
	font-weight: normal;
	font-style: italic;
	padding: 0px 2px 0px 2px;
}



.btn, a.btn, a.btn.btnclear {
  color: #ffffff;
  font-size: 17px;
  background: #26aee3;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  white-space: nowrap;
  float: left;
  display: block;
  margin: 0.25em 1em;
}

.btn:hover, a.btn:hover {
  color: #ffffff;
  font-size: 17px;
  color: #fff;
  background: #a856a9;
  text-decoration: none;
}

.buttonwrapper {
  display: inline;
  padding: 10px;
}


a.btn.btnclear {
  clear: left;
}

/* Screen Sizes */



/* show mobile nav */
@media only screen and (max-width: 767px) 
{
	.mobile-nav
	{
		display: block;
	}
	
	#navbar
	{
		display: none;
	}

}



/* 	show full navbar */
@media only screen and (min-width: 768px) 
{
	
	.mobile-nav
	{
		display: none;
	}
	
	#navbar
	{
		display: block;
	}
}


/* Desktop */

@media only screen and (min-width: 1011px) 
{
	.minipost
	{
		width: 1000px;	
	}
	    .talkshowsmall
	{ 
         display: none;
    }


	    .talkshowbig
	{ 
    }


	.sponsor, .linked, .article
	{
		width: 976px;
	}

	.column1 
	{
		width: 220px;
	}
	
	.column2
	{
		width: 690px;
	}
	
		/* large logo */
	.logo_sm
	{
		display: none !important;
	}
	.logo_lg img
	{
		display: block;
		margin: 0 auto;
		width: 30% !important;
		padding-top: 1.5em;
	}
	
/* 	more spacious navbar */
	#navbar li 
	{
	  display: inline-block;
	  font-weight: normal;
	  line-height: 50px;
	  margin: 0px;
	  padding: 0px 12px;
	} 
	
	#navbar li ul a 
	{
	  display: block;
	  font-style: normal;
	  margin: 0px;
	  text-align: left;
	  font-size: .65em;
	  padding: 0px 13px;
	  text-align: center;
	  width: auto;
	}
	
}

/* iPhone 6 and smaller full-screen images */

@media only screen and (max-width: 750px)
{
	.pull-right img, .pull-left img
	{
		margin: 0 auto !important;
		width: 100%;

	}

		
	.pull-right, .pull-left
	{
		margin: 0 auto !important;
		padding: 0px 0px 8px 0px !important;
		width: 100%;
		display: inline-block;
		text-align: center;		
	}


.buttonwrapper {
  display: block;
  clear: center;
  margin-bottom: 40px;
}

}


/* Mobile (General) */

@media only screen and (max-width: 1010px) 
{
	html
	{
		font-size: 15px;
	}
    .talkshowbig
	{ 
         display: none;
    }
	

	.logo_sm
	{
		display: block;
		margin: 0 auto;
		padding-top: 10px;	
	}
	.logo_lg
	{
		display: none;
	}
	
	.main
	{
		padding: 0px 12px;
	}
	
	.centerContent
	{
		padding: 0px 0px;
	}
	
	.bleed figcaption
	{
		margin-left: 0px;
	}
	
	.minipost
	{

	}

	.column1
	{
		clear: right;
	}
	
	.column2
	{
		float: left;
		clear: both;
		width: 100%;
	}

	.topsponsor
	{
		padding-bottom: 6px;
	}	
	
		
	.footer
	{
		letter-spacing: .1em;
	}
	
	.dateline 
	{
		font-size: .8rem;
		line-height: .9em;
	}
	
	h3
	{
		font-size: .9em;
	}
	



}



figure.youtube {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    padding-left:0;
    padding-right:0;
    margin: 0;
    height: auto;
}
figure.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding:0
}

video {
	width: 100%;
	height: auto;
}