/******************************
	Base
******************************/

* {
	font-size: 100%;
	padding: 0;
	margin: 0;
	color: #333;
}
body {
	font-size: 0.72em;
	font-family: Verdana, sans-serif;
	line-height: 18px;
	background: #ECF1F2;
	/* Hack to center align in IE5 */
	width: 100%;
	text-align: center;
}
p 
{
	margin-bottom: 1em;
}


/******************************
	Container
******************************/

#container 
{
	width: 950px;
	margin: 0 auto;
	padding: 20px;
	/* Hack to center align in IE5 */
	text-align: left;
	position: relative;
}


/******************************
	Content
******************************/

#content
{
	float: left;
	width: 750px;
	padding: 0 30px;
	background: #FFF;
}

/******************************
	Header
******************************/

#header h1 {
	float: left;
	background: url(../images/pk_and_you_logo.gif) no-repeat;
	width: 169px;
	height: 134px;
	text-indent: -1000px;
	margin: 20px 0;
}
#header p {
	float: right;
	background: #EFEFEF;
	border: 1px solid #ccc;
	padding: 2px 0;
	width: 550px;
	text-align: center;
	font-size: 0.95em;
	margin: 20px 0;
}
#header ul {
	float: right;
	list-style: none;
}
#header a {
	width: 160px;
	height: 80px;
	display: block;
	text-align: center;
	text-decoration: none;
}
#header li {
	float: left;
	display: block;
	text-align: center;
}
#header li.send-to-a-friend {
	background: url(../images/send_to_a_friend.gif) no-repeat bottom;
}
#header li.get-the-podcast {
	background: url(../images/get_the_podcast.gif) no-repeat bottom;
}
#header li.email-newsletter {
	background: url(../images/email_newsletter.gif) no-repeat center bottom;
}

/******************************
	Media
******************************/

#media {
	clear: both;
}

/******************************
	Player
******************************/

#player {
	float: left;
	width: 450px;
	height: 410px;
}
#player h2 {
	background: #7C7C7C url(../images/player_top.gif) top left no-repeat;
	color: #fff;
	font-size: 1.2em;
	padding: 5px 10px;
}

/******************************
	ContentPane
******************************/

#ContentPane {
	float: right;
	width: 245px;
	height: 372px;
	border: 1px solid #7C7C7C;
	overflow: auto;
	padding: 15px;
}

#ContentPane h2 {
	padding: 0 0 10px 0;
	font-size: 1.2em;
}
#ContentPane h3 {
	padding: 5px 0;
	font-weight: normal;
	font-size: 1.2em;
}

#ContentPane dt {
	padding-left: 15px;
	background: url(../images/episode_link.gif) no-repeat left;
	overflow: auto;
}

#ContentPane dd {
	padding: 5px 0;
}

#ContentPane dt a {
	color: #0D5E8F;
	font-weight: bold;
	text-decoration: none;
}
#ContentPane dt a:hover {
	text-decoration: underline;
}
label 
{
	display: block;
	font-weight: bold;
}
input.text
{
	display: block;
	margin: 2px 0;
	width: 90%;
}
input
{
	margin: 10px 0;
}

/******************************
	Premier Links
******************************/

#premier-links {
	clear: both;
	float: left;
	width: 748px;
	margin: 10px 0;
	border: 1px solid #CCC;
	background: #F8F8F8;
	font-size: 0.95em;
}
#premier-links ul {
	float: left;
	list-style-type: none;
}
#premier-links li {
	width: 344px;
	padding: 10px 0 10px 10px;
	display: block;
	float: left;
}
#premier-links a {
	text-decoration: none;
}
#premier-links img {
    float: left;
	vertical-align: middle;
	padding: 0 15px 0 0;
}

/******************************
	Information
******************************/

#information {
	clear: both;
}
#information h2 {
	font-size: 1.2em;
}
#information h2, #information p {
	padding-bottom: 10px;
}

/******************************
	Footer
******************************/

#footer {
	float: left;
	width: 100%;
	padding: 20px 0 0 0;
	border-top: 1px solid #7C7C7C;
	text-align: center;
}

/******************************
	Adverts
******************************/

#adverts 
{
	float: left;
	width: 120px;
	height: 724px;
	margin: 75px 0 0 20px;
}
#adverts td {
	width: 120px;
	height: 240px;
	padding: 0 0 2px 0;
}

/******************************
	AJAX Loading Graphic
******************************/

#loading 
{
	background: #FFFFCC;
	padding: 7px;
	margin: 0 0 15px 0;
}
#loading img
{
	padding-right: 10px;
}

#selectpodcast th 
{
	font-weight: normal;
}
#selectpodcast td
{
	padding: 5px 0 5px 15px;
}

#selectpodcast img 
{
	border: 0;
}
