@import url(titles.css);
@import url(menu.css);
@import url(layout.css);

*{
	margin:0px;
	padding:0px;
	border:0px;
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	line-height:14px;
	color:#ffffff;
}

body{
	background: #253236 url(../_graphics/bgNew.gif) top center no-repeat;
}

h1,h2{
	text-indent: -99999px;
}

p{
	padding: 0px 0px 10px 0px;
}

a{
	color: #a0c6d2;
}

.nomargin{
	padding:0px;
	margin:0px;
}

.tDate{
	clear: left;
	float: left;
	width: 6.5em;	
}

.tDetails{
	float: left;
}

.clear{
	clear:both;
}

input.radio{
	width:auto;
	clear: none;
	float: none;
}

label{
	margin: 2px 4px 2px 0px;
	font-weight: bold;
	width: 110px;
	clear: left;
	float: left;
	color: #dbdbdb;
}

input,select{
	clear: left;
	float: left;
	padding: 2px;
	color: #000000;
	background: #ffffff;
	width: 200px;
}

option{
	color: #000000;
}

input.button{
	float: left;
	background: #ffffff;
	color: #000000;
	width: 100px;
	margin: 10px 0px 0px 0px;
}

.myspace_link{
	background: url(../_graphics/myspace_link.gif);
	width:203px;
	height:42px;
	display:block;
	text-indent:-9999px;
	margin-top:6px;
}


.youtube_link{
	background: url(../_graphics/youtube_link.gif);
	width:121px;
	height:47px;
	display:block;
	text-indent:-9999px;
	margin-top:6px;
}

.lastfm_link{
	background: url(../_graphics/lastfm_link.gif);
	width:180px;
	height:73px;
	display:block;
	text-indent:-9999px;
	margin-top:6px;
}

.bebo_link{
	background: url(../_graphics/bebo_link.gif);
	width:163px;
	height:64px;
	display:block;
	text-indent:-9999px;
	margin-top:6px;
}

.facebook_link{
	background: url(../_graphics/facebook_link.gif);
	width:160px;
	height:60px;
	display:block;
	text-indent:-9999px;
	margin-top:6px;
}

.djlist_link{
	background: url(../_graphics/djlist_link.gif);
	width:214px;
	height:27px;
	display:block;
	text-indent:-9999px;
	margin-top:6px;
}

.rss_podcast{
	background: url(../_graphics/podcast_rss.gif);
	text-indent:-9999px;
	height:59px;
	width:300px;
	display:block;
}

.itunes_podcast{
	background: url(../_graphics/subscribe_itunes.gif);
	text-indent:-9999px;
	height:59px;
	width:300px;
	display:block;
}

.itunes_podcast{
	
}

/*Podcasting style*/
.podcast_wrap{
	background:#1A2528;
	width:480px;
	margin-bottom:10px;
}

.podcast_wrap p{
	padding:0 10px;
	margin-bottom:12px;
}

.download_links{
	border-top:1px solid #3B3B3B;
	margin:10px;
	width:460px;
	display:block;
	padding:5px 0;
	text-align:right;
	clear:both;
}

.download_links a{
	color:#27B7BF;
}

.pod_col1{
	float:left;
	display:inline;
	margin-right:5px;
	width:99px;
	margin-top:10px;
	margin-left:10px;
}

.pod_col2{
	float:left;
	width:360px;
	margin-top:10px;
}


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

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
