/* Copyright(c) 2009,Yahoo!Inc. All rights reserved. Code licensed under the BSD License:http://developer.yahoo.net/yui/license.txt version:3.0.0 build:1549 *//* TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html{
	color:#000;
	background:#FFF;
}
/*
	TODO remove settings on BODY since we can't namespace it. *//* TODO test putting a class on HEAD. - Fails on FF. */body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
/* TODO think about hanlding inheritence differently,maybe letting IE6 fail a bit... */address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
/* TODO Figure out where this list-style rule is best set. Hedger has a request to investigate. */li{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
/* to preserve line-height and selector appearance */sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}
/*to enable resizing for IE*/input,textarea,select{*font-size:100%}
/*because legend doesn't inherit in IE */legend{color:#000}/* Copyright(c) 2009,Yahoo!Inc. All rights reserved. Code licensed under the BSD License:http://developer.yahoo.net/yui/license.txt version:3.0.0 build:1549 *//** * Percents could work for IE,but for backCompat purposes,we are using keywords. * x-small is for IE6/7 quirks mode. */body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;/* for IE */*font:x-small;/* for IE in quirks mode */}
/** * Nudge down to get to 13px equivalent for these form elements */select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif}
/** * To help tables remember to inherit */table{font-size:inherit;font:100%}
/** * Bump up IE to get to 13px equivalent for these fixed-width elements */pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}/* Copyright(c) 2009,Yahoo!Inc. All rights reserved. Code licensed under the BSD License:http://developer.yahoo.net/yui/license.txt version:3.0.0 build:1549 *//* base.css,part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3,h4,h5,h6 {
	margin: 1em 0 0.5em 0;
	line-height: 1.25em;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ul,ol,dl {
	/*bringing lists on to the page with breathing room */
	margin: 1em 0 1em 2em;
}
li {
	margin: 0 0 0.7em 0;
}
ol li {
	/*giving OL's LIs generated numbers*/list-style:decimal outside}
ul li{/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
ul li li {
    list-style: circle outside;
}
dl dd {
	/*providing spacing for definition terms*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/margin-bottom:.5em;/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/margin-bottom:1em}
td table{margin:0}
td td,td th{border:0}
/* setting a consistent width,160px;control of type=file still not possible */input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em}/* common styles that are reusable between sites *//* clear floats http://www.quirksmode.org/css/clearing.html */.clear{overflow:hidden;width:100%}
.error{color:#c00}
/* Dwyer Image Replacement Method,see:http://www.mezzoblue.com/tests/revised-image-replacement/ */span.replaced{display:block;width:0;height:0;overflow:hidden}
.hidden{display:none}
.loading{padding-left:14px;background:url(spin-tiny.gif) no-repeat 0 50%}
.loading-right{padding-right:14px;background:url(spin-tiny.gif) no-repeat right 50%}
.notice,.warning{background:#ffc;border:solid 1px #D4CD87;padding:10px;margin:10px 0;overflow:hidden}
.warning{background:#ffc url(icon-alert.gif) no-repeat 10px 10px;padding-left:30px}
.notice h1{margin-top:0}
.notice h2{color:#AA9F3E}
.small{font-size:11px}
blockqoute{display:block;margin:1.5em 2em}
sup{font-size:50%;position:relative;top:-0.5em}
a.excel{background:url(page_excel.png) no-repeat 0 50%;padding-left:20px}/* styles for the player iframe */html{color:#fff;background-color:#222}
a{color:#1BC7F2}
object{outline:0}
.error{padding:20px}
.error li{color:#966}
#playlist{background:#fff;border-collapse:collapse;border:solid 1px #ddd;margin:0;width:100%}
#playlist th,#playlist td{border:0;border-bottom:solid 1px #ddd;font-size:80%;color:#000;padding:2px}
#playlist tbody tr:hover{background-color:#ffe}
#playlist a{color:#173364;text-decoration:none}
#playlist th a:hover{text-decoration:underline}
#mobileFrame #showList{height:70px;overflow:hidden}
#mobileFrame #showList img{width:70px;height:70px}
#mobileFrame #playerScreen{background-color:#000;overflow:hidden;position:relative;text-align:center}
#mobileFrame .titleBar{background:url(bg-titlebar.png) repeat-x top left;padding:0 10px;height:25px;line-height:25px;overflow:hidden;font-size:10px;font-weight:bold}
#mobileFrame #controls{background:url(bg-controls.png) repeat-x top left;height:58px;overflow:hidden;text-align:center}
#mobileFrame #controls a{background:url(controls-play-sm.png) no-repeat 10px 50%;display:block;line-height:58px;font-size:20px;font-weight:bold}
#mobileFrame #playerScreen a{display:block;width:100%;height:100%;position:absolute;top:0;left:0;background:url(controls-play.png) no-repeat 50% 50%}
#mobileFrame #selector{background-color:#000;height:70px;overflow:hidden;text-align:center}
#mobileFrame #selector a{display:block;line-height:70px;font-size:20px;font-weight:bold}
#mobile #top{overflow:hidden;height:200px;background:#000 url(podtrac_logo.png) no-repeat 22px 140px}
#mobile #top h1,#mobile #top h2{margin:0 200px 0 0}
#mobile #top h1{font-size:32px;padding:40px 20px}
#mobile #top h2{color:#999;font-size:20px;padding:10px 20px}
#mobile #icon{float:right;width:200px;height:200px}
#mobile ul{margin:0}
#mobile li{background:url(controls-play.png) no-repeat 97% 50%;border-bottom:solid 1px #000;list-style:none;height:100px;overflow:visible}
#mobile li a{color:#fff;display:block;font-size:24px;padding:20px 10% 20px 20px;text-decoration:none;height:60px;overflow:visible}
#mobile li a span{display:block;font-size:16px;color:#999}
#mobile li img{float:left;margin-right:20px;width:100px;height:100px}
#mobile #addToHomeScreen{text-align:center;padding:20px;font-size:20px;color:#999}