/* =reseting & global
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body, h1, h2, h3, h4, h5, h6,
blockquote, p, address, form, 
ul, ol, dl, dt, dd, li, hr, table, td, th, img {
	margin: 0;
	padding: 0;
	border: 0;
}

a, a:visited { color: #A4DF38 }	
a:hover { color: #0CF; }

ul, ol { list-style: none; }

.clear { clear: both; }

/* =layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body {
	background-color: #000;
	color: #CCC;
	font: normal 100% Arial, Helvetica, sans-serif;
}

h2, legend {
	font: bold 1.06em Arial, Helvetica, sans-serif;
	color: #A4DF38;
}

p {
	font-size: .69em;
	font-weight: bold;
	margin-bottom: 20px;
}

hr {
	border-top: 1px dashed #CCC;
	margin-bottom: 20px;
	width: 500px;
	clear: both;
}

#leftCol {
	width: 253px;
	float: left;
}
h1 a {
	display: block;
	width: 253px; height: 160px;
	overflow: hidden;
	text-indent: -999em;
	background: url('./images/hedoncast.jpg') no-repeat;
}
#iPod {
	padding-top: 352px;
	background: url('./images/ipod.jpg') 0 0 no-repeat;
}
#subscribe {
	display: block;
	width: 253px; height: 88px;
	overflow: hidden;
	text-indent: -999em;
}
#subscribe.pl {
	background: url('./images/subscribe_pl.gif') 0 0 no-repeat;
}
#subscribe.en {
	background: url('./images/subscribe_en.gif') 0 0 no-repeat;
}

#rightCol {
	width: 677px;
	float: left;
}
#content {
	margin: 35px;
}
#subscribe2 {
	display: block;
	width: 281px; height: 46px;
	overflow: hidden;
	text-indent: -999em;
	margin-bottom: 30px;
}
#subscribe2.pl {
	background: url('./images/subscribe2_pl.gif') 0 0 no-repeat;
}
#subscribe2.en {
	background: url('./images/subscribe2_en.gif') 0 0 no-repeat;
}
#subscribe2:hover {
	background-position: 0 -46px;	
}

#episodes {
	font-size: .69em;
	font-weight: bold;
	text-align: center;
}
#episodes li {
	float: left;
	margin: 0 10px 5px;
}
#episodes img {
	display: block;
	width: 174px; height: 120px;
}

#footer {
	clear: both;
	margin: 70px 35px 30px;
}
#footer p {
	color: #A3BF2A;
}
#footer strong {
	color: #4D5547;
}
#footer a {
	margin-right: 10px;
}

/* =form
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

fieldset {
	float: left;
	width: 400px;
	border: 1px solid #CCC;
	margin-top: 20px;
}
.formdiv {
	margin-bottom: 5px;
	clear: both;
}
.formdiv label {
	float: left;
	width: 150px;
	margin-top: 2px;
}
.formdiv input {
	width: 245px;
}

fieldset li {
	border-bottom: 1px dashed #666;
	padding-bottom: 3px; margin-bottom: 3px;
}
