/*
Theme Name: LewisRichmond
Description: A Child Theme of Misty Lake
Template: misty-lake
Author: Josh Painter
Version: 1.1.3
*/
@import url(../misty-lake/style.css);

.sc_player_container1 {
	position: relative;	
	top: -5px;
}
.entry-content tr td, .comment-content tr td {
	vertical-align: top;
	border: 0;
}
body {
	border-top: 2px solid #265e15;
}
.textwidget {
	line-height: 2.1em;
}
.site-info {
	display: none;
}
.header-image {
	display: none;
}
.page-id-612 .entry-header, .page-id-868 .entry-header {
	display: none;
}
.page-id-612 .entry-content, .page-id-868 .entry-content {
	margin-top: 0px;
}
#teaching-table {
	width: 40%;
	margin-bottom: 0px;
}
#teaching-table td {
	padding-left: 0px;
}
#piano-samples-table {
	width: 70%;
}
.entry-content a, .entry-content a:visited {
    color: #2a7713;
    font-weight: bold;
}
.entry-content h2 {
    font-size: 18px;
    font-weight: bold;
}
/* WP 3.6 Native Audio Player styles*/
.wp-audio-shortcode {
	width: 182px !important;
}
/* change the color of the background */
.mejs-controls,
.mejs-mediaelement,
.mejs-container {
	background: url('') !important;
	background-color: #a7d8a8!important;
}
 
/* change the color of the lettering */
.mejs-currenttime,
.mejs-duration {
	color: black !important;
}
 
/* eliminate the yellow border around the play button during playback */
.mejs-controls .mejs-button button:focus {
outline: none !important;
}
/* use a sprite file with darker transport icons */
.mejs-controls .mejs-button button {
	background-image: url('http://www.lewisrichmond.com/wp-content/uploads/2016/12/controls-dark.svg') !important;
}
 
/* change the color of the progress bar */
.mejs-controls .mejs-time-rail .mejs-time-total {
	background: #AAC7E3 !important;
}
 
/* change the color of the current time bar */
.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #00a !important;
}
 
/* change the color of the file loading bar */
.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #ccc !important;
}
