/* @override http://www.garethemery.com/assets/css/podcast.css */

/* ++++++++++ podcast ++++++++++ */

#player {
	width: 230px;
	background-color: #53965a;
	padding: 20px;
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
	height: 225px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	position: relative;
}

#player form {
	display: block;
	position: absolute;
	top: 156px;
}

#player form h2 {
	color: #fff;
	font-weight: bold;
	text-shadow: #306836 1px 1px 0;
	font-size: 13px;
	line-height: 15px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#player form p {
	margin: 0 0 10px;
	padding: 0;
	color: #fffeff;
	font-size: 12px;
	line-height: 16px;
	text-shadow: #306836 1px 1px 0;
}

#player form input[type=text] {
	border-style: none;
	padding: 3px 6px 3px 3px;
	font-size: 13px;
	width: 163px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 3px;
	height: 19px;
	text-indent: 2px;
}

#player form input[type=submit] {
	background-color: #52b05d;
	
	background: -moz-linear-gradient(top, #5EBE68 0%, #2F6635 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5EBE68), color-stop(100%,#2F6635)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5EBE68', endColorstr='#2F6635',GradientType=0 ); /* ie */
	
	border: 1px solid #52a15a;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 25px;
	color: #fffeff;
	text-shadow: #2f6535 1px 1px 1px;
	position: relative;
	bottom: 1px;
	-moz-box-shadow: 0 0 0px 1px #2f6535;
	-webkit-box-shadow: 0 0 0px 1px #2f6535;
	box-shadow: 0 0 0px 1px #2f6535;
	font: 11px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	width: 55px;
}

#podcast ul li {
	width: 248px;
	height: 35px;
	background: url(../img/bg_diary_events.gif) repeat-x;
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
	border: 1px solid #2a2929;
	margin-top: 5px;
	padding: 5px;
	color: #fffeff;
	margin-left: 0;
	margin-right: 0;
}

#podcast ul li:hover {
	border: 1px solid #424242;
}

#podcast ul {
	height: 418px;
	overflow: hidden;
	width: 283px;
	padding: 0;
}

#podcast {
	width: 275px;
	height: 450px;
	background: url(../img/podcast/bg_podcast_episodes.gif) no-repeat;
	padding: 5px 15px 15px 10px;
}

#podcast a {
	text-decoration: none;
}

#podcast #rss {
	background: url(../img/button_rss.png) no-repeat right;
	width: 100%;
	height: 15px;
	display: block;
	position: relative;
	left: 3px;
}

#podcast #rss:hover {
	position: relative;
	top: 1px;
}

#podcast .calendar {
	width: 40px;
	height: 40px;
	background: url(../img/bg_diary_ical.png) no-repeat;
	display: block;
	text-decoration: none;
	padding-top: 7px;
	position: relative;
	bottom: 2px;
	right: 1px;
	float: left;
	margin-right: 3px;
}

#podcast .day {
	color: #ac0707;
	font-weight: bold;
	font-size: 17px;
	text-decoration: none;
	text-align: center;
	width: 100%;
	display: block;
	height: 15px;
}

#podcast .month {
	color: #ac0707;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
	width: 100%;
	display: block;
	font-weight: bold;
	height: 8px;
}

#podcast h1 {
	font-size: 14px;
	height: 22px;
	color: #fffeff;
}

#podcast h2 {
	font-weight: normal;
	font-style: normal;
	color: #848484;
	font-size: 12px;
}

#player #mp3, #player #mp3 a {
	background-color: #52b05d;
	
	background: -moz-linear-gradient(top, #5EBE68 0%, #2F6635 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5EBE68), color-stop(100%,#2F6635)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5EBE68', endColorstr='#2F6635',GradientType=0 ); /* ie */
	
	border: 1px solid #52a15a;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 22px;
	color: #fffeff;
	text-shadow: #2f6535 1px 1px 1px;
	position: absolute;
	-moz-box-shadow: 0 0 0px 1px #2f6535;
	-webkit-box-shadow: 0 0 0px 1px #2f6535;
	box-shadow: 0 0 0px 1px #2f6535;
	font: 12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	width: 230px;
	display: block;
	text-decoration: none;
	padding-top: 6px;
	text-align: center;
	top: 103px;
}

#player #itunes, #player #itunes a {
	background-color: #52b05d;
	
	background: -moz-linear-gradient(top, #5EBE68 0%, #2F6635 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5EBE68), color-stop(100%,#2F6635)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5EBE68', endColorstr='#2F6635',GradientType=0 ); /* ie */
	
	border: 1px solid #52a15a;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 22px;
	color: #fffeff;
	text-shadow: #2f6535 1px 1px 1px;
	position: absolute;
	-moz-box-shadow: 0 0 0px 1px #2f6535;
	-webkit-box-shadow: 0 0 0px 1px #2f6535;
	box-shadow: 0 0 0px 1px #2f6535;
	font: 12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	width: 230px;
	display: block;
	text-decoration: none;
	padding-top: 6px;
	text-align: center;
	top: 63px;
}

#player a:hover {
	position: relative;
	top: 1px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #53965a;
	margin-top: 30px;
	margin-bottom: 10px;
}

#tracklisting {
	color: #c7c7c7;
	font-size: 13px;
	line-height: 21px;
}

#holder_podcast .post p a {
	color: #53965a;
}

#holder_podcast .post p a:hover {
	color: #5eaa66;
}

#holder_podcast .post .more {
	color: #53965a;
	font-size: 13px;
	padding-top: 10px;
	display: block;
}

#holder_podcast .post .more:hover {
	color: #5eaa66;
}

#podcast-promo {
	float: right;
	margin-bottom: 20px;
	height: 275px;
}

#podcast-top {
	width: 100%;
	height: 250px;
	display: block;
}

.post p {
	
}

.tracklistings {
	color: #c7c7c7;
	font-size: 13px;
	line-height: 16px;
}

.tracklistings h3 {
	margin-bottom: 20px;
}
