@charset "iso-8859-1";

#leftImage
{
    background-image: url('../images/logo.gif');
}
#centreImage
{
    background-image: url('../images/tm_3.png');
}
#rightImage
{
    background-image: url('../images/tm_5.png');
}

.seriesContainer
{
    border:1px solid #2DAAD4;
    border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;
    overflow: hidden;
    margin-bottom:20px;
}

.seriesInnerContainer
{
    padding:5px;
}

.seriesTitle
{
    background-color: #2DAAD4;
    padding: 5px;
    color: white;
    margin-bottom:5px;
}

.lecture
{
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;
    background-color: #d9eefb;
}

.lectureDescription
{
    padding-bottom: 10px;
}

.lectureDate
{
    background-color: #005D7C;
    padding: 5px;
    color: white;
}

audio
{
	margin-left:2px;
	margin-right:2px;
	margin-bottom:2px;
	width:calc(100% - 4px);
}

.youtubeLink
{
    display: block;
    height: calc(100% - 3px);
    background-image: url('../images/youtube.png');
    background-repeat: no-repeat;
    background-position: center;
    outline:none;
}
/*
.youtubeLinkHead
{
    display:inline-block;
    width:55px;
}
*/
.playLink
{
    display: block;
    height: calc(100% - 3px);
    background-image: url('../images/stream.gif');
    background-repeat: no-repeat;
    background-position: center;
    outline:0;
}


@media(min-width:562px) 
{
}
@media(min-width:600px) 
{
	
}
@media(min-width:655px) 
{
	
}
@media(min-width:730px) 
{
	
}
@media(min-width:739px) 
{
	
}
@media(min-width:900px) 
{
	.lecture
	{
		height:81px;
	}
	
}
@media(min-width:911px) {}
@media(min-width:973px) {}
