* {
	margin: 0;
	padding: 0;
	}
	
body {
	text-align: center;
	background: #b39058 url('i/brownpaper.jpg');
	font-family: Helvetica, Arial, sans-serif;
	}
	
#container {
	width: 800px;
	margin: 50px auto;
	text-align: left;
	}
	
#header h1 {
	width: 400px;
	height: 150px;
	background: transparent url('i/mattins-title.gif') no-repeat;
	text-indent: -99999px;
	}
	
#sidebar {
	width: 200px;
	float: left;
	}
	
#subtitle {
	width: 200px;
	height: 80px;
	background: transparent url('i/mattins-subtitle.gif') no-repeat;
	text-indent: -99999px;
	}
	
#credit a {
	display: block;
	width: 200px;
	height: 40px;
	background: transparent url('i/mattins-credit.gif') no-repeat;
	text-indent: -99999px;
	}
	
#links ul {
	margin-top: 20px;
	list-style: none;
	margin-left: 24px;
	}
#links ul li {
	font-size: 18px;
	margin-bottom: 10px;
	}
#links ul li a {
	display: block;
	padding: 3px 0 3px 32px;
	color: #000;
	text-decoration: none;
	}
#links ul li a:hover {
	color: #000;
	text-decoration: underline;
	}
#links ul li.rss a {
	background: transparent url('i/rss.gif') no-repeat;
	}	
#links ul li.itunes a {
	background: transparent url('i/itunes.gif') no-repeat;
	}
#links ul li.twitter a {
	background: transparent url('i/twitter.gif') no-repeat;
	}

#main {
	width: 550px;
	float: right;
	margin-top: 7px;
	}
	
#main h3.recently {
	width: 107px;
	height: 16px;
	background: transparent url('i/recently.gif') no-repeat;
	text-indent: -99999px;
	}
#main h3.archive a {
	display: block;
	width: 192px;
	height: 16px;
	background: transparent url('i/archive.gif') no-repeat;
	text-indent: -99999px;
	}
	
#main ul.ep_list {
	list-style: none;
	margin: 20px 0;
	border-top: 1px solid #000;
	}
#main ul.ep_list li {
	padding: 10px 0;
	border-bottom: 1px solid #000;
	line-height: 1.25;
	}
#main ul.ep_list li .cover {
	float: left;
	margin-right: 10px;
	}
#main ul.ep_list li a {
	color: #000;
	text-decoration: underline;
	}
#main ul.ep_list li a:hover {
	color: #000;
	text-decoration: none;
	}
#main ul.ep_list .ep_meta {
	margin-left: 80px;
	}
#main ul.ep_list span.title {
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: bold;
	}
#main ul.ep_list span.date, #main ul.ep_list span.mp3 {
	font-size: 14px;
	margin-left: 10px;
	}
#main .player {
	margin-top: 5px;
	}
	
.clear {
	clear: both;
	}