/*******************************************
 * Audio Shortcode Player
*/

.jp-audio {
	background-color: #e3e3e3;
	background: -moz-linear-gradient(
		top,
		rgba(255,255,255,1) 20%,
		rgba(217,217,217,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(20%,rgba(255,255,255,1)),
		color-stop(100%,rgba(217,217,217,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(
		top,
		rgba(255,255,255,1) 20%,
		rgba(217,217,217,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(
		top,
		rgba(255,255,255,1) 20%,
		rgba(217,217,217,1) 100%);
	border: 1px solid #000;
	border-radius: 3pt;
	font-family: Arial, Helvetica, sans-serif;
	height: 50px;
	margin-bottom: 12px;
	overflow: hidden;
}

.jp-audio.player-size-normal {
	width: 340px;
}

.jp-audio.player-size-small {
	background-color: #e3e3e3;
	background: -moz-linear-gradient(
		top,
		rgba(255,255,255,1) 70%,
		rgba(217,217,217,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(70%,rgba(255,255,255,1)),
		color-stop(100%,rgba(217,217,217,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(
		top,
		rgba(255,255,255,1) 70%,
		rgba(217,217,217,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(
		top,
		rgba(255,255,255,1) 70%,
		rgba(217,217,217,1) 100%);
	height: 72px;
	width: 168px;
}

.jp-interface div.jp-controls {
	background-color: #1c6ba9;
	background: -moz-linear-gradient(
		top,
		rgba(32,122,192,1) 0%,
		rgba(19,73,114,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%,rgba(32,122,192,1)),
		color-stop(100%,rgba(19,73,114,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(
		top,
		rgba(32,122,192,1) 0%,
		rgba(19,73,114,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(
		top,
		rgba(32,122,192,1) 0%,
		rgba(19,73,114,1) 100%);
	border-radius: 4px;
	display: inline;
	float: left;
	height: 30px;
	margin: 5px 0 0 5px;
	overflow: hidden;
	padding: 0px !important;
	width: 55px;
}

.jp-interface .controls-group {
	border-bottom: 1px solid #ccc;
	float: left;
	width: 250px;
}

.jp-audio.player-size-small .jp-interface div.jp-controls {
	width: 44px;
}

.jp-audio.player-size-small .jp-interface .controls-group {
	background-color: #e3e3e3;
	background: -moz-linear-gradient(
		top,
		rgba(255,255,255,1) 0%,
		rgba(217,217,217,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%,rgba(255,255,255,1)),
		color-stop(100%,rgba(217,217,217,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(
		top,
		rgba(255,255,255,1) 0%,
		rgba(217,217,217,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(
		top,
		rgba(255,255,255,1) 0%,
		rgba(217,217,217,1) 100%);
	border-radius: 0 0 6px 6px;
	width: 168px;
}

.jp-interface div.jp-controls:hover {
	background: -moz-linear-gradient(
		top,
		rgba(46,65,80,1) 0%,
		rgba(27,38,47,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%,rgba(46,65,80,1)),
		color-stop(100%,rgba(27,38,47,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(
		top,
		rgba(46,65,80,1) 0%,
		rgba(27,38,47,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(
		top,
		rgba(46,65,80,1) 0%,
		rgba(27,38,47,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(
		top,
		rgba(46,65,80,1) 0%,
		rgba(27,38,47,1) 100%); /* IE10+ */
	background: linear-gradient(
		top,
		rgba(46,65,80,1) 0%,
		rgba(27,38,47,1) 100%); /* W3C */
}

.jp-controls a {
	display: block;
	font-size: 0;
	padding: 0 25px 30px;
	text-indent: -500px;
	overflow: hidden;
}

.jp-progress {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) 0px -176px repeat-x scroll transparent;
	float: left;
	height: 5px;
	margin: 4px 0 0 5px;
	overflow: hidden;
	width: 205px;
}

.jp-seek-bar {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) 0px -176px repeat-x scroll transparent;
	height: 5px;
	overflow: hidden;
}

.jp-play-bar {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) 0px -183px repeat-x scroll transparent;
	height: 5px;
	overflow: hidden;
}

.jp-time-holder {
	float: left;
}
.jp-time-holder .jp-current-time {
	display: none;
	font-size: 10px;
	margin: 0 0 1px 5px;
}
.jp-time-holder .jp-duration {
	font-size: 10px;
	margin: 0 0 1px 5px;
}

.jp-controls .jp-play {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) 0px 0px no-repeat;
}

.jp-controls .jp-play:hover {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) 0px -80px no-repeat;
}

.jp-controls .jp-pause {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) 0px -40px no-repeat;
}

.jp-controls .jp-pause:hover {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) 0px -120px no-repeat;
}

.jp-audio.player-size-small .jp-controls .jp-play {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) -5px 0px no-repeat;
}

.jp-audio.player-size-small .jp-progress {
	width: 128px;
}

.jp-audio.player-size-small .jp-controls .jp-play:hover {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) -5px -80px no-repeat;
}

.jp-audio.player-size-small .jp-controls .jp-pause {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) -5px -40px no-repeat;
}

.jp-audio.player-size-small .jp-controls .jp-pause:hover {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) -5px -120px no-repeat;
}

.jp-title {
	float: left;
	padding-left: 10px;
	width: 180px;
}

.jp-title ul {
	list-style-position: outside !important; /*IE 7 Fix */
	list-style-type: none;
	margin: 0 !important;
}

.jp-title ul li {
	float: left; /*IE 7 Fix */
}

.jp-title li.audio-title {
	font-size: 12px;
	font-weight: bold;
	height: 23px;
	overflow: hidden;
	position: relative;
	width: 170px;
}

.jp-title li.audio-title span{
	display: block;
	left: 0;
	position: absolute;
	top: 2px;
	white-space: nowrap;
}

.jp-title li.audio-artist {
	font-size: 10px;
	line-height: 10px;
}

.jp-audio.player-size-small .jp-title {
	padding: 5px 0 5px 5px;
	width: 112px;
}

.jp-audio.player-size-small .jp-title ul {
	margin: 0 !important;
}

.jp-audio.player-size-small .jp-title li.audio-title {
	height: 17px;
	width: 110px;
}

.jp-audio.player-size-small .jp-title li.audio-title span{
	top: 0;
	line-height: normal;
}

.jp-volume-bar-value {
	height: 4px;
}

.jp-interface .controls {
	border-left: 1px solid gray;
	float: left;
	height: 44px;
	margin: 3px !important;
}

.jp-audio.player-size-small .jp-interface .controls {
	border-left: none;
	height: 20px;
	margin: 1px 3px 0 !important;
}

.jp-interface .controls ul.audio-control {
	height: 18px;
	line-height: 170%;
	list-style-position: outside !important; /*IE 7 Fix */
	margin: 0 0 3px 2px !important;
	width: 80px;
}

.jp-audio.player-size-small .jp-interface .controls ul.audio-control {
	float: left;
	margin: 0 !important;
	width: 100px;
}

.jp-interface .controls ul.audio-control.no-download {
	margin-top: 10px !important;
}

.jp-interface .controls ul.audio-control li {
	float: left;
	font-size: 0;
	list-style-type: none;
}

.jp-mute {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) 0 -191px no-repeat;
	display: block;
	height: 14px;
	margin-top: 3px;
	overflow: hidden;
	text-indent: -500px;
	width: 14px;
}

.jp-audio.player-size-small .jp-interface .controls .jp-mute {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) 0 -191px no-repeat;
}

.jp-volume-max {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) -16px -190px no-repeat;
	display: block;
	height: 16px;
	margin-top: 2px;
	overflow: hidden;
	text-indent: -500px;
	width: 18px;
}

.jp-audio.player-size-small .jp-interface .controls .jp-volume-max {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) -15px -190px no-repeat;
}

.jp-interface .controls .jp-volume-bar {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) 0px -176px no-repeat;
	border-radius: 4px;
	height: 6px;
	margin: 7px 1px 0 0;
	width: 45px;
}

.jp-audio.player-size-small .jp-interface .controls .jp-volume-bar {
	width: 60px;
}

.jp-volume-bar-value {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) 0px -183px no-repeat;
	border-radius: 4px 2px 4px 4px;
	height: 7px;
}

.jp-interface .controls .download {
	border-top: 1px solid gray;
	padding-top: 4px;
	width: 80px;
}

.jp-audio.player-size-small .jp-interface .controls .download {
	border-top: none;
	float: right;
	padding-top: 0;
	width: 57px;
}

.jp-interface .controls .download a {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) -37px -191px no-repeat;
	font-size: 11px;
	margin-left: 5px;
	padding-left: 15px;
}

.jp-audio.player-size-small .jp-interface .controls .download a {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) -40px -192px no-repeat;
	font-size: 10px;
	margin-left: 0;
	padding-left: 10px;
}

.controls .speaker-icon {
	height: 14px;
	width: 14px;
}

.jp-audio.player-size-small .controls .speaker-icon {
	width: 13px;
}
/*************************************************
	Header
*/
.desktop-display-type #page-header {
	background-color: #032b61;
}
.desktop-display-type #page-header,
.desktop-display-type #page-header #component-links a,
.desktop-display-type #page-header #component-weather,
.desktop-display-type #page-header .sponsored-by .disclosure,
.desktop-display-type #page-header #page-header-top-right .header-component a {
	color: white;
}
.desktop-display-type #page-header #component-account .login,
.desktop-display-type #page-header #component-account .manage {
	border-color: white;
}
.desktop-display-type #page-header.modular-header-market #component-links .menu .menu-item.menu-item-has-children > a:after {
	border-top-color: white;
}
.desktop-display-type #page-header #component-social a {
	border-radius: 4px;
}

.desktop-display-type #main-header.old-main-header {
	background: #032250;
	border-top: 1px solid #10346c;
	line-height: 40px;
	min-height: 40px;
}
	.desktop-display-type #main-header.old-main-header .main-nav {
		background: #032250; /* Old browsers */
		background: -moz-linear-gradient(top,  #032250 46%, #031f49 50%, #03224e 91%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #032250 46%,#031f49 50%,#03224e 91%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #032250 46%,#031f49 50%,#03224e 91%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}
	.desktop-display-type #main-header.old-main-header #menu-header-menu,
	.desktop-display-type #main-header.old-main-header #menu-header-menu li,
	.desktop-display-type #main-header.old-main-header #menu-header-menu li a {
		height: 40px;
		line-height: 40px;
	}
	.desktop-display-type #main-header.old-main-header #menu-header-menu li,
	.desktop-display-type #main-header.old-main-header #menu-header-menu li a {
		background: transparent;
	}
	.desktop-display-type #main-header.old-main-header #menu-header-menu li a {
		color: #ffb317;
		font-size: 13px;
		padding: 0 9px;
	}
		.desktop-display-type #main-header.old-main-header #menu-header-menu li a:hover {
			color: white;
		}
		.desktop-display-type #main-header.old-main-header #menu-header-menu li.current-menu-item > a,
		.desktop-display-type #main-header.old-main-header #menu-header-menu li.current-menu-item a {
			background: #2457a7; /* Old browsers */
			background: -moz-linear-gradient(top,  #2457a7 16%, #204d95 20%, #2457a7 91%); /* FF3.6-15 */
			background: -webkit-linear-gradient(top,  #2457a7 16%,#204d95 20%,#2457a7 91%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to bottom,  #2457a7 16%,#204d95 20%,#2457a7 91%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

			color: white;
		}

/*************************************************
	Footer
*/
.desktop-display-type #page-footer {
	background: #032048 url(/wp-content/themes/vip/cbs-local/plugins/modules/theme-manager/css/markets/../images/footer-backgrounds/local-footer-background.png) no-repeat 50% 0;
}
.desktop-display-type #page-footer .bottom {
	background-color: black;
}

/*************************************************
	Now Playing block
*/
.listen-live .header {
	background: #032048;
}

/*************************************************
	Sidebar
*/
.right-bar .tabbed-rss-widget {
    background: #eaeaea;
}
.right-bar .tabbed-rss-widget ul.tabs li a {
    background-color: #032048;
    color: #ccc;
}
.right-bar .tabbed-rss-widget ul.tabs li.ui-state-active a {
    background: #2457a7;
    color: white;
}
.right-bar .tabbed-rss-widget .panel a {
    color: black;
}
.right-bar .tabbed-rss-widget .panel a.featured .overlay em {
    color: #ccc;
}

/*************************************************
*/
