/* About Page CSS */

/* RESET CSS */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, big, code, em, font, img, q, s, small, strong, b, u, i, center, ol, ul, li,
form {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background: black url(../images/middle-bg.jpg) no-repeat top;
	background-attachment:
fixed;
}
ol, ul {
	list-style: none;
}


/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET CSS */

/* Structure */

#wrap {	
}

#header {
	margin-top: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	z-index: 1;
	background: transparent;
}

#main-container {
	background: transparent  no-repeat top;	
}

#main {
	padding: 20px 20px 0 20px;
	background: transparent  no-repeat top;	
}

#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 29px;
	z-index: 1;
}


/* End Structure */

/* Typography */

h2 {
	font-size: 1em;
	color: #47728a;
	font-family: Helvetica, Arial, Sans-serif;
	font-weight: bold;
	color: white;
	padding-left: 10px;
	line-height: 30px;
	text-transform: uppercase;

}


#header h1 {
	color: white;	
	font-family: Sansation, Helvetica, Arial;
	font-size: 2.3em;
	line-height: 30px;
	text-align: left;
	padding: 20px 0 0 20px;
}

#main-container {
	text-align: left;
	font-family: Helvetica;
	font-size: 14px;
	line-height: 1.5em;
	margin: -1px 0 0 0;
	color: white;
}

#footer p {
	line-height: 25px;
	text-align: center;
	font-size: .7em;
	font-style: normal;
	margin: 0;
}

/* End Typography */

/* Links */

a:link {
	color: #26728a;
	text-decoration: underline;
}

a:hover {
	color: #50ccf4;
	text-decoration: none;	
}

a:active {
	color: #eafaff;
	text-decoration: underline;
}

a:visited {
	color: #26728a;
	text-decoration: underline;
}

/* End Links */

/* Lists */

#main-container li {
	line-height: 30px;
	list-style: none;
	clear: both;
	display: block;
	height: 30px;
	width: 100%;
	border-top: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8C8F96;
}

/* End Lists */

/* Align */

span.left {
	float: left;
}

span.right {
	float: right;
}

div.mp3_box {
	padding-left: 10px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-top: 3px;
	min-width: 120px;
	font-size: 10px;
	border-color: #a9a9a9;
	border-width: 2px;
	border-style: solid;
	margin: 2px;
	font-weight: bold;
	background-color: #5c5c5c;
	color: #cccccc;
}

div.mp3_box object {
position: relative;
top: 4px;
}

div.artist_showcase {
	border-width: 2px;
	border-color: #333333;
	border-style: solid;
	margin-left: auto;
	margin-bottom: 4px;
	margin-right: auto;
	margin-top: 4px;
	padding: 6px;
	min-height: 150px;
	width: 450px;
	background-color: #4c4c4c;
}

img.artist_img {
	margin:0;
padding:0;
list-style:none;
border:0;
text-decoration:none;
position:absolute;
width:72px;
height:72px;
left:12px;
top:3px;
}

div.l_col {
	clear: none;
	float: left;
	width: 75px;
}

div.r_col {
	width: 340px;
	float: right;
}

span.title {
	font-size: 16px;
	display: block;
	font-weight: bold;
	clear: left;
}

div.description {
	font-size: 12px;
	margin-bottom: 4px;
}

div.clearfloats {
	clear: both;
}

div.overlay {

margin-top: 50%;

display:block;
position:relative;
background:url(../images/jewel.png) 0 0 no-repeat;
float:left;
width:90px;
height:82px;
text-indent:-1000em;
overflow:hidden;
z-index:1;
}

/* End Align */	

/* Images */

/* End Images  */	