@charset "utf-8";
/* CSS Document */

body  { margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */ padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */ color: #FFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.6em; background: #000; 
}
#container  { width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */ background: #5C5C5C; margin: 0 auto; text-align: left; /* this overrides the text-align: center on the body element. */ 
} 
#header  {
	background-attachment: scroll;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 109px;

} 

#header #header_nav {
	text-align: left;
	padding-top: 7px;
}
#header_nav img {
	padding-right: 0px;
	padding-left: 0px;
}

#sub_header_img {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 20px;
}
#sub_header .artists_table tr td #Album_photo {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
#container #sub_header_title  {
	background-color: #828282;
	width: 761px;
	text-align: left;
	margin-left: 20px;
	margin-bottom: 15px;
}
#container #sub_header_title2  {
	background-color: #b32018;
	width: 761px;
	text-align: left;
	margin-left: 20px;
	margin-bottom: 15px;
}
#container #featured_artist_box {
	background-color: #333;
	color: #FFF;
}
#artists_table  a {
	text-decoration: none;
}


#releases  {
	text-align: center;
}
#releases #album_info {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 15px;
}


.album_title {
	font-style: italic;
}





#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 254px;
	margin-right: 20px;
}
#sidebar1 #info { 
}
#sidebar1 #info #info_text { padding-left: 5px; padding-right: 5px; color: #FFF; background: #828282; margin-top: 15px; padding-top: 5px; 
}


#mainContent  {
	margin-top: 0;
	margin-right: 305px;
	margin-bottom: 0;
	margin-left: 20px;
} 

#mainContent #downloads { 
}
#mainContent #downloads #downloads_box { background-color: #828282; margin-left: 10px; margin-right: 10px; padding-top: 5px; padding-bottom: 5px; color: #FFF; 
}
#mainContent #downloads p object {
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 5px;


}
.asset_img { float: left; margin-right: 10px; margin-left: 5px; margin-bottom: 3px; }





#footer  { font-size: 0.9em; color: #FFF; border-top-width: 1px; border-top-style: solid; border-top-color: #999; margin-top: 25px; padding-top: 3px; text-align: center; } 
#mainContent #downloads #downloads_box #audio_header {
	width: 355px;
	margin-left: 50px;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
}

#footer #footer_links {
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 3px;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.more_info {
	padding-left: 10px;
	font-weight: bold;
	font-size: 1.3em;
	color: #FFF;
}
.artists_table {
	margin-left: 20px;
	margin-bottom: 15px;
	padding-top: 15px;
	text-align: left;

}
div, p, h1, h2, h3, h4, h5, h6, img, table, form, ul, li {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h1 {
	color: #FFF;
	font-weight: lighter;
	font-size: 2.6em;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
}
a:link { text-decoration: underline; color: #FFF; 
}
a:visited {
	text-decoration: underline;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: underline;
	color: #FFF;
}
#footer p a #flurydesign {
	padding-top: 3px;
}

