/* General Page Structure
-------------------------------------------------------------------------------------- */
body {
	background-color: #000;
	margin: 0;
	padding: 0 0 20px;
}
a#logo {
	display: block;
	margin: 50px auto 0;
	width: 220px;
}
a#logo img {
	display: block;
}
#main {
	background: url(/images/earbuds-bottom.jpg) no-repeat bottom left;
	margin: 0 auto 80px;
	padding: 50px 0 40px;
	width: 707px;
}
#content {
	background-color: #fff;
	float: left;
	margin: 0 0 0 120px;
	min-height: 266px;
	padding: 20px 30px;
	width: 407px;
}


/* General Styles
-------------------------------------------------------------------------------------- */
/* IE 6  */ * html .clear { height: 1%; overflow: visible; }
/* IE 7  */ *+html .clear { min-height: 1%; }
/* Other */ .clear:after  { clear: both; content: "."; display: block; height: 0; visibility: hidden; }

a img {	border: none; }


/* General Typography
-------------------------------------------------------------------------------------- */
body {
/*  color: #656566;*/
	font: 12px/1.5 Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, ol, ul {
	margin: 0 0 12px;
}
h1, h2 {
	background-position: top left;
	background-repeat: no-repeat;
	height: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
h1 {
	font-size: 36px;
	margin-bottom: 20px;
	padding-top: 36px;
}
h2 {
	font-size: 21px;
	margin-bottom: 12px;
	padding-top: 22px;
}
h3 {
	font-size: 12px;
	margin: 0 0 12px;
}
ol, ul {
	margin: 0 0 12px 40px;
	padding: 0;
}
a {
	color: #3f763a;
}
dt {
	font-weight: bold;
}


/* Image Replacement for Titles
-------------------------------------------------------------------------------------- */
body.index h1,
body.index h2,
body.shift h1,
body.shift h2,
body.edit h1,
body.edit h2 {
	margin: 0 auto 20px;
}
body.index h1,
body.shift h1,
body.edit h1 {
	background-image: url(/images/h1-your-podcasts-faster.png);
	width: 338px;
}
body.index h1,
body.edit h1 {
	margin-bottom: 40px;
}
body.index div.podcast_url h2,
body.edit  h2 {
	background-image: url(/images/h2-i-want.png);
	width: 57px;
	float: left;
	margin: 5px 10px 0 0;
}
body.index div.podcast_speed h2,
body.edit  div.podcast_speed h2 {
	background-image: url(/images/h2-faster.png);
	float: left;
	margin: 3px 0 0 10px;
	width: 59px;
}

body.edit h3.podcast_title {
  font-size: 150%;
  text-decoration: none;
	margin: 2px 0 0 0;
	display: inline;
	background: url(/images/h2-i-want.png) no-repeat;
	padding-left: 70px;
}
body.halp h1 {
	background-image: url(/images/h1-help.png);
}
body.halp div.load h2 {
	background-image: url(/images/h2-your-feed-isnt-loading.png);
}
body.halp div.speed h2 {
	background-image: url(/images/h2-you-want-to-change-speeds.png);
}
body.angry h1 {
	background-image: url(/images/h1-faq.png);
}
body.angry h2 {
	background-image: url(/images/h2-feeling-emotional.png);
	padding-top: 45px;
}
body.shift h2.podcatcher {
	background-image: url(/images/h2-click-here-copy-into-podcatcher.png);
	width: 385px;
}


/* Forms
-------------------------------------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}
input.text, select {
	border: 1px solid #cbcacb;
	color: #656667;
	font: 12px/16px Arial, Helvetica, sans-serif;
}
input.text {
	padding: 4px;
}
select {
	padding: 3px;
}
input.submit {
	cursor: pointer;
}


/* Home
-------------------------------------------------------------------------------------- */
body.index #content{  
  height: 330px;
}
body.index #content,
body.edit #content {
	background: #efefef url(/images/earbuds-top.jpg) no-repeat top left;
  margin-top: -6px;
  padding-top: 26px;
  position: relative;
  text-align: center;
}
form#podcast div.podcast_url,
form#podcast div.podcast_speed,
form#podcast div.podcast_link {
	margin: 0 auto 18px auto;
}
form#podcast div.podcast_url {
	width: 381px;
}
form#podcast div.podcast_speed {
	width: 135px;
}
form#podcast div.podcast_link {
	text-align: center;
}
form#podcast label {
	display: none;
}
form#podcast input {
	display: block;
	margin: 0 auto;
}
form#podcast input.text {
	float: left;
	height: 16px;
	margin: 0 0 20px;
	width: 300px;
}
form#podcast div.podcast_url input {
	margin: 0;
	width: 300px;
	background: url('/images/rss-icon.png') no-repeat 285px 2px;
	font-weight: bold;
}
form#podcast select {
	min-width: 55px;
}
form#podcast div.podcast_speed select {
	float: left;
}
form#podcast input#feed_submit,
form#podcast input.submit {
	background: url(/images/button-shift-it.png) no-repeat top left;
	border: none;
	height: 39px;
	padding: 0;
	width: 121px;
}

form#podcast div.podcast_url input.error {
	border-color: red;
}

body.index #content #errorDescription {
	font-size: larger;
	color: red;
	padding: 3em 0 1em 0;
}
body.index #content #audio-examples {
	margin-top: 60px;
}
body.index #content #audio-examples h2 {
	color: #444;
	background: none;
	height: 20px;
	padding: 2px 0;
	margin: 0;
	font-size: 11pt;
	margin-bottom: 4px;
}
body.index #content #audio-examples .original-mp3 {
	margin-bottom: 7px;
}
body.index #content #audio-examples a {
	padding-top: 2px;
	margin: 2px 3px;
}

/* Help
-------------------------------------------------------------------------------------- */
div.topic {
	clear: both;
	margin: 0 0 12px;
}
div.topic img.screen {
	border: 1px solid #cacacb;
	display: block;
	float: left;
	margin: 0 15px 0 0;
	padding: 1px;
}
div.topic div.content {
	float: left;
	width: 293px;
}


/* FAQ
-------------------------------------------------------------------------------------- */
div.faq {
	border-bottom: 1px solid #aaa;
	margin: 0 0 12px;
}
div.faq h3 {
	cursor: pointer;
}
div.faq h3:hover {
	color: #000;
}


/* Open
-------------------------------------------------------------------------------------- */
form#podcatcher input.text {
	display: block;
	height: 16px;
	margin: 0 auto 20px;
	width: 300px;
}
#description, a#itunes {
	margin: 0 auto;
}
#description {
	background: url(/images/description-icon.png) no-repeat 2px 0;
	font-size: 11px;
	padding-left: 50px;
	width: 260px;
}
#description h3 {
	font-size: 11px;
	margin: 0;
}
a#itunes {
	background: url(/images/itunes.png);
	display: block;
	height: 0;
	overflow: hidden;
	padding: 40px 0 0 ;
	width: 310px;
}


/* Side Tabs
-------------------------------------------------------------------------------------- */
ul#tabs {
	float: left;
	list-style: none;
	margin: 15px 0 0;
}
ul#tabs li {
	display: block;
	margin: 0 0 4px;
}
ul#tabs li a {
	display: block;
	overflow: hidden;
	padding: 0 0 0 26px;
	width: 0;
}
ul#tabs li a.halp {
	background: url(/images/tab-help.png) no-repeat top left;
	height: 83px;
}
body.halp ul#tabs li a.halp {
	background-position: -26px 0;
}
ul#tabs li a.feedback {
	background: url(/images/tab-feedback.png) no-repeat top left;
	height: 141px;
}


/* Footer
-------------------------------------------------------------------------------------- */
#footer  {
	clear: both;
	color: #fff;
	text-align: center;
}
#footer a {
	color: #fff;
	margin: 0 5px;
}

/* Yahoo Media Player 
-------------------------------------------------------------------------------------- */
/* Hides the "learn more about this player" text. See: http://www.ccastig.com/2009/03/29/yahoo-media-player-hacks/ */
#ymp-relevance {
	visibility: hidden;
}
#audio-examples a.ymp-btn-page-play, 
#audio-examples a.ymp-btn-page-pause {
padding-left:17px !important;
}
