body {
	font-family: Helvetica, Arial, sans-serif;
	background: #222 url(/images/podcast-archive/body-bg.png) repeat;
	color: #fff;
}

div#wrap a, div#episode-list a {
	color: #ddd;
	text-decoration: none;
	text-shadow: none;
	font-weight: bold;
}

div#wrap a:hover, div#episode-list a:hover {
	color: #fff;
	text-decoration: underline;
	text-shadow: none;
}

hr {
	border-top: 1px #111 solid;
	border-bottom: 1px #333 solid;
	border-left: none;
	border-right: none;
	margin-top: -20px;
	width: 750px;
	margin-bottom: 50px;
}

div#header-spacer {
	min-width: 800px;
	width: 100%;
	height: 65px;
	background: #4E81B1 url(/images/podcast-archive/header-spacer-bg.png) repeat-x;
	border-bottom: 2px #4073A3 solid;
	text-align: center;
	padding-top: 16px;
	color: #13181E;
}

div#wrap {
	width: 100%;
	min-width: 800px;
	text-align: center;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	background: #000;
	border-bottom: 1px #333 solid;
	line-height: 24px;
}

div#episode-list {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	margin-top: 0px;
}

/* @group Title */

div#title {
	width: 400px;
	height: 65px;
	background: url(/images/podcast-archive/logo.png) no-repeat;
	margin: 0 auto;
}

/* @end */

/* @group Episode Scroller */

#frame {
	overflow: hidden;
	margin: 0 auto;
	height: 300px;	
	width: 800px;
	background: url(/images/podcast-archive/shelf.png) repeat-x;
	z-index: 77;
}

#scroller {
	width: 800px;
	padding-left: 275px;
	margin: 0 auto;	
	overflow: hidden;
}

.section {
	padding-top: 54px;
	width: 250px;
	float: left;	
}

/* @end */

/* @group Episode Overlays */

div#curtain {
	background: url(/images/podcast-archive/curtains.png) no-repeat;
	width: 800px;
	height: 300px;
	position: absolute;
	z-index: 99;
	background-color: transparent;
}

div#episode-wrapper {
	width: 800px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

div#episode-overlay {
	width: 204px;
	height: 204px;
	position: absolute;
	z-index: 99;
	background: url(/images/podcast-archive/album-overlay.png) no-repeat;
	-moz-border-image: url(/images/podcast-archive/album-border.png) 6 6 6 6 stretch;
	-webkit-border-image: url(/images/podcast-archive/album-border.png) 6 6 6 6 stretch;
	margin-left: 295px;
	margin-top: 55px;
	border: 3px #FEE818 solid;
	-webkit-box-shadow: rgba(0, 0, 0, 0.746094) 0px 0px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.746094) 0px 0px 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

/* @end */

/* @group Navigation */

div#episode-list {
	width: 750px;
	padding-left: 20px;
	padding-right: 20px;
	height: 460px;
	overflow: auto;
	line-height: 24px;	
}

div#left-navigation {
	float: left;
	width: 200px;
	text-align: left;
	margin-top: 40px;
	background: url(/images/podcast-archive/navigation-bg.png) repeat;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	border: 1px #333 solid;	
}

ul#navigation-menu {
	list-style: none;
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-bottom: -5px;
}

div#left-navigation li {
	cursor: pointer;
	background: #FFE91B url(/images/core/button-overlay.png) repeat;
	color: #000;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 3px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	-webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
}

div#left-navigation li:hover {
	background: #ffff30 url(/images/core/button-overlay.png) repeat;
	color: #000;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
}

div#left-navigation li:active {
	background: #FF9200 url(/images/core/button-overlay.png) repeat;
	color: #000;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.3);
}

/* @end */

/* @group Description Scroller */

div#desc-wrapper {
	margin-top: 40px;
	width: 480px;
	float: right;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	text-align: left;
	background: url(/images/podcast-archive/navigation-bg.png) repeat;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px #333 solid;
	height: 300px;
	text-shadow: 0px 1px 0px #000;
	-webkit-text-stroke:1px rgba(255,255,255,0.01);
}

#desc-frame {
	overflow: hidden;
	margin: 0 auto;
	width: 500px;
	height: 300px;
}

#desc-scroller {
	width: 580px;
	margin: 0 auto;	
	overflow: hidden;
	height: 400px;	
}

.desc-section {
	width: 480px;
	float: left;
	height: 350px;
	font-size: 13px;
}

/* @end */

/* @group Episode Description */

div.ep-title {
	background: #4E81B1 url(/images/podcast-archive/header-spacer-bg.png) repeat-x;
	padding: 10px;
	padding-left: 15px;
	font-size: 16px;
	font-weight: bold;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;	
}

div.ep-body {
	background: url(/images/podcast-archive/navigation-bg.png) repeat;
	padding:15px;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
}

/* @end */