@charset "utf-8";

/* CSS Document */

* { outline:none; }

body
{
	background-color:#0d1b29;
	font-family:"Trebuchet MS";
	line-height:24px;
	font-size:12px;
	color:#fff;
}

a { color:#fff; font-weight:normal; text-decoration:none; }
a:hover { color:#919a06; cursor:pointer; }
a:active { color:#919a06; outline: none; }
a:visited { color:#919a06; outline: none; }

ul { list-style:none; }
li {  }

p { margin:0px 0px 18px 0px; }

#wrapper
{
	position:relative;
	left:50%;
	margin:5% 0px 0px -746px;
	width:840px;
	min-height:1000px;
	height:auto;
	padding:0px 346px 0px 314px;
	background:url(../images/big_blue_bg.jpg) no-repeat top;
}

#blue_stripe
{
	position:relative;
	width:244px;
	height:100%;
	background:url(../images/blue_stripe.png) repeat-y;
	padding:0px 0px 40px 0px;
}

h1#weathered_hearts
{
	position:relative;
	width:244px;
	height:35px;
	background:url(../images/weathered_hearts.jpg) no-repeat;
	text-indent:-9000px;
	overflow:hidden;
}

ul#new_songs, ul#info, ul#old_songs { margin:15px 40px; }

a.acc1 { font-family:Georgia, "Times New Roman", Times, serif; font-size:18px; color:#265e9d; }
h3 { font-family:"Trebuchet MS"; font-size:11px; color:#919a06; margin:20px 0px -10px 40px; }

ul.ui-accordion-container .play_n_buy { margin:0px 0px 6px 12px; }

.info { color:#9eb9cc; margin:0px 0px 6px 12px; }

.clearfloat { clear:both; }
