@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #353535;
}
.twoColFixLtHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	background-color: #353535;
} 
#single1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	background-color: #3B3B3B;
	height: 170px;
	width: 592px;
	padding-top: 14px;
	padding-right: 7px;
	padding-bottom: 14px;
	padding-left: 14px;
}
#single1content {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 185px;
	height: auto;
}
.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #353535;
	height: 249px;
	width: 800px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#single2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	background-color: #3B3B3B;
	height: 170px;
	width: 592px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 14px;
	padding-right: 7px;
	padding-bottom: 14px;
	padding-left: 14px;
}
#imageColumn {
	background-color: #3B3B3B;
	padding: 15px;
	float: right;
	height: auto;
	width: 300px;
}
#albumSleeve {
	width: 300px;
	border-top-width: thin;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#contentColumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	height: auto;
	width: 268px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #3B3B3B;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	background-color: #353535;
	padding: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 187px;
	background-color: #3B3B3B;
	padding: 0;
} 
.twoColFixLtHdr #footer {
	padding: 0;
	background-color: #353535;
	height: 800px;
	width: 613px;
	float: right;
	margin: 0px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#releaseData {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-transform: uppercase;
	color: #999999;
	background-color: #3B3B3B;
	text-align: right;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 120%;
	padding: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666666;
}
#albumTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 140%;
	color: #999999;
	margin-bottom: 15px;
}
.songTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #999999;
	vertical-align: middle;
	float: none;
	clear: none;
	background-position: left;
	margin-bottom: 4px;
	padding: 0px;
}
.songTitle  a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-indent: 35px;
	background-repeat: no-repeat;
	background-color: #3B3B3B;
	background-position: left;
}
#albumCredits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #999999;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #3B3B3B;
	border: 1px none #666666;
}
#sidebarUpper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	background-color: #516055;
	height: auto;
	width: 174px;
	margin-bottom: 7px;
	padding-top: 17px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 4px;
	vertical-align: bottom;
	text-align: left;
}
#sidebarLower {
	background-color: #516055;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.salesLinks {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	border: thin none #BE6363;
}
.imageBorder {
	height: auto;
	width: auto;
	border: 1px solid #BE6363;
	float: none;
	text-align: right;
}
#singlesmainContent  {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 187px;
	background-color: #353535;
}
#single3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	background-color: #3B3B3B;
	height: 170px;
	width: 592px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	padding-top: 14px;
	padding-right: 7px;
	padding-bottom: 14px;
	padding-left: 14px;
	border-bottom-width: 1px;
	border-bottom-color: 444544;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: 444544;
	border-right-color: 444544;
	border-left-color: 444544;
}
#pixelbuffer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	background-color: #545552;
	padding: 0px;
	height: 1px;
	width: 613px;
	float: right;
	margin: 0px;
}
#singlesleeve3 {
	background-color: #3B3B3B;
	float: left;
	height: 170px;
	width: 170px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	color: #666666;
}
#singlesleeve2 {
	background-color: #3B3B3B;
	float: left;
	height: 170px;
	width: 170px;
	margin: 0px;
	color: #666666;
}
#singlesleeve1 {
	background-color: #3B3B3B;
	float: left;
	height: 170px;
	width: 170px;
	margin: 0px;
	color: #666666;
	vertical-align: bottom;
}
.releaseDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
.singlesLine2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	line-height: 125%;
}
#single2content {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 185px;
	height: auto;
}
#single3content {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 185px;
	height: auto;
}
#lyricscontentColumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	height: auto;
	width: 583px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	background-color: #3B3B3B;
}
.lyricTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #999999;
	vertical-align: middle;
	padding: 0px;
	float: none;
	clear: none;
	background-repeat: no-repeat;
	background-position: left;
	margin-bottom: 4px;
	margin-top: 10px;
}
#lyricfooter {
	padding: 0;
	background-color: #545552;
	height: 1px;
	width: 613px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainfooter {
	padding: 0;
	background-color: #353535;
	height: 500px;
	width: 613px;
	float: right;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #545552;
	border-right-color: #545552;
	border-bottom-color: #545552;
	border-left-color: #545552;
}
#imageframe {
	background-repeat: no-repeat;
	height: 552px;
	width: 613px;
	margin: 0px;
	background-color: #353535;
}
#musicfooter {
	padding: 0;
	background-color: #353535;
	height: 400px;
	width: 613px;
	float: right;
	margin: 0px;
}
#imagecredit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	height: 12px;
	width: 613px;
	text-align: right;
	padding-top: 4px;
	padding-right: 0px;
	background-color: #353535;
}
.sleeveImage {
	border: 1px solid #545552;
}
#mainContent {
	background-position: center;
}
#albumSleeveBordered {
	width: 300px;
	border: 1px solid #666666;
}
.imageholder {
	height: auto;
	width: auto;
	padding: 55px;
}
#discTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #999999;
	vertical-align: middle;
	float: none;
	clear: none;
	background-position: left;
	margin-bottom: 7px;
	padding: 0px;
	font-variant: small-caps;
	text-decoration: underline;
}
#affiliatesNotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-transform: uppercase;
	color: #999999;
	background-color: #3B3B3B;
	text-align: right;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 120%;
	padding: 0px;
}
.eCommerce {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #BE6363;
	vertical-align: middle;
	float: none;
	clear: none;
	background-position: left;
	text-align: right;
	margin: 0px;
	line-height: 24px;
	padding-top: 5px;
}
.salesText {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
#thereminBordered {
	width: 500px;
	border: 1px solid #666666;
}
#thereminColumn {
	background-color: #3B3B3B;
	padding: 56px;
	float: right;
	height: auto;
	width: 500px;
}
.songTitleSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #999999;
	vertical-align: middle;
	float: none;
	clear: none;
	background-position: left;
	margin-bottom: 4px;
	padding: 0px;
	margin-top: 2px;
}
.songTitleLast {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #999999;
	vertical-align: middle;
	float: none;
	clear: none;
	background-position: left;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 2px;
}
.flashHolder {
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	margin: 0px;
	vertical-align: middle;
	height: auto;
}
.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-align: right;
	vertical-align: bottom;
	color: #999999;
	padding-top: 20px;
	padding-bottom: 2px;
	letter-spacing: 1px;
}
.songTitleSmallPadded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #999999;
	vertical-align: middle;
	float: none;
	clear: none;
	background-position: left;
	margin-bottom: 4px;
	margin-top: 2px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.songTitleSmallIndented {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #999999;
	vertical-align: middle;
	float: none;
	clear: none;
	background-position: left;
	margin-bottom: 4px;
	padding: 0px;
	text-indent: 32px;
}
.songTitleNoPadding {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #999999;
	vertical-align: middle;
	float: none;
	clear: none;
	background-position: left;
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 2px;
}
.songTitleGapAfter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #999999;
	vertical-align: middle;
	float: none;
	clear: none;
	background-position: left;
	margin-bottom: 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	border: 0px none #666666;
}
.singleSongTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #999999;
	vertical-align: bottom;
	float: none;
	clear: none;
	background-position: left;
	margin-bottom: 2px;
	text-align: left;
}
#singleTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 140%;
	color: #999999;
	margin-bottom: 8px;
}
#miscTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	color: #999999;
	margin-bottom: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #353535;
	padding-bottom: 3px;
}
.miscText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #999999;
	vertical-align: middle;
	float: none;
	clear: none;
	background-position: left;
	margin-bottom: 4px;
	padding: 0px;
	margin-top: 2px;
}
.miscTextSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #999999;
	vertical-align: middle;
	float: none;
	clear: none;
	background-position: left;
	margin-bottom: 4px;
	padding: 0px;
	margin-top: 2px;
}
#textContainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #3B3B3B;
	height: auto;
	width: auto;
	color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
#lastTextContainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #3B3B3B;
	height: auto;
	width: auto;
	color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: left;
	margin: 0px;
}
.songTitleSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #999999;
	vertical-align: middle;
	float: none;
	clear: none;
	background-position: left;
	margin-bottom: 4px;
	padding: 0px;
}
.mysalesLinks {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: 1px;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #353535;
	border-right-color: #353535;
	border-bottom-color: #353535;
	border-left-color: #353535;
}

