/* Universal */
* {
	margin:0;
	padding:0;
}

/* HTML Elements */
body {
	background:url(images/body-bg.jpg) top center no-repeat fixed;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
}
a {
	color:#6F8AC2;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img {
	padding:2px;
	background:#F6FCE6;
	border:1px solid #E0EDBB;
}
h1,h2,h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
	margin:1.6em 0 .6em;
	clear:both;
	width:100%;
}
h1 { font-size:135%; }
h1 a, h2 a {
	color:#000;
	text-decoration:none;
}
h1 a:hover, h2 a:hover {
	text-decoration:underline;
}
#main form {
	margin:2em;
}
form label {
	display:block;
	margin:.6em 0;
}
/* ID Selectors */
#wrap {
	font-size:110%;
	width:900px;
	margin:0 auto;
	/* set to relative position to allow contained elements to use absolute positioning */
	position:relative;
}
#header {
	width:840px;
	background:#BFD779 url(images/header-bg.jpg) 0 0  no-repeat;
	padding:0 30px;
	float:left;
}
#header img {
	border:0;
	background:none;
}
#top-nav {
	background:url(images/top-nav-bg.gif) bottom left no-repeat;
	padding-right:22px;
	padding-left:24px;
	position:absolute;
	right:0;
	border-right:1px solid #C0CF94;
}
#top-nav a {
	text-decoration:none;
}
#top-nav a:hover {
	text-decoration:underline;
}
#logo {
	float:left;
	/* Pad the logo to make room for tabbed navigation beneath */
	padding-top:23px;
	padding-bottom:30px;
}
#featured { /* Display random thumbnails of album artwork */
	width:672px;
	margin-top:50px;
	float:right;
}
#featured img {
	padding:1px 2px;
	border:0;
}
#navigation{
	float:left;
	margin-top:-21px;
	width:100%;
	background:#BFD779;
	list-style:none;
	padding-bottom:1px;
}
#navigation li {
	float:left;
	padding:4px 6px 4px 10px;
	margin-left:6px;
	background:url(images/nav-tab.gif) no-repeat;
}
#navigation li:hover, #navigation li.hover {
	background:url(images/nav-tab-hover.gif) no-repeat;
}
#navigation li.current {
	background:url(images/nav-tab-current.gif) no-repeat;
	margin-top:2px;
	margin-bottom:-2px;
}
#navigation li.current a {
	text-decoration:none;
	color:#000;
}
#navigation a {
	text-decoration:none;
}
#navigation a:hover {
	text-decoration:underline;
}
#main {
	width:608px;
	padding:0 30px;
	float:left;
	display:inline;
}
#main ul li {
	margin-left:2em;
	line-height:1.6em;
}
#main p {
	margin:1em;
}
#new_releases h1 {
	padding:2px 0;
	padding-left:34px;
	background:url(images/new.gif) 0 50% no-repeat;
	width:auto;
}
#sidebar {
	width:202px;
	padding: 0 30px 0 0;
	float:right;
}
#sidebar h2 {
	width:auto;
}
#random_track h2 {
	padding:2px 0;
	padding-left:48px;
	background:url(images/listen.gif) 0 50% no-repeat;

}
#quality_promise h2 {
	padding:2px 0;
	padding-left:24px;
	background:url(images/guarantee.gif) 0 50% no-repeat;
}
#order_online h2 {
	padding:2px 0;
	padding-left:34px;
	background:url(images/visa.gif) 0 50% no-repeat;
}
#reviews h2 {
	padding:2px 0;
	padding-left:20px;
	background:url(images/accolades.gif) 0 50% no-repeat;
}
#link_here h2 {
	padding:2px 0;
	padding-left:24px;
	background:url(images/link.gif) 0 50% no-repeat;
	
}
#footer {
	width:840px;
	margin:20px 30px 0;
	background:#BFD777;
	float:left;
	/* fix ie double margin */
	display:inline;
	
}
#footnav {
	margin:12px 0;
	width:100%;
	float:left;
	display:inline;
}
#footnav li {
	list-style:none;
	float:left;
	margin-left:12px;
	padding:3px;
	background:#DAE598;
	border:1px solid #AFC768;
	display:inline;
}
#footnav li:hover {
	background:#E6EDAB;
}
#cjr_link img {
	background:none;
	border:0;
}
/* Classes */
.cdnav {
	font-size:.9em;
	color:#61944D;
	clear:both;
	width:588px;
	padding:3px 10px 3px 10px;
	text-align:center;
	position:relative;
}

.cdnav.bottom {
margin-left:30px;
margin-top:30px;
margin-bottom:20px;
background:url(images/cdnav-bg.gif) 0 100% no-repeat;
border-top:1px solid #E0EDBB;

}
.cdnav.top {
margin-top:20px;
margin-bottom:16px;
background:url(images/cdnav-bg.gif) 0 0 no-repeat;
border-bottom:1px solid #E0EDBB;


}
.cdnav a {
	font-weight:bold;
}

.cdnav .prev {
	float:left;
	position:relative;
}

.cdnav .next {
	float:right;
	position:relative;
}

.cdnav .cdnavid {
 	width:auto;
}

a.listen {
	background:url(images/listen.gif) 0 65% no-repeat;
	padding-left:49px;
	padding-right:10px;
	float:left;
	display:block;
	padding-top:4px;
	padding-bottom:4px;
}
a.contact {
	background:url(images/contact.gif) 0 50% no-repeat;
	padding-left:26px;
	float:left;
	display:block;
	padding-top:6px;
	padding-bottom:6px;
}
.tracks {
	list-style:none;
}
#main img.imgleft {
	float:left;
	margin:.5em 12px 6px 0;
}

.right {
float:right;
	width:490px;
}
#home .right {
	width:358px;
}
.item {
width:100%;
float:left;
clear:both;
margin:1em 0;
}
.album_list {
float:left;
}
.album_list .tn, .review_list .tn, .review .tn {

	float:left;
	clear:left;
	margin:0 12px 12px 0;	

}
.catalog_number {
	margin:1em 0;
}
.review {
	width:100%;
	float:left; /* Float each review to keep everything clean */
}
.review_text {
	display:block;
	margin:1em;
	font-style:italic;
}
.review_author, .review_source {
	display:block;
	margin:.5em;	
}
.review_source {
	font-weight:bold;
	font-style:italic;
}
.alb_title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:bold;
}
.artist_name {
	padding:12px;
	background:#F6FCE6 url(images/artist.gif) 2% 50% no-repeat;
	border:1px solid #E0EDBB;
	padding-left:30px;
	margin:.6em 0;
	display:block; /* In case used in a span */
}
.artist_heading {
	padding-left:20px;
	background:url(images/artist.gif) 0 50% no-repeat;
}
.track_heading {
	padding-left:18px;
	background:url(images/track.gif) 0 50% no-repeat;
}
#albums .tracks, #albums .artists {
	background:none;
	padding:0;
}
#albums .tracks li, #albums .artists li {
	line-height:1.2em;
	margin:.25em 0 .25em 1.7em;
	list-style-type:disc;
	background:none;
	padding:0;
	
}
.caption {
	display:block;
	background:#BFD777;
	text-align:center;
	margin:2px 0 0;
	padding:2px 0;
}
.caption img {
	border:none;
	background:#BFD777;
}
.imgleft {
	background:#F6FCE6;
	border:1px solid #E0EDBB;
	float:left;
	margin-right:1.2em;
	padding:2px;
	/* IE6 Margin Fix */
	display:inline;
}
.tracks li {
	padding:3px 0 3px 20px;
	background:url(images/track.gif) 0 50% no-repeat;
}
.tracks li img { /* make the play icon look better for the delicous playtagger */
margin-top:2px;
margin-bottom:-2px;
}
.album_link {
	display:block;
	font-weight:bold;
}
.identify {
	margin:12px;
}
.liner_notes p,.alb_liner_summary {
		line-height:1.4em;
	margin:.6em 0;

}
.external_artists {
	background:#F6FCE6;
	padding:12px;
	margin-bottom:1em;
	border:1px solid #E0EDBB;
	clear:both;
}
.external_artists h2 {
	margin:0 12px 6px;
	width:auto;
}
.external_artists ul {
	margin-left:12px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
