/* --------------- BASIC STYLES --------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, sans-serif;
	background: #292929 url(../images/background.jpg) repeat-x top left;
	font-size: .8em;;
	text-align: center;
}

p {
	line-height: 14pt;
}

img {
	border: none;
}

a, a:visited {
	color: #ddd;
}

/* --------------- CONTAINER --------------- */

#container {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	text-align: left;
}

/* --------------- HEADER NAV --------------- */

#header {
	position: relative;
	padding: 10px 0;
	color: #999;
}

#header h1 {
	position: relative;
	margin-left: 5px;
	font-size: 24px;
	text-transform: uppercase;
	width: 175px;
	height: 35px;
}

#header h1 span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/logo.jpg) no-repeat top left;
}

#header ul {
	position: absolute;
	top: 15;
	right: 40;
	list-style-type: none;
}

#header li {
	display: block;
	float: left;
	margin-left: 10px;
}

#n-home, #n-bio, #n-music, #n-charts, #n-calendar, #n-contact {
	position: relative;
	float: left;
}

#n-home span, #n-bio span, #n-music span, #n-charts span, #n-calendar span, #n-contact span {
	position: absolute;
}

#n-home {
	width: 54px;
	height: 28px;
}

#n-home span {
	width: 54px;
	height: 28px;
	background: url(../images/nav-home.jpg) no-repeat top left;
}

#n-bio {
	width: 41px;
	height: 28px;
}

#n-bio span {
	width: 41px;
	height: 28px;
	background: url(../images/nav-bio.jpg) no-repeat top left;
}

#n-music {
	width: 58px;
	height: 28px;
}

#n-music span {
	width: 58px;
	height: 28px;
	background: url(../images/nav-music.jpg) no-repeat top left;
}

#n-charts {
	width: 66px;
	height: 28px;
}

#n-charts span {
	width: 66px;
	height: 28px;
	background: url(../images/nav-charts.jpg) no-repeat top left;
}

#n-calendar {
	width: 82px;
	height: 28px;
}

#n-calendar span {
	width: 82px;
	height: 28px;
	background: url(../images/nav-calendar.jpg) no-repeat top left;
}

#n-contact {
	width: 74px;
	height: 28px;
}

#n-contact span {
	width: 74px;
	height: 28px;
	background: url(../images/nav-contact.jpg) no-repeat top left;
}

#n-home .active { background: url(../images/nav-home-active.jpg) no-repeat top left; }
#n-bio .active { background: url(../images/nav-bio-active.jpg) no-repeat top left; }
#n-music .active { background: url(../images/nav-music-active.jpg) no-repeat top left; } 
#n-charts .active { background: url(../images/nav-charts-active.jpg) no-repeat top left; } 
#n-calendar .active { background: url(../images/nav-calendar-active.jpg) no-repeat top left; } 
#n-contact .active { background: url(../images/nav-contact-active.jpg) no-repeat top left; }


/* --------------- FRONT FEATURE --------------- */

#feature {
	height: 315px;
	background: #000 url(../images/stan-feature.jpg) no-repeat bottom left;
	color: #ddd;
	border-top: 5px solid #353939;
	border-bottom: 5px solid #353939;
}

#album {
	margin-left: 330px;
	padding-top: 45px;
	width: 420px;
}

#album img {
	display: block;
	float: left;
	margin-right: 20px;
	width: 145px;
}

#album h2 {
	position: relative;
	float: right;
	margin-bottom: 10px;
	width: 250px;
	height: 60px;
	font-size: 12px;
}

#album h2 span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/checkmail-feature-headline.jpg) no-repeat top left;
}

#album p {
	float: right;
	width: 250px;
	margin-bottom: 10px;
	line-height: 14pt;
}

#listen-purchase, #listen-purchase a {
	position: relative;
	width: 250px;
	height: 30px;
}

#listen-purchase a span {
	position: absolute;
	width: 250px;
	height: 30px;
	background: url(../images/feature-listen-purchase.jpg) no-repeat top left;
}

#feature-preview {
	clear: left;
	float: left;
}

#feature-preview p {
	float: none;
	font-size: .8em;
}

#feature-preview p span {
	text-transform: uppercase;
	color: #999;
}

/* --------------- FRONT COLUMNS --------------- */

#front #content {
	padding: 20px 0 10px 0;
	background: #1c1f22 url(../images/front-maincontent-bg.jpg) repeat-y top center;
	color: #ddd;
}

#front .callout {
	float: left;
	display: inline; /* FOR IE */
	margin-left: 18px;
	width: 220px;
}

#front .callout h3 {
	margin-bottom: 15px;
	font-size: 16px;
}

#bio h3, #performances h3, #music-charts h3 {
	position: relative;
	width: 190px;
	height: 26px;
}

#bio h3 span, #performances h3 span, #music-charts h3 span {
	position: absolute;
	width: 100%;
	height: 100%;
}

#bio h3 span {
	background: url(../images/callout-bio.jpg) no-repeat top left;
}

#performances h3 span {
	background: url(../images/callout-performances.jpg) no-repeat top left;
}

#music-charts h3 span {
	background: url(../images/callout-musiccharts.jpg) no-repeat top left;
}

/* --------------- FRONT CALLOUT: BIO --------------- */

#bio-headline {
	position: relative;
	margin-bottom: 15px;
	width: 190px;
	height: 46px;
	color: #fc0;
}

#bio-headline span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/callout-bio-yellow.jpg) no-repeat top left;
}

#bio-link {
	position: relative;
	margin-top: 20px;
	width: 190px;
	height: 24px;
}

#bio-link span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/bio-link.jpg) no-repeat top left;
}


/* --------------- FRONT CALLOUT: PERFORMANCES --------------- */

#front #performances {
	margin-left: 30px;
}


/* --------------- FRONT CALLOUT: MUSIC & CHARTS --------------- */

#front #music-charts {
	margin-left: 35px;
}

#music-link {
	position: relative;
	margin: 20px 0;
	width: 190px;
	height: 24px;
}

#music-link span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/music-link.jpg) no-repeat top left;
}

#charts-link {
	position: relative;
	margin-top: 20px;
	width: 190px;
	height: 24px;
}

#charts-link span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/charts-link.jpg) no-repeat top left;
}

/* --------------- SUBPAGE CONTENT --------------- */

#content {
	padding: 20px 0 10px 0;
	background: #1c1f22 url(../images/maincontent-bg.jpg) repeat-y top center;
	color: #ddd;
}

/* --------------- SUBPAGE MAIN CONTENT --------------- */

#main-content {
	float: right;
	// display: inline; /* FOR IE */
	margin-right: 30px;
	width: 470px;
}

#main-content p {
	margin-bottom: 15px;
}

#main-content h2 {
	margin-bottom: 8px;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 18pt;
	color: #fc0;
}


/* --------------- SUBPAGE SECONDARY CONTENT --------------- */

#secondary-content {
	width: 200px;
	margin-left: 15px;
}

#secondary-content #performances table {
	margin-top: 15px;
}

#secondary-content #bio-headline {
	margin-top: 15px;
}

#secondary-content ul {
	margin-left: 25px;
}

#secondary-content li {
	margin-bottom: 5px;
}


/* --------------- SUBPAGE HEADER IMAGES --------------- */

#header-photo {
	height: 160px;
	border-top: 5px solid #353939;
	border-bottom: 5px solid #353939;
}

/* --------------- BIOGRAPHY --------------- */

/*
#opener {
	font-size: 1.6em;
	line-height: 18pt;
	color: #fc0;
}*/

#opener {
	position: relative;
	width: 465px;
	height: 70px;
}

#opener span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/bio-opener.jpg) no-repeat;
}

#bio #main-content .right {
	float: right;
	margin: 5px 0 10px 15px;
}

#bio #main-content .left {
	float: left;
	margin: 5px 15px 10px 0;
}

#bio #venues {
	margin-top: 40px;
}

#bio #artists h3, #bio #venues h3 {
	margin: 0 0 15px 10px;
	font-size: 1.2em;
	height: auto;
}


/* --------------- CALENDAR --------------- */

#calendar-link {
	position: relative;
	margin-top: 20px;
	width: 190px;
	height: 24px;
}

#calendar-link span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/calendar-link.jpg) no-repeat top left;
}

#performances table {
	border-collapse: collapse;
	color: #ddd;
	font-size: .9em;
	border-top: 1px solid #3b3b3b;
}


#performances td {
	padding: 10px;
	line-height: 12pt;
	vertical-align: top;
	border-bottom: 1px solid #3b3b3b;
}

#performances .date {
	padding-top: 15px;
	width: 50px;
}

#performances .date, #performances .time {
	color: #888;
}

#performances .url {
	padding-top: 15px;
	width: 60px;
}

#calendar #performances table {
	width: 470px;
}

#calendar #performances h2 {
	margin: 0 0 5px 0;
	font-size: 1.1em;
	color: #ddd;
}

#calendar #performances p {
	margin-bottom: 5px;
}

/* --------------- MUSIC --------------- */

.album {
	margin: 15px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #3b3b3b;
}

.album .art {
	float: left;
	width: 147px;
}

.album h2, .album p, .album .preview {
	float: right;
	width: 300px;
}

.album p {
	font-size: .9em;
}

.album .preview {
	margin-bottom: 15px;
}

.album .preview h4 {
	margin-bottom: 8px;
	font-size: .9em;
}


.album .art p {
	width: 100%;
}

.itunes, .buycd {
	position: relative;
	float: left;
	width: 60px;
	height: 22px;
}

.itunes span, .buycd span {
	position: absolute;
	width: 60px;
	height: 22px;
	background:	url(../images/itunes.jpg);
}

.buycd {
	margin-left: 10px;
display: none;
}

.buycd span {
	background:	url(../images/buycd.jpg);
}

#music #ccnow {
	margin-top: 50px;
}


/* --------------- CHARTS --------------- */

#charts #main-content h2 {
	clear: both;
}

#charts #secondary-nav {
	padding-bottom: 15px;
	border-bottom: 1px solid #3b3b3b;
}

#charts #secondary-nav h3 {
	position: relative;
	margin-bottom: 10px;
	width: 190px;
	height: 26px;
}

#charts #secondary-nav h3 span {
	position: absolute;
	width: 190px;
	height: 26px;
	background: url(../images/callout-chart-series.jpg) no-repeat top left;
}	

.chart-series {
	margin-bottom: 30px;
	width: 100%;
	font-size: 1em;
	color: #ddd;
	border-collapse: collapse;
	border-top: 1px solid #3b3b3b;
}

.chart-series td {
	padding: 10px 0 10px 30px;
	vertical-align: top;
	color: #888;
	border-bottom: 1px solid #3b3b3b;
}

.chart-series h3 {
	margin-bottom: 8px;
	font-size: 1em;
	color: #ddd;
}

.chart-series .price {
	padding-left: 50px;
	width: 100px;
}

.chart-series .price a {
	display: block;
	margin-top: 5px;
}

.chart-series object {
	margin: 10px 0 5px 0;
}

#ccnow {
	display: block;
	margin: 20px 0 30px 0;
}

/* --------------- CONTACT --------------- */

#email-contact {
	display: block;
	margin-top: 15px;
	font-size: 20px;
}

/* --------------- FOOTER --------------- */

#footer {
	margin: 0 0 50px 0;
	padding: 20px 0 0 15px;
	background: url(../images/maincontent-bottom-bg.jpg) no-repeat top center;
	text-align: left;
	font-size: .8em;
	color: #ccc;
}

/* --------------- MISC --------------- */

.clear {
	clear: both;
}

