/*DECLARE BODY OVERALL*/
body {
	margin:0px 0px 30px 0px;
	padding-bottom:10px;
	font: normal 62.5% "lucida grande",arial, sans-serif;
	line-height:150%;
}
img {
	border:0;
}
a {
	outline: none;
}
.spacer {
	clear:both;
}
#iphone_notice {
	display:none
}
#wrap {
	width: 980px;
	margin: 0 auto 0 auto;
}
.content_m {
	margin:0px 0px 0px 0px;
}

/*TEASER TEXT*/
#teaser {
	text-align: left;
	font:normal 1.3em "Lucida Grande", arial, sans-serif;
	line-height:150%;
	
}
#teaser a {
	font:bold 1.1em "Lucida-grande", arial, sans-serif;
	text-decoration:none;
	letter-spacing:.05em;
	padding:1px;
	color: #333;
}

#teaser p a:hover {
	background-color: #999999;
}
/*TEXT_M*/
#text_m {
	float:right;
	text-align:left;
	font: normal 1.3em "Lucida Grande",arial, sans-serif;
	letter-spacing:.03em;
	line-height: 150%;
}
#text_m h2 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font: normal 2.1em "lucida grande", arial, sans-serif;
}
#text_m h3 {
	text-transform:uppercase;
	margin:15px 0px;
	font: bold 1.6em"lucida grande",arial, sans-serif;
}
#text_m a {
	text-decoration:none;
	color:#000000;
	font-weight: bold;
}
#text_m a:hover {
	background-color: #999999;
}
#text_m p b {
	font-size:1.1em;
}

/* player style */
/* container has a background image */
a.player {	
	margin-top:40px;
	display:block;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}
a.player img {
	border:0;	
}

#player {
	width:640px;
	height:377px;
	display: block;
}	

/* playlist style */
#playlist {
	width:312px;
	height:367px;
	overflow-y:auto;
	overflow-x:hidden;
	border:1px solid #ccc;
	padding:5px 12px 4px 7px;
	background-color:#999999;
	margin-top:0px;
	float:left;
}

/* playlist entry */
#playlist a {
	display:block;
	width:280px;
	height:110px;
	padding:5px;
	background-color:#333;
	border:1px solid #999;
	font:11px "bitstream vera sans", "lucida grande",verdana;
	text-decoration:none;
	margin:5px 5px;
	color:#fff;
}

/* different states of a playlist entry */
#playlist a:hover {
	background-color:#000;		
}

#playlist a.progress {
	background-color:#999;	
}

#playlist a.playing {
	border:1px solid #666;
	background-color:#999;	
}

#playlist a.paused {
	border:1px solid #666;
	background-color:#999;	
}

/* elements inside playlist entry */
#playlist a img {
	border:5px solid white;	
	float:left;
	margin-right:10px;
}

#playlist a strong {
	font-size:1.1em;
	color:#fff;		
	padding-bottom:5px;
}

#playlist a em {
	border:0;	
	float:right;
	margin-right:10px;
	background:url(../img/clock.gif) no-repeat 0 50%;
	padding-left:20px;
	color:#999;
	font-style:normal;
	margin-top:10px;
}

