/*
    All intellectual property rights in this Software throughout the world belong to UK Radioplayer, 
    rights in the Software are licensed (not sold) to subscriber stations, and subscriber stations 
    have no rights in, or to, the Software other than the right to use it in accordance with the 
    Terms and Conditions at www.radioplayer.co.uk/terms. You shall not produce any derivate works 
    based on whole or part of the Software, including the source code, for any other purpose other 
    than for usage associated with connecting to the UK Radioplayer Service in accordance with these 
    Terms and Conditions, and you shall not convey nor sublicense the Software, including the source 
    code, for any other purpose or to any third party, without the prior written consent of UK Radioplayer.

    Document   : theme.css
    Description: Theme-specific styling for Radioplayer.
				
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;} 
ol,ul,li {list-style:none;}
.tabContainer{height:21px;}
/**
 * The console background
 */
.radioplayer {background:#000 url(../img/MoS/MoSRadio_bodyBG.jpg) -370px 0 repeat-x;}
#radioPlayerBG {background:#000 url(http://hitportal.com.mk/wp-content/uploads/2012/04/drawn_823715.jpg) 0px 0 no-repeat;}
/**
 * Your station logo
 */
.radioplayer-head .station-logo {background: transparent url(http://radiohit.com.mk/templates/radiohit/images/blue/logo.jpg) 0 0 no-repeat; }

.radioplayer-head {
    background-color:#fff;
}
.components{
display:inline-block;
}
.components img{
margin:2px;
}
.radioplayer-body {
    background-color:#fff;
}

.radioplayer-head .station-logo {
	background: transparent url(http://radiohit.com.mk/templates/radiohit/images/blue/logo.jpg) 0 0 no-repeat;
}

.radioplayer-plugin {
    background:#000 url(../img/MoS/MoSRadio_contentBG.gif) 0 0 no-repeat;
}

.radioplayer-head .components ul {
    color:#fff;
}

.radioplayer-head .components input#quickfind-input {
	color: #848282;
	background: transparent url(../img/quickfind-bg.png) 0 0 repeat-x;
}

.radioplayer-head .components #quickfind-button {
	background: transparent url(../img/quickfind-button-bg.png) 0 0 no-repeat;
}


.radioplayer-plugin {
    background:#000 url(../img/MoS/MoSRadio_contentBG.gif) 0 0 no-repeat;
}

/**
 * The sprite image used for the player controls
 */
.control-image, .control-image:active, .control-image:focus {
	background-image:url(controls-spritesheet.png);
}

/**
 * The player duration / Loading text
 */
#duration { color:#fff; }

/**
 * Colour of the playback bar
 */
#progress-scrubber-playback-bar {
	background-color:#F0006A;
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
} 

/**
 * Colour of the load bar
 */
#progress-scrubber-load-bar {
background-color:#F0006A;
	opacity:0.2;
	filter:alpha(opacity=50); /* For IE8 and earlier */
} 

/**
 * Plugin space
 */
.radioplayer-plugin { background-color:#000; }

.overlay-controls {
	background: transparent url(../img/MoS/MoSRadio_playingControlsBG.jpg) 0 0 repeat; 
}

.overlay-controls .close a {
	background: transparent url(../img/MoS/closeBtn.png) 100% 0 no-repeat;color:#666;text-decoration:none;font-size:95%;
}

.overlay-controls .close a:hover {
	background: transparent url(../img/MoS/closeBtn_hover.png) 100% 0 no-repeat;color:#333;text-decoration:none;
}

.overlay-item {
	border-bottom:1px solid #e6e5e5;
	background: #FFF url(../img/MoS/MoSRadio_playingBG.jpg) 0 0 repeat-x;
}

#playing .overlay-item-img {
	background: transparent url(../img/MoS/imgBG_120x74.jpg) 0 0 no-repeat;
}

#search .overlay-item-img {
	width:100px;
	height:48px;
}


.overlay-item .title {
	color:#000;
}

.overlay-item .subtitle {
	color:#000;
}

/**
 *
 * If your console has a dark background, then uncomment the DARK section below, and comment out the LIGHT section
 * Generally there shouldn't be anything that needs changing in these sections
 *
 */

/** DARK **/

.radioplayer-head .radioplayer-logo { background: transparent url(../img/logo-radioplayer.png) top right no-repeat; }
.radioplayer-head .components ul li a {	background:transparent url(../img/button-sprite.png) no-repeat 0 0; }
.radioplayer-head .components ul li.last a { background-position:-63px 0; }
.radioplayer-head .components ul li a:hover{ text-decoration: none; background-position:0 -25px; }
.radioplayer-head .components ul li a.selected { text-decoration: none;	background-position:0 -50px; }
.radioplayer-head .components ul li.last a:hover { text-decoration: none; background-position: -63px -25px; }
.radioplayer-head .components ul li.last a.selected { text-decoration: none; background-position: -63px -50px; }



/**
 *
 * If your console has a light background, then comment out the DARK section above, and uncomment the LIGHT section below
 *
 */

/** LIGHT **/
/*.radioplayer-head .radioplayer-logo { background: transparent url(../img/logo-radioplayer.png) right -22px no-repeat; }
.radioplayer-head .components ul li a {	background:transparent url(../img/button-sprite.png) no-repeat 0 -75px; }
.radioplayer-head .components ul li.last a { background-position:-63px -75px; }
.radioplayer-head .components ul li a:hover{ text-decoration: none;	background-position:0 -100px; }
.radioplayer-head .components ul li a.selected { text-decoration: none;	background-position:0 -125px; }
.radioplayer-head .components ul li.last a:hover { text-decoration: none; background-position: -63px -100px; }
.radioplayer-head .components ul li.last a.selected { text-decoration: none; background-position: -63px -125px; }
*/
#homepageSlides {overflow: hidden; position: relative; }
#homepageSlides .image {position: absolute; left: 0; top: 296px;}
#homepageSlides .image img {display: block; border:0;}
#homepageSlides .image:first-child {top: 0;}
#homepageSlides .title {display: none;}
#homepageSlides .image a.sliderTitle {padding:0;}
#homepageSlides .image a.sliderTitle:hover {padding:0;}
#laPlayingHeader{color:#FFF;}
#ListenAgainGenre a{color:#FFFF33;}
#dvShowList a{color:#FFFF33;}