/**
Secret Orchestra Audio Player Styles
© 2011 Clif Jackson
------------------------------------------------------------------------------*/
#site-content1 {
    width: 913px;
}
.mysection {
    float: left;
    width: 444px;
    border: none;
    padding: 0;
}
.mysection:first-child { margin: 0; margin-right: 25px; }
#audio_samples {
    position: relative;
    width: 420px;
    height: 280px;
    padding: 0 12px;
    background-color: #131313;
    border-radius: 10px;
}
#audio_samples button {
    border: none;
    cursor: pointer;
    background-color: transparent;
}

#playlist_box,
#so_player_controls,
#player_progress,
#player_display { position: relative; }

#playlist_box {
    height: 140px;
    padding: 10px 0;
}
#so_player_controls { height: 59px; }
#player_display {
    height: 52px;
    padding-top: 7px;
    border-bottom: 1px solid #E4E4E4;
}
#track_title_box {
    float: left;
    height: 22px;
}
#track_title_box span { font-size: 2em; }
#player_time {
    float: right;
    height: 22px;
}
#player_time span {
    font-size: 1.1em;
    color: #fff;
    font-family: verdana, sans-serif;
    line-height: 2.8em;
}

#player_progress {
    width: 420px;
    height: 5px;
    margin: 4px 0 3px;
    background-color: #737373;
    z-index: 199; 
}
#loading_progress,
#play_progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 5px;
}
#loading_progress { background-color: #3B5460; z-index: 200; }
#play_progress { background-color: #6DB658; z-index: 201; }
#more_info_link_box {
    float: left;
    padding-left: 10px;
    background: url('../imgs/graphics/arrow1-right.png') no-repeat left;
}
#more_info_link_box span a { font-size: 1em; line-height: 1em; }
#copyright_box { float: right; }
#copyright_box span { font-size: 1em; line-height: 1.5em; }
#player_display .info_open { padding-left: 14px; background: url('../imgs/graphics/arrow1-down.png') no-repeat left; }
#more_info_box {
    position: absolute;
    top: 56px;
    height: 164px;
    width: 416px;
    border-radius: 8px;
    border: 2px solid #333333;
    background-color: #D9D9D9;
    overflow-y: auto;
    z-index: 900;
}
#more_info_box p {
    padding: 10px 14px 0 14px;
    color: #000;
    font-size: 1.1em;
}
#playlist_ol {
    height: 140px;
    overflow-y: auto;
}
#playlist_ol li {
    font-size: 1.4em;
    margin: 0 3px 0 25px;
    border-bottom: 1px dotted #1f1f1f;
}
#playlist_ol li:last-child { border: none; }
#playlist_ol button {
    width: 99%;
    padding: 2px;
    text-align: left;
    font-size: 1em;
    color: #e5e5e5;
}
#playlist_ol button:hover { font-style: italic; }

#so_player_controls { border-top: 1px solid #E4E4E4; }

#support_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 480px;
    height: 283px;
    border-radius: 10px;
    background-color: #6e6e6e;
    z-index: 1000;
}
#support_box h2 {
    font-size: 2em;
    font-style: italic;
    text-decoration: none;
    color: #000;
    text-align: center;
    width: 300px;
    margin: 100px auto;
}
#player_buttons {
    height: 30px;
    margin: 14px 0 15px;
}
#so_player_controls button {
    width: 32px;
    height: 30px;
    margin: 0;
}
#play_button {
    background: url('../imgs/bg/audio_player_sprite.png') no-repeat -1px;
}
#pause_button {
    background: url('../imgs/bg/audio_player_sprite.png') no-repeat -39px;
}
#prev_button {
    background: url('../imgs/bg/audio_player_sprite.png') no-repeat -153px;
}
#next_button {
    background: url('../imgs/bg/audio_player_sprite.png') no-repeat -115px;
}
#autoplay_button {
    float: right;
    background: url('../imgs/bg/audio_player_sprite.png') no-repeat -342px;
}
.autoplay_enabled { background: url('../imgs/bg/audio_player_sprite.png') no-repeat -191px !important; }

/** YouTube iFrame
------------------------------------------------------------------------------*/
#myyoutube {
    display: block;
    width: 444px;
    border-radius: 10px;
}