/* Page structure.
   ---------------------------------------------------------------------------*/
html {
	background: #edece2 url(../img/bg.png) no-repeat top center;
	color: #4f4f4f;
	font: 14px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: justify;
}
body {
	margin: 4.2em auto;
	width: 40em;
}

/* Page header.
   ---------------------------------------------------------------------------*/
header {
	display: block;
}
header h1 {
	background: url(../img/logo.png);
	margin: 0 0 0 10em;
	height: 184px;
	text-indent: -9999px;
	width: 238px;
}
header a {
	display: block;
	height: 100%;
	overflow: hidden;
}

/* Episodes.
   ---------------------------------------------------------------------------*/
article {
	display: block;
	margin: 4.2em 0;
	position: relative;
}
article h2 {
	font-family: "Gill Sans", "Gill Sans MT", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	position: absolute;
	text-align: left;
	text-transform: uppercase;
	width: 8em;
}
article>p,article>ul {
	margin-left: 10em;
}
article section {
	display: block;
	margin: 4.2em 0 4.2em 10em;
	min-height: 5.6em;
	position: relative;
}
article section h2 {
	margin-left: -10em;
}
article section h2+p, article section p.duration+p,article section img+p {
	margin-top: 0;
}
article section h2 a:link {
	color: inherit;
}
article section time {
	font-family: "Gill Sans", "Gill Sans MT", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-left: -10em;
	position: absolute;
	text-transform: uppercase;
	top: 1.4em;
	width: 8em;
}
article section p.download {
	margin-left: -10em;
	position: absolute;
	top: 2.8em;
}
article section p.duration {
	color: #b6b3aa;
	margin-left: -10em;
	position: absolute;
	top: 5.6em;
}
article section img {
	border: .4em solid #fff;
	float: right;
	margin: 0 0 .2em 1em;
}
article section a[rel=enclosure] {
	background: url(../img/play.png) no-repeat left center;
	padding-left: 16px;
}

/* Footer.
   ---------------------------------------------------------------------------*/
#subscribe a {
	background: url(../img/subscribe.png) no-repeat top center;
	display: block;
	margin: 0 auto;
	padding-top: 35px;
	text-align: center;
	width: 14em;
}
footer {
	color: #b7b4a9;
	display: block;
	margin: 1.4em 0 4.2em;
}
footer a:link, footer a:visited {
	color: #dabd98;
}
footer a:hover {
	color: #b99d86;
}

/* Headings.
   ---------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	color: #000;
}

/* Lists.
   ---------------------------------------------------------------------------*/
ul {
	margin: 1.4em 0;
}
ul li {
	list-style: disc;
}

/* Forms.
   ---------------------------------------------------------------------------*/
label {
	clear: left;
	float: left;
	font-weight: bold;
	margin-bottom: 1.4em;
	width: 8em;
}
input, textarea {
	margin-bottom: 1.4em;
	outline: 0;
}
input[type=text], textarea {
	background: #f9f7f1;
	border: 1px solid #b7b4a9;
	padding: .375em .4em;
	width: 21em;
}
textarea {
	height: 16em;
}
button {
	clear: both;
	display: block;
}

/* Other block elements.
   ---------------------------------------------------------------------------*/
p {
	margin: 1.4em 0;
}

/* Links.
   ---------------------------------------------------------------------------*/
a {
	text-decoration: none;
	-webkit-transition-duration: .5s;
	-webkit-transition-property: color, background;
}
a:link {
	color: #aa6919;
}
a:visited {
	color: #202020;
}
a:hover, a:active, a:focus {
	color: #863d06;
	outline: 0;
	-webkit-transition-duration: .5s;
	-webkit-transition-property: color, background;
}

/* Other inline elements.
   ---------------------------------------------------------------------------*/
abbr.initialism {
	font-size: .85em;
	letter-spacing: .1em;
	text-transform: uppercase;
}
cite, em {
	font-style: italic;
}
q {
	quotes: none;
}
q:before {
	content: "\2018";
}
q:after {
	content: "\2019";
}
q q:before {
	content: "\201c";
}
q q:after {
	content: "\201d";
}
strong {
	font-weight: bold;
}
