/*
 * GENERIC RE-DEFINITIONS
 */

body									{
		margin: 0;
		padding: 0;
		background: url('images/bg.jpg') repeat-x;
		background-color: #2b281b;
		font-size: .8em;
		font-family: Arial, Helvetica, sans-serif;
										}
										
img										{
		border: 0;
										}
										
a										{
		color: #fff;
		text-decoration: none;
										}
										
h1, h2, h3, h4, h5, h6					{
		margin: 0;
										}
										
h1										{
		margin: 0 0 0 7px;
										}
										
h2										{
		display: block;
		height: 0px;
		padding: 13px 0 0 0;
		margin-left: 5px;
		overflow: hidden;
										}
										
h3 em									{
		display: block;
		font-weight: normal;
										}
										
ul li									{
		list-style: inside circle;
										}
										
strong									{
		display: block;
										}
										
li em									{
		float: right;
										}
										
strong span								{
		float: right;
										}

/*
 * GLOBAL Classes
 */

.hide									{
		display: none;
										}

.error									{
		width: 25em;
		padding: 1em;
		background-color: #d7ffff;
		border: 1px dotted #0076ae;
										}

.submit									{
		width: 90px;
										}
										
/*
 * AREA-SPECIFIC Definitions
 */

#container								{
		margin: 0 auto;
		width: 698px;
		height: 983px;
		background: url('images/body_bg.jpg') no-repeat;
		background-color: #f0dcb5;
		/*
		border-left: 1px solid #fff;
		border-right: 2px solid #fff;
		*/
										}
										
#booty									{
		margin: 45px 20px 0 20px;
										}
										
#booty div div ul						{
		padding: 0;
		margin: 0;
		list-style: none;
										}
										
#booty div div ul li					{
		list-style: none;
										}
										
#booty strong							{
		color: #81c5ca;
		font-size: 1.1em;
		font-weight: bold;
										}
										
#booty div div a						{
		margin: 0;
		color: #fff;
		font-size: 1em;
		font-weight: normal;
										}

#booty div div							{
		padding: 1.5em;
		color: #fff;
		font-size:  .75em;
										}
										
#booty div div div						{
		padding: 0;
		font-size: inherit;
										}
										
#loader									{
		position: absolute;
		left: -5000px;
		width: 5000px;
										}
										
#player									{
		float: right;
		font-size: .8em;
		color: #39382e;
		margin: 7px 15px 0 0;
										}

#player #songtitle						{
		float: left;
										}

#player ul								{
		margin: 0;
		padding: 0;
										}

#player ul li							{
		list-style: none;
		float: left;
										}
										
#player a								{
		display: block;
		height: 0;
		width: 7px;
		overflow: hidden;
		margin: 3px .5em 0 1em;
		padding-top: 8px;
		cursor: pointer;
										}
										
#player #p_prev							{
		background: url('images/p_prev.gif') no-repeat;
										}
										
#player #p_stop							{
		background: url('images/p_stop.gif') no-repeat;
										}
										
#player #p_play							{
		background: url('images/p_play.gif') no-repeat;
										}
										
#player #p_next							{
		background: url('images/p_next.gif') no-repeat;
										}
										
#navigation								{
		margin: 0 20px;
		padding: 24px 0 0 0;
										}
										
#navigation a							{
		display: block;
		color: #2e2e2e;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: .7em;
		font-weight: bold;
		letter-spacing: -1px;
		text-transform: uppercase;
		padding: 8px 14px;
										}
										
#navigation ul							{
		float: right;
		margin: -90px 10px 0 0;
		padding: 0;
										}
										
#navigation ul li						{
		list-style-type: none;
		float: left;
		margin: 0 2px 0 0;
		padding: 0;
		background: url('images/bg-nav-li.gif') repeat;
		background-color: #82c5ca;
										}
										
#navigation ul li:hover					{
		background: none;
										}
										
#left									{
		float: left;
		display: block;
		overflow: hidden;
		width: 185px;
		padding: 0;
		margin: 0 17px 0 0;
										}
										
#left div								{
		margin: 7px 0 0 0;
		display: block;
		height: 384px;
		color: #fff;
		background: url('images/bg_l.gif') no-repeat;
										}
										
#left h2								{
		background:  url('images/h2_featured_artist.gif') no-repeat;
										}
										
#right									{
		position: relative;
		float: left;
		display: block;
		overflow: hidden;
		width: 455px;
										}
										
#right div								{
		margin: 7px 0 0 0;
		display: block;
		height: 384px;
		overflow: hidden;
		color: #fff;
		background: url('images/bg_r.gif') no-repeat;
										}
										
#right div div							{
		margin: 0;
		height: auto;
		overflow: hidden;
		background: none;
										}
										
*:first-child+html #right div div		{
		font-size: 1.1em;
										}
										
* html #right div div					{
		font-size: 1.1em;
										}
										
#right h2								{
		background:  url('images/h2_word.gif') no-repeat;
										}
										
#scroll									{
		line-height: 1.5em;
										}
										
#scroll p								{
		height: 355px;
		overflow: hidden;
		margin: 0;
										}

#rr										{
		float: left;
		display: block;
		overflow: hidden;
		width: 384px;
		padding: 0;
		margin: 25px 17px 0 0;
										}

#rr div									{
		margin: 7px 0 0 0;
		display: block;
		height: 185px;
		color: #fff;
		background: url('images/bg_rr.gif') no-repeat;
										}

#rr h2									{
		background:  url('images/h2_recent_releases.gif') no-repeat;
										}

#rr ul li ul							{
		margin: .5em 1em;
		float: left;
										}
										
* html #rr ul li ul						{
		margin: 1em 0 0 0;
										}
										
*:first-child+html #rr ul li ul			{ /* Is it possible for Microsoft */
		margin: 1em 0 0 0;				  /* To do something right? IE 7  */
										}
										
#rr ul li ul.last						{
		margin-right: 0;
		margin-left: 0;
										}
										
#b ul li ul img							{
		margin: 0 0 1.5em 0;
										}
										
#b										{
		float: left;
		display: block;
		overflow: hidden;
		width: 257px;
		padding: 0;
		margin: 25px 0 0 0;
										}

#b div									{
		margin: 7px 0 0 0;
		display: block;
		height: 185px;
		color: #fff;
		background: url('images/bg_b.gif') no-repeat;
										}

#b h2									{
		background:  url('images/h2_buzz.gif') no-repeat;
										}
										
#b img									{
		float: left;
		margin: 0 1em 0 0;
										}
										
#b p									{
		margin: -1.25em 0 0 .25em;
										}
										
#aml									{
		line-height: 2em;
		list-style: square;
										}
										
#aml li ul								{
		list-style: square;
										}

#aml li ul li							{
		list-style: square;
		padding: 0 0 0 2em;
										}

#footer									{
		width: 680px;
		clear: both;
		/*margin: 250px 0 0 0;*/
		position: absolute;
		top: 965px;
		margin: 0 0 0 10px;
										}

#footer strong							{
		display: block;
		overflow: hidden;
		height: 0px;
		padding-top: 12px;
		background: url('images/copyright.gif') no-repeat;
										}
										
#footer em								{
		float: right;
										}
										
#footer em a							{
		display: block;
		overflow: hidden;
		height: 0px;
		padding-top: 12px;
		background: url('images/site_credits.gif') no-repeat;
										}

#scroll									{
		display: block;
		padding: 0 30px 0 0;
		position: relative;
										}
										
#mc										{
		display: block;
		position: absolute;
		top: 15px;
		left: 15px;
		width: 410px;
		/*clip: rect(0px, 410px, 340px, 0px);*/
										}
										
#bars									{
		position: absolute;
		top: 15px;
		left: 433px;
		width: 8px;
										}
										
#bars img								{
		width: 8px;
		height: 7px;
		cursor: pointer;
										}

#artist_bio strong						{
		font-size: 2em;
										}
										
#artist_bio em							{
		font-size: 1.25em;
										}
										
#artist_bio img							{
		float: right;
										}

#contact								{
		text-align: left;
		float: left;
		line-height: 25px;
										}
										
#contact label							{
		width: 10em;
		float: left;
		text-align: left;
		margin: 0 .2em 5px 1em;
		clear: both;
										}

#contact input							{
		float: left;
										}

#contact select							{
		float: left;
										}

#contact textarea						{
		float: left;
										}

#contact .contact						{
		clear: both;
		margin: 5px 0 0 200px;
										}

#contact #city							{
		text-transform: capitalize;
										}
										
li.header								{
		font-size: 1.5em;
		font-weight: bold;
										}
										
a.ul									{
		text-decoration: underline;
										}