/* livestream start */
.livestream {
    background: url(../img/LiveStreambanner-Wait.png) no-repeat right 0;
    height:75px;
    margin: 5px;
}

.livestream.livestreamonair {
    background: url(../img/LiveStreambanner-Air.gif) no-repeat 0 0;
    height:75px;
    margin: 5px;
}

.livestream a, 
.livestream a:link, 
.livestream a:hover, 
.livestream a:active{
    text-decoration:none;
    color:white;
    border:0px;    
}

.livestream .livestreamtitle
{
    padding: 10px 15px;
	text-shadow:none;
}

.livestream .livestreamtitle .livestreamtitlespan{    
    font-size:36px;
    font-family: SegoeUISemilight, Helvetica, sans-serif;   
    font-weight:normal;
    text-transform:uppercase;
    line-height: 37px;
    color: #ccc;
	text-shadow:none;
}

.livestream .livestreamtime #timeToAir{    
    font-weight:bold;
}

.livestream .livestreamtime {
    font-size:12px;
    text-transform:uppercase;    
    font-weight:normal;
    line-height: 20px;
}
/* livestream end */


/* livestream-permanent start */
.livestream-permanent {
    background: url(../img/LiveStreambanner-Wait.png) no-repeat 0 0;
    height:75px;
    margin: 5px;
}

.livestream-permanent.livestreamonair {
    background: url(../img/LiveStreambanner-Air.gif) no-repeat 0 0;
    height:75px;
    margin: 5px;
}

.livestream-permanent a, 
.livestream-permanent a:link, 
.livestream-permanent a:hover, 
.livestream-permanent a:active{
    text-decoration:none;
    color:white;
    border:0px;    
}

.livestream-permanent .livestreamtitle
{
    padding: 10px 15px;
}

.livestream-permanent .livestreamtitle .livestreamtitlespan{    
    font-size:36px;
    font-family: SegoeUILight;    
    font-weight:normal;
    text-transform:uppercase;
    line-height: 37px;
    color: #ccc;
}

.livestream-permanent .livestreamtime #timeToAir{    
    font-weight:bold;
}

.livestream-permanent .livestreamtime {
    font-size:12px;
    text-transform:uppercase;    
    font-weight:normal;
    line-height: 20px;
}
/* livestream-permanent end */

@media only screen and (min-width: 1000px) and (max-width: 1080px) {
	.livestream {
		background: url(../img/LiveStreambanner-Wait.png) no-repeat right 0;
		width: 900px;
	}
}

@media only screen and (min-width : 690px) and (max-width : 1000px) {
	.livestream {
		background: url(../img/LiveStreambanner-Wait.png) no-repeat right 0;
		width: 600px;
	}
	.livestream .livestreamtitle .livestreamtitlespan {
		font-size: 22px;
	}
	.livestream .livestreamtime {
		font-size: 9px;
	}
}

@media only screen and (max-width: 690px) {
	.livestream {
		background: #333;
		width: 300px;	
		height: auto;
	}
	.livestream .livestreamtitle .livestreamtitlespan {
		font-size: 16px;
	}
	.livestream .livestreamtime {
		font-size: 9px;
		line-height:12px;
	}