/*
Willkommen bei Custom CSS

Wie es funktioniert, steht unter http://wp.me/PEmnE-Bt
*/
/*Mehr Abstand zwischen Kategorien und Web Player*/
.TagsAndCategories {
	margin-bottom: 2em;
}

/*Footer ausblenden*/
#infinite-footer, footer {
	display: none;
}

/*Internet Explorer skaliert pixelig. Abhilfe:*/
img {
	-ms-interpolation-mode: bicubic;
}

/*Weniger Abstand bei den Logos in der Widget-Spalte*/
.widget_image {
	margin-bottom: 1em;
}

.widget_podlove_subscribe_button_widget {
}

iframe[src*="podlove.org/subscribe-button"] {
	display: block !important;
	margin: 0 auto;
}

/*Contributors-Tabelle: keine Spaltentrennung*/
table.podlove-contributors-table td {
	border: none;
	border-bottom: 1px solid #eaeaea;
	line-height: 1.6em;
}

table.podlove-contributors-table {
	border: none;
}

table.podlove-contributors-table tr:last-child td {
	border-bottom: none;
}

/*
#dce0e2 dunkelgrau
#fbfcfc hellgrau
#ed950d orange
#FFBE5A orange Highlight
#CC800B orange Dark


buttonBackgroundColor == #ed950d
buttonHoverBackgroundColor == #FFBE5A
buttonActiveBackgroundColor == #CC800B
buttonTextColor == #FFF
buttonHoverTextColor == #FFF
buttonActiveTextColor == #FFF
buttonBorderColor == #dce0e2
listHighlightBackgroundColor == #dce0e2
listHighlightTextColor == #FFF

*/
/*Frustrane Versuche, den Subscribe-Button einzufärben*/
#podlove-subscribe-button, .podlove-subscribe-button, #podlove-subscribe-popup #podlove-subscribe-panel-podcast .podlove-subscribe-button, #podlove-subscribe-popup #podlove-subscribe-panel-finish .podlove-subscribe-button {
	background-color: #ed950d !important;
/*RGB(0,40,120)*/
	border-color: #001F5E !important;
/*RGB(0,31,94)*/
	color: #ffffff;
}

#podlove-subscribe-button, .podlove-subscribe-button {
	border: 1px solid #dce0e2 !important;
}

#podlove-subscribe-button:hover, .podlove-subscribe-button:hover, #podlove-subscribe-popup #podlove-subscribe-panel-podcast .podlove-subscribe-button:hover, #podlove-subscribe-popup #podlove-subscribe-panel-finish .podlove-subscribe-button:hover {
	background-color: #FFBE5A !important;
/*RGB(51,91,171)*/
}