@charset "utf-8";
/* CSS Document */


/* hide from ie on mac \*/
	html {
		height: 100%;
		
	}
	
/* end hide */

body {
	background-color: #07005e;
	background-image:url(../images/bg_grad.png);
	background-repeat:repeat-y;
	background-position:center;
	font: .8em/1.3em helvetica,verdana,arial,sans-serif;

	color:#999999;
	margin: 0;
	padding: 0;
	height:100%;
}

a {
	color:#86649d;
	text-decoration:none;
}

a:hover {
	color:#0099FF;
	text-decoration:none;
}

a, a:active, a:hover, a:visited, embed, object{
outline:0;
}

img {
	border:none;
}

h1 {
	font-size:175%;
	color:#666;
	border-bottom:1px solid #585e8d;
	padding-bottom:10px;
	margin-left: -10px;
	margin-right: -30px;
}

h2 {
	font-size:120%;
	color:#369;
}

/* Text Styles */

.smallText{
	font-size:80%;
	line-height: 100%;
}

.largeText{
	font-size:120%;
}

.musicTitle {
	font-weight:bold;
	border-bottom: 1px solid #12537d;
	padding-bottom: 4px;
}

.smallPurple {
	font-size:80%;
	color:#8484ae;
}

.rightAlignText {
	text-align:right;	
}

.leftMargMinus25px {
	margin-left:-25px;	
}

#subHead {
	padding:6px;
	border:1px solid #666;
	line-height: 2;
}

#subHead a {
	margin:0 20px;
}

/* Layout Classes */

.compCoverPhoto {

}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.paddingRight10px {
	padding-right:10px;
}

.paddingLeft20px {
	padding-left:20px;
}

.clearAll {
	clear:both;	
}

.smallBorderDiv {
	width:275px;
	padding: 15px;
	background-color: #494949;
	border: 1px solid #414141;
	margin: 15px;
	line-height: 110%;
	color: #999;
}

.compImageDiv {
	float:left;
	margin: 0 10px 0 0;
	padding: 0 5px;
}

.compFirstPageLinkDiv{
	padding: 0 5px;
	width: 400px;
	float: right;
}

.SpryHiddenRegion {
	visibility:hidden;	
}

.rightTrackListing {
	float:right;
	width:280px;
}

.listPurpleArrow {
	list-style-image:url(../images/arrow_littlepurple.png);
}

ul.listPurpleArrow li {
	margin-bottom: 8px;	
}

.listNoMarker {
	list-style-type:none;	
}

.thinGrayLine {
	border-bottom:1px dotted #5c5b5b;
	margin:0 -10px;
}

.audioSampleDiv{
	padding:8px;
	font-weight:bold;
	width: 195px;
	border:1px solid #333;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.audioSampleHomeDiv{
	padding:8px;
	width: 195px;
}

/* Layout Divs */

#mainDiv {
	width:1000px;
	margin: 0 auto;
}

#headerDiv {
	width:980px;
	height:100px;
	margin:10px;
}

#footerDiv {
	width:980px;
	margin:10px;
	font-size:80%;
	text-align:center;
}

#leftMenuDiv {
	float:left;
	height:500px;
	width:170px;
	padding-left:20px;
}

#rightContentDiv {
	float:right;
	width:680px;
	padding:10px 100px 0 20px;
}

#miniRightDiv {
	float:right;
	width: 320px;
}

#miniLeftDiv {
	float:left;
	width: 350px;
}


/* NAVIGATION */

ul.navList {
	list-style-type:none;
	text-align:left;
	margin:20px 0 0 0;
	padding:0;
}

ul.navList li {
	margin-bottom: 10px;
	margin-right:14px;
}

ul.navList li a, ul.navList li a.active {
	color: #f3f3f3;
	padding:6px;
	display:block;
	background:transparent url(../images/white-25-percent.png);
	text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

ul.navList li a:hover {
	background:transparent url(../images/white-50-percent.png);
	color:#2d2d2d;
}

