/* ------------------------------------------------------------ */
/* ------------------- Streaming New Layout ------------------- */
/* ------------------------------------------------------------ */



/* ------------------- Structure ------------------- */

#pprWrapper {
	margin:0 auto;
	padding:0;
	width:593px;
	font-size:110%;
	text-align:left;
}

#pprTitle {
	background:url(../images/listen-live/titleBg.gif) top no-repeat;
	height:30px;
	overflow:hidden;
}

#pprTitle ul {
	float:right;
	margin: 0;
	padding: 8px;
	white-space: nowrap;
}

#pprTitle ul li {
	display:inline;
	padding: 3px 18px;
	line-height:1.4em;
}

#pprTitle ul li.helpLink {
	background: url(../images/listen-live/icnHelp.gif) 0 50% no-repeat;
}

#pprTitle ul li.faqLink {
	background: url(../images/listen-live/icnFAQ.gif) 0 50% no-repeat;
}

#pprContent #contentTop {
	background:url(../images/listen-live/separatingSpace.gif) top no-repeat;
	display:block;
	height:20px;
	width:593px;
	}
	
#pprContent #contentBody {
	background:url(../images/listen-live/contentBg.gif) repeat-y;
	width:593px;
}

#pprContent #contentBody .mainContent {
	padding-left:20px;
	float:left;
	width:345px;
}

#contentBody #mediaStreamContent {
	background:url(../images/listen-live/mediaContainer.gif) no-repeat;
	height:55px;
	overflow:hidden;
	padding:5px 0 0 10px;
	width:345px;
}

#contentBody #mediaStreamContent a {
	background:url(../images/listen-live/wypr_btnPlay.gif) 0 50% no-repeat;
	display:block;
	float:left;
	height:37px;
	padding-left:35px;
	text-decoration:none;
	width:190px;
}


#contentBody #mediaStreamContent a:hover {
	background:url(../images/listen-live/wypr_btnPlay_h.gif) 0 50% no-repeat;
}

#contentBody #mediaStreamContent ul {
	float:right;
	margin: 0;
	padding: 10px 7px 10px 10px;
	width:100px;
	-moz-opacity:.6;
    filter:alpha(opacity=60);
	opacity:.6; 
}

#contentBody #mediaStreamContent ul li {
	display:inline;
	list-style-type:none;
}

#pprContent #contentBody .rightContent {
	margin-left:390px;
	width:180px;
}

#contentBody .rightContent div {
	padding-bottom:15px;
}

#contentBody .rightContent ul {
	margin: 0;
	padding:5px 0 0 0;
}

#contentBody .rightContent ul li {
	background:url(../images/listen-live/icnBullet.gif) 0 50% no-repeat;
	list-style-type:none;
	padding-left:25px;
}

#contentBody .rightContent ul li a {
	text-decoration:none;
}

#contentBody .rightContent img {
	margin-right:5px;
}
	
#pprContent #contentBottom {
	background:url(../images/listen-live/contentBottomBg.gif) top no-repeat;
	clear:both;
	display:block;
	height:14px;
	width:593px;
}

#pprBottom {
	clear:both;
	height:30px;
	padding-top:10px;
	position:relative;
}

#pprBottom .bottomPrograms {
	display:block;
	float:left;
	position:relative;
	width:350px;
}

#pprBottom .bottomLogos {
	float:right;
	text-align:right;
}



/* ------------------- Typography Layout ------------------- */

#pprWrapper {
	font-family:Arial, Helvetica, sans-serif;
}

#pprWrapper p {
	margin:0;
	padding:0;
}

#pprTitle h2 {
	float:left;
	margin:0;
	padding:4px 0 0 20px;
}

.mainContent h3 {
	margin:0;
	padding:9px 0;
}

.rightContent h3 {
	border-bottom:1px solid #efefef;
	font-size:.9em;
	margin:0 0 5px 0;
	padding:0 0 5px 0;
}




/* ------------------- Typography Attributes ------------------- */
	
.headingLarge {
	color:#574f76;
	font-size:1.2em;
}

.smallSubTitle {
	color:#666;
	clear:both;
	display:block;
	font-weight:normal;
	font-size:80%;
	margin-top:0.4em;
}

.smallSubTitle strong {
	color:#000 !important;
}

.streamLink {
	font-weight:bold;
}

.rightContent p, .rightContent a {
	font-size:.9em;
}




/* ------------------- Addition: Media Player Instruction ------------------- */

#mediaPlayerInstruction  {
	border-top:1px solid #ccc;
}

#mediaPlayerInstruction ul {
	font-size:80%;
	margin:0;
	padding:0;
}

#mediaPlayerInstruction ul li {
	background:url(../images/listen-live/icnArrow.gif) 0 50% no-repeat;
	list-style-type:none;
	padding:2px 0 2px 15px;
}




/* ------------------- Addition: Clearfix ------------------- */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}




/* ------------------- OLD PPR STyles ------------------- */

