/* podPress CSS for the frontend */
.podPress_imgicon {
	vertical-align: middle;
	border: 0;
	margin: 0;
	padding: 0;
}
.podPress_previewImage table td tr {
	border:0px;
	margin: 0px;
	padding: 0px;
}
.podPress_previewImage img {
	vertical-align: middle;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.podPress_content {
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.podPress_content img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	display:inline;
}

/* popup player window styles */
#podpress_popupplayer_container {
	display:block;
	width:100%;
	padding:0;
	margin: 0 auto;
}
#podpress_backtoclose_container {
	width:100%;
	font-family:sans-serif;
	font-size:1em;
	margin-top:6px;
	text-align:center;
}
#podpress_popup_backto, #podpress_popup_close {
	display:block;
	float:left;
}
#podpress_popup_backto {
	width:70%;
}
#podpress_popup_backto span , #podpress_popup_close {
	font-size:0.7em;
}
#podpress_popup_close {
	width:29%;
	padding-top:1.4em;
	margin-left: 1%;
}

/* player container styles */
.podpress_listenwrapper_container {
	width:342px;
	height:40px;
	padding:0px;
	margin:0px;
}
.podpress_listenwrapper_container div {
	margin:0px;
	padding:0px;
}
.podpress_mp3_borderleft {
	width:45px;
	height:40px;
	padding:0px;
	margin:0px;
	display:block;
	float:left;
}
.podpress_1pixelout_container {
	width:290px;
	height:40px;
	line-height:40px;
	padding:0px;
	margin:0px;
	vertical-align:middle;
	float:left;
}
.podpress_1pixelout_container object {
	margin-top:8px;
}
.podPress_content object, .podPress_content embed {
	margin:0px 0px 0px 0px;
	padding:0px;
	border:0px;
	/* background-color:#ee9999;*/
} 
.podPress_content div.podPress_downloadlinks  {
	clear:left;
	/* background-color:#99ee99; */
	/* margin-top:0.5em; */
	margin-bottom:1em;
	font-size: 80%;
	line-height:120%;
}
*html .podPress_downloadlinks  {
	margin-top:0.5em;
}
/* uncomment this to hide the "Play Now" link
.podPress_playerspace_playlink {
	display:none;
}
*/
.podPress_videoplayer_wrapper:hover {
	cursor:pointer;
}

/* Navi
***********************************************
these CSS are now in podpress_admin_statistics.css
*/

/* Stats
***********************************************
these CSS are now in podpress_admin_statistics.css
*/

.podpress_feed_buttons {
	border-style:none;
}
.podpress_feed_icon {
	border-style:none;
	vertical-align:middle;
	background:orange;
	color:white;
	width:14px;
	height:14px;
}

/* if you do not like the bullets in front of buttons list
.podpress_feed_buttons_list li {
	list-style-image:none;
	list-style-type:none;
	text-indent:-1em;
}
*/