@font-face {
    font-family: SegoeUiIE ;
	src: url("fonts/segoeui.eot");
}
@font-face {
    font-family: SegoeUi ;
	src: url("fonts/segoeui.ttf");
}
@font-face {
    font-family: SegoeUiLightIE ;
	src: url("fonts/segoeuil.eot");
}
@font-face {
    font-family: SegoeUiLight ;
	src: url("fonts/segoeuil.ttf");
}


html, body {
    height: 100%;
}
body {
    margin: 0;
    font-family: 'Segoe UI', SegoeUiIE, SegoeUi, Arial;
}

h1, h2, h3, h4 {
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-family: 'Segoe UI Light', SegoeUiLightIE, SegoeUiLight, Arial;
}
h1 {
    margin: -6px 0 0 0;
    font-size: 22pt;
    font-weight: bold;
}
h2 {
    margin: -6px 0 0 0;
    font-size: 13pt;
}

a {
    color: #d2480e;
    text-decoration: none;
}
a:hover {
    color: #1e9f00;
}





.LogoRow {
    color: white;
    height: 55px;
    background-color: #d2480e;
}
.LogoRow a {
    color: white;
}
.LogoRow a:hover {
    color: #1e9f00;
}
.LogoRow h2 {
    color: #c9c9c9;
}
.LogoRow img {
    height: 49px;
    float: left;
    margin: 3px 12px 3px 12px;
}
.LogoRow .Content {
    float: left;
    margin-left: 24px;
}





.ContentRow {
    margin: 0 0 0 12px;
    overflow: auto;
    height: calc(100% - 80px);
}
.ContentRow .Content {
    width: 700px;
}
.LivestreamEmbed {
    width: 700px;
    height: calc(100% - 4px);
    border: 0;
    margin: 0;
    padding: 0;
}

.EpisodeBar {
    clear: both;
    padding: 10px;
    height: 200px;
    overflow: hidden;
    margin-top: 10px;
}
.EpisodeBar img {
    width: 300px;
    height: 170px;
    float: left;
    margin-right:10px;
    box-sizing: border-box;
    border: 1px solid black;
}
.EpisodeBar h2, .EpisodeBar h3, .EpisodeBar h4 {
    /*overflow: hidden;*/
    white-space: nowrap;
    text-overflow: ellipsis;
}
.EpisodeBar h2 {
    color: black;
    font-size: 20pt;
    font-weight: bold;
    margin-top: -9px;
}
.EpisodeBar h2 a {
    color: black;
}
.EpisodeBar h3 {
    margin-top: -6px;
}
.EpisodeBar h4 {
    margin-top: -3px;
}
.EpisodeBar p.Description {
    height: 109px;
    margin-top: -3px;
    overflow: auto;
}
.EpisodeBar p.Upcoming {
    font-size: 16pt;
    font-weight: bold;
    margin-top: -9px;
}
.EpisodeBar a.UpStreamLink {
    color: black;
    font-weight: bold;
}
.EpisodeBar a.UpStreamLink:hover {
    text-decoration: underline;
}
.EpisodeBar a.Next {
    float: right;
    color: black;
    font-weight: bold;
    background: url('images/next.png') transparent no-repeat center right;
    padding-right: 24px;
}
.EpisodeBar a.Next:hover {
    text-decoration: underline;
}

@media (max-width: 700px) {
    .ContentRow .Content {
        width: 100%;
    }
}






.FooterRow{
    height: 25px;
    background-color: #d2480e;
}
.FooterRow .Content {
    color: white;
    padding-left: 12px;
}
.FooterRow a {
    color: white;
}
.FooterRow a:hover {
    color: #1e9f00;
}