@import url('font.css');

/* clearfix */
.rscontrol {
	margin-bottom: 10px;
}
.rscontrol:before,
.rscontrol:after {
	content: " ";
	display: table;
}
.rscontrol:after {
	clear: both;
}
.rscontrol-right {
	float: right;
	margin-left: 15px;
}
.rscontrol-left {
	float: left;
	margin-right: 15px;
}

/* control container & skin name */
.rsskin_lhwi {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px !important;
	line-height: 1.3em;
	float: left;
	background-color: rgb(206, 237, 250);
	border: 1px solid rgb(157, 219, 245);
	border-radius: 4px;
}

/* GENERAL CLASSES */

.rsskin_lhwi a, .rsskin_lhwi span {
	position: relative;
	display: block;
	text-decoration: none;
}
.rsskin_lhwi a {
	color: rgb(11, 166, 231) !important;
}

.rsskin_lhwi .rsimg {}

.rsskin_lhwi .rspart {
	float: left;
}

.rsskin_lhwi .rsdefloat {
	clear: both;
}

/* FA settings */
.rsskin_lhwi .rsbtn_right.rspart,
.rsskin_lhwi .rspart.rsbutton {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 22px;
	height: 18px;
	padding: 5px 3px 1px 3px;
	text-align: center;
}

.rsskin_lhwi .rsicon-lg {
	font-size: 1.33333333em !important;
	line-height: 0.75em !important;
	vertical-align: -15% !important;
}


/**
 * Buttons
 */
.rsskin_lhwi .rspart.rsbutton {
	border-left: 1px solid rgb(157, 219, 245);
	-moz-transition: background-color .2s ease;
	-webkit-transition: background-color .2s ease;
	-o-transition: background-color .2s ease;
	transition: background-color .2s ease;
}

.rsskin_lhwi .rspart.rsbutton.rsbtn_closer {
	font-size: 10px;
	width: 10px;
	padding: 3px 3px;
	margin-left: 0px;
	margin-right: -5px;
	border-right: none;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/**
 * Subtle rollover effect for buttons.
 */
.rsskin_lhwi .rsicon:hover,
.rsskin_lhwi .rspart.rsbutton:hover {
	color: rgb(11, 166, 231);
	background-color: #fff;
}

/**
 * Hide all text labels. They will still be visible to non-CSS browsers
 */
.rsskin_lhwi .rspart .rsbtn_btnlabel {
	display: none;
}

/* PLAYER BOX */
.rsskin_lhwi .rsbtn_box {}

/* LISTEN BUTTON + ICON */
.rsskin_lhwi .rsbtn_play {
	float: left;
}
.rsskin_lhwi .rsbtn_left {
	margin: 3px 1px 3px 8px;
}
.rsskin_lhwi .rsbtn_left .rsbtn_text {
	background: transparent url(icon_16px.gif) no-repeat scroll 0 0;
	height: 18px;
	min-width: 20px;
}
.rsskin_lhwi .rsbtn_left .rsbtn_text span {
	font-size: 85%;
	padding-left: 24px;
	padding-right: 8px;
	color: rgb(11, 166, 231);
}

.rsskin_lhwi .rsbtn_left.rspart {
	background: none;
}

.rsskin_lhwi .rsbtn_right.rspart {
	border-left: 1px solid rgb(157, 219, 245);
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.rsskin_lhwi .rsbtn_right.rspart:before {
	content: "\f04b";
}
.rsskin_lhwi.rsexpanded .rsbtn_right {
	display: none;
}

/* EXPANDING AREA */
.rsskin_lhwi .rsbtn_exp.rsimg.rspart {
	background: none;
	float: left;
	display: none;
	margin-left: 0;
	height: 24px;
}

/**
 * We want the expanding area to be visible only when the player
 * is expanded, hence the .rsexpanded class.
 */
.rsskin_lhwi.rsexpanded .rsbtn_exp.rsimg {
	display: block;
	font-size: inherit;
}

/* PLAY/PAUSE BUTTON */
.rsskin_lhwi .rsbtn_pause {}
.rsskin_lhwi .rsbtn_pause:before {
	content: "\f04c";
}

.rsskin_lhwi.rsplaying .rsbtn_pause {
	background-color: rgb(11, 166, 231);
	color: #fff;
}

.rsskin_lhwi.rspaused .rsbtn_pause,
.rsskin_lhwi.rsstopped .rsbtn_pause {}
.rsskin_lhwi.rspaused .rsbtn_pause:before,
.rsskin_lhwi.rsstopped .rsbtn_pause:before {
	content: "\f04b";
}

/* STOP BUTTON */
.rsskin_lhwi .rsbtn_stop {
	background-position: -18px -36px;
}
.rsskin_lhwi .rsbtn_stop:before {
	content: "\f04d";
}

/* PROGRESS CONTAINER */
.rsskin_lhwi .rsbtn_progress_container {
	border: 1px solid #000;
	width: 50px;
	height: 10px;
	margin-top: 3px;
	margin-left: 4px;
	background-image: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* PROGRESS DRAG HANDLE */
.rsskin_lhwi .rsbtn_progress_handle.rsimg {
	position: absolute;
	background-color: #000;
	top: -3px;
	left: -3px;
	width: 6px;
	height: 16px;
	background-image: none;
}

/* PROGRESS BAR */
.rsskin_lhwi .rsbtn_progress_played {
	position: absolute;
	height: 100%;
	background-color: #ccc;
	background-image: none;
}

/* VOLUME BUTTON */
.rsskin_lhwi .rsbtn_volume {}
.rsskin_lhwi .rsbtn_volume:before {
	content: "\f028";
}

/* VOLUME SLIDER CONTAINER */
.rsskin_lhwi .rsbtn_volume_container {
	position: absolute;
	display: none;
	top: 100%;
	width: 22px;
	height: 40px;
	border: 1px solid rgb(157, 219, 245);
	border-top: none;
	background-color: rgb(206, 237, 250);
}

/* VOLUME SLIDER SLIDER AREA */
.rsskin_lhwi .rsbtn_volume_slider {
	width: 6px;
	height: 30px;
	margin: 5px 8px;
	background: rgb(157, 219, 245);
}

/* VOLUME SLIDER SLIDE HANDLE */
.rsskin_lhwi .rsbtn_volume_handle.rsimg {
	position: absolute;
	top: -3px;
	left: -6px;
	width: 18px;
	height: 6px;
	background: rgb(11, 166, 231);
}

/* DOWNLOAD BUTTON */
.rsskin_lhwi .rsbtn_dl {}
.rsskin_lhwi .rsbtn_dl:before {
	content: "\f019";
}

/* SETTINGS BUTTON */
.rsskin_lhwi .rsbtn_settings {}
.rsskin_lhwi .rsbtn_settings:before {
	content: "\f085";
}

/* CLOSE BUTTON */
.rsskin_lhwi .rsbtn_closer {}
.rsskin_lhwi .rsbtn_closer:before {
	content: "\f00d";
}

/* POPUP BUTTON */
/**
 * This is the style of the listen button that popups when the user
 * makes a text selection on the page.
 */
.rsskin_lhwi.rspopup {
	position: absolute;
	background: #fff;
	border: 1px solid #555;
	box-shadow: 0 0 5px #777;
	display: none;
}

/* POWERED BY READSPEAKER */
.rsskin_lhwi .rsbtn_powered {
	position: absolute;
	right: -5px;
	top: 25px;
	height: 20px;
	z-index: 110;
	color: #999;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 10px;
	font-size: 9px;
	background: #fff;
	cursor: pointer;
	padding: 2px;
}

.rsskin_lhwi .rsbtn_powered a, .rsskin_lhwi .rsbtn_powered span {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 10px;
	font-size: 9px;
	display: inline;
}

.rsskin_lhwi .rsbtn_powered .rsbtn_btnlabel {
	display: inline;
}

.rsskin_lhwi .rsbtn_powered .rsbtn_btnlabel a span.rsbtn_label_read {
	color: #e60;
}

.rsskin_lhwi .rsbtn_powered .rsbtn_btnlabel a span.rsbtn_label_speaker {
	color: #33a;
}

.rsskin_lhwi .rsbtn_powered .rsbtn_btnlabel a span.rsbtn_label_icon.rsimg {
	position: relative;
	top: 1px;
	width: 11px;
	height: 9px;
	margin-left: 2px;
	padding-right: 11px;
	background-position: -137px -490px;
}

.rsskin_lhwi.rs_whitelogo .rsbtn_powered,
.rsskin_lhwi.rs_whitelogo .rsbtn_powered .rsbtn_btnlabel a span.rsbtn_label_read,
.rsskin_lhwi.rs_whitelogo .rsbtn_powered .rsbtn_btnlabel a span.rsbtn_label_speaker {
	color: #fff;
}

.rsskin_lhwi.rs_whitelogo .rsbtn_powered .rsbtn_btnlabel a span.rsbtn_label_icon.rsimg {
	background-position: -285px -490px;
}

.rsskin_lhwi.rs_blacklogo .rsbtn_powered,
.rsskin_lhwi.rs_blacklogo .rsbtn_powered .rsbtn_btnlabel a span.rsbtn_label_read,
.rsskin_lhwi.rs_blacklogo .rsbtn_powered .rsbtn_btnlabel a span.rsbtn_label_speaker {
	color: #000;
}

.rsskin_lhwi.rs_blacklogo .rsbtn_powered .rsbtn_btnlabel a span.rsbtn_label_icon.rsimg {
	background-position: -433px -490px;
}

/* About-page link */
.rsskin_lhwi a.rsbtn_abouthelp {
	background: url(ReadSpeakerColorSkin.png) no-repeat scroll -20px -128px transparent;
	background-color: #000;
	border-radius: 7px;
	transition: background-color 0.2s ease 0s;
	height: 14px;
	width: 14px;
	float: left;
	margin: 3px 1px 1px;
}

.rsskin_lhwi a.rsbtn_abouthelp:hover {
	background-color: #ccc;
}
.rsskin_lhwi a.rsbtn_abouthelp span {
	display: none;
}



/* special styles for section buttons */
.rscontrol-section .rsbtn_right.rspart {
	border-left: none;
	border-radius: 3px;
}
.rscontrol-section .rsbtn_right.rspart:before {
	content: "\f026";
}
.rscontrol-section .rspart.rsbutton:first-child {
	border-left: none;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
