/* ============= Blog-posts ========= */

#page-description {
	float: left;
	width: 500px;
	margin: 140px 0 0 60px;
	padding: 0;
}

#post {
	margin: 0 0 30px 0;
}

h2 {
	color: #383838;
	font-size: 30px;
	border-bottom: 1px solid #bfbfbf;
	margin-bottom: 20px;
	padding-bottom: 4px;
}

#page-description p {
	
}

#blog-posts p a:link, blog-posts p a:visited {
	color: #666;
}

#blog-posts p a:hover {
	color: red;
}

#page-description a:link, #page-description a:visited {
	
}

#page-description a:hover {
	
}


/* ============= podcast Items ========= */

.podcast {
	width: 220px;
	margin-bottom: 30px;
}

.podcastEven { float: left; clear: left; }
.podcastOdd { float: right; clear: right; }

.podcast h3 {
	background-color: #333;
}

.podcast h3 a:link, .podcast h3 a:visited {
	font-size: 16px;
	text-decoration: none;
	font-weight: normal;
	color: white;
	display: block;
	padding: 5px 0 5px 10px;
}

.podcast h3 a:hover {
	text-decoration: underline;
}

.podcast p {
	font-size: 12px;
	color: #333;
	padding: 5px 0;
}

p.podcast-releaseDate {
	color: #888;
	font-style: italic;
}








