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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/* font-size: 100%; */
	vertical-align: baseline;
	background: transparent;
	}

body {
	line-height: 1.2em;
	background-color: #d9d8d8;
	font-family: helvetica, arial, sans-serif;
	color: #333;
	font-size: 12px;
	}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

hr {
	display: none;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: helvetica, arial, sans-serif;
	line-height: 1.2em;
	}

p, ul, ol, li, blockquote, dl, dt, dd {
	font-family: helvetica, arial, sans-serif;
	line-height: 1.2em;
	}

blockquote {
	padding: 0 2em 0;
	/* font-size: 100% !important; */
	line-height: 1.5em;
	font-style: italic;
	}

	blockquote span {
		display: block;
		font-size: 11px;
		float: right;
		font-style: normal;
		font-weight: bold;
		padding: 1em 0 1em 2em;
		}

	blockquote img {
		margin: 0;
		padding: 0 0 10px 0;
		border: 1px solid #fff;
		float: left;
		}

.clear {
	clear: both;
	}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

span.nowrap {
	white-space: nowrap;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

a:link, a:visited { color: #333; text-decoration:underline;}
a:hover { color:#f60;}

body#popup {
	background: #d9d8d8 url(../img/podcast/bg_top.gif) no-repeat top left;
	margin: 17px 0 0 0;
	}

#podcast {
	background: #fff url(../img/podcast/bg_btm.gif) no-repeat bottom right;
	margin: 0;
	width: 209px;
	padding: 0 10px 0;
	border-left: 9px solid #ccc;
	}

#podcast h1 {
	font-size: 14px;
	color: #123754;
	}

#podcast dl {
	font-weight: normal;
	font-size: 11px;
	padding: 5px 0;
	margin: 0;
	color: #666;
	}

#podcast dt {
	font-weight: bold;
	padding: 0;
	color: #92ad24;
	}

#podcast dd {
	padding: 1em 0 0;
	}
	
	#podcast dd span {
		font-weight: bold;
		}

#podcast ul {
	float: right;
	margin: 0;
	padding-bottom: 18px;
	}
	
	#podcast ul li {
		float: left;
		padding-right: 10px;
		}
