body, img, ul, li, div, p, h1, h2, h3, h4, h5, h6 { 
	margin:0;
	padding:0;
	border:0;
	list-style:none;
	list-style-type: none; 
}

body {
	background-color:#f0f0f0;
	font-family:sans-serif;
	line-height:1.5;
	font-size:14px;
}

h1, h2, h3, h4, h5, h6 {
	font-size:14px;
	
}


/* Huvudet */

.podcast-header  {
	margin-bottom:10px;
	box-shadow: 0px 5px 4px #888888;
	/*padding:10px;*/
	position:relative;
}

.podcast-header h1 {

	text-align:center;
	color:#fff;
	background-color:#333;
	line-height:2.5;
	font-size:16px;
/*	margin:-10px -10px 0px -10px; */
}

.podcast-header h1 span {
	position:absolute;
	right:10px;
	top:3px;
}

.podcast-header #header-menu {
	background-color:#000;
	color:#fff;
	opacity:.8; 
	display:none;
	position:absolute;
	width:100%;
	padding:10px;
	box-sizing:border-box;
	z-index:10;

}

.podcast-header #header-menu a {
	color:#FFF;
	text-decoration:none; 
}

.podcast-header #header-info {
	overflow:hidden;
	border-bottom:1px solid #ccc;
	padding:10px;
}

.podcast-header  h2 img {
	width:130px;
	height:auto;
	margin-right:10px;
}

.podcast-header h3 {
	-o-text-overflow: ellipsis;   /* Opera */
	text-overflow:    ellipsis;   /* IE, Safari (WebKit) */
	overflow:hidden;              /* don't show excess chars */
	white-space:nowrap;
	max-width:190px;
}

.podcast-header h2, .podcast-header h3 {
	float:left;
	font-weight:normal;
	color:#666666;
}

.podcast-header h3 strong {
	color:#000;
}

.podcast-header h4 {
	clear:both; 
	font-weight:normal;
	border-top:1px solid #fff;
	padding:10px;
	color:#666666;
}

.podcast-header h4 strong {
	color:#000;

}


/* Episoderna  */

.podcast-episode {
	border-top:1px solid #fff;
	border-bottom:1px solid #ccc;
	padding:10px;
	background-color:#f0f0f0;
}

.podcast-episode .publish-date, 
.podcast-episode .description {
	color:#666666;

}

.podcast-episode:nth-child(2) {
	border-top:0;
	padding-top:0;
}

.podcast-episode:nth-child(odd) {
	background-color:#ededed;
}

.podcast-episode .entry-content {
	display:none; 
}