/* 
    Document   : style_winamp_player_nc
    Created on : Feb 10, 2014, 12:02:08 PM
    Author     : snatch-pc
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
    
}

#winamp_headphone_nc{
    z-index: 99101;
    display: block;
    position: fixed;
    top: 25px;
    left: 300px;  
}

img.logo_my_playlist {
    width:135px; height:40px; background:url(../images/my-playlist.png) 0 0;
}
img.logo_my_playlist_active {
    width:135px; height:40px; background:url(../images/my-playlist-2.png) 0 0;
}

img.logo_music_station {
    width:155px; height:40px; background:url(../images/music-station.png) 0 0;
}
img.logo_music_station_active {
    width:155px; height:40px; background:url(../images/music-station-2.png) 0 0;
}


#winamp_nc{
    z-index: 99100;
    display: block;
    height: 100px;
    width: 300px;
    position: fixed;
    top: 75px;
    left: 210px;    
    
    background-color: #0000ff;
}

#winamp_player_info_ncs {
    z-index:100;
    display: block;
    height: 100px;
    width: 300px;
    
    position: absolute;
/*    position: fixed; 
    top: 80px;
    left: 80px;    */
    
    background-color: #c2cbd4;
    
/*    #346095 #4ab8f0*/
    background: -webkit-linear-gradient(#346095, #4ab8f0); /* For Safari */
    background: -o-linear-gradient(#346095, #4ab8f0);  /* For Opera 11.1 to 12.0 */ 
    background: -moz-linear-gradient(#346095, #4ab8f0);  /* For Firefox 3.6 to 15 */ 
    background: linear-gradient(#346095, #4ab8f0);  /* Standard syntax */ 
    
/*    background: -webkit-linear-gradient(#444444, #c2cbd4);  For Safari 
    background: -o-linear-gradient(#444444, #c2cbd4);   For Opera 11.1 to 12.0  
    background: -moz-linear-gradient(#444444, #c2cbd4);   For Firefox 3.6 to 15  
    background: linear-gradient(#444444, #c2cbd4);   Standard syntax  */

    
    box-shadow: 1px 1px 2px #777;
    -moz-box-shadow: 1px 1px 2px #777;
    -webkit-box-shadow: 1px 1px 2px #777;                
    -moz-border-radius: 8px;
}

#winamp_player_flow_ncs { 
    z-index:100;
    
    display: block;
    height: 48px;
    width: 300px;
    
    position: absolute;
    top: 20px;
}
    
#winamp_player_control_ncs {    
    z-index:100;
    
    display: block;
    height: 48px;
    width: 300px;
    
    position: absolute;
    top: 100px;
    
/*    position: fixed;
    top: 180px;
    left: 80px;*/
    
/*        bottom: -48px;*/
/*	-webkit-box-shadow: 0 -1px 0 rgba(20, 30, 40, .75);
    -moz-box-shadow: 0 -1px 0 rgba(20, 30, 40, .75);
    -o-box-shadow: 0 -1px 0 rgba(20, 30, 40, .75);
    box-shadow: 0 -1px 0 rgba(20, 30, 40, .75);*/
    border-top: 1px solid #c2cbd4;
    border-bottom: 1px solid #283541;

    background: url(../images/bgPlayer.png) repeat 0px 0;
    cursor: default;
    
    box-shadow: 1px 1px 2px #777;
    -moz-box-shadow: 1px 1px 2px #777;
    -webkit-box-shadow: 1px 1px 2px #777;                
    -moz-border-radius: 8px;
}

#winamp_player_slider_ncs{
    z-index:100;
    display: block;
    height: 48px;
    width: 300px;
    
    position: absolute;
    top: 148px;
    
/*    position: fixed;
    top: 228px;
    left: 80px;*/
    
    background-color: #c2cbd4;
/*    background-color: #0000ff;*/
    
    box-shadow: 1px 1px 2px #777;
    -moz-box-shadow: 1px 1px 2px #777;
    -webkit-box-shadow: 1px 1px 2px #777;                
    -moz-border-radius: 8px;
}

#winamp_player_list_ncs {
    z-index:100;
    display: block;
    height: 300px;
    width: 300px;
    
    position: absolute;
    top: 196px;
    
/*    position: fixed;    
    top: 276px;
    left: 80px;*/
    
    background-color: #ffffff;

    overflow:scroll;
    
    box-shadow: 1px 1px 2px #777;
    -moz-box-shadow: 1px 1px 2px #777;
    -webkit-box-shadow: 1px 1px 2px #777;                
    -moz-border-radius: 8px;
}

#winamp_player_bottom_ncs{
    z-index:100;
    display: block;
    height: 38px;
    width: 300px;
    
    position: absolute;
    top: 480px;
    
/*    position: fixed;    
    top: 560px;
    left: 80px;*/
    
/*    background: -webkit-linear-gradient(#c2cbd4, #444444);  For Safari 
    background: -o-linear-gradient(#c2cbd4, #444444);   For Opera 11.1 to 12.0  
    background: -moz-linear-gradient(#c2cbd4, #444444);   For Firefox 3.6 to 15  
    background: linear-gradient(#c2cbd4, #444444);   Standard syntax  */
    
    background: -webkit-linear-gradient(#4ab8f0, #346095); /* For Safari */
    background: -o-linear-gradient(#4ab8f0, #346095);  /* For Opera 11.1 to 12.0 */ 
    background: -moz-linear-gradient(#4ab8f0, #346095);  /* For Firefox 3.6 to 15 */ 
    background: linear-gradient(#4ab8f0, #346095);  /* Standard syntax */ 
    
    
    box-shadow: 1px 1px 2px #777;
    -moz-box-shadow: 1px 1px 2px #777;
    -webkit-box-shadow: 1px 1px 2px #777;                
    -moz-border-radius: 8px;
    
}


#winamp_close_bt {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 28px;
    height: 30px;
    background: url(../images/close_button.png) no-repeat 0px 0;
    cursor: pointer;
}


#winamp_playnext_toggle{
    position: absolute;
/*    top: 9px;
    right: 5px;
    width: 26px;
    height: 19px;*/
    top: 29px;
    right: 5px;
    width: 26px;
    height: 19px;
/*    background: url(../images/player_winamp_flow_nc.png) no-repeat 0px 0;*/
    background: url(../images/random-1.png) no-repeat 0px 0;
    cursor: pointer;
}
#winamp_playnext_toggle.playing {
/*    background: url(../images/player_winamp_flow_nc.png) no-repeat -90px 0;*/
    background: url(../images/random-2.png) no-repeat 0px 0;
}
#winamp_playnext_toggle:active{
/*    top: 10px;*/
    top: 30px;
}

#winamp_playloop_toggle{
    position: absolute;
/*    top: 29px;
    right: 5px;
    width: 26px;
    height: 19px;*/
    top: 49px;
    right: 5px;
    width: 26px;
    height: 19px;
/*    background: url(../images/player_winamp_flow_nc.png) no-repeat 0px -20px;*/
    background: url(../images/repeat-1.png) no-repeat 0px 0;
    cursor: pointer;
}
#winamp_playloop_toggle.playing {
/*    background: url(../images/player_winamp_flow_nc.png) no-repeat -90px -20px;*/
    background: url(../images/repeat-2.png) no-repeat 0px 0;
}
#winamp_playloop_toggle:active{
/*    top: 30px;*/
    top: 50px;
}

#winamp_playrandom_toggle{
    position: absolute;
    top: 49px;
    right: 5px;
    width: 26px;
    height: 19px;
    background: url(../images/player_winamp_flow_nc.png) no-repeat 0px -40px;
    cursor: pointer;
}
#winamp_playrandom_toggle.playing {
    background: url(../images/player_winamp_flow_nc.png) no-repeat -90px -40px;
}
#winamp_playrandom_toggle:active{
    top: 50px;
}


#winamp_playtoggle {
    position: absolute;
    top: 9px;
    left: 45px;
    width: 30px;
    height: 30px;
    background: url(../images/player_winamp_nc.png) no-repeat -30px 0;
    cursor: pointer;
}

.winamp_playing {
    background-color: #eceff4;
}

#winamp_playtoggle.playing {
    background-position: 0 0;
}

#winamp_playtoggle:active,
#winamp_play_previous:active,
#winamp_play_next:active,
#winamp_play_stop:active{
    top: 10px;
}

#winamp_play_previous {
    position: absolute;
    top: 9px;
    left: 10px;
    width: 30px;
    height: 30px;
    background: url(../images/player_winamp_nc.png) no-repeat -180px 0;
    cursor: pointer;
}



#winamp_play_next {
    position: absolute;
    top: 9px;
    left: 105px;
    width: 30px;
    height: 30px;
    background: url(../images/player_winamp_nc.png) no-repeat -150px 0;
    cursor: pointer;
}

#winamp_play_stop {
    position: absolute;
    top: 9px;
    left: 70px;
    width: 30px;
    height: 30px;
    background: url(../images/player_winamp_nc.png) no-repeat -120px 0;
    cursor: pointer;
}


#winamp_timeleft_ncs {
	line-height: 48px;
	position: absolute;
	top: 0;
	right: 10px;
	width: 70px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 0 #546374;
}

#winamp_track_ncs{
    line-height: 18px;
    position: absolute;
    bottom: 10px;
/*    left: 50px;*/
    left: 80px;
/*    width: 100%;*/

    width: 200px;
    text-align: left;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 0 #546374;
    
    white-space:nowrap; 
/*    width:auto; */
    overflow:hidden; 
/*    border:0px solid #000000;*/
    text-overflow:ellipsis;
}

#winamp_track_image_ncs{
/*    line-height: 50px;*/
    position: absolute;
    bottom: 10px;
/*    left: 50px;*/
    left: 10px;
/*    text-align: center;*/
/*    vertical-align: middle;*/


}

#winamp_tr_img{
    box-shadow: 1px 1px 2px #777;
    -moz-box-shadow: 1px 1px 2px #777;
    -webkit-box-shadow: 1px 1px 2px #777;                
    -moz-border-radius: 8px;    
}


#winamp_gutter .ui-slider-range {
/*    background: #f00;*/
/*    background: #00ff00;*/
/*    background: #0000ff;*/
    
/*    background-color:#ff0000;*/
/*    position: absolute;
	z-index: 2;
	width: 25px;
	height: 25px;
	cursor: pointer;
	background: url('../images/handle.png') no-repeat 50% 50%;
	font-weight: bold;
	color: #F00;
	outline: none;
	top: -50px;
        background: #00ff00;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff0000), to(#0000ff));
	background: -moz-linear-gradient(top, #ff0000, #0000ff);
	background: linear-gradient(top, #ff0000, #0000ff);
	margin-left: -12px;*/
}

/*#gutter, .ui-slider {
    border: none;
    width: 50px;
    height: 50px;
    background: transparent url(./images/bg_line.bmp) repeat-y 0 0;
}*/

#winamp_gutter {
	position: absolute;
	top: 24px;
	left: 10px;
	right: 10px;
        
/*        left: 10%;
	right: 50px;*/
        
	height: 6px;
	padding: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: #546374;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#242f3b), to(#516070));
	background: -moz-linear-gradient(top, #242f3b, #516070);
	background: linear-gradient(top, #242f3b, #516070);
	-webkit-box-shadow: 0 1px 4px rgba(20, 30, 40, .75) inset, 0 1px 0 rgba(176, 187, 198, .5);
	-moz-box-shadow: 0 1px 4px rgba(20, 30, 40, .75) inset, 0 1px 0 rgba(176, 187, 198, .5);
	-o-box-shadow: 0 1px 4px rgba(20, 30, 40, .75) inset, 0 1px 0 rgba(176, 187, 198, .5);
	box-shadow: 0 1px 4px rgba(20, 30, 40, .75) inset, 0 1px 0 rgba(176, 187, 198, .5);
}

#winamp_loading_ncs {
    background: #fff;
    background: #939eaa;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eaeef1), to(#c7cfd8));
    background: -moz-linear-gradient(top, #eaeef1, #c7cfd8);
    background: linear-gradient(top, #eaeef1, #c7cfd8);
    -webkit-box-shadow: 0 1px 0 #fff inset, 0 1px 0 #141e28;
    -moz-box-shadow: 0 1px 0 #fff inset, 0 1px 0 #141e28;
    -o-box-shadow: 0 1px 0 #fff inset, 0 1px 0 #141e28;
    box-shadow: 0 1px 0 #fff inset, 0 1px 0 #141e28;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: block;
    float: left;
    min-width: 6px;
    height: 6px;
}

#winamp_handle_ncs {
    z-index: 100;
    position: absolute;
    top: -12px;
    left: 0px;
    width: 25px;
    height: 25px;
/*	margin-left: -10px;*/
/*	background: url(../images/player.png) no-repeat -65px -5px;*/
    background: url(../images/player_winamp_nc.png) no-repeat -65px 0px;
/*        background: url(../images/handle.png) no-repeat 0px 0px;*/
    cursor: pointer;        
    border: 0;
}