html
{
	text-align: center;
	font-size: 76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;



}




body
{



height:100%;
background-attachment: fixed;
background-repeat:y;
background-position:left top;
background-color:black;
color:#6a85ff;
width:100%;
}


#container
{
	
	text-align: left;
	width: 60%;
	padding-left: 0 !important;
	padding-left: 1px;
	margin-left:20%;
height:auto;
background-color: none;
background-repeat:none;
position:absolute;
top:0px;
left:0%;
}

.otherbgImage
{
background-image:url(background.png);
width:100%;
}

body, div, img, h1
{
	margin: 0;
	padding: 0;
	border: 0;

	
}

a
{
	color: #0890a4;
	background-color: inherit;
}

a:hover
{
color: darkgreen;
	
        font-weight:normal;
}

.forAccessibilityOnly, .forAccessibilityOnly * { display: none; }

#header
{
	clear: both;
	text-align: center;
	padding-bottom: 10px;


}

	#header #logo
	{
		position: relative;
		height: 43px;
		width: 772px;
		background: transparent none repeat 0 0;
		color: gray;
	}
	
		#header #logo h1
		{
			position: absolute;
			bottom: -4px !important;
			bottom: -5px;
			right: 10px;
			font-size: 1.8em;
			font-weight: bold;
			text-transform: uppercase;
		}

#main { clear: both; }

	#main #mNavigation
	{
		float: left;
		width: 150px;
	}

		#main #mNavigation h2
		{
			float: none;
			clear: none;
			background-color: #CF0000;
			color: gray;
			font-size: 1.1em;
			margin: 0;
			padding: 2px 4px;
			text-align: right;
		}

		#main #mNavigation ul
		{
			list-style: none;
			margin: 0 0 20px 0;
			padding: 10px 0;
			border-top: 1px solid #CF0000;
			border-bottom: 1px solid #CF0000;
			border-right: 1px solid #CF0000;
		}

			#main #mNavigation ul li
			{
				display: block;
				margin: 4px 0 0 20px;
				padding: 2px 0;
				background: url(images/poinsettia.gif) no-repeat 0px 2px;
			}

				#main #mNavigation ul li a
				{
					padding: 2px 0 0 25px;
					font-size: .9em;
					display: block;
					height: 16px;
					width: 100px;
				}

				#main #mNavigation ul li a:hover { background: url(images/poinsettia.gif) no-repeat 0px -20px; }
				#main #mNavigation ul li.selected { background: url(images/poinsettia.gif) no-repeat 0px -18px; }
				#main #mNavigation ul li.child { background-color: transparent; background-image: none; }

	#main #mContent
	{
		float: left;
		width: 402px;
		padding: 5px 20px;
	}

		#main #mContent #imageSwitchboard td
		{
			width: 120px;
			padding: 5px 10px;
			font-size: .8em;
		}

		#main #mContent h3.blog, #main #mContent #resume h3
		{
			
			color: gray;
			height: 20px;
			text-align: right;
			margin: 0;
			font-size: 1.2em;
		}

			#main #mContent h3.blog .date
			{
				font-size: .7em;
				font-weight: normal;
				padding: 0 10px 0 0;
			}

		#main #mContent p
		{
			border: 1px dashed #CF0000;
			background: black;
			color: gray;
			padding: 10px;
			font-size: .9em;
			margin: 0 0 25px 0;
		}


		#main #mContent div.blogEntry
		{
			padding-bottom: 30px;
			background: black none;
			margin-bottom: 20px;
			border: 1px dashed #CF0000;
		}

			#main #mContent div.blogEntry p
			{
				border: 0;
				margin: 0;
				padding: 10px;
			}
			
			#main #mContent div.blogEntry ul
			{
				list-style: none;
				margin: 0;
				padding: 0 10px;
			}
			
			#main #mContent div.blogEntry ul li
			{
				display: block;
				float: left;
				font-size: .9em;
				margin: 0 0 0 50px;
				padding: 0;
			}

				#main #mContent div.blogEntry ul li.first
				{
					margin-left: 0;
				}
			
				#main #mContent div.blogEntry ul li a
				{
					display: block;
					float: left;
					line-height: 20px;
					height: 20px;
					padding-left: 25px;
					background: url(images/poinsettia.gif) no-repeat 0 0;
				}
				
					#main #mContent div.blogEntry ul li a:hover
					{
						background: url(images/poinsettia.gif) no-repeat 0 -20px;
					}

		#main #mContent div.blogEntryPerm
		{
			padding-bottom: 0;
		}

		#main #mContent #resume h2
		{
			text-align: center;
			letter-spacing: 0.2em;
		}

		#main #mContent #resume div.resumeheader { text-align: center; }

		#main #mContent .codeSearchResult
		{
			border-top: 1px dashed #ddd;
			padding: 10px;
		}

		#main #mContent .codeFirstSearchResult { border-top: 0; }

		#main #mContent .codeSearchResult *
		{
			margin: 0;
			padding: 4px 0;
			font-weight: normal;
		}

		#main #mContent #relatedFiles li { margin-top: 5px; }

		#main #mContent #relatedFiles li h4
		{
			font-size: 1.1em;
			margin: 0;
			padding: 0;
			font-weight: normal;
		}

	#main #mGallery
	{
		float: left;
		width: 180px;
		text-align: center;
	}

		#main #mGallery #gallery
		{
			list-style: none;
			margin: 0;
			padding: 0 0 10px 0;
		}

			#main #mGallery #gallery li
			{
				margin: 25px 0 0 0px;
				font-size: .8em;
			}

#footer
{
	clear: both;
	text-align: center;
	padding-top: 10px;
margin-bottom:-100px;
}

	#footer p
	{
		font-size: .8em;
		margin: 0;
		padding: 0;
	}


#logo
{
position:absolute;
z-index:+1;
top:0px;
left:0px;
}

#banner
{

margin-left:auto;
margin-right:auto;
text-align:center;
}

.logo
{
width:80%;
margin-left: auto;
    margin-right: auto;

}
.ButtonGroup
{

text-align:center;
margin-top:20px;
margin-left:12%;
}


.LabelCol
{
text-align:right;
margin-top:0px;
height:5em;
font-weight:bold;
width:10em;
}

.ValueCol
{
text-align:left;
width:12em;
height:5em;

}

.ValueCol2
{
text-align:center;
width:16em;
height:5em;
}



.ValueCol2 a:hover
{
	color: yellow;
	background-color: inherit;
}

.butttonSpace
{
margin-top:4px;
}



.bigtitle
{
text-align:center;
color:#6a85ff;

background: url(repeatImage.png) no-repeat; 
}

 @media (max-width:401px)
{
#menu
{
display:inline-block;
margin-top:8px;
margin-bottom:1px;
margin-left:0px;
width:100%;
}
}

#menu li
{
display:inline;
margin-left:2px;
margin-right:2px;
border-left:1px solid #8eb6c9;

}

#menu a
{
text-decoration:none;
padding:2px;

}

#menu span
{
background-color:#8eb6c9;
color:#6a85ff;
font-weight:bold;
padding:2px;
}

#submenu
{
display:inline-block;
margin-top:3px;
margin-bottom:1px;
margin-left:-4px;
font-size:0.9em;
width:120%;
}

#submenu li
{
display:inline;
margin-left:2px;
margin-right:2px;
border-left:1px solid #8eb6c9;

}

#submenu a
{
text-decoration:none;
padding:2px;
}

#submenu span
{
background-color:#8eb6c9;
color:#6a85ff;
font-weight:bold;
padding:2px;
}

BODY.homesub1 UL#submenu LI A#home
{
   background-color:#8eb6c9;
color:#6a85ff;
}

BODY.video UL#submenu LI A#videotools
{
   background-color:#8eb6c9;
color:#6a85ff;
}



BODY.homesub2 UL#submenu LI A#artistlist
{
   background-color:#8eb6c9;
color:#6a85ff;
}

BODY.history UL#submenu LI A#history
{
background-color:#8eb6c9;
color:#6a85ff;
}


BODY.homesub3 UL#submenu LI A#softwarepatch
{
   background-color:#8eb6c9;
color:#6a85ff;
}


BODY.homesub4 UL#submenu LI A#freegifts
{
   background-color:#8eb6c9;
color:#6a85ff;
}

BODY.homesub5 UL#submenu LI A#privacy
{
   background-color:#8eb6c9;
color:#6a85ff;
}

BODY.ALLGENRE UL#submenu LI A#general
{
   background-color:#8eb6c9;
color:#6a85ff;
}


BODY.ALLGENRE UL#submenu LI A#general
{
   background-color:#8eb6c9;
color:#6a85ff;
}

BODY.TECHTRANCE UL#submenu LI A#trance
{
   background-color:#8eb6c9;
color:#6a85ff;
}

BODY.DANCE UL#submenu LI A#dance
{
   background-color:#8eb6c9;
color:#6a85ff;
}

BODY.TECHNO UL#submenu LI A#techno
{
   background-color:#8eb6c9;
color:#6a85ff;
}

BODY.HIPHOP UL#submenu LI A#hiphop
{
   background-color:#8eb6c9;
color:#6a85ff;
}

BODY.OLDSKOOL UL#submenu LI A#oldskool
{
   background-color:#8eb6c9;
color:#6a85ff;
}

BODY.DRUMBASS UL#submenu LI A#drumbass
{
   background-color:#8eb6c9;
color:#6a85ff;
}

BODY.AMBIENT UL#submenu LI A#ambient
{
   background-color:#8eb6c9;
color:#6a85ff;
}

BODY.DanceFive UL#submenu LI A#dancefive
{
   background-color:#8eb6c9;
color:#6a85ff;
}

BODY.DanceSix UL#submenu LI A#dancesix
{
   background-color:#8eb6c9;
color:#6a85ff;
}

BODY.DanceSeven UL#submenu LI A#danceseven
{
   background-color:#8eb6c9;
color:#6a85ff;
}

BODY.TechnoFive UL#submenu LI A#technofive
{
   background-color:#8eb6c9;
color:#6a85ff;
}

BODY.TechnoFour UL#submenu LI A#technofour
{
   background-color:#8eb6c9;
color:#6a85ff;
}

BODY.HipHopFive UL#submenu LI A#hiphopfive
{
   background-color:#8eb6c9;
color:#6a85ff;
}

BODY.HipHopSix UL#submenu LI A#hiphopsix
{
   background-color:#8eb6c9;
color:#6a85ff;
}

BODY.StudioGold UL#submenu LI A#studiogold
{
   background-color:#8eb6c9;
color:#6a85ff;
}


BODY.FruityLoops UL#submenu LI A#fruityloops
{
background-color:#8eb6c9;
color:#6a85ff;
}

BODY.Reason UL#submenu LI A#reason
{
background-color:#8eb6c9;
color:#6a85ff;
}

BODY.JJ UL#submenu LI A#JJ
{
background-color:#8eb6c9;
color:#6a85ff;
}

BODY.rules UL#submenu LI A#rules
{
background-color:#8eb6c9;
color:#6a85ff;
}

BODY.history UL#submenu LI A#history
{
background-color:#8eb6c9;
color:#6a85ff;
}



#guestmap
{
z-index:2;
display:block;
position:absolute;
right:-230px;
top:300px;
}

.constrained {
	HEIGHT: 2em
}

.flbox {
	FLOAT: left; 
	MARGIN: 5px;
	width:80px;
	
}


#welcome
{
width:105%;
}

.logo
{
width:80%;
margin-left: auto;
    margin-right: auto;

}

.smalltxt
{
font-size:6px;
}

.bgImage
{
width:100%;

}

.bgImage
{
width:100%;

}

.altbgImage
{
position:absolute;
left:0px;
}

#welcome

width:100%;
margin-left:-5px;
}

#MenuBox
{
width:130%;
}

.bgmenu
{
height:100%;
}


#comments
{
position:absolute;
z-index:+1;
}

#leftDiv
{

width:48%;
float:left;
color:#6a85ff;
}

#rightDiv
{
width:48%;
float:left;

color:blue;
}

#rightDiv a
{


color:yellow;
}



h3
{
clear:left;
}


#pair
{
position:relative;
height:350px;
width:100%;

}

#indexcontainer
{
margin-left:25px;
margin-right:25px;
}

#mixbox
{
width:85%;
text-align:center;
margin-left:auto;
margin-right:auto;

}

#indexlogo
{
width:70%;
}

#Feed
{

float:left;

color:lightgray;
}

#Feed a
{


color:yellow;
}

#Feed
{
height:90px;
width:100%;
border:solid #c3cdd0 1px;
background-color:navy;
text-aligh:left;
overflow:scroll;
text-size:12px;
font-weight:normal;
text-align:left;
}

.vlink
{
border:none;
background-color:transparent;

bgcolor:transparent;
FONT-WEIGHT: bold; FONT-SIZE: 1em; COLOR: #004455; TEXT-DECORATION: underline;
  background: url('up.png') no-repeat top left;
    padding: 2px 8px;
 padding-top: 1px;
text-align:center;
width:102px;
height:22px;
margin-top:0px;
}




.vlink:hover {
    border: none;
    background: url('down.png') no-repeat top left;
    padding: 2px 8px;
}



.blackindex
{
background-color:black;
color:#6a85ff;
background-image:url(BottomOfTheWorldDark1.png);
background-repeat:no-repeat;
background-position:center bottom;
}

#statement
{
font-weight:normal;
text-align:left;
}

#fireworks
{
position:absolute;
z-index:2;
top:240px;
left:100px;
}

#pair
{
color:#6a85ff;
}

.LeftAlign
{
text-align:left;
}


#layerTwo
{
position:absolute;
z-index:-2;
top:50%;
left:25%;

}

#indexmenu
{
display:block;
position:relative;
top:-200px;

}

.Width10
{
width:10em;
}

hr {
  color:navy;
}

 @media (min-width:500px)
{
.imgHarness
{
float:left;
margin-left:170px;
}
}

 @media (min-width:500px)
{
.break
{
display:none;
}
}


 @media (max-width:401px)
{hr
{

display:none;
}
}

 @media (max-width:401px)
{
.wideView
{
display:none;
}
}
@media (min-width:500px)
{
.smallView
{
display:none;
}
}

@media (min-width:500px)
{
.wideView
{
display:inline;
}
}

table, th, td {
   border:3px solid black;
padding:2px;
border-top:none;
padding-top:0px;
}

.blackborder
{
border: 6px solid black;
padding:2px;

}

 @media (max-width:401px)
{
#banner
{
width:40px;
padding-right:20px;
margin-left:90px;
}
}

 @media (max-width:401px)
{
.bannerImg
{
width:200px;
margin-right:20px;
}
}



@media (max-width:401px)
{
#bannerImg
{
width:250px;
}
}

@media (max-width:401px)
{
#searchcontainer
{
margin-left:0px;
}
}

@media (max-width:401px)
{
#menu
{
margin-left:-40px;
}
}
