/*
Theme Name:     Lutheran Public Radio
Theme URI:      http: //lpr.com
Description:    A Twenty Eleven Child theme for the LPR site.
Author:         Ryan Markel
Author URI:     http: //ryanmarkel.com/
Template:       twentyeleven
Version:        1.0
*/

/*
Inherit styles from Twenty Eleven. Put all changes below this import.
*/

@import url("../twentyeleven/style.css");

/*
Custom style overrides.
*/

/*
Header
*/

/*
Navigation
*/

.only-search {
	display: none
	}
	
/*
Live365 table changes
*/

.entry-content table#player,
.entry-content table#volume,
.entry-content table#volume2 {
	border-bottom: none;
	margin: 0;
	width: 100%;
}

.entry-content table#player td,
.entry-content table#volume td,
.entry-content table#volume2 td {
	border-top: none;
	padding: 0;
}