﻿body
    {
        font-family: Helvetica;
        color: #ffffff;
        font-size:13px;
        scrollbar-face-color:black;
        scrollbar-shadow-color:black;
        scrollbar-highlight-color:black;
        scrollbar-3dlight-color:#333333;
        scrollbar-darkshadow-color:#333333;
        scrollbar-track-color:#000000;
        scrollbar-arrow-color:#333333;}
        
    a
    {
        font-size:12px;
        color: #ffffff;
        text-decoration: none;
    }
    a:hover
    {
        color: yellow;
    }
	a.white
    {
        color: #ffff00;
        text-decoration: none;
    }
    a.white:hover
    {
        color: yellow;
    }
    a.biglink
    {
        color:#ffffff;
        text-decoration:none;
        font-size:13px;
        font-weight:;
    }
    a.biglink:hover
    {
        color:yellow;
    }
    a.linkbutton
    { border:2px #cccccc solid; font-family:Helvetica; background-color:black; color:white; cursor:hand; padding-left:10px; padding-right:10px }
    a.linkbutton:hover
    { border:2px #cccccc solid; font-family:Helvetica; background-color:white; color:black; cursor:hand; padding-left:10px; padding-right:10px }
    a.bio
    {
    	color:yellow;
    	font-size:14px;
    	}
    .red
    { font-weight:bold; }
    input
	{ border:1px #cccccc solid; font-family:Helvetica; background-color:black; color:yellow; cursor:hand }
	input.hover
	{ border:1px #cccccc solid; font-family:Helvetica; background-color:white; color:black; cursor:hand }
	input.vote
	{ border:1px #cccccc solid; font-family:Helvetica; background-color:black; color:white; cursor:hand; width:140px }
	input.voteHover
	{ border:1px #cccccc solid; font-family:Helvetica; background-color:white; color:black; cursor:hand; width:140px }
	input.grey
	{ border:1px #333333 solid; font-family:Helvetica; background-color:black; color:#333333; cursor:hand }
	textarea
	{ border:1px #cccccc solid; font-family:Helvetica; background-color:black; color:white }
	p
	{
	    font-family:Helvetica;
	}
	
	.mixplayer
	{
		background-image: url('images/mixplayerbut.gif'); border:0px black solid;
		}
		
	.mixplayerdown
	{
		background-image: url('images/mixplayerbutdown.gif'); border:0px black solid;
		}
		
	.mixplayerhover
	{
		background-image: url('images/mixplayerhover.gif'); border:0px black solid;
		}
		
	.playmix
	{
		background-image: url('images/playmix.gif'); border:0px black solid;
		}
		
	.playmixdown
	{
		background-image: url('images/playmixdown.gif'); border:0px black solid;
		}
		
	.playmixhover
	{
		background-image: url('images/playmixhover.gif'); border:0px black solid;
		}
		
	a.soundcloud-badge:hover
                                {
                                    background-position: bottom left !important;
                                }
                                *html a.soundcloud-badge
                                {
                                    background-image: none !important;
                                    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='(http://a1.sndcdn.com/images/badges/fmonsc/horizontal/dark-orange.png?ee7b2d5)', sizingMethod='crop') !important;
                                }
	
	ul.topnav {  
    list-style: none;  
    padding: 0 0px;  
    margin: 0;  
    float:left;  
    width: ;  
    background: ;  
    font-size: 1.2em;
    white-space:nowrap;  
    
}  
ul.topnav li {  
    float: left;  
    margin-right: 0px;  
    padding: 0 0px 0 0;  
    position: relative; /*--Declare X and Y axis base for sub navigation--*/  
    padding-right:0px
}  
/*ul.topnav li a{  
    padding: 0px 0px;  
    color: #fff;  
    display: inline;  
    text-decoration: none;  
    float: ; 
    vertical-align: bottom; 
}  
ul.topnav li a:hover{  
    background: url(topnav_hover.gif) no-repeat center top;  
}*/  
ul.topnav li span { /*--Drop down trigger styles--*/  
    width: 17px;  
    height: 0px;  
    float: ;  
    
}  
ul.topnav li span.subhover {background-position: center bottombottom; cursor: pointer;} /*--Hover effect for trigger--*/  
ul.topnav li ul.subnav {  
    list-style: none;  
    position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/  
    left: 0; top: 19px;  
    background-color: #000;  
    margin: 0; padding: 0;  
    display: none;  
    float: left;  
    border: 1px solid #333;  
    z-index:1;
    text-align:left;  
    width: 170px;
}  
ul.topnav li ul.subnav li{  
    margin: 0; padding: 5px; 
    padding-left:40px; 
    /*border-top: 1px solid #252525; --Create bevel effect--*/  
    /*border-bottom: 1px solid #444; --Create bevel effect--*/  
    clear: both;  
    width: 170px;
    float: left;
}  
html ul.topnav li ul.subnav li a {  
    float: left;  
    width: 145px;  
    
    padding-left: 0px;  
}  
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/  
    
}  
