/*********************************************************************************
 *
 *   Copyright (c) 2012, American Public Media Group
 *
 *   All rights reserved.
 *
 *   Redistribution and use in source and binary forms, with or without
 *   modification, are permitted provided that the following conditions are met:
 *
 *   - Redistributions of source code must retain the above copyright notice,
 *     this list of conditions and the following disclaimer.
 *
 *   - Redistributions in binary form must reproduce the above copyright notice,
 *     this list of conditions and the following disclaimer in the documentation
 *     and/or other materials provided with the distribution.
 *
 *   - Neither the name of the American Public Media Group nor the names of
 *     its contributors may be used to endorse or promote products derived from
 *     this software without specific prior written permission.
 *
 *   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 *   AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 *   IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 *   ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
 *   LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
 *   OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 *   SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 *   INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 *   CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 *   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 *   POSSIBILITY OF SUCH DAMAGE.
 *
 **********************************************************************************/
/* =============================================================================
    APMPlayer base CSS definitions
    v1.2
    Than Tibbetts
   ========================================================================== */

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #B5121B; color: #fff; text-shadow: none; }
::selection { background: #B5121B; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; clear:both; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
hr.dotted { border-top: 1px dotted #ccc;}

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

/* ul, ol { margin: 1em 0; padding: 0 0 0 40px; } */
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

body {
    font-size: 87.5%;
    line-height: 1.42857em;
}

/* ==|== primary styles =====================================================
   Author: Than Tibbetts, American Public Media
   version 1.2
   ========================================================================== */
div.field-type-asin {
    border-top: 2px solid rgb(221, 221, 221);
    clear: both;
    display: block;
    padding-top: 3px;
}
div.amazon-item {
    clear: both;
}
div.amazon-item img {
    float: left;
    margin-bottom: 1em;
    margin-right: 1em;
    padding-left: 3px;
}
div.amazon-item div {
    height: 4em;
    margin-left: 100px;
    padding-left: 1em;
}
.ctools-locked {
    border: 1px solid rgb(255, 0, 0);
    color: rgb(255, 0, 0);
    padding: 1em;
}
.ctools-owns-lock {
    background: none repeat scroll 0 0 rgb(255, 255, 221);
    border: 1px solid rgb(240, 192, 32);
    padding: 1em;
}
a.ctools-ajaxing, input.ctools-ajaxing, button.ctools-ajaxing, select.ctools-ajaxing {
    background: url("/sites/default/modules/ctools/images/status-active.gif") no-repeat scroll right center rgba(0, 0, 0, 0);
    padding-right: 18px !important;
}
div.ctools-ajaxing {
    background: url("/sites/default/modules/ctools/images/status-active.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: left;
    width: 18px;
}
div.panel-pane div.admin-links {
    font-size: xx-small;
    margin-right: 1em;
}
div.panel-pane div.admin-links li a {
    color: rgb(204, 204, 204);
}
div.panel-pane div.admin-links li {
    background: none repeat scroll 0 0 rgb(255, 255, 255);
    padding-bottom: 2px;
    z-index: 201;
}
div.panel-pane div.admin-links:hover a, div.panel-pane div.admin-links-hover a {
    color: rgb(0, 0, 0);
}
div.panel-pane div.admin-links a:before {
    content: "[";
}
div.panel-pane div.admin-links a:after {
    content: "]";
}
div.panel-pane div.panel-hide {
    display: none;
}
div.panel-pane div.panel-hide-hover, div.panel-pane:hover div.panel-hide {
    display: block;
    margin-top: -1.5em;
    position: absolute;
    z-index: 200;
}
div.panel-pane div.node {
    margin: 0;
    padding: 0;
}
div.panel-pane div.feed a {
    float: right;
}
.rate-info, .rate-description {
    clear: left;
    color: rgb(102, 102, 102);
    font-size: 0.8em;
}
#views-slideshow-form-wrapper .form-item.dependent-options {
    padding-left: 5px;
}
#views-slideshow-form-wrapper .vs-dependent-lvl2 {
    padding-left: 30px;
}
#views-slideshow-form-wrapper .vs-dependent-lvl3 {
    padding-left: 60px;
}
.views_slideshow_cycle_no_display, .views_slideshow_cycle_hidden, .views_slideshow_cycle_controls, .views_slideshow_cycle_image_count {
    display: none;
}
.views_slideshow_cycle_pager div a img {
    height: 75px;
    width: 75px;
}
.views_slideshow_pager_numbered div, .views_slideshow_pager_thumbnails div {
    display: inline;
    padding-left: 10px;
}
.views_slideshow_cycle_pager.thumbnails a.activeSlide img {
    border: 3px solid rgb(0, 0, 0);
}
.views_slideshow_cycle_pager.numbered a.activeSlide {
    text-decoration: underline;
}
.cke_wrapper .cke_toolgroup .cke_button .cke_button_linebreaks, .text-format-wrapper .wysiwygToolbar .mce_linebreaks {
    display: none;
}
#apm_media_player {
    background: url("./icons/sprite.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-color: rgb(189, 189, 189) rgb(170, 170, 170);
    border-left: 1px solid rgb(170, 170, 170);
    border-right: 1px solid rgb(170, 170, 170);
    border-style: solid;
    border-width: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    height: 34px;
    position: relative;
    width: 100%;
	/* max-width: 707px; */
	margin: 0px auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
}
.player-right { float: right; }
.page-popoutplayer #apm_media_wrapper {
    border-right: 0 solid rgb(225, 225, 225);
    padding-right: 0;
}
.page-popoutplayer #main {
    padding-top: 0;
}
.page-popoutplayer #header_sub_big #apm_player_header_top {
    border-bottom: 7px solid rgb(225, 225, 225);
}
.section-popoutplayer #header_sub_small header h3, .section-popoutplayer #header_sub_small #apm_player_header {
    padding-left: 10px;
}
.section-popoutplayer .panel-2col .panel-col-last .inside {
    margin-left: 0;
}
#apm_media_player #apm_player_container {
    overflow: hidden;
    height: 32px;
    
}
#apm_media_player #apm_player_container #apm_player_toggle .player-toggle.hide-text {
    background: url("./icons/sprite.png") repeat scroll -40px -209px rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    float: left;
    height: 32px;
    margin: 0 9px 0 0;
    padding-right: 1px;
    text-indent: -9999px;
    width: 32px;
}
#apm_media_player #apm_player_container #apm_player_toggle #apm_player_play {
    background: url("./icons/sprite.png") repeat scroll -47px -209px ;
}
#apm_media_player #apm_player_container #apm_player_toggle #apm_player_pause {
    background: url("./icons/sprite.png") repeat scroll -84px -209px rgba(0, 0, 0, 0);
    display: none;
}
#apm_media_player #apm_player_container #apm_player_toggle #apm_player_bar_container {
    overflow: hidden; 
    padding: 13px 0 13px;
	width: auto; 
	float: none; 
}
#apm_media_player #apm_player_container #apm_player_toggle #apm_player_bar_container #apm_player_bar.ui-slider-horizontal {
    background: none repeat scroll 0 0 rgb(104, 101, 101);
}
#apm_media_player #apm_player_container #apm_player_toggle #apm_player_bar_container .ui-widget-header {
    background: url("./icons/sprite.png") repeat scroll -10px -115px rgba(0, 0, 0, 0);
}
#apm_media_player #apm_player_container #apm_player_toggle #apm_player_playtime {
    float: right;
    font-size: 9px;
    padding: 7px 0 0 10px;
    width: 55px;
}
#apm_media_player div#apm_sharing_tools {
    border-left: 3px double rgb(187, 187, 187);
    float: left; 
	display: block;
    height: 31px;
    overflow: hidden;
    padding-left: 0;
    width: auto;
}
#apm_media_player #support-link a:hover {
    background: none repeat scroll 0 0 rgb(61, 130, 168);
    text-decoration: none;
}
#apm_media_player div#apm_sharing_tools #apm_sharing_tab_controls  {
	padding-left: 10px;
	margin: 0px;
}
#apm_media_player div#apm_sharing_tools #apm_sharing_tab_controls li {
    float: left;
    list-style: none outside none;
    padding-right: 0px;
	padding-left: 0px; 
}
#apm_media_player div#apm_sharing_tools #apm_sharing_tab_controls li a {
    display: block;
    height: 24px;
    position: relative;
    text-indent: -9999px;
	width: 23px;
	margin: 0px 3px;
}
#apm_media_player div#apm_sharing_tools #apm_sharing_tab_controls li a.ui-slider-handle {
    display: none;
}
#apm_media_player div#apm_sharing_tools #apm_sharing_tab_controls li a#apm_sharing_popup {
    background: url("./icons/sprite.png") repeat scroll -140px -209px rgba(0, 0, 0, 0);
}
#apm_media_player div#apm_sharing_tools #apm_sharing_tab_controls li a#apm_sharing_embed_link {
    background: url("./icons/sprite.png") repeat scroll -226px -209px rgba(0, 0, 0, 0);
}
#apm_media_player div#apm_sharing_tools #apm_sharing_tab_controls li a#apm_sharing_subscribe {
    background: url("./icons/sprite.png") repeat scroll -261px -209px rgba(0, 0, 0, 0);
}
#apm_media_player div#apm_sharing_tools #apm_sharing_tab_controls li a#apm_sharing_help {
    background: url("./icons/sprite.png") repeat scroll -294px -209px rgba(0, 0, 0, 0);
}
#apm_media_player div#apm_sharing_tools #apm_sharing_tab_controls li:first-child {
    padding-left: 0px;
}
#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 {
    left: -20px;
    position: relative;
    top: -19px;
}
#apm_media_player div#apm_sharing_tools #apm_sharing_tab_controls li#apm_player_volume_wrapper #apm_player_volume_slider_wrapper {
    display: none;
    position: absolute;
}
#apm_media_player div#apm_sharing_tools #apm_sharing_tab_controls li#apm_share_download a {
    background: url("./icons/sprite.png") repeat scroll -185px -209px rgba(0, 0, 0, 0);
}
#apm_media_player #support-link {
    background: url("./icons/sprite.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-left: 3px double rgb(187, 187, 187);
    float: right;
    height: 31px;
    padding-right: 0.4em;
    position: relative;
    width: 88px;
    z-index: 10;
}
#apm_media_player #support-link a {
    background: none repeat scroll 0 0 rgb(189, 189, 189);
    border-radius: 5px 5px 5px 5px;
    color: rgb(255, 255, 255);
    display: block;
    font-size: 10px;
    height: auto;
    margin: 7px 0 0 9px;
    padding: 0 6px 0 13px;
    text-indent: 0;
    text-transform: none;
    width: auto;
	text-decoration: none;
}
#apm_player_volume_wrapper {
    width: 36px;
    height: 32px;
    margin: 0 0 0 6px;
    position: relative;
    float: left;
    overflow: visible;
}

#apm_player_volume_status {
    background: url('sprite.png') -142px -36px;
    width: 36px;
    height: 32px;
    position: relative;
    float: left;
    overflow: visible;
    cursor: pointer;
    border-left: 1px solid #bbb;
}

#apm_player_volume_status.muted {
    background: url('sprite.png') -177px -36px;
}


#apm_player_volume_status:hover {
   border-top: none;
    width: 35px;
}


#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('sprite.png') -222px -46px;*/
    z-index: 11;
    width: 12px;
    height: 12px;
    position: absolute;
    top: -6px;
    cursor: pointer;
}
#apm_media_player #apm_player_volume_status.muted {
    background: url("./icons/sprite.png") repeat scroll -177px -36px rgba(0, 0, 0, 0);
}
.page-node-player-popout {
    font-family: "Trebuchet MS",Tahoma,Verdana,Arial,sans-serif;
    font-size: 0.9em;
}
.page-node-player-popout h1 {
    font-size: 1.2em;
    margin: 0 0 0.1em;
}
.page-node-player-popout #skip-link {
    display: none;
}
.page-node-player-popout .close_link {
    display: block;
    float: right;
    margin: 0 1em 0 0;
}
.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 {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
}
.page-node-player-popout #apm_media_player #apm_player_container #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 {
    color: rgb(102, 102, 102);
    font-family: georgia,serif;
    margin-bottom: 15px;
}
.page-node-player-popout #apm_sharing_embed {
    bottom: 35px;
    left: 0;
    position: fixed;
}
.page-node-player-popout #apm_sharing_tab_controls li:nth-child(2) {
    padding-left: 6px;
}
.page-popoutplayer .ad-block-mobile {
    display: none !important;
}
.page-popoutplayer .pane-custom.pane-2 {
    display: block !important;
    margin-top: 22px;
}
.page-popoutplayer #apm_media_player {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    overflow: visible;
}
.page-popoutplayer #apm_media_player #apm_sharing_tools #apm_sharing_tab_controls li:first-child {
    padding-left: 4px;
}
.page-popoutplayer #apm_media_player #apm_player_container_wrapper {
    background: url("./icons/sprite.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgb(189, 189, 189);
    border-top: 1px solid rgb(189, 189, 189);
    bottom: 0;
    height: 32px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
}
.page-popoutplayer #apm_media_player #apm_player_container #apm_player_toggle #apm_player_bar_container {
    width: 75%;
}
.page-popoutplayer #apm_media_player #apm_player_container #apm_player_toggle #apm_player_playtime {
    display: none;
    width: 0;
}
.page-popoutplayer .apm_playlist_item_image {
    float: left;
    padding: 1.7em 1em 3em 0;
}
.page-popoutplayer .apm_playlist_item_image img {
    height: 125px;
    width: 125px;
}
.page-popoutplayer .panel-2col .panel-col-first, .page-popoutplayer .panel-2col .panel-col-last {
    min-height: 295px;
    width: 100%;
}
.page-popoutplayer .view-latest-stories-audio .views-row {
    border-bottom: 1px solid rgb(189, 189, 189);
    padding-top: 10px;
}
.page-popoutplayer .view-latest-stories-audio .views-row .views-field {
    display: none;
}
.page-popoutplayer .view-latest-stories-audio .views-row .views-field-title {
    display: block;
    font-size: 1.1em;
    padding: 0 10px;
}
#apm_sharing_embed {
    display: none;
    width: 100%;
}
#apm_sharing_embed textarea {
    width: 100%;
}
@media only screen and (min-width: 700px) {
.section-popoutplayer .panel-2col .panel-col-last .inside {
    margin: 0 0 1em 0.5em;
}
.section-popoutplayer .view-content .views-field-title {
    margin-bottom: 7px;
}
.page-popoutplayer .apm_playlist_item_image {
    padding-top: 60px;
}
.page-popoutplayer .ad-block-mobile {
    display: block;
}
.page-popoutplayer #apm_media_wrapper {
    border-right: 1px solid rgb(225, 225, 225);
    padding-right: 10px;
}
.page-popoutplayer .pane-custom.pane-2 {
    display: none;
}
.page-popoutplayer #apm_media_player #apm_player_container_wrapper {
    position: absolute;
    top: 60px;
    width: 97.5%;
}
.page-popoutplayer .panel-2col .panel-col-first {
    width: 60%;
}
.page-popoutplayer .panel-2col .panel-col-last {
    margin-top: -20px;
    width: 40%;
}
}
.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 {
    margin-right: 10px;
    width: 213px;
}
.volume.playtime #apm_player_bar_container {
    float: left;
    width: 90px;
}
.volume.playtime #apm_player_bar_wrapper {
    overflow: hidden; 
    position: relative;
	/* width: 456px; */
}
@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 {
    
}
}
.no-volume.playtime #apm_player_bar_wrapper {
    width: 100%;
}
.no-volume.playtime #apm_player_bar_container {
    float: left;
    margin-right: 5px;
    width: 171px;
}
#apm_player_bar {
    z-index: 10;
}
#apm_player_bar.ui-slider-horizontal {
    background: url("./icons/sprite.png") repeat scroll -20px -80px rgba(0, 0, 0, 0);
    border: medium none;
    height: 10px;
}
#apm_player_bar .ui-widget-header {
    background: url("./icons/sprite.png") repeat scroll -10px -115px rgba(0, 0, 0, 0);
}
#apm_player_bar .ui-slider-handle {
    background: url("./icons/sprite.png") repeat scroll -222px -42px !important;
    border: medium none;
    height: 22px;
    margin-left: -0.3em;
    width: 11px;
	cursor: pointer;
}
#apm_volume_bar.ui-slider-vertical {
	background: url("./icons/sprite.png") repeat scroll -293px -35px rgba(0, 0, 0, 0); 
	border: medium none;
	height: 100%; 
}
#apm_volume_bar.ui-slider-vertical .ui-slider-handle {
    background: url("./icons/sprite.png") no-repeat scroll -251px -49px !important;
    border: medium none;
    height: 11px;
    width: 22px;
}
#apm_volume_bar .ui-widget-header {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgb(220, 71, 71) rgb(206, 31, 31) rgb(157, 43, 43);
    border-image: none;
    border-left: 1px solid rgb(206, 31, 31);
    border-right: 1px solid rgb(206, 31, 31);
    border-style: solid;
    border-width: 1px;
    width: 8px;
	background-color: #C5222B; 
}
#apm_volume_bar.ui-slider-vertical .ui-slider-handle {
    margin-bottom: -0.3em;
	left: -0.4em;
	margin-left: 0px;
}
#apm_player_volume_wrapper {
    float: right;
    height: 32px;
    /* overflow: visible; */
	overflow: hidden !important; 
    position: relative;
    top: 0px;
    width: 36px;
}
#apm_player_volume_status {
    background: url("./icons/sprite.png") repeat scroll -142px -36px rgba(0, 0, 0, 0);
    cursor: pointer;
    float: left;
    height: 32px;
    overflow: visible;
    position: relative;
    width: 36px;
}
#apm_player_volume_status.muted {
    background: url("./icons/sprite.png") repeat scroll -177px -36px rgba(0, 0, 0, 0);
}
#apm_player_volume_slider_wrapper {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 rgb(246, 246, 246);
    border-color: rgb(187, 187, 187) rgb(187, 187, 187) rgb(246, 246, 246);
    border-image: none;
    border-style: solid;
    border-width: 1px;
    display: none;
    height: 78px;
    position: absolute;
    right: -1px;
    top: -80px;
    width: 35px;
}
#apm_player_volume_slider_wrapper:hover #apm_player_volume_status {
    background-color: rgb(221, 221, 221);
}
#apm_player_volume_slider_container {
    cursor: pointer;
    height: 60px;
    left: 12px;
    position: relative;
    top: 10px;
    width: 10px;
}
#apm_player_volume_slider_bar {
    background: none repeat scroll 0 0 rgb(203, 29, 29);
    bottom: 0;
    height: 45%;
    position: absolute;
    width: 100%;
}
#apm_player_volume_handle {
    cursor: pointer;
    height: 12px;
    position: absolute;
    top: -6px;
    width: 12px;
    z-index: 11;
}
.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1em;
}
.ui-widget-content {
    background: none repeat scroll 0 0 rgb(255, 255, 255);
    border: 1px solid rgb(170, 170, 170);
    color: rgb(34, 34, 34);
}
.ui-widget-content a {
    color: rgb(34, 34, 34);
}
.ui-widget-header {
    background: none repeat scroll 0 0 rgb(197, 34, 43);
    border: 1px solid rgb(170, 170, 170);
    color: rgb(34, 34, 34);
    font-weight: bold;
}
.ui-widget-header a {
    color: rgb(34, 34, 34);
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: none repeat scroll 0 0 rgb(230, 230, 230);
    border: 1px solid rgb(170, 170, 170);
    color: rgb(85, 85, 85);
    font-weight: normal;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: rgb(85, 85, 85);
    text-decoration: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: none repeat scroll 0 0 rgb(218, 218, 218);
    border: 1px solid rgb(153, 153, 153);
    color: rgb(33, 33, 33);
    font-weight: normal;
}
.ui-state-hover a, .ui-state-hover a:hover {
    color: rgb(33, 33, 33);
    text-decoration: none;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: none repeat scroll 0 0 rgb(255, 255, 255);
    border: 1px solid rgb(170, 170, 170);
    color: rgb(33, 33, 33);
    font-weight: normal;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: rgb(33, 33, 33);
    text-decoration: none;
}
.ui-widget *:active {
    outline: medium none;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    height: 1.1em;
    position: absolute;
    width: 1.2em;
    z-index: 2;
}
.ui-slider .ui-slider-range {
    background-position: 0 0;
    border: 0 none;
    display: block;
    font-size: 0.7em;
    position: absolute;
    z-index: 1;
}
.ui-slider-horizontal {
    height: 0.7em;
}
.ui-slider-horizontal .ui-slider-handle {
    height: 1.2em;
    margin-left: -0.6em;
    position: absolute;
    top: -0.4em;
    width: 0.6em;
    z-index: 2;
}
.ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.ui-slider-vertical {
    height: 100%;
    width: 0.6em;
}
.ui-slider-vertical .ui-slider-handle {
    height: 0.6em;
    left: -0.4em;
    margin-bottom: -0.6em;
    margin-left: 0;
    position: absolute;
    width: 1.2em;
    z-index: 2;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.panel-2col-stacked {
    margin-top: 0;
    padding-top: 0;
}
.panel-2col-stacked .panel-col-top, .panel-2col-stacked .panel-col-bottom {
    clear: both;
    width: 99.9%;
}
.panel-2col-stacked .panel-col-top .inside {
    margin-bottom: 0.5em;
}
.panel-2col-stacked .panel-col-first {
    float: left;
    width: 50%;
}
* html .panel-2col-stacked .panel-col-first {
    width: 49.9%;
}
.panel-2col-stacked .panel-col-first .inside {
    margin: 0 0.5em 1em 0;
}
.panel-2col-stacked .panel-col-last {
    float: left;
    width: 49.9%;
}
.panel-2col-stacked .panel-col-last .inside {
    margin: 0 0 1em 0.5em;
}
.panel-2col-stacked .panel-separator {
    margin: 0 0 1em;
}
.panel-1col {
}
.panel-2col .panel-col-first .inside {
    margin: 0;
}
.panel-1col .panel-col {
    width: 100%;
}
#panels-edit-display .panel-pane, #panels-edit-display .helperclass {
    margin: 0.5em;
}
.panel-2col .panel-separator {
    margin: 0 0 1em;
}
