@CHARSET "UTF-8";
html, body {
	height:					100%;
}
body {
	margin:					0;
	padding:				0;
	background:				#333;
	color:					#fff;
	font-size:				62.5%;
}
h2 {
	font-size:				1.3em;
}
ul, p, a {
	font-size:				13px;
	font-family:			Tahoma, sans-serif;
}
ul {
	list-style:				none;
}
a {
	color:					inherit;
}
a:hover {
	text-decoration:		none;
}
#wrapper {
	margin:					0 auto;
	width:					100em;	
}
#content_wrapper {
	float:					left;
	background:				#010118 url(/img/bg-space.jpg) bottom no-repeat;
	min-height:				500px;
	border:					1px solid #000;
	margin-bottom:			10px;
}
#branding {
	background:				#333;
	color:					#fff;				
}
#main_content {
	float:					right;
	clear:					left;
	width:					63em;
}

#secondary_content {
	float:					right;
	width:					35.7em;
}

#bg_right {
	float:					right;
	height:					417px;
	width:					357px;
	background-image: 		url(/img/anthill-man.png);
	background-repeat:		no-repeat;
	background-position:	left bottom;
	background-attachment:	scroll;
}

#bg_left {
	float:					right;
	clear:					left;
	height:					417px;
	width:					630px;	
	background-image: 		url(/img/anthill-left.png);
	background-repeat:		no-repeat;
	background-position:	right bottom;
	background-attachment:	scroll;
}

#footer {
	height:					30px;
	width:					100%;
	clear:					both;
	text-align:				center;
}
#footer * {
	color:					#999;
}
#site_title {
	text-align:				center;
	text-transform:			uppercase;
	font-size:				3em;
	color:					#999;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
}
#site_menu {
	color:					#fff;
	padding-top:			20px;
}
#site_menu a, #site_menu a:active, #site_menu a:hover, #site_menu a:visited {
	color:					#fff;
}
#site_menu li.selected a {
	text-decoration:		none;
	font-weight:			bold;
	cursor:					default;
}
div.content_box {
	color:					#000;
	padding:				10px;
	border:					1px solid #000;
	background:				#ccc url(/img/bg-white-grey.png) top left repeat-x;
	margin:					10px 0 0 0;
}
h2.album_title, h2.track_list_headline {
	text-align:				center;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-variant:			small-caps;
	font-size:				2em;
}
.track_list {
	font-size:				1.3em;
	font-family:			Tahoma, sans-serif;
}

.track_list a {
	text-decoration:		none;
	color:					#000;
}

.track_list a:hover {
	color:					#666;
}


.lyrics_link {
	font-style:				italic;
}

.mp3_link {
	font-weight:			bold;		
}

.lyrics_wrapper {
	padding-bottom:			10px;
}

.lyrics_title {
}

.lyrics {
	margin-top:				10px;	
}

.amplink {
	font-style:				italic;
}

ol.track_list span.divider {
	font-style:				italic;
}

.close_anchor {
	cursor:					pointer;
	font-weight:			bold;
}

div.text_doc {
	font-size:			13px;
	font-family:		Tahoma, sans-serif;
}
