/* podcast page */

hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), #909090, rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), #909090, rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), #909090, rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), #909090, rgba(0,0,0,0));
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

#podcast_page .titlebar {
    background: -webkit-linear-gradient(top, #f4f5f7 0%,#e1e2e6 90%,#cfd1d4 100%);
    background: -moz-linear-gradient(top, #f4f5f7 0%,#e1e2e6 90%,#cfd1d4 100%);
    background: -o-linear-gradient(top, #f4f5f7 0%,#e1e2e6 90%,#cfd1d4 100%);
    background: -ms-linear-gradient(top, #f4f5f7 0%,#e1e2e6 90%,#cfd1d4 100%);
    background: linear-gradient(top, #f4f5f7 0%,#e1e2e6 90%,#cfd1d4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f5f7', endColorstr='#cfd1d4',GradientType=0 );
    border: 1px solid #949494;
    -webkit-box-shadow: inset 0px 1px 0px #fff, 0px 1px 1px rgba(0,0,0,.15);
    -moz-box-shadow: inset 0px 1px 0px #fff, 0px 1px 1px rgba(0,0,0,.15);
    box-shadow: inset 0px 1px 0px #fff, 0px 1px 1px rgba(0,0,0,.15);
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;

}

#podcast_page .titlebar h1 {
    font-size: 1em !important;
    text-align: center;
    font-weight: normal;
    text-transform: none;
    color: #606060;
    line-height: 1;
    padding: 0;
    margin: 0;
    line-height: 2.5;
}

span.podcastname_edit, span.podcastname {
    font-weight: bold;
    font-size: 1.3em;
}
span.podcastdescription_edit, span.podcastdescription {
    font-weight: normal;
    font-size: 1em;
    min-height: 2em;
}
span.podcastdescription_edit, span.podcastname_edit {
    display:inline-block;
}
span.podcastdescription, span.podcastname {
    display: block;
}

span.podcastepisode {
    color: #606060;
    font-size: 0.8em;
}

span.podcast_deletebutton img {
    color: silver !important;
    width: 80%;
    height: 80%;
}
span.podcast_deletebutton {
    display: block;
    width: 100%;
    text-align: right;
    margin-top: 10px;
}

#podcast_page span.ipe_over {
    display:block;
}

/* player */

.podcastplayer {
    text-align: left;
    padding-top: 20px;
    padding: 20px 15px 15px 15px;
    border-radius: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.podcastplayer .toggle-pause,
.podcastplayer .toggle-play {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
}
.podcastplayer .toggle-play {
    padding-left: .7rem;
    display: inline-block;
    color: silver;
}
.podcastplayer .toggle-pause {
    padding-left: .6rem;
    display: none;
    color: silver;
}
.podcastplayer .timecontainer {
    max-width: 100%;
    margin-left: 5rem;
    margin-top: -3.9rem
}
.podcastplayer input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    margin-top: 1.1rem;
    margin-bottom: .5rem;
    cursor: pointer;
    background-color: silver;
}
.podcastplayer input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: .7rem;
    background-color: silver;
    border: .2rem solid silver
}
.podcastplayer input[type=range]::-moz-range-track {
    width: 100%;
    height: .5rem;
    background-color: silver;
    border: .2rem solid silver;
}
.podcastplayer input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 1.5rem;
    width: .5rem;
    background: #606060;
    margin-top: -.56rem;

}
.podcastplayer input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 1.5rem;
    width: .5rem;
    background: #606060;
    margin-top: -.56rem;
    border: none;
    border-radius: 0
}
.podcastplayer .currenttime {
    margin-left: 5rem;
    font-size:0.8em;     
}
.podcastplayer .duration {
    margin-right: .3rem;
    float:right;
    font-size:0.8em;   
}

/* podcast player */

.podcastplayer2 {
    text-align: center;
    padding-top: 20px;
    padding: 20px 15px 15px 15px;
    border-radius: 10px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    height: 200px;
}
.podcastplayer2 .toggle-pause, .podcastplayer2 .toggle-play {
    width: 180px;
    height: 180px;
    border: none;
    border-radius: 50%;
    font-size: 5em;
    text-align:center;
}