
html {font-size: 16px;}
@media screen and (min-width: 320px) {
  html {font-size: calc(16px + 6 * ((100vw - 320px) / 680));}
}
@media screen and (min-width: 1000px) {
  html {font-size: 22px;}
}
html {
	font-family: 'Rokkitt', mono;
    text-shadow: .08rem .08rem 0 #000;
	-ms-text-size-adjust: 100%;
 	-webkit-text-size-adjust: 100%;
 }
body {
	background-color:#3c3e40;
	color:#ddd;
	margin:0;
}
#mosaic {display: none;}
#masthead {
	text-align:center;
    font-family: 'Montserrat',sans-serif;
    text-transform: uppercase;
    position: relative;
	z-index: 2;
}
.tagline {
	border-top:solid .0625rem #b37a6e;
	border-bottom:solid .0625rem #1d1d1c;
	background: rgb(135,0,0);
	background: linear-gradient(180deg, rgba(170,27,14,1) 100%), rgba(135,0,0,1) 0%;
    color: #FFFFFF;
    font-size: 0.6rem;
    font-weight: normal;
    letter-spacing: 0.23rem;
    line-height: 1.4rem;
    text-shadow: .06rem .06rem 0 #5f0700;
    padding-top: 2.8rem;
}
@media only screen and (min-device-width: 375px) { 
	.tagline {
    padding-top: 3rem;
    letter-spacing: 0.19rem;
	}
}
@media only screen and (max-device-width: 374px) { 
	.tagline {
		letter-spacing: 0.17rem;
		font-size: 0.6rem;
	}
}
@media only screen and (max-device-width: 359px) { 
	.tagline {
		font-size: 0.5rem;
		letter-spacing: 0.17rem;
		line-height: 1.2rem;
    	padding-top: 2.9rem;
	}
}
#logo {
	background: rgb(186,186,176);
	background: linear-gradient(180deg, rgba(186,186,176,1) 0%, rgba(232,232,226,1) 50%, rgba(186,186,176,1) 100%);
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	border-bottom: solid 8px rgb(135,0,0);
}
#logo a {
	text-shadow: none;
    color: #000;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
    line-height: 3rem;
}
@media only screen and (max-device-width: 374px) { 
	#logo a {
	    font-size: 1.3rem;
	    line-height: 2.7rem;
	}	
}

#pusher {margin: 2rem 1rem 2rem;}
#content {
	position: relative;
	z-index: 1;
}
.mask #content {z-index: -1;}

/*TYPOGRAPHY*/
a {
	color:#fff;
	position:relative;
	outline:none;
	text-decoration:none;
}
#content a {
    color: #d89666 !important;
}

p, li {
    font-size: 1rem;
    letter-spacing: .03rem;
    line-height: 1.2;
}
h1, h2, h3, h4 {
	margin:0;
	padding:0;
	font-weight:normal;
    text-shadow: .06rem .06rem 0 #2a2a2a;
}
h1, h2 {font-size:2.4rem;}

.homepage h1 {
    color: #959fa7;
	font-family: 'Montserrat',sans-serif;
	font-size: 0.6rem;
	letter-spacing: 0.08rem;
	text-transform: uppercase;
    text-shadow: none;
    border-bottom: solid 1px #585e62 !important;
    height: 0.7rem;
    margin-bottom: 0.1rem;
    margin-top: -0.3rem;
}
@media only screen and (max-device-width: 374px) { 
	.homepage h1 {
    	font-size: 0.59rem;
    	letter-spacing: 0.03rem;
	}
}
.homepage h1 em {font-style: normal;}

h2 span {
	position:relative;
	display:block;
	font-size:1.6rem;
    position: relative;
}
h3 {
	font-size:1.8rem;
	line-height:2.4rem;
}

#guests h3 {
    font-size: 1.9rem;
    line-height: 1.7rem;
    position: relative;
    z-index: 999;
    margin-bottom: -0.9rem;
}
#guests p {
	font-size: 1.3rem;
	line-height: 1.2rem;
}
#guests .FSR04player {margin-top: 0.5rem;}

ul#guests, #guests li, ul.archivelist, ul.archivelist li {
	list-style:none;
    margin: 0 0 4rem 0;
	padding:0;}
#host h2, #support h2 {
	font-size: 1.6rem;
	}
#host h2 {
	position: relative;
    top: 2rem;
}
#host h2 span {font-size: .75em;}
#host img {
    width: 170px;
    float: right;
    position: relative;
    margin-left: 10px;
    margin-bottom: 1.3rem;
    top: 1.3rem;
}

#pusher #content cite {
  font-family: 'Montserrat',sans-serif;
  font-size: .9rem;
  font-weight:400;
  font-style:normal;
  text-transform: uppercase;
  display:block;
  margin-top:1rem;
}

#footer {
    text-align: center;
}

#footer p {
  color: #d8d8ce;
  font-size: .8rem;
  margin-top: 5rem;
  font-family: 'Montserrat',sans-serif;
  opacity: .5;
}
  
.intro img {
    border: solid 1px #222;
    width: 150px;
    float: right;
    margin-left: 1rem;
    margin-top: 0 !important;
    top: 0 !important;
    margin-bottom: 1.5rem;
}

.textonly {
    position: absolute;
    visibility: hidden;
}

/*menu*/
#navigation {
	width:14rem;
	height: 100%;
	background: #3c3e40;
	background: linear-gradient(180deg, rgba(60,62,64,1) 0%, rgba(62,65,67,1) 30%, rgba(89,94,99,1) 80%, rgba(62,65,67,1) 100%); 
    padding: 2.3rem 1rem 5rem 1rem;
	position:fixed;
	top:0;
	left:-35rem;
	z-index: 3;
	border-right: solid 2px rgb(135,0,0);
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
#mask {
	position: fixed;
	top:0;
	left: 0;
	z-index: 2;
	height: 100%;
	width:1px;
	background: #000;
	opacity: 0;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.mask #mask{
	opacity: .8;
	width: 100%;}
#navigation button img {
	height: 1rem;
}

#home #homelink {display: none;}

@media only screen and (max-device-width: 374px) { 
	#navigation button img {height: .9rem;}
}

#navigation.open {
	top:0;
	left:0;
	overflow: scroll;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.mask #content {overflow: hidden;}
#navigation .close {
	position:absolute;
    top: 0.1rem;
    left: 13.5rem;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	opacity: 1.0;
}
#navigation button {
	height:44px;
	position: fixed;
	top: 0.2rem;
    left: 0.5rem;
	opacity: .8;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	background: transparent;
	border:none;
}
@media only screen and (max-device-width: 374px) { 
	#navigation button {top:0;}
}

#navigation .close {opacity: 0;}
#navigation .menu img {opacity: .65;}
#navigation.open .menu {opacity: 0;}
#navigation.open .close {opacity: .5;}
#navigation h2.textonly {display:none;}
#navigation li {
    list-style-type: none;
}
#navigation li a {
    font-size: 1.2rem;
    position: relative;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 3rem;
}

#s {
	font-family: 'Rokkitt', mono;
	font-size: 1.2rem;
    height: 2.5rem;
    padding: 0 .5rem;
    width: 10.5rem;
    background-color: #d8d8ce;
    border-radius: 7px;
    letter-spacing: 0.05rem;
}
#searchsubmit {
    background: url(images/search.png) no-repeat;
    background-size: 1.6rem;
    position: relative;
    margin-left: -2.4rem;
    top: -0.3rem;
    height: 1.6rem;
    background-color: #d8d8ce;
    border: none;
    width: 1.6rem;
    text-shadow: none;
    background-position: 3px;
    opacity: .6;
    font-size: 0;
}
#social {
	margin-top: 1rem;
    margin-bottom: 50px;
}
#social a.chicklet img {
	height: 44px;
	padding-right: 28px;}
#social a#rss img {padding-right: 0;}
#social a.badge img {
    width: 12rem;
    height: auto;
    position: relative;
    left:-1px;
}
#itunes {
	padding:25px 0 10px 0;
	display: block;
}
@media only screen and (max-device-width: 374px) { 
	#navigation li a {
    font-size: 1.2rem;
    line-height: 2.4rem;
	}
	#social a.chicklet img {height: 34px;}
	#social a.badge img {width: 10.8rem;}
	#s {height: 2rem;}
}
@media only screen and (max-device-width: 500px) { 
	#support input[type="image"] {
		width: 160px;
	}
}
#FSContact1 label {
    margin-top: 1.1rem;
    display: block;
}
#FSContact1 input[type="text"],
#FSContact1 input[type="submit"]  {
	font-family: 'Rokkitt', mono;
	font-size: 1.2rem;
    height: 2.5rem;
    padding: 0 .5rem;
    width: 15rem !important;
    background-color: #d8d8ce;
    border-radius: 7px;
    letter-spacing: 0.05rem;
}
#FSContact1 input[type="submit"]  {
	color: #000;
    background-color: #7e8890;
}
#FSContact1 textarea {
	font-family: 'Rokkitt', mono;
	font-size: 1.2rem;
    padding: 0 .5rem;
    width: 15rem !important;
    background-color: #d8d8ce;
    border-radius: 7px;
    letter-spacing: 0.05rem;
}

/*transcript styles added for testing 012520*/
#transcript h3 {
    font-size: 1.25rem;
    line-height: 24px;
}
#transcript p {
    line-height: normal;
    letter-spacing: normal;
}
#transcript .dc {
    position: relative;
    border-bottom: solid 1px #565652;
}
#transcript h4.ts {
    font-weight: bold;
    padding-left: 50px;
}
#transcript .tc {
    position: absolute !important;
    top: 0;
    left: 0;
    font-size: 0.8rem;
    line-height: 1.2rem;
}
#transcript blockquote {
    margin-top: 0;
    position: relative;
    top: -10px;
    margin-inline-start: 50px;
}