/*
CHBCtv Development
http://colonialheights.org
An SimplePie RSS parser using JQuery and the Shadowbox media player
Version: 1.0
Author: Michael Shadow
Updated: 27 August 2009
*/

div#container {
	margin: 0 auto;
	width: 320px;
	text-align: left;
} 

div#feedplayer {
	width: 320px;
	height: 210px;
	background-color: #212121;
}

div#feeditems_container {
	width: 310px;
	height: 220px;
	background-color: #003E66;
	padding: 0 5px 0 5px;
	margin: 0 0 0 0;
	overflow: auto;
}

div#feeditems_container h4 {
	font-size: 0.9em;
	color: #CECECE;
	text-decoration: none;
}

div#feeditems_container img {
	border: 0;
	padding: 0 5px 0 0;
}

p.notes_detail {
	display: none;
	font-size: 0.8em;
	color: #616161;
}

p.footnote {
	font-size: 0.6em;
	color: #616161;
}

div.feeditem {
	padding: 0 0 -0 0;
	margin: -15px 0 0 0;
	border-bottom: 1px solid #616161;
}

img#mediathumb {
	float:left;
	height:45px;
}

img.infobtn {
	float:right;
	cursor: pointer;

}

p.sermontitle {
	font-size: 0.8em;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 0.8em;
	cursor: pointer;
}

