#apm_media_player {
	width: 100%;
	height: 32px;
	background: url("sprite.png") repeat-x;
	border-color: #bbbbbb #aaaaaa #999999;
	border-style: solid;
	border-width: 1px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	border-top: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
}

.home #apm_media_player {
	display: none;
	margin-bottom: 0.5em;
}

@media screen and (min-width: 768px) {
	.home #apm_media_player {
	display: block;
}
.home #apm_media_player #apm_media_wrapper {
	width: 100%;
}
.home #apm_media_player #apm_sharing_tools {
	display: none;
}
}
@media screen and (min-width: 768px) {
	.home #apm_player_playtime {
	display: none;
}
}
@media screen and (min-width: 1100px) {
	.home #apm_player_playtime {
	display: block;
}
}
#apm_media_player #apm_media_wrapper {
	width: 77%;
	float: left;
	height: 32px;
}
#apm_media_player #apm_media_wrapper #apm_player_toggle .player-toggle.hide-text {
	text-indent: -9999px;
	background: url("sprite.png") -40px -209px;
	width: 32px;
	height: 32px;
	float: left;
	margin: 0 9px 0 0;
	padding-right: 1px;
	display: block;
	cursor: pointer;
}
#apm_media_player #apm_media_wrapper #apm_player_toggle #apm_player_play {
	background: url("sprite.png") -47px -211px;
}
#apm_media_player #apm_media_wrapper #apm_player_toggle #apm_player_pause {
	display: none;
	background: url("sprite.png") -84px -211px;
}
#apm_media_player #apm_media_wrapper #apm_player_toggle #apm_player_bar_container {
	width: 67%;
	float: left;
	padding: 11px 0 0 0;
}
#apm_media_player #apm_media_wrapper #apm_player_toggle #apm_player_bar_container #apm_player_bar.ui-slider-horizontal {
	background: #686565;
}
#apm_media_player #apm_media_wrapper #apm_player_toggle #apm_player_bar_container .ui-widget-header {
	background: url("sprite.png") -10px -115px;
}
#apm_media_player #apm_media_wrapper #apm_player_toggle #apm_player_playtime {
	width: 30%;
	float: left;
	padding: 5px 0 0 10px;
	font-size: 9px;
}
#apm_media_player div#apm_sharing_tools {
	width: auto;
	height: 31px;
	border-left: 3px double #bbb;
	padding-left: 0px;
	left: 77%;
	display: none;
	position: absolute;
	overflow: visible;
}
#apm_media_player #support-link a:hover {
	background: #3d82a8;
	text-decoration: none;
}
#apm_media_player div#apm_sharing_tools #apm_sharing_tab_controls li {
	float: left;
	list-style: none;
	position: relative;
	left: -6px;
}
#apm_media_player div#apm_sharing_tools #apm_sharing_tab_controls li a {
	display: block;
	text-indent: -9999px;
	width: 20px;
	height: 24px;
	position: relative;
	overflow: visible;
}
#apm_media_player div#apm_sharing_tools #apm_sharing_tab_controls li a.ui-slider-handle {
	position: absolute;
	left: -6px;
}
#apm_media_player div#apm_sharing_tools #apm_sharing_tab_controls li a#apm_sharing_popup {
	background: url("sprite.png") -140px -209px;
}
#apm_media_player div#apm_sharing_tools #apm_sharing_tab_controls li a#apm_embed_link {
	background: url("sprite.png") -226px -209px;
}
#apm_media_player div#apm_sharing_tools #apm_sharing_tab_controls li a#apm_sharing_subscribe {
	background: url("sprite.png") -261px -209px;
}
#apm_media_player div#apm_sharing_tools #apm_sharing_tab_controls li a#apm_sharing_help {
	background: url("sprite.png") -294px -209px;
}
#apm_media_player div#apm_sharing_tools #apm_sharing_tab_controls li:first-child {
	padding-left: 10px;
	left: 0;
}
#apm_media_player div#apm_sharing_tools #apm_sharing_tab_controls li:last-child {
	padding-right: 0;
}
#apm_media_player div#apm_sharing_tools #apm_sharing_tab_controls li#apm_player_volume_wrapper {
	position: relative;
	top: 1px;
	left: -14px;
}
#apm_media_player div#apm_sharing_tools #apm_sharing_tab_controls li#apm_sharing_download a {
	background: url("sprite.png") -185px -209px;
}
#apm_media_player #apm_player_volume_status {
	background: url("sprite.png") -142px -36px;
	width: 36px;
	height: 32px;
	position: relative;
	float: left;
	overflow: visible;
	cursor: pointer;
	padding-right: 5px;
}
#apm_media_player #apm_player_volume_slider_wrapper {
	background: #f6f6f6;
	display: none;
	height: 80px;
	width: 37px;
	position: absolute;
	top: -80px;
	left: 7px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-radius-topleft: 2px;
	border: 1px solid #bbb;
}
#apm_media_player #apm_player_volume_status.muted {
	background: url("sprite.png") -177px -36px;
}

@media screen and (min-width: 768px) {
	#apm_media_player div#apm_sharing_tools {
	display: none;
}
}
@media screen and (min-width: 1024px) {
	#apm_media_player div#apm_sharing_tools {
	display: block;
}
}
.page-node-player-popout {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.9em;
}
.page-node-player-popout h1 {
	margin: 0 0 0.1em;
	font-size: 1.2em;
}
.page-node-player-popout #skip-link {
	display: none;
}
.page-node-player-popout .close_link {
	display: block;
	margin: 0 1em 0 0;
	float: right;
}
.page-node-player-popout .popout-wrapper, .page-node-player-popout .popout_player {
	padding-top: 1em;
}
.page-node-player-popout #apm_sharing_tab_controls li:first-child {
	display: none;
}
.page-node-player-popout .box {
	margin-bottom: 0;
}
.page-node-player-popout a.logo img {
	width: 175px;
}
.page-node-player-popout .popout-image {
	float: left;
	padding: 0 1em 0.5em 0;
}
.page-node-player-popout #apm_media_player {
	position: fixed;
	bottom: 0px;
	left: 0;
	width: 100%;
	z-index: 10;
}
.page-node-player-popout #apm_media_player #apm_player_wrapper #apm_player_toggle #apm_player_bar_container {
	width: 65%;
}
.page-node-player-popout #apm_player_volume_slider_wrapper {
	top: 80px;
}
.page-node-player-popout .popout-teaser-title {
	margin-bottom: 15px;
	color: #666;
	font-family: georgia, serif;
}
.page-node-player-popout #apm_embed {
	position: fixed;
	bottom: 35px;
	left: 0;
}
.page-node-player-popout #apm_sharing_tab_controls li:nth-child(2) {
	padding-left: 6px;
}

#apm_embed {
	display: none;
	float: left;
	width: 100%;
}
#apm_embed textarea {
	width: 100%;
}

@media only screen and (min-width: 700px) {
	.section-popoutplayer .panel-2col .panel-col-last .inside {
	margin: 0 0 1em .5em;
}
.section-popoutplayer .view-content .views-field-title {
	margin-bottom: 7px;
}

.page-popoutplayer .ad-block-mobile {
	display: block;
}
.page-popoutplayer #apm_media_wrapper {
	border-right: 1px solid #e1e1e1;
	padding-right: 10px;
}
.page-popoutplayer .pane-custom.pane-2 {
	display: none;
}
.page-popoutplayer #apm_media_player #apm_player_wrapper_wrapper {
	width: 100%;
	position: relative;
	margin-top: 8px;
}
.page-popoutplayer .panel-2col .panel-col-first {
	width: 60%;
}
.page-popoutplayer .panel-2col .panel-col-last {
	width: 40%;
	margin-top: -20px;
}
}
/*** These styles handle the widths necessary to accomodate various widths of the play bar ***/
.no-playtime.no-volume #apm_player_bar_wrapper {
	width: 245px;
}
.no-playtime #apm_player_playtime {
	display: none !important;
	visibility: hidden;
}

.no-volume #apm_player_volume_wrapper {
	display: none !important;
	visibility: hidden;
}

.no-playtime.volume #apm_player_bar_wrapper {
	width: 213px;
	margin-right: 10px;
}

.volume.playtime #apm_player_bar_container {
	width: 90px;
	float: left;
}
.volume.playtime #apm_player_bar_wrapper {
	width: 100%;
	float: left;
	position: relative;
	top: -32px;
	left: 45px;
}

@media only screen and (min-width: 1040px) {
	.volume.playtime #apm_player_bar_container {
	width: 247px;
}
}
@media only screen and (min-width: 1040px) {
	.volume.playtime #apm_player_bar_wrapper {
	width: 100%;
}
}
.no-volume.playtime #apm_player_bar_wrapper {
	width: 100%;
}
.no-volume.playtime #apm_player_bar_container {
	width: 171px;
	float: left;
	margin-right: 5px;
}

#apm_player_bar {
	z-index: 10;
}
#apm_player_bar.ui-slider-horizontal {
	background: url("sprite.png") -20px -80px;
	border: none;
	height: 10px;
}
#apm_player_bar .ui-widget-header {
	background: url("sprite.png") -10px -115px;
}
#apm_player_bar .ui-slider-handle {
	background: url("sprite.png") -222px -42px;
	border: none;
	margin-left: -0.3em;
	height: 22px;
	width: 11px;
}

#apm_volume_bar.ui-slider-vertical {
	background: url("sprite.png") -293px -35px;
	border: none;
}
#apm_volume_bar.ui-slider-vertical .ui-slider-handle {
	background: url("sprite.png") -252px -37px;
	border: none;
	height: 11px;
	width: 22px;
}
#apm_volume_bar .ui-widget-header {
	border: 1px solid #CE1F1F;
	border-top-color: #DC4747;
	border-bottom-color: #9D2B2B;
	width: 8px;
}
#apm_volume_bar.ui-slider-vertical .ui-slider-handle {
	margin-bottom: -0.3em;
}

#apm_player_volume_wrapper {
	width: 36px;
	height: 32px;
	margin: 0 0 0 6px;
	position: relative;
	float: left;
	overflow: visible;
	top: -4px;
	left: -16px;
}

#apm_player_volume_status {
	background: url("sprite.png") -142px -36px;
	width: 36px;
	height: 32px;
	position: relative;
	float: left;
	overflow: visible;
	cursor: pointer;
	padding-right: 5px;
}
#apm_player_volume_status.muted {
	background: url("sprite.png") -177px -36px;
}

#apm_player_volume_slider_wrapper {
	background: #f6f6f6;
	display: none;
	height: 78px;
	width: 35px;
	position: absolute;
	top: -80px;
	right: -1px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-radius-topleft: 2px;
	border: 1px solid #bbb;
	border-bottom-color: #f6f6f6;
}
#apm_player_volume_slider_wrapper:hover #apm_player_volume_status {
	background-color: #ddd;
}

#apm_player_volume_slider_container {
	position: relative;
	left: 12px;
	top: 10px;
	width: 10px;
	height: 60px;
	cursor: pointer;
}

#apm_player_volume_slider_bar {
	background: #CB1D1D;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 45%;
}

#apm_player_volume_handle {
	/* alutz rm: background: url('../img/sprite.png') -222px -46px;*/
	z-index: 11;
	width: 12px;
	height: 12px;
	position: absolute;
	top: -6px;
	cursor: pointer;
}



#apm_sharing_tools {
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
}