@charset "utf-8";
html {
	height: 100%;
	}

body  {
	font: 100% Arial, Helvetica, sans-serif;
	color: #54182c;
	background: /*url(images/bg1.png)*/ #e8baa5 /*#d5d5d5*/ /*#dadbd6*/  top left repeat;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	}
	
a {
	color: #c821ac;
	text-decoration: underline;
	}
a:hover {
	color: #54182c;
	text-decoration: underline;
	}
a:visited {
	color: #54182c;
	text-decoration: underline;
	}

/**********************************************************************
HEADER/FOOTER CLASS: Div IDs for header and footer elements are below.
**********************************************************************/

.header_footer {
	margin: 0 auto;
	}

/**************
HEADER SECTION
**************/

#header_container { 
	margin: 0 auto;
	margin-top: 21px;
	width: 780px;
	height: 21px;
	background: /*#54182c*/ /*#E343CD*/;
	}
#header_logo {
	float: left;
	top: 0;
	margin-top: -8px;
	margin-left: -22px;
	width: 21px;
	height: 246px;
	}
.header_text {
	color: #eeeeee;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
a.header_text:link {
	color: #eeeeee;
	}
a.header_text:hover {
	text-decoration: underline;
	}
a.header_text:visited {
	color: #cccccc;
	}

/* END HEADER SECTION */

/******************************************************************************
MAIN CONTENT: This CSS keeps the footer at the bottom of the page at all times.
******************************************************************************/

/* main_content provides the space above the footer so it stays at the bottom of the page */
#main_content {
/*	position: relative;*/
	min-height: 100%;
	width: 780px;
	margin: 0 auto;
	text-align: left;
	}
* html #main_content {
	height: 100%;
	width: 780px;
	margin: 0 auto;
	}
#main_content_space_top {
	height: 0px;
	clear: both;
	}
#main_content_space_bottom {
	height: 0px;
	clear: both;
	}

/* END MAIN CONTENT */

/*************
FOOTER SECTION
*************/

#footer_container { 
	position: relative;
	width: 780px;
	bottom: 0;
	margin-top: -40px;
	height: 40px;
	margin: 0 auto;  /*the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #54182c;
	}
#footer_copyright {
	position: absolute;
	float: left;
	width: 194px;
	height: 7px;
	padding-top: 17px;
	/*left: 293px;*/
	right: 40px;
	}
/* Text for copyright notice */
.copyright {
	font-size: 9px;
	color: #ffffff;
	padding-left: 20px;
	}

/* This div class keeps the page content away from header and footer */
.main_content {
	margin-top: 0px;
	margin-bottom: 0px;
	}

/************
MENU ROLLOVER
************/

.menu_spacer {
	float: left;
	width: 5px;
	height: 29px;
	background: url(images/menu_spacer.png);
	}
.header_news {
	float: left;
	display: block;
	width: 76px;
	height: 29px;
	background: url(images/button_news2.png) center top no-repeat;
	background-position: 0 -29px;
	}
.header_music {
	float: left;
	text-align: center;
	display: block;
	width: 82px;
	height: 29px;
	background: url(images/button_music.png) center top no-repeat;
	background-position: 0 -29px;
	}
.header_contact {
	float: left;
	display: block;
	width: 131px;
	height: 29px;
	background: url(images/button_contact.png) center top no-repeat;
	background-position: 0 -29px;
	}
.header_links {
	float: left;
	display: block;
	width: 76px;
	height: 29px;
	background: url(images/button_links.png) center top no-repeat;
	background-position: 0 -29px;
	}
	
.button_news a {
	float: left;
	display: block;
	width: 76px;
	height: 29px;
	background: url(images/button_news2.png) center top no-repeat;
	background-position: 0 0px;
	}
.button_news a:hover { 
	background-position: 0 -58px;
	}
.button_music a {
	float: left;
	text-align: center;
	display: block;
	width: 82px;
	height: 29px;
	background: url(images/button_music.png) center top no-repeat;
	background-position: 0 0px;
	}
.button_music a:hover { 
	background-position: 0 -58px;
	}
.button_contact a {
	float: left;
	display: block;
	width: 131px;
	height: 29px;
	background: url(images/button_contact.png) center top no-repeat;
	background-position: 0 0px;
	}
.button_contact a:hover { 
	background-position: 0 -58px;
	}
.button_links a {
	float: left;
	display: block;
	width: 76px;
	height: 29px;
	background: url(images/button_links.png) center top no-repeat;
	background-position: 0 0px;
	}
.button_links a:hover { 
	background-position: 0 -58px;
	}
	
/********
NEWS PAGE
********/

/* NEWS COLUMN */
.news_column {
	margin: 0 0px 0 0px;
	padding: 0px 25px 0px 25px;
	min-height: 500px;
	background: url(images/left.gif) #ffffff top left repeat-y;
	border-left: 6px solid #54182c;
	}
.news_column_top {
	margin: 0 0px 0 0px;
	padding: 0px 0px;
	height: 10px;
	background: url(images/left.gif) #ffffff top left repeat-y;
	/*border-top: 4px solid #54182c;*/
	border-left: 6px solid #54182c;
	}
.news_column_bottom {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	height: 40px;
	background: url(images/left.gif) #ffffff top left repeat-y;
	border-left: 6px solid #54182c;
	}
.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;
}

/*************
NEWS BLOG POST
*************/

.news {
	padding: 0px 10px;
	}
	
#title {
	color: ffffff;
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-stretch: -20px;
	padding: 3px 5px;
	/*background: url(images/title_bg.gif) #c821ac top center repeat-x;*/
	}
	
#date {
	font-size: 9px;
	color: #782964;
	padding: 0 5px 3px 5px;
	}	
#content {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 5px;
	border-top: 1px dotted #350000;
	border-bottom: 1px dotted #350000;
	background: /*url(images/background.png)*/ #ffc8fd;
	}
#next_prev {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 5px 0px 5px;
	text-align: right;
	margin-right: 20px;
	}

/* END NEWS PAGE SECTION */

/***********
CATALOG PAGE
***********/

/* MUSIC MENU ROLLOVER */

#music_menu_container {

	margin: 0 auto;
	/*margin-top: 21px;*/
	width: 388px;
	height: 26px;
	background: /*#54182c*/ /*#E343CD*/;
	}
.music_menu_spacer {
	float: left;
	width: 6px;
	height: 13px;
	margin-left: -2px;
	background: url(images/music_menu_comma.png) left bottom no-repeat;
	}
.header_discography {
	float: left;
	width: 164px;
	height: 26px;
	background: url(images/header_discography.png) center top no-repeat;
	background-position: 0 0px;
	}
.header_aad {
	float: left;
	width: 167px;
	height: 26px;
	background: url(images/header_aad.png) center top no-repeat;
	background-position: 0 0px;
	}
.header_songfight {
	float: left;
	width: 132px;
	height: 26px;
	background: url(images/header_songfight.png) center top no-repeat;
	background-position: 0 0px;
	}
.header_covers {
	float: left;
	width: 180px;
	height: 26px;
	background: url(images/header_covers.png) center top no-repeat;
	background-position: 0 0px;
	}
	
.button_discography a {
	float: left;
	display: block;
	width: 93px;
	height: 10px;
	background: url(images/button_discography.png) center top no-repeat;
	background-position: 0 0px;
	}
.button_discography a:hover { 
	background-position: 0 -10px;
	}
.button_aad a {
	float: left;
	text-align: center;
	display: block;
	width: 95px;
	height: 11px;
	background: url(images/button_aad.png) center top no-repeat;
	background-position: 0 0px;
	}
.button_aad a:hover { 
	background-position: 0 -11px;
	}
.button_songfight a {
	float: left;
	display: block;
	width: 75px;
	height: 10px;
	background: url(images/button_songfight.png) center top no-repeat;
	background-position: 0 0px;
	}
.button_songfight a:hover { 
	background-position: 0 -10px;
	}
.button_covers a {
	float: left;
	display: block;
	width: 103px;
	height: 11px;
	background: url(images/button_covers.png) center top no-repeat;
	background-position: 0 0px;
	}
.button_covers a:hover { 
	background-position: 0 -11px;
	}
.music_menu {
	float: right;
	margin-right: -21px;
	margin-top: -21px;
	width: 388px;
	height: 20px;
	padding-top: 5px;
	padding-left: 9px;
	background: url(images/music_menu_bg.png) center top no-repeat;
	}

/* CATALOG COLUMN */
.catalog_column {
	margin: 0 0px 0 0px;
	padding: 0px 25px 0px 25px;
	min-height: 500px;
	background: /*url(images/left.gif)*/ #ffffff top left repeat-y;
	border-left: 6px solid #54182c;
	}
.catalog_column_top {
	margin: 0 0px 0 0px;
	padding: 0px 0px;
	height: 10px;
	background: url(images/header_top_right.gif) #ffffff top right no-repeat;
	border-left: 6px solid #54182c;
	}
.catalog_column_bottom {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	height: 40px;
	background: /*url(images/bottom2.gif)*/ #ffffff bottom left no-repeat;
	border-left: 6px solid #54182c;
	}
.music_text {
	color: #54182c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

/* Properties for all album covers displayed */
.album_cover {
	padding: 1px;
	border: 1px solid #350000;
	}
.album_cover_new_release {
	padding: 1px;
	border: 1px solid #350000;
	margin-left: 20px;
	}
	
/* CATALOG ITEM PROPERTIES */

.item_container {
	width: 100%;
	margin-left: -10px;
	padding-top: 3px;
	padding-left: 10px;
	border: 0px solid #350000;
	background: url(images/catalog_bg.png) top left no-repeat;
	}
.cover_container {
	float: right;
	width: 142px;
	border: 6px solid #ffc8fd;
	background: #ffc8fd;
	}
.album_top_left {
	float: left;
	width: 560px;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*margin: 5px 0px 5px 0px;*/
	padding: 5px;
	border-bottom: 2px solid #ffc8fd;
	/*background: #f0eaff;*/
	}
.album_bottom_info {
	float: left;
	width: 418px;
	height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 7px 5px 5px 5px;
	background: #ffc8fd;
	}
.album_bottom_status {
	float: right;
	width: 132px;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	background: #ffc8fd;
	}
.album_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #54182c;
	}
.cat_number {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}
.status {
	color: #ff0000;
	text-transform: uppercase;
	font-weight: bold;
	}
.album_top_right {
	float: right;
	width: 229px;;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	border: 0px solid #350000;
	color: #c821ac;
	background: #eaeaea;
	}
.desc_bottom_right {
	float: left;
	width: 560px;
	min-height: 147px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	border: 0px solid #350000;
	/*background: #f0eaff;*/
	}
.item_spacer {
	width: 100%;
	height: 10px;
	}

/* ALBUM VIEW PROPERTIES */

.tracklist {
	color: #350000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	margin-top: 1px;
	}
.album_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin: 1px 0px 1px 0px;
	padding-left: 5px;
	height: 20px;
	border: 1px solid #c821ac;
	background: #ffffff;
	font-weight: bold;
	}
.track_title_odd {
	margin: 1px 0px 1px 0px;
	padding-left: 5px;
	height: 22px;
	background: #ffc8fd;
	}
.track_title_even {
	margin: 1px 0px 1px 0px;
	padding-left: 5px;
	height: 22px;
	}
.track_number {
	float: left;
	width: 20px;
	height: 20px;
	text-align: center;
	border: 1px solid #350000;
	background: #ffffff;
	}
.running_time {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-top: 1px;
	border: 1px solid #c821ac;
	background: /*#ffc8fd*/ #ffffff;
	}

/* ALBUM-A-DAY DISPLAY */

.aad_item_container {
	width: 210px;
	height: 150px;
	margin: 0px 15px 0px 0px;
	border: 0px solid #350000;
	}
.aad_top {
	width: 100%;
	height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*margin: 5px 0px 5px 0px;*/
	padding: 5px;
	border-bottom: 2px solid #ffc8fd;
	/*background: #f0eaff;*/
	}
.aad_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #54182c;
	}
.aad_bottom_info {
	width: 100%;
	height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 7px 5px 5px 5px;
	background: #ffc8fd;
	}
.desc_aad {
	width: 100%;
	min-height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px 5px 10px 5px;
	border: 0px solid #350000;
	/*background: #f0eaff;*/
	}
.aad_spacer {
	float: left;
	width: 20px;
	}
.aad_album_top {
	float: left;
	width: 100%;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*margin: 5px 0px 5px 0px;*/
	padding: 5px;
	border-bottom: 2px solid #ffc8fd;
	/*background: #f0eaff;*/
	}
.desc_aad_album {
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	border: 0px solid #350000;
	/*background: #f0eaff;*/
	}
.aad_album_bottom_info {
	float: left;
	width: 560px;
	height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 7px 5px 5px 5px;
	background: #ffc8fd;
	}
.aad_tracklist {
	color: #350000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	margin-top: 1px;
	}
	
.covers_top {
	float: left;
	width: 640px;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*margin: 5px 0px 5px 0px;*/
	padding: 5px;
	border-bottom: 2px solid #ffc8fd;
	/*background: #f0eaff;*/
	}
.covers_desc {
	float: left;
	width: 640px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	border: 0px solid #350000;
	/*background: #f0eaff;*/
	}
.covers_bottom {
	float: left;
	width: 640px;
	height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 7px 5px 5px 5px;
	background: #ffc8fd;
	border-bottom: 1px solid #54182c;
	}

.email_button a {
	margin: 0 auto;
	display: block;
	width: 398px;
	height: 38px;
	background: url(images/email.png) center top no-repeat;
	background-position: 0 0px;
	}
.email_button a:hover { 
	background-position: 0 -38px;
	}