@font-face {
	font-family: Nilland;
	src: url(/fonts/nilland.ttf);
}

@font-face{
  font-family: NillandBold;
  src: url(/fonts/nilland-eb.ttf);
}

@font-face{
  font-family: NillandBlack;
  src: url(/fonts/nilland-b.ttf);
}


html{
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

body{
	margin: 0;
	width: 100%;
	min-height: 100%;
	min-width: 960px;
	font-size: 13px;
}

audio{
	width: 100%;
}

#left{
	position: fixed;
	top: 0;
	width: 240px;
	height: 100%;
	background: url(/images/wood.jpg) top repeat-y;
	-webkit-box-shadow: inset 0px -1px 2px rgba(0,0,0,0.6);
	-moz-box-shadow: inset 0px -1px 2px rgba(0,0,0,0.6);
	-o-box-shadow: inset 0px -1px 2px rgba(0,0,0,0.6);
}

#left .con{
	z-index: 30;
	position: absolute;
	width: 220px;
	height: 240px;
	padding: 10px;
	background: url(/images/logo.png) top no-repeat;
	font-family: helvetica, sans-serif;
	font-size: 9px;
	color: white;
	text-shadow: 0px 2px 0px black;
}

#live{
	position: absolute;
	top: 230px;
	width: 220px;
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
}

#subtitle{
	position: absolute;
	top: 190px;
	width: 220px;
	margin-left: -6px;
	text-align: center;
	text-transform: uppercase;
}

#more{
	position: absolute;
	bottom: 0;
	width: 240px;
	text-align: center;
	line-height: 20px;
	margin-left: -6px;
	font-family: helvetica, sans-serif;
	font-size: 9px;
	color: white;
	text-shadow: 0px 2px 0px black;
}

#announcement a:link, #announcement a:hover, #announcement a:visited, #announcement a:active {
	color: white;
	text-shadow: 0px 1px 1px black;
	font-family: helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

#announcement{
	font-size: 12px;
	margin-bottom: 20px;
	padding: 20px;
}

.frame{
	position: relative;
	height: 60px;
	overflow: hidden;
	margin-right: -14px;
	padding: 0;

}

.mixlr{
	position: absolute;
	height: 24px;
	width: 70px;
	background: white url(http://mixlr.com/images/home_logo.png) center center no-repeat;
	background-size: 80px;
	z-index: 30;
	top: 35px;
	right: 0px;
}

#announcement iframe{
	position: relative;
	top: -27px;
	left: -70px;
	margin: 0;
	padding: 0;
	transform: scale(0.65);
	-moz-transform: scale(0.65);
	-webkit-transform: scale(0.65);
}

#subscribe a:link, #subscribe a:hover, #subscribe a:visited, #subscribe a:active {
	text-decoration: none;
	color: white;
	font-size: 22px;
	font-family: NillandBold, sans-serif;
	text-shadow: 0px 1px 1px black;
}

#subscribe{
	margin-bottom: 20px;
}

#sponsors{
	margin-bottom: 20px;
}

#sponsors a{
	text-decoration: none;
}

#mid{
	position: relative;
	width: 240px;
	min-height: 100%;
	margin-left: 240px;
	background: #f4f4f4;
	z-index: 10;
	font-family: Nilland, sans-serif;
	font-size: 14px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	outline: 1px solid rgba(0,0,0,0.2);
}

#mid a:link, #mid a:hover, #mid a:visited, #mid a:active{
	display: block;
	text-decoration: none;
	color: inherit;
}

#mid .con{
	width: 220px;
	padding: 10px 10px 0px 10px;
	overflow: hidden;
}

#right{
	position: fixed;
	top: 0;
	left: 480px;
	min-height: 100%;
	min-width: 480px;
	background: #f4f4f4;
}

#right a:link, #right a:active, #right a:visited{
	color: rgba(0,0,0,0.8);
	text-decoration: none;
}

#right a:hover{
	color: rgba(0,0,0,0.5);
	text-decoration: none;
}

#right .con{
	min-width: 440px;
	padding: 20px;
	font-family: sans-serif;
}

#right .con .title{
	font-size: 26px;
	line-height: 22px;
	color: rbga(0,0,0,0.8);
	font-family: Nilland, sans-serif;
	font-weight: bold;
}

#right .con .subtitle{
	font-size: 14px;
	line-height: 22px;
	color: rbga(0,0,0,0.8);
	font-family: Nilland, sans-serif;
}

#right .con .downloads{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid rgba(0,0,0,0.1);
	font-size: 20px;
}

.player{
	height: 50px;
	width: 400px;
}


#right .con .summary{
	padding: 30px 20px 20px 20px;
	background: white;
	margin-top: 10px;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.3), inset 0px 0px 20px rgba(0,0,0,0.1);
	border: 1px solid white;
	border-top: 1px solid rgba(0,0,0,0.1);
}


#right .con .shownotes{
	border-top: 1px solid rgba(0,0,0,0.1);
	margin-top: 10px;
	padding-top: 10px;
	font-size: 16px;
}

#right .con .shownotes img{
	margin-right: 10px;
	border: 4px solid white;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.3)
}

.nilland{
	font-family: NillandBold, sans-serif;
	font-size: 36px;
	line-height: 24px;
	text-decoration: none;
}

.nillandsmall{
	font-family: NillandBold, sans-serif;
	font-size: 24px;
	line-height: 18px;
	text-decoration: none;
}

.notetitle{
	color: rgba(0,0,0,0.4);
}

.notelink{
	padding-left: 20px;
	font-size: 14px;
	display: block;
	padding-top: 5px;
}

.bullet{
	padding-left: 20px;
	font-size: 14px;
	color: black;
	padding-top: 5px;
}

.episodeLink:first-child{
	padding-top: 0px;
	border-top: none;
}

.episodeLink:last-child{
	border-bottom: none;
}

.episodeLink{
	width: 220px;
	overflow: hidden;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	border-top: 1px solid white;
	cursor: pointer;
}

.episodeLink .hosts {
	width: 220px;
	padding-top: 10px;
}

.episodeLink .hosts img {
	border: 2px solid white;
	width: 32px;
	height: 32px;
	margin: 0px 10px 0px 0px;
	float: right;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	background: white;
}

.episodeLink .hosts img:first-child {
	margin: 0px;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}

.episodeLink .hosts img:nth-child(6) {
	margin: 10px 0px 0px 0px;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}

.episodeLink .title{
	font-size: 20px;
	line-height: 16px;
}

.episodeLink .subtitle{
}

.episodeLink .date{
	margin-top: 0px;
	font-family: sans-serif;
	font-size: 11px;
	color: rgba(0,0,0,0.7);
	margin-bottom: 10px;
}

.episodeLink .summary{
	margin-top: 10px;
	font-family: sans-serif;
	font-size: 11px;
	color: rgba(0,0,0,0.7);
}
