/*
The Podcast Style
The style for the podcast pages
*/

@import url("../../../../../style.css");
	
	#lizard
	{
		position:relative;
		left:600px;
		top:-128px;
	}
	#itunes-link
	{
		position:relative;
		border:none;
		left:662px;
		top:25px;
	}
	#maincontent
	{
		position:relative;
		top:-130px;
		font-size:1.6em;
	}
	
	.episode_number
	{
		font-size:200%;
	}
	.episode_title
	{
		font-size:300%;
	}
	.description
	{
		position:relative;
		left:20px;
		padding-left:10px;
		border-left:1px solid #268040;
	}
	.audiobox {
		position:relative;
		left:8px;
	}
	#saysomething {
		color:black;
	}
	#commentheadline {
		color: #268040;
		font-size:200%;
		border-bottom:#268040 solid;
	}
	#commentname, #commentmail, #commentweb
	{
		font-size:200%;
		width:100%;
	}
	#commentmessage
	{
		width:100%;
	}
	.commentlabel
	{
		color: #268040;
		font-size:150%;
	}
	#paging_links
	{
		text-align:center;
	}
	}