/* CSS Document */

/* Defaults
----------------------------------------------- */
body {
	margin:0 auto;
	padding:0;
	font-family: Georgia, Times, Times New Roman, sans-serif;
	font-size: small;

	color:#596166;
	line-height:1.3;
	background:#fff;
}

blockquote {
	font-style:italic;
	padding:0 32px;
	line-height:1.6;
	margin:0 0 .6em 0;
}

p {margin:9px 0px;padding:0; text-indent:30px; line-height:1.5em;}

abbr, acronym {
	cursor:help;
	font-style:normal;
}
	
code {font:12px monospace;white-space:normal;color:#666;}

hr {display:none;}

img {border:0;}

/* Link styles */
a:link {color:#948A54;text-decoration:underline;}
a:visited {color:#723830;text-decoration:underline;}
a:hover {color:#596166;text-decoration:underline;}
a:active {color:#596166;}



/* Layout
----------------------------------------------- */


#container {
	width:900px;
	margin:auto;
	background-color:#fff;
	background-image:url(images/mid_bg.jpg);
	background-repeat:repeat-y;
}

#breadcrumbs {
	text-align:right;
	margin-right:50px;
	font-size:.9em;
	margin-bottom:10px;}
#breadcrumbs a {
	background-repeat:no-repeat;
	padding:0px 0px 10px 0px;
	padding-left:3px;
	color:#000000;
}

#breadcrumbs a:hover {
		/*background-image: url(images/arrow2.png);
	background-position:1px 5px;
	background-repeat:no-repeat;*/
	padding:0px 0px 10px 0px;
	padding-left:3px;}

#header {
	width:900px;
	background-image:url(images/splash.jpg);
	height:205px;
	margin:auto;
}

#left_side {
 color: grey;
 padding:5px;
 width:220px;
 float:left;
 text-align:left;
 margin-left:25px;
}

#right_side {
 color:#000000;
 padding:5px 0px;
 margin-left:290px;
  
}

#right_txt {
 margin-right:85px;
 color: #660000;
}



#footer {
	width:900px;
	height:60px;
	background-image: url(images/bot_bg.jpg);
	background-repeat:no-repeat;
	clear:both;
}
#footer_links {

	padding:23px 0px 0px 295px;
	color:#CCCCCC;
}
#footer_links a {
	color:#CCCCCC;
	text-decoration:none;
}

#footer_links a:hover {
	color:#FFFFFF;}
li {
	list-style:none;
	line-height:25px;
	height:35px;
	overflow:visible;
	margin-left:-20px;
}
li a {
	
	background-image: url(images/arrow.png);
	background-position:-10px 2px;
	background-repeat:no-repeat;
	padding:0px 0px 10px 0px;
	padding-left:30px;
	font-size:1.4em;
	}

	
li a:hover,a:active {
	background-image: url(images/arrow2.png);
	background-position:0px 2px;
	}

/*-----------------CLASSES ----------------*/

.h_bg {
	background-image:url(images/h_bg.png);
	height:35px;
	background-repeat:no-repeat;
	padding:11px 0px 0px 59px;}
	
.padded_txt {
	margin:0px 10px;
	font-size:1.2em;
}

.cp {
	font-size:.8em;
	margin-left:60px;}
	
.float_left {
	float:left;
	padding:5px 5px 5px 0px;
}
.float_right {
	float:right;
	padding:0px 5px 5px 5px;
}
.float_right_clearRT {
	float:right;
	padding:0px 5px 5px 5px;
	clear:right;
}

.buy {
	margin:10px;
}

.sm_link {
	font-size:1em;
	line-height:1.6em;
	background-image: none;}

.click_listen {
	margin-left:-63px;
	padding-right:10px;
}

.song_list {
	line-height:30px; padding:9px 9px 9px 9px; border:dotted thin #666666; margin-right:25px; }
	
.album_list {
	line-height:30px; padding:9px 9px 9px 9px; border:dotted thin #666666; margin-right:25px;margin-bottom:15px; margin-top:10px;clear:right }