
/* playlist list */
#playlist_list{
	display:none;
}


#componentWrapper {
width:300px;
}

/* added custom 
.fontMeasure{
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);

}
*/

/* playlist holder */	
#componentWrapper .playlistHolder{
	position:absolute;
	top:92px;
	left:0px;
	width:310px;
	height:138px;
	background:#111;
	
	-moz-box-shadow: 0px 5px 5px #111;
	-webkit-box-shadow: 0px 5px 5px #111;
	box-shadow: 0px 5px 5px #111;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#111111')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#111111');
	
	display:none;
}

.player_progress_tooltip{
display:none;
}

.fontMeasure{
//display:none;
padding-left:10px;
}


/* player previous  margin top was 30*/
#componentWrapper .controls_prev{
	float:left;
	//width:33%;
	height:27px;
	margin-top:0px;
}

/* player play/pause */
#componentWrapper .controls_toggle{
display:inline;
	//width:33%;
	height:41px;
	margin-left:45px;
	margin-top:0px;
}

/* player next margin top was 30 */
#componentWrapper .controls_next{
float:right;
	//width:33%;
	height:27px;
	margin-top:0px;
	margin-right:25px;
	
}
#componentWrapper .player_volume{
display:inline;
width:18px;
height:18px;
float:left;
margin-left:10px;
}


/* player volume, serves as hit as well */
#componentWrapper .volume_seekbar{

	/* for hit */
	width:70%;
	height:16px;
	float:left;
	margin-left:28px;
	/*background:green;*/
}

#componentWrapper .volume_bg{

	width:100%;
	height:18px;
	background:#333333;
}

#componentWrapper .volume_level{
margin-top:-18px;
	width:0px;
	height:18px;
	background:#454545;
}

#publicFunctions{

	display:none;
}


#footer {
 clear: both;
 position: relative;
 z-index: 10;
 height: 3em;
 margin-top: -3em;
}


/* html, body, #container ,#container1{ height: 100%; }  overflow-y: hidden;  */
html, body { height: 100%;min-height: 485px;overflow-y: hidden;}
#container ,#container1{ height: 98%; }

/* body > #container ,#container1{ height: auto; min-height: 98%; } */
#content { padding-bottom: 3em; }


/*html, body, #container ,#container1{ height: 100%; } */
/* body > #container ,#container1{ height: auto; min-height: 100%; } */
/* #content { padding-bottom: 3em; } */


#slide {
    display: none;
    float: left;
    height: 14px;
    padding: 10px;
    top: 35px;
    width: 200px;
    z-index: 2;
}


/* Typography */

h1 {
	color:#fb8047;
	font-size: 57px;
	font-weight: 200;
	line-height: 63px;
}

h2 {
	color:#fb8047;
	font-size: 25px;
	font-weight: 200;
	line-height: 30px;
}

h3 {
	font-family: 'Droid Serif', serif;
	color:#000;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 0 0;
}

h5 {
	font-size:16px;
	color:#000;
	margin: 0 0 0px 0;
}
