html, body {
   border: none;
} 

*{
	/* Universal CSS reset */
	margin:0;
	padding:0;
}

img { border: 0; }

iframe { border: 0;  }

.iframe-div {
   width: 90px;
   height: 20px;
   border: 0;
   overflow: hidden;
}


#vs_player_flash {
    position:absolute;
    top:18%;
    left:0;
    width:246px;
    height:83px;
    margin-top:63px;
}


.bg_overlay {
	background:transparent url(./skins/valsis_evolution/images/bg_overlay.png);
        background-repeat: repeat;
	z-index:-1;
        margin: 0;
        padding: 0;
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%; 
        height: 100%;
}  


.vs_logo_on {
    position:absolute;
    top:18%;
    left:0;
    width:246px;
    height:63px;
    background-image:url('./skins/valsis_evolution/images/logo_valsis_on_off_air.png');
}

.logo {
        font-family: 'Lobster', serif;
        font-size: 32px;
	text-align: center;
	width: 168px;
	color: #ffffff;
	padding-top: 12px;
}

.on_air {
	font-family: 'Ubuntu', serif;
        font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-left: 168px;
	width: 80px;
	color: #deff00;
        margin-top: -27px;
}

.off_air {
	font-family: 'Ubuntu', serif;
        font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-left: 168px;
	width: 80px;
	color: #ff4242;
        margin-top: -27px;
}



.now_playing {
        position:absolute;
        top:18%;
        left:0;
        height:56px;
        background-image:url('./skins/valsis_evolution/images/now_playing.png');
	background-repeat: repeat-x;
        margin-top: 176px;
        padding-left: 30px;
	max-width:650px;
}

.now_play_text {
	font-family: 'Ubuntu', serif;
        font-size: 12px;
	font-weight: bold;
	color: #deff00;
        padding-right: 30px;
	margin-top: 10px;
}

#current_song {
	font-family: 'Ubuntu', serif;
        font-size: 18px;
	font-weight: normal;
	padding-right: 15px;
	color: #ffffff;
	margin-top: -4px;
	width:100%;
 	max-width:650px;
}





.broadcasting_dj {
	font-family: 'Ubuntu', serif;
        font-size: 13px;
        font-weight: bold;
        position:absolute;
        top:55%;
        left:0;
        width:220px;
        height:30px;
        background-image:url('./skins/valsis_evolution/images/broadcast_dj.png');
	background-repeat: repeat-x;
       	padding-left: 30px;
	padding-right: 10px;
	padding-top: 7px;
}

.broadcasting_text {
	color: #000;
        opacity: 0.5;
        filter: alpha(opacity=50);
        -moz-opacity:0.5;
        -khtml-opacity: 0.5;
        display: inline;
}


#dj_name {
        font-size: 14px;
        width: 90px;
	color: #ffffff;
        float: right;
        display: inline;
}



.listen_now {
        position:absolute;
        top:55%;
        left:0;
        width:128px;
        height:35px;
        background-image:url('./skins/valsis_evolution/images/listen_now.png');
	background-repeat: repeat-x;
	margin-top: 30px;
}

.listen_now_text {
	font-family: 'Ubuntu', serif;
        font-size: 13px;
	font-weight: bold;
	padding-left: 30px;
	color: #deff00;
	padding-top: 9px;
}

.listen_now_text a:link {
        text-decoration: none; 
	color: #deff00;
	}
.listen_now_text a:visited { 
	color: #deff00;
	}
.listen_now_text a:hover { 
	color: #deff00;
	}
.listen_now_text a:active { 
	color: #deff00;
	}




.social {
    position:absolute;
    top:2%;
    right:0;
    width:120px;
    height:60px;
}

.social_facebook {
	margin-right: 3px;
	float: left;
}

.social_twitter {
	margin-right: 3px;
	float: left;
}

.social_google {
	margin-right: 3px;
	float: left;
}





.facebook_chat {
    position:absolute;
    top:45%;
    right:0;
    width:311px;
    height:535px;
    background-image:url('./skins/valsis_evolution/images/facebook_chat.png');
    margin-top: -256px;
}


#users_online {
        float: right;
	font-family: 'Ubuntu', serif;
        font-size: 12px;
	font-weight: bold;
	padding-right: 15px;
        padding-top: 2px;
	color: #ffffff;
}

.fb-live-stream {
	margin-top: 5px;
	float: right;
}







.fb_google_count {
    position:absolute;
    bottom:0;
    right:0;
    width:311px;
    height:33px;
    background-image:url('./skins/valsis_evolution/images/facebook_chat.png');
}

.fb_count { 
    width: 115px;
    float: left;
    padding-right: 2px;
    padding-left: 6px;
    padding-top: 6px;
}

.google_count {
    width: 75px;
    float: left;
    padding-right: 2px;
    padding-left: 6px;
    padding-top: 6px;
}

.twitter_count {
    width: 90px;
    float: left;
    padding-right: 2px;
    padding-left: 6px;
    padding-top: 6px;
}







/*** 
set the width and height to match your images 
**/

#slideshow {
    position:relative;
    height:350px;
	z-index:-1;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#slideshow img {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
			
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
			
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}
		
@media screen and (max-width: 1024px){
	img.bg {
	left: 50%;
	margin-left: -512px; 
}
}



.content_center {
    position: absolute;
    bottom: 0;
    right: 311px;
}

.slideout_1 {
     position: absolute;
     bottom:0;
     right: 10px;
}

.slideout_2 {
     position: absolute;
     bottom:0;
     right: 140px;
}

.slideout_3 {
    position: absolute;
    bottom:0;
    right: 280px;
}




.slideOutTip{
	/* The main wrapping div of the slideout tips */
	position:absolute;
	padding:3px;
	bottom:0;
        right: 0;

	background: rgba(11,11,11, 0.5);
	font-size:11px;
	color:white;
	overflow:hidden;
	height:22px;
}

.slideOutTip:hover{
	/* Applying a CSS3 outer glow on hover */
	-moz-box-shadow:0 0 1px #999;
	-webkit-box-shadow:0 0 1px #999;
	box-shadow:0 0 1px #999;
}

/* The holder for the title and the icon: */
.tipVisible{ cursor:pointer; height:22px; }

.tipTitle{
	float:left;
	font-family: 'Ubuntu', serif;
	font-size:14px;
	white-space:nowrap;
	line-height:22px;
	padding-right:5px;
}

.tipIcon{
	width:20px;
	height:20px;
	float:left;
	background-color:#61b035;
	border:1px solid #70c244;
	margin-right:8px;

	/* CSS3 Rounded corners */

	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
}






/* Three color themes */
.green .tipIcon{ background-color:#61b035; border:1px solid #70c244; }
.blue .tipIcon{ background-color:#1078C7; border:1px solid #1e82cd; }
.red .tipIcon{ background-color:#CD3A12; border:1px solid #da421a; }

.plusIcon{
	/* The plus icon */
	width:13px;
	height:13px;
	background:url('./skins/valsis_evolution/images/plus.gif') no-repeat center center;
	margin:4px;

	/* Defining a CSS3 animation. Currently only works in Chrome and Safari */
	-webkit-transition: -webkit-transform 0.2s linear;
	-moz-transition: -moz-transform 0.2s linear;
	transition: transform 0.2s linear;
}

.slideOutTip.isOpened{ z-index:0; }

.slideOutTip.isOpened .plusIcon{
	/* Applying a CSS3 rotation  to the opened slideouts*/
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}

/* Special rules for the left and top - opening versions */

.openLeft .tipIcon{
	/* Floating the title and the icon to the right */
	margin:0 0 0 8px;
	float:right;
}
.openLeft .tipTitle{ float:right; padding:0 0 0 5px; }
.openLeft .slideOutContent{ margin-top:22px; }
.openLeft.openTop .slideOutContent{	margin-top:0; }

.slideOutContent{
	/* Hiding the div with the slide out content: */
	display:none;
	padding:10px;
	font-size:11px;
}

/* Hiding the original paragraphs if they have not been replaced (JS disabled): */

.content_center > p{ display:none; }














