*
{
	margin: 0;
	padding: 0;
}
body
{
	background-color: #FFF;
}
p
{
	margin-top: 18px;
}
div.css-panes .titleblue {
	color: #c14b03;
	font: normal 16px "Adobe Garamond Pro", Garamond, "Times New Roman", Times, serif;
	margin-bottom:20px;
}
div.css-panes blockquote {
	padding:0 30px;
}
#learn_content a
{
	border-bottom: #766B02 1px dotted;
	color: #c14b03;
	text-decoration: none;
}
#listen_content a
{
	border-bottom: #C14B03 1px dotted;
	color: #C14B03;
	text-decoration: none;
}
#look_content a
{
	border-bottom: #E5B123 1px dotted;
	color: #E5B123;
	text-decoration: none;
}
#learn_content
{
	background: url(../graphics/learn_bkgrnd.gif);
	border: #B9AA15 solid 1px;
	color: #3B2323;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
	margin: 0;
	padding: 0 20px 20px 20px;
	width: 868px;
}
#listen_content
{
	background: url(../graphics/listen_bkgrnd.gif);
	border: #C14B03 solid 1px;
	color: #3B2323;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
	margin: 0;
	padding: 0 20px 20px 20px;
	text-align: center;
	width: 868px;
}
#look_content
{
	background: url(../graphics/look_bkgrnd.gif);
	border: #E5B123 solid 1px;
	color: #3B2323;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
	margin: 0;
	padding: 0 20px 20px 20px;
	text-align: center;
	width: 868px;
}
.media
{
	left: 0;
	margin: 0 auto;
	position: relative;
}
div.video
{
	border: 0;
	cursor: pointer;
	height: 300px;
	left: 0;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 450px;
}
div.video img
{
	margin-top: 95px;
}
div.video div.info
{
	background: #333;
	border-top: 1px solid #ccc;
	color: #FFF;
	font-family: "bitstream vera sans", "trebuchet ms";
	font-size: 12px;
	height: 40px;
	margin-top: 40px;
	opacity: 0.8px;
	padding: 10px;
	text-align: left;
}
div.video div.info span
{
	color: #E5B123;
	display: block;
	font-weight: 700;
}
.credit
{
	text-align: center;
}
a.player
{
	background: url(../graphics/splash.png) no-repeat;
	color: #fff;
	cursor: pointer;
	display: block;
	height: 300px;
	margin: 40px 20px 0 45px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	width: 430px;
}
a.player img
{
	border: 0;
	margin-top: 115px;
}
#player
{
	float: left;
}
#playlist
{
	background-color: #e5b123;
	border: 1px solid #ccc;
	float: left;
	height: 285px;
	margin-top: 40px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 4px 10px 12px;
	width: 310px;
}
#playlist a
{
	background-color: #fff;
	border: 1px solid #ccc;
	color: #e5b123;
	display: block;
	font: 11px "bitstream vera sans", "lucida grande", verdana;
	height: 90px;
	margin-top: 7px;
	padding: 7px;
	text-decoration: none;
	width: 280px;
}
#playlist a:hover
{
	background-color: #d0e1e0;
}
#playlist a.progress
{
	background-color: #efefef;
}
#playlist a img
{
	border: 0;
	float: left;
	margin-right: 10px;
}
#playlist a strong
{
	color: #6593c4;
	padding-bottom: 5px;
}
#playlist a em
{
	background: url(/img/demos/clock.gif) no-repeat 0 50%;
	border: 0;
	color: #333;
	float: left;
	font-style: normal;
	margin-right: 10px;
	margin-top: 10px;
	padding-left: 20px;
}
.media_listen_threads, .media_listen_threads_tabs
{
	position: absolute;
}
#playlist a.playing, #playlist a.paused
{
	background-color: #efecca;
	border: 1px solid #666;
}
