/* ============================ */
/* Radio Station Profile Styles */
/* ============================ */

.radio-clear {
	display: block;
	clear: both;
}

.show-user-time {
	display: none;
	font-style: italic;
}

.rs-start-date, .rs-end-date {
	margin-right: 0.5em;
}

.episode-tabs {
	clear: both;
	padding-top: 20px;
}


/* Profile Page Styles */
/* ------------------- */

#host-posts, #host-shows, #host-episodes, #producer-posts, #producer-shows, #producer-episodes {
	overflow: hidden;
}

#host-content .host-sections, #producer-content .producer-sections, #episode-content .episode-sections {
    min-width: 250px;
}

#host-content .host-sections h3, #host-content .host-sections h4, #host-content .host-sections h5,
#producer-content .producer-sections h3, #producer-content .producer-sections h4, #producer-content .producer-sections h5,
#episode-content .episode-sections h3, #episode-content .episode-sections h4, #episode-content .episode-sections h5 {
	clear: none;
}

/* Profile Info */
/* ------------ */
#host-content .host-info, #producer-content .producer-info, #episode-content .episode-info {
	float: left; 
}

#host-content .host-info .host-block, #producer-content .producer-info .producer-block, #episode-content .episode-info .episode-block {
	vertical-align: top;
	line-height: 1.8em;
	max-width: 250px;
	margin-top: 20px;
}

#host-content .host-info .host-block.first-block,
#producer-content .producer-info .producer-block.first-block,
#episode-content .episode-info .episode-block.first-block {
	margin-top: 0px;
}

#host-content .host-info .host-block.last-block,
#producer-content .producer-info .producer-block.last-block,
#episode-content .episode-info .episode-block.last-block {
	margin-bottom: 20px;
}

.episode-label, .profile-label {
	font-weight: bold;
}

#host-content .host-info .host-avatar, #producer-content .producer-info .producer-avatar, #episode-content .episode-info .episode-avatar {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	text-align: center;
}

#host-content .host-avatar img, #producer-content .producer-avatar img, #episode-content .episode-avatar img {
	width: 200px;
	height: 200px;
}

#episode-content .episode-embed {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	min-width: 150px;
	max-width: 400px;
}

#episode-content .episode-download {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	margin-top: 5px;
}

#host-content .host-icon span:hover, #host-content .host-download span:hover,
#producer-content .producer-icon span:hover, #producer-content .producer-download span:hover,
#episode-content .episode-icon span:hover, #episode-content .episode-download span:hover {
	opacity: 0.8;
	text-decoration: none;
}

#episode-content .episode-download a, #episode-content .episode-download a:visited {
	text-decoration: none;
}

#episode-content .episode-embed .mejs-container {
	border-radius: 15px;
	overflow: hidden;
}

#episode-content .episode-embed .mejs-container,
#episode-content .episode-embed .mejs-controls,
#episode-content .episode-embed .mejs-embed,
#episode-content .episode-embed .mejs-embed body {
	background-color: #AAAAAA;
}

#episode-content .episode-embed .mejs-horizontal-volume-total {
	width: 100%;
}

#host-content .host-icons, #producer-content .producer-icons, #episode-content .episode-icons {
	vertical-align: top;
	margin-top: 12px;
}

#host-content .host-icons .host-icon, #producer-content .producer-icons .producer-icon, #episode-content .episode-icons .episode-icon {
	display: inline-block;
	margin-right: 24px;
	margin-bottom: 12px;
}

#host-content .host-icons .host-icon span, #host-content .host-download span,
#producer-content .producer-icons .producer-icon span, #producer-content .producer-download span,
#episode-content .episode-icons .episode-icon span, #episode-content .episode-download span {
	font-size: 32px;
}

#host-content .host-icon a, #producer-content .producer-icon a, #episode-content .episode-icon a {
	text-decoration: none;
}

/* Profile Description */
/* ------------------- */
#host-content .host-sections .host-jump-links, #producer-content .producer-sections .producer-jump-links, #episode-content .episode-sections .episode-jump-links {
	font-size: 12px;
}

#host-content .host-description, #producer-content .producer-description, #episode-content .episode-description {
	position: relative;
	max-height: 800px;
	overflow: hidden;
}

#host-content .host-description.expanded, #host-content .host-description.narrow.expanded,
#producer-content .producer-description.expanded, #producer-content .producer-description.narrow.expanded, 
#episode-content .episode-description.expanded, #episode-content .show-description.narrow.expanded {
	max-height: none !important;
	overflow: visible;
}

#host-content #show-desc-buttons, #producer-content #show-desc-buttons, #episode-content #show-desc-buttons {
	width: 100%;
	text-align: right;
	padding-bottom: 20px;
}

#host-content #show-desc-buttons #show-desc-less, #producer-content #show-desc-buttons #show-desc-less, #episode-content #show-desc-buttons #show-desc-less {
	display: none;
}

#host-content #show-more-overlay, #producer-content #show-more-overlay, #episode-content #show-more-overlay {
    position: absolute; 
    bottom: 0;
    width: 100%;
    height: 6em;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); 
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
} 

#host-content .host-description.expanded #show-more-overlay,
#producer-content .producer-description.expanded #show-more-overlay,
#episode-content .episode-description.expanded #show-more-overlay {
	display: none;
}


/* Profile Tabs */
/* ------------ */
#host-content .host-tabs .host-tab, #producer-content .producer-tabs .producer-tab, #episode-content .episode-tabs .episode-tab {
	display: inline-block; 
	width: 100px;
	line-height: 40px;
	font-size: 18px;
	color: #444444;
	margin: 0px;
	cursor: pointer; 
	text-align: center; 
	background-color: #eeeeee; 
	border-radius: 7px 7px 0 0;
	border: 1px solid #000000;
	padding: 6px 14px;
}

#host-content .host-tabs .host-tab-spacer, #producer-content .producer-tabs .producer-tab-spacer, #episode-content .episode-tabs .episode-tab-spacer {
	display: inline-block;
	width: 50px;
	line-height: 40px;
	font-size: 18px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid transparent;
	padding: 6px 0;
}

#host-content .host-tabs .host-tab.tab-active, #producer-content .producer-tabs .producer-tab.tab-active, #episode-content .episode-tabs .episode-tab.tab-active {
	font-weight: bold; 
	background-color: transparent; 
	color: #000000;
	border-bottom: 0;
}

#host-content .host-tabs .host-tab.tab-inactive:hover, #producer-content .producer-tabs .producer-tab.tab-inactive:hover, #episode-content .episode-tabs .episode-tab.tab-inactive:hover {
	background-color: #f5f5f5;	
}

#host-content .host-section .host-tab.tab-inactive, #producer-content .producer-section .producer-tab.tab-inactive, #episode-content .episode-section .episode-tab.tab-inactive {
	display: none;
}

/* Profile Subarchive Lists */
/* ------------------------ */
.producer-post, .producer-show, .host-post, .host-show, .episode-playlist {
	padding-top: 5px;
	padding-bottom: 5px;
}

.producer-post-thumbnail, .producer-post-info, .producer-show-thumbnail, .producer-show-info
.host-post-thumbnail, .host-post-info, .host-show-thumbnail, .host-show-info,
.episode-playlist-thumbnail, .episode-playlist-info {
	display: table-cell;
	vertical-align: top;
}

.producer-post-thumbnail, .producer-show-thumbnail,
.host-post-thumbnail, .host-show-thumbnail,
.episode-playlist-thumbnail {
	padding-right: 30px;
	margin-top: 10px;
}

.producer-post-info, .producer-show-info, .host-post-info, .host-show-info, .episode-playlist-info {
	max-width: 600px;
}

.producer-post-title, .producer-show-title, .host-post-title, .host-show-title, .episode-playlist-title {
	margin-bottom: 10px;
}

.producer-pagination-button, .host-pagination-button, .episode-pagination-button {
	float: left; 
	display: inline-block; 
	width: 30px; 
	margin-right: 7px; 
	cursor: pointer; 
	text-align: center; 
	background-color: #eeeeee; 
	border-radius: 7px;
	border: 1px solid #777777;
	font-size: 1em;
	color: #444444;
	padding: 5px;
}

.producer-pagination-button.arrow-button, .host-pagination-button.arrow-button, .episode-pagination-button.arrow-button {
	padding-top: 4px;
	padding-bottom: 6px;
}

.producer-pagination-button.active, .host-pagination-button.active, .episode-pagination-button.active {
	background-color: transparent;
	font-weight: bold;
}

.producer-pagination-button:hover, .host-pagination-button:hover, .episode-pagination-button:hover {
	background-color: #f5f5f5;
}



/* Alternative Layouts */
/* ------------------- */
#host-content.left-blocks .host-info, #producer-content.left-blocks .producer-info, #episode-content.left-blocks .episode-info {
	margin-right: 30px;
}

#host-content.right-blocks .host-info, #producer-content.right-blocks .producer-info, #episode-content.right-blocks .episode-info {
	float: right; 
	margin-left: 30px;
}

#host-content.top-blocks .host-info, #producer-content.top-blocks .producer-info, #episode-content.top-blocks .episode-info {
	float: none;
}

#host-content.top-blocks .host-info .host-block, #producer-content.top-blocks .producer-info .producer-block, #episode-content.top-blocks .episode-info .episode-block {
	display: inline-block;
	border-left: 1px solid #AAAAAA;
	padding-left: 20px;
	margin-left: 20px;
	margin-top: 0;
}

#host-content.top-blocks .host-info .host-block.first-block, #producer-content.top-blocks .producer-info .producer-block.first-block, #episode-content.top-blocks .episode-info .episode-block.first-block {
	border-left: none;
	padding-left: 0;
	margin-left: 0;
}

#host-content.top-blocks .host-info .host-block.last-block, #producer-content.top-blocks .producer-info .producer-block.last-block, #episode-content.top-blocks .episode-info .episode-block.last-block {
	margin-bottom: 0;
}

/* Mobile Screens */
/* -------------- */
#host-content.narrow .host-sections, #producer-content.narrow .producer-sections, #episode-content.narrow .episode-sections {
	overflow: hidden;
}

#host-content.narrow .host-description, #producer-content.narrow .producer-description, #episode-content.narrow .episode-description {
	max-height:600px;
}

#host-content.narrow .host-tabs .host-tab-spacer, #producer-content.narrow .producer-tabs .producer-tab-spacer, #episode-content.narrow .episode-tabs .episode-tab-spacer {
	width: 20px;
}

#host-content.right-blocks.narrow .host-info, #producer-content.right-blocks.narrow .producer-info, #episode-content.right-blocks.narrow .episode-info {
	margin-left: 0;
}

#host-content.narrow .host-info .host-block, #producer-content.narrow .producer-info .producer-block, #episode-content.narrow .episode-info .episode-block {
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
}

#host-content.narrow .host-info .host-avatar, #host-content.narrow .host-info .host-controls,
#producer-content.narrow .producer-info .producer-avatar, #producer-content.narrow .producer-info .producer-controls,
#episode-content.narrow .episode-info .episode-avatar, #episode-content.narrow .episode-info .episode-controls {
	display: inline-block;
}

#host-content.narrow .host-info .host-images, #producer-content.narrow .producer-info .producer-images, #episode-content.narrow .episode-info .episode-images {
    margin-right: 20px;
    margin-left: 0;
}

#host-content.narrow .host-info .host-avatar img, #producer-content.narrow .producer-info .producer-avatar img, #episode-content.narrow .episode-info .episode-avatar img {
	width: 150px;
	height: 150px;
}

/* #episode-content.narrow .episode-info .episode-download {
	margin-left: 0;
} */
