* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
    color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 18px 0px 0px 0px;
}
h3 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
#h-channel h3 {
	margin-bottom: 15px;
}
h3.border {
	padding-bottom: 5px;
	border-bottom: 1px solid #666666;
}
h3 a:link, h3 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}
h3 a:hover, h3 a:active {
	color: #FFCC00;
	text-decoration: none;
	background-color: #000000;
}
#item:link, #item:visited {
	color: #99CCFF;
	text-decoration: none;
}
#item:hover, #item:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
}
#item-video a:link, #item-video a:visited {
	color: #99CCFF;
	text-decoration: none;
}
#item-video a:hover, #item-video a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#page {
	width: 960px;
	margin: 0 auto;
	padding: 15px 0px 50px 20px;
	text-align: left;
}
#header {
	border-bottom: 1px solid #FFCC00;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 5px 0px;
	text-align: right;
}
#underheader {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 10px 0px 0px 0px;
}
#underheader a:link, #underheader a:visited, #underheader a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#underheader a:hover {
	color: #99CCFF;
	text-decoration: none;
}
#sourcelist-style {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px !important;
	color: #FFFFFF !important;
	background-color: #000000 !important;
	padding: 15px !important;
	text-align: left;
}
#sourcelist-style a {
	display: block !important;
	padding: 5px 0px 5px 0px !important;
}
#sourcelist-style a:link, #sourcelist-style a:visited {
	color: #99CCFF;
	text-decoration: none;
    border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#sourcelist-style a:hover, #sourcelist-style a:active {
	color: #FFFFFF;
	text-decoration: none;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color: #333333;
}
#container {
	margin-top: 30px;
}
#v-container {
	width: 300px;
	float: left;
	text-align: left;
	margin-right: 20px;
}
#channel {
	width: 300px;
	float: left;
	margin-right: 20px;
	text-align: left;
}
#v-container #channel {
	margin-top: 30px;
	margin-right: 0px;
}
#h-channel {
	margin: 0px 20px 0px 0px;
}
#double-channel {
	width: 620px;
	float: left;
	margin-right: 20px;
	text-align: left;
}
#item {
	display: block;
	border-top: 1px solid #666666;
	padding: 5px 0px 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#item.unavailable {
	background: none !important;
}
#item-video {
	display: inline;
	float: left;
	width: 122px;
	margin: 0px 17px 0px 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.freshbuzz {
	padding-left: 12px !important;
	background: url(/img/freshbuzz.gif) no-repeat 0px 8px;
}
#feelthebuzz {  /* for the div */
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 20px 0px 0px;
	text-align: center;
	height: 40px;
}
.feelthebuzz {  /* for the span */
	color: #FFFFFF;
	cursor: pointer;
}
.feelthebuzz:hover {
	color: #99CCFF;
}
#item img, #item-video img {
	border: 1px solid #666666;
}
#item-video-link {
	background-color: #000000;
}
#item-video-youtube-link {
	background-color: #000000;
	font-size: 9px;
	line-height: 22px;
}
#item-video-youtube-link img {
	border: none;
	margin-bottom: 2px;
}
#item-flickr {
	display: inline;
	border: 1px solid #666666;
	padding: 4px;
	background-color: #333333;
	float: left;
	margin: 13px 6px 0px 7px;
}
#item-flickr img {
	border: 1px solid #000000;
}
#photo-table {
    width: 100%;
}
#item-photo {
	display: inline;
	border: 1px solid #666666;
	padding: 4px;
	background-color: #333333;
	float: left;
	margin: 0px 0px 0px 0px;
}
#item-photo img {
	border: 1px solid #000000;
}
#twitter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	font-size: 11px;
	color: #DDDDDD;
}
#atg {
	float: right;
}
#atg a:link, #atg a:visited {
	color: #66FF00;
	text-decoration: none;
}
#atg a:hover, #atg a:active {
	color: #66FF00;
	text-decoration: underline;
}
#item-twitter {
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #666666;
	padding: 5px 0px 5px 0px;
}
#twitter-user:link, #twitter-user:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#twitter-link, #twitter-replyto {
	color: #99CCFF;
	text-decoration: none;
}
#footer {
	color: #FFFFFF;
}
#footer-spacer {
	margin: 50px 20px 50px 0px;
	border-top: 1px solid #666666;
}
#footer p {
	color: #DDDDDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top:10px;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #99CCFF;
	text-decoration: none;
}
#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#final {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 20px 0px 0px;
	text-align: center;
	height: 40px;
}
#final a:link, #final a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#final a:hover {
	color: #99CCFF;
	text-decoration: none;
}
#final a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#ymp-yahoo-logo, #ymp-relevance {
	visibility: hidden;
}
.podcast a#item {
	padding-right: 26px !important;
	background-image: url(/img/podcast-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a#item.ymp-btn-page-play em.ymp-skin, a#item.ymp-btn-page-pause em.ymp-skin {
	display: none !important;
}
.podcast a#item.ymp-btn-page-play {
	padding-left: 0px !important;
    background-position: 0px 0px;
}
.podcast a#item.freshbuzz.ymp-btn-page-play {
	padding-left: 12px !important;
	background-position: -300px 0px;
}
.podcast a#item.ymp-btn-page-play:hover {
	background-position: -600px 0px;
}
.podcast a#item.freshbuzz.ymp-btn-page-play:hover {
	padding-left: 12px !important;
	background-position: -900px 0px;
}
.podcast a#item.ymp-btn-page-pause {
	padding-left: 0px !important;
	background-position: -1800px 0px; /* was -1200px */
	color: #FFFFFF;
}
.podcast a#item.freshbuzz.ymp-btn-page-pause {
	padding-left: 12px !important;
	background-position: -2100px 0px;
	color: #FFFFFF;
}
.podcast a#item.ymp-btn-page-pause:hover {
	background-position: -1800px 0px;
}
.podcast a#item.freshbuzz.ymp-btn-page-pause:hover {
	padding-left: 12px !important;
	background-position: -2100px 0px;
	color: #FFFFFF;
}