

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, Serif;
	font-size: 12px;
	color: #4a4a4a;
}

p {
	line-height: 1.5;
	margin: 1em 0;
	text-align: justify;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

ul, ol {
	margin: 1.5em 0 1.5em  40px;
	line-height: 1.5;
	text-align: justify;
}

ul ul, ol ul, ul ol, ol ol {
	margin: 1em 0 1em 30px;
}

ul {
	list-style: disc outside;
}

ul ul, ol ul {
	list-style: circle outside;
}

ol {
	list-style: decimal outside;
}

ol ol, ul ol {
	list-style: lower-latin outside;
}

li {
	margin: 1em 0;
}

li p {
	margin: 1em 0;
}

dl {
	margin: 1.5em 0;
	line-height: 1.5;
	text-align: justify;
}

dt {
	margin: 2em 0 1em 0;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5;
	letter-spacing: 2px;
	text-transform: uppercase;
}

sup {
	vertical-align: super;
	line-height: 0;
	font-size: .8333em;
}

h1 {
	margin: 1em 0 .6667em 0;
	font-size: 2em;
	line-height: 1.125; 
	font-weight: bold;
}

h2 {
	margin: 1.25em 0 .75em 0;
	font-size: 1.5em;
	line-height: 1.3333;
	font-weight: normal;
	font-style: italic;
}

h3 {
	margin: 2em 0 1em 0;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5;
	letter-spacing: 2px;
	text-transform: uppercase;
}

h4 {
	margin: 2em 0 1em 0;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.5;
	letter-spacing: 2px;
	text-transform: uppercase;
}

h5 {
	margin: 1em 0 1em 0;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5;
	color: #666;
}

h6 {
	margin: 1em 0 1em 0;
	font-weight: normal;
	font-style: italic;
	font-size: 1em;
	line-height: 1.5;
	color: #666;
}

a:link {
	text-decoration: underline;
	color: #6f97b1;
}

a:visited {
	text-decoration: underline;
	color: #4a4a4a;
}

a:hover {
	text-decoration: none;
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link {
	color: #d4be50;
}

blockquote {
	margin: 2em 0 2em 20px;
	border-left: 2px solid #ababab;
	padding-left: 20px;
}

blockquote cite {
	display: block;
	text-align: right;
	font-style: italic;
	color: #ababab;
}

body {
	background: #fff url(/images/background.gif) repeat-y 100% 0;
}
	
#wrapper {
	margin: 0 auto;
	width: 100%;
	min-width: 774px;
	position: relative;
	background: transparent url(/images/background-gradient.gif) no-repeat 100% 0;
}

/* @group logo */

#logo {
	width: 346px;
	height: 202px;
	background: transparent url(/images/logo.png) no-repeat 0 0;
	position: absolute;
	right: 29px;
	top: 17px;
	z-index: 50;
}

#logo h3 {
	text-indent: -5000px;
	margin: 0;
}

#logo h3 a {
	width: 346px;
	height: 202px;
	display: block;
}

/* @end */

/* @group menu */

#menu {
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 10;
	font-size: 1.5em;
	width: 80%;
}

#menu ul {
	background-color: #e8d574;
	color: #4a4a4a;
	padding: 0 0 0 35px;
	margin: 0;
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1;
}

#menu ul li {
	float: left;
	margin: 0 10px;
}

#menu ul li a {
	display: block;
	padding: 1em 5px .5556em 5px;
}

#menu ul li a:link, #menu ul li a:visited {
	color: #4a4a4a;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #fff;
	background-color: #d4be50;
	text-decoration: none;
}

#menu ul ul {
	background-color: #d4be50;
	position: absolute;
	top: 2.5em;
	left: 0;
	display: none;
}

#menu ul li:hover {
	background-color: #d4be50;
}

#menu ul li:hover ul {
	display: block;
}

#menu ul ul li {
	font-size: .6667em;
}

#menu ul li.archive ul li.first {
	padding-left: 6.5em;
}

#menu ul ul li a {
	padding: .5556em 5px;
}

/* @end */

/* @group main */

#main {
	padding: 172px 0 0 0;
	margin: 0 437px 0 50px;
}

/* @group entry */

div.entry {
	float: left;
	width: 100%;
}

div.entry img {
	float: right;
	margin: .25em 0 .25em 20px;
}

div.entry p.date {
	font-size: .8333em;
	line-height: 1.8;
	margin: -1em 0 0 0;
	float: left;
}

div.entry p.info {
	font-size: .8333em;
	line-height: 1.8;
	text-align: right;
	margin: 0 0 0 0;
}

div.entry p.send {
	font-size: .8333em;
	line-height: 1.8;
	float: left;
	clear: left;
	margin: 0;
}

div.entry p.topics {
	font-size: .8333em;
	line-height: 1.8;
	text-align: right;
	margin: -1em 0 0 0;
}

div.entry p.more {
	text-align: right;
	font-style: italic;
	margin: 1em 0 2em 0;
}

div.entry div.notes {
	background-color: #dedede;
	padding: 5px 20px;
	margin: 3em 0;
}

div.entry p.disclaimer {
	font-style: italic;
	color: #999;
	background-color: #eee;
	padding: 1em;
}

div.cover_out {
	position: relative;
	width: 100%;
	height: 27px;
	background: #7E7E7E url(/images/player-left.gif) no-repeat 0 0;
	opacity: 0.7;
}

div.cover_in {
	margin-left: 156px;
	height: 27px;
	background: transparent url(/images/player-right.gif) no-repeat 100% 0;
}

a.stream_cover {
	position: absolute;
	top: 0;
	left: 0;
	background: url(/images/play.gif) no-repeat 50% 0;
	display: block;
	width: 100%;
	height: 27px;
	text-indent: -5000px;
}

/* @end */

.paginate p {
	padding-top: 2em;
}

/* @end */

/* @group Sidebar */

#sidebar {
	margin: 265px 29px 0 0;
	width: 328px;
	float: right;
	color: #fff;
}

#subscribe, #ask {
	width: 324px;
	background-color: #5a5a5a;
	border: 2px solid #5a5a5a;
	margin-bottom: 2em;
}

#sidebar p {
	margin-left: 20px;
	margin-right: 20px;
}

#sidebar h4 {
	margin: 0;
	padding: .5em 20px 1em 20px;
	font-size: 1.5em;
	line-height: 1.3333;
	font-weight: bold;
	text-transform: none;
	letter-spacing: normal;
	width: 284px;
	background: #aed1ee url(/images/sidebar_title.gif) no-repeat 0 100%;
}

#sidebar #tell h4 {
	background-color: #5a5a5a;
	background-image: none;
	padding-bottom: .5em;
}

#sidebar #tell h4 a:link, #sidebar #tell h4 a:visited {
	color: #fff;
}

#sidebar ol {
	font-size: 1.3333em;
	margin: 0 20px 0 44px;
}

#sidebar ol a, #sidebar ol span {
	color: #d4be50;
	margin-left: 10px;
}

#sidebar ol p {
	margin: 0 0 1em 10px;
	font-size: .75em;
}

#subscribe form, #ask form {
	text-align: right;
}

#subscribe label {
	display: none;
}

#subscribe input {
	width: 243px;
	margin: 1em 0;
}

#ask form {
	margin: 0 20px 1em 0;
}

#ask .form_input {
	clear: both;
	margin: 1em 0;
}

#ask label {
	width: 60px;
	float: left;
	text-align: right;
	margin-top: .5em;
}

#ask input {
	width: 230px;
}

#ask textarea {
	width: 235px;
	height: 150px;
}

#tell {
	margin-bottom: 2em;
}

#sidebar button {
	background: #5a5a5a url(/images/side_button.gif) no-repeat 0 0;
}

/* @end */

/* @group home page */

#home  h1 {
	float: left;
}

#home p.subscribe {
	text-align: right;
	padding-top: 1.87em;
	font-style: italic;
}

#home div.entry, #archive div.entry {
	border-bottom: 2px solid #ababab;
}

#home h2 {
	background: transparent url(/images/dialog.gif) no-repeat 18px 0;
	margin-left: -50px;
	padding-left: 50px;
}

#home p.more_episodes {
	clear: left;
	font-size: 1.5em;
	line-height: 1;
	text-align: center;
	font-style: italic;
	margin: 0 0 2em 0;
	padding: 2em 0 0 0;
}

/* @end */

/* @group Pages */

#pages div.entry {
	margin-top: 1em;
	width: 100%;
}

#pages div.entry form {
	text-align: right;
	width: 75%;
	margin: 0 auto;
}

#pages div.entry .form_input {
	clear: both;
	margin: 1em 0;
	text-align: left;
}

#pages div.entry label {
	display: block;
	text-align: left;
	margin: 1em 0 0 0;
	line-height: 1.5;
}

#pages div.entry input {
	width: 100%;
}

#pages div.entry textarea {
	width: 100%;
	height: 150px;
}

button {
	width: 58px;
	height: 19px;
	background: #fff url(/images/button.gif) no-repeat 0 0;
	overflow: hidden;
	text-indent: 60px;
	border: none;
	cursor: pointer;
}

#sign_up {
	margin: 0 0 2em 0;
}

p.error {
	color: #f00;
	margin: 0 0 -1em 0;
}

/* @end */

/* @group Specialty */

#specialty {
	background-image: none;
	background-color: #ababab;
}

#specialty_content {
	margin: 100px auto 0 auto;
	width: 50%;
	padding: 50px;
	border: 4px solid #4a4a4a;
	background-color: #fff;
}

/* @end */

/* @group footer */

#footer {
	clear: both;
	background: transparent url(/images/footer_wave.gif) no-repeat 100% 100%;
	color: #fff;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 9em 0 1em 0;
	float: left;
}

#footer ul li {
	display: inline;
	margin: 0 0 0 50px;
}

p.copyright {
	margin: 0;
	padding: 9em 29px 1em 0;
	text-align: right;
}

#footer a:link, #footer a:visited {
	color: #fff;
}

/* @end */

#home #extra, #pages #extra, #archive #extra {
	width: 100%;
	height: 2px;
	position: absolute;
	top: 236px;
	left: 0px;
	background: transparent url(/images/line.gif) no-repeat 51px 0;
}

.skip {
	display: none;
}

div.paginate {
	clear: left;
}

div.paginate1 {
	display: none;
}