@charset "UTF-8";

/*------------------------------------------------
http://meyerweb.com/eric/tools/css/reset/
--------------------------------------------------*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
	max-width: 100%;
	display: block;
}

h1, h2, h3 {
	position: relative;
}

h1 {
	color: #585858;
	font-weight: normal;
	font-size: 1.9em;
	margin-bottom: 0px;
}
h3 {
	margin-bottom: 0px;
}
blockquote {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-style: italic;
}


html {
 	-webkit-text-size-adjust: 100%;
	/* Prevent font scaling in landscape while allowing user zoom */
}


iframe {
	width: 100%;
	height: 180px;
}
@media (min-width: 560px) {
	video, iframe {
		width: 560px;
		height: 315px;
	}
}

html {
	font-size: 18px;
}


body {
	font-family: Lucida Grande,Verdana,Arial,Helvetica;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: -0.0025em;
}


a {
	text-decoration: none;
	word-wrap: break-word;
}
a:hover {
	color: blue;
	text-decoration: underline;
}

img.rounded {
	border: 0;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	border-radius:3px;
}


#main-content {
	background: white;
	color: #303030;
}


.nav {
	margin: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.nav div {
	display: block;
}

.nav a {
	background: url(img/bg.jpg) repeat-x; 
	text-decoration: none;
	color: silver;
	display: block;
	margin: .1em 0em .1em .1em;
	padding: .2em .4em .2em;
}

.nav a:hover {
	color: white;
	text-decoration: underline;
}
.nav a.current {
	color: white;
	text-decoration: none;
}
.current {
	color: white;
	text-decoration: none;
}
#navspacer {
	clear: both;
	height: 1em;
}


#footer {
	font-size:0.75em;
}

.clear {clear: both; height: 0;}


/*-------------------------------------
Podcast
-------------------------------------*/
.header {
	display: grid;
	grid-template-columns: 96px auto;
	margin: 12px 7px 15px;
}

.header .logo {
	grid-row-start: 1;
	grid-row-end: 3;
}
.header h4, .header p, .header a {
	padding: 0;
	margin: 5px 8px 5px;
	word-wrap: break-word;
	font-size: 16px;
}
.header .title p {
	font-size: 13px;
}
.header .purpose {
}
.header .comment {
	font-size: 12px;
}

.subscribe {
	margin: 10px 5px 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.subscribe a {
	margin: 5px;
}
.subscribe img {
	float: left;
	margin: 5px;
}

.prevnext {
	margin-top: 10px;
	text-align: center;
}

.playdl a, .play img {
	display: inline;
	float: left;
	vertical-align: middle;
	line-height: 18px;
}





