/*####################################
#	CSS RESET
####################################*/

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
	}

a img, :link img, :visited img {
	border: 0;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

ol, ul {
	list-style: none;
	}
	
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
	}


/*####################################
#	BODY, HTML, MISC
####################################*/

body {
	background: url(../img/body_bg.gif) repeat top left;
	border-top: 3px solid #2bb4f4;
	color: #1c1f16;
	font: normal 12px HelveticaLT, Helvetica, serif;
	height: 100%;
	width: 100%;
	}
	
html {
	height: 100%;
	}
	
html>body {
	font-size: 12px;
	}
	
#wrapper {
	min-height: 100%;
	position: relative;
	}
	
* html #wrapper {
	height: 100%;
	}
	
.clear {
	clear: both;
	}
	
p {
	font-size: .95em;
	line-height: 1.7em;
	}
	
a {
	color: #2bb4f4;
	text-decoration: none;
	}
	
#blog div#body div.leftCol div.comments div h4 {
	font-family: 'Chalet NewYorkNineteenEighty', Helvetica, sans-serif;
	}
	
	
/*####################################
#	CONTAINER & WRAPPER
####################################*/
	
div#container {
	background: url(../img/container_bg.png) repeat-y top center;
	margin-bottom: 40px;
	padding: 0 12.5px;
	width: 980px;
	}
	
div#container div#containerFooter {
	background: url(../img/body_bg_footer.gif) no-repeat bottom center;
	bottom: -12px;
	height: 19px;
	margin-left: -2px;
	position: relative;
	}
	
div#wrapper {
	margin: 0 auto;
	width: 1005px;
	}
	
	
/*####################################
#	FOOTER
####################################*/

#footer {
	background: url(../img/footer_gradient_bg.png) no-repeat bottom left;
	bottom: -46px;
	margin-left: 9px;
	padding-top: 4px; 
	position: absolute;
	text-align: right;
	width: 267px;
	}
	
#footer p {
	color: #7d7d7d;
	font-size: .95em;
	line-height: 33px;
	text-align: center;
	}
	
	
/*####################################
#	HEADER
####################################*/

div#container div#header {
	background: url(../img/header_bg.gif) repeat top left;
	border-bottom: 1px solid #0e0e1d;
	padding: 0 0 20px 18px;
	position: relative;
	}
	
div#container div#header h1 {
	background: url(../img/logo.png) no-repeat top left;
	border-top: 6px solid #2bb4f4;
	line-height: 105px;
	text-indent: -1000em;
	width: 160px;
	}
	
div#container div#header #headerBanner {
	position: absolute;
	right: 12px;
	top: 15px;
	}
	
div#container div#subHeader {
	background: url(../img/body_gradient_bg.gif) repeat-x top left;
	padding: 20px 0 16px 20px;
	}

div#container div#subHeader #buyMusicBanner {	
	border-bottom: 5px solid #686868;
	float: left;
	margin-right: 5px;
	}
	
	
/*####################################
#	NAVIGATION
####################################*/

div#container div#nav {
	background: url(../img/nav_bg.gif) no-repeat 817px 4px;
	border-top: 1px solid #2bb4f4;
	margin: 4px 20px 0;
	padding-top: 4px;
	width: 937px;
	}
	
div#container div#nav ul {
	border-bottom: 1px solid #2bb4f4;
	height: 35px;
	padding-bottom: 4px;
	width: 889px;
	}
	
div#container div#nav ul li {
	display: inline;
	}
	
div#container div#nav ul li a {
	background: url(../img/nav2.gif) no-repeat -1000em top;
	float: left;
	line-height: 35px;
	text-indent: -1000em;
	}
	
div#container div#nav ul li.home a {
	background-position: top left;
	width: 97px;
	}
	
div#container div#nav ul li.home a:hover {
	background-position: center left;
	}
	
div#container div#nav ul li.home a.sel {
	background-position: bottom left;
	}
	
div#container div#nav ul li.artists a {
	background-position: -97px top;
	width: 108px;
	}
	
div#container div#nav ul li.artists a:hover {
	background-position: -97px center;
	}
	
div#container div#nav ul li.artists a.sel {
	background-position: -97px bottom;
	}
	
div#container div#nav ul li.tourdates a {
	background-position: -205px top;
	width: 129px;
	}
	
div#container div#nav ul li.tourdates a:hover {
	background-position: -205px center;
	}
	
div#container div#nav ul li.tourdates a.sel {
	background-position: -205px bottom;
	}
	
div#container div#nav ul li.aboutUs a {
	background-position: -334px top;
	width: 119px;
	}
	
div#container div#nav ul li.aboutUs a:hover {
	background-position: -334px center;
	}
	
div#container div#nav ul li.aboutUs a.sel {
	background-position: -334px bottom;
	}
	
div#container div#nav ul li.links a {
	background-position: -453px top;
	width: 94px;
	}
	
div#container div#nav ul li.links a:hover {
	background-position: -453px center;
	}
	
div#container div#nav ul li.links a.sel {
	background-position: -453px bottom;
	}
	
div#container div#nav ul li.store a {
	background-position: -547px top;
	width: 100px;
	}
	
div#container div#nav ul li.store a:hover {
	background-position: -547px center;
	}
	
div#container div#nav ul li.store a.sel {
	background-position: -547px bottom;
	}
	
div#container div#nav ul li.contact a {
	background-position: -647px top;
	width: 118px;
	}
	
div#container div#nav ul li.contact a:hover {
	background-position: -647px center;
	}
	
div#container div#nav ul li.contact a.sel {
	background-position: -647px bottom;
	}
	
div#container div#nav ul li.blog a {
	background-position: -765px top;
	width: 95px;
	}
	
div#container div#nav ul li.blog a:hover {
	background-position: -765px center;
	}
	
div#container div#nav ul li.blog a.sel {
	background-position: -765px bottom;
	}
	
	
/*####################################
#	COLUMNS
####################################*/

div#body div.leftCol,
div#body div.centerCol,
div#body div.rightCol {
	float: left;
	}

div#body div.leftCol {
	width: 460px;
	}
	
div#body div.centerCol,
div#body div.rightCol {
	padding-left: 20px;
	width: 220px;
	}
	

/*####################################
#	BODY
####################################*/
	
div#body {
	background: url(../img/below_nav_gradient_bg.png) no-repeat top center;
	padding: 20px 0 20px 20px;
	}	
	
div#body h2 {
	line-height: 39px;
	text-indent: -1000em;
	}
	
	
/*####################################
#	CENTER AND RIGHT COLUMNS
####################################*/

div#body div.centerCol div.block,
div#body div.rightCol div.block {
	margin-bottom: 29px;
	}

div#body div.centerCol div.block h4,
div#body div.rightCol div.block h4 {
	border-bottom: 1px solid #1c1f16;
	font-size:0.85em;
	margin-bottom:11px;
	padding-bottom:3px;
	text-transform: uppercase;
	}
	
div#body div.centerCol div.block h4 a,
div#body div.rightCol div.block h4 a {
	margin-left:4px;
	position:relative;
	top:1px;
	}
	
div#body div.centerCol div.block p,
div#body div.rightCol div.block p {
	color:#707070;
	line-height:1.6em;
	}
	
div#body div.centerCol div.block p strong,
div#body div.rightCol div.block p strong {
	color:#1C1F16;
	font-weight:bold;
	}
	
div#body div.centerCol div.block ul li,
div#body div.rightCol div.block ul li {
	font-size: .95em;
	padding: 9px;
	}
	
div#body div div.block.noPadding ul li {
	padding-left: 0;
	}
	
div#body div.centerCol div.block ul li.gray,
div#body div.rightCol div.block ul li.gray {
	background: #eee url(../img/column_triangle_bg.gif) no-repeat bottom right;
	}
	
div#body div.centerCol div.block ul li span,
div#body div.rightCol div.block ul li span {
	display: block;
	margin-bottom: 2px;
	}
	
div#body div.centerCol div.block ul li span a,
div#body div.rightCol div.block ul li span a {
	font-size: 1.05em;
	font-weight: bold;
	}
	
	
/*####################################
#	FORMS
####################################*/
	
form p.error-message {
	color: red;
	font-size: 1.167em;
	margin: -10px 0 10px;
	}
	
form fieldset div.input {
	float: left;
	margin-right: 20px;
	}
	
form fieldset div.last {
	margin-right: 0;
	}
	
form fieldset div.error-message {
	color: red;
	margin: -6px 0 10px;
	}
	
form fieldset div label {
	display: block;
	margin-bottom: 2px;
	text-transform: uppercase;
	}
	
#blog form fieldset div.challenge label {
	margin-top: 15px;
	}
	
form fieldset div label span {
	color: #8f8f8f;
	font-style: italic;
	text-transform: none;
	}
	
form fieldset div input,
form fieldset div textarea {
	border: 1px solid #bbbbbb;
	border-width: 2px 1px 1px;
	height: 16px;
	margin-bottom: 10px;
	padding: 3px;
	width: 212px;
	}
	
form fieldset div textarea {
	height: 95px;
	width: 452px;
	}
	
form fieldset div.challenge img {
	border: 1px solid #BBBBBB;
	display: block;
	margin: 8px 0 10px;
	}
	
form fieldset button {
	background: none;
	border: 0;
	clear: left;
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	}
	
	
/*####################################
#	LANDING PAGE & BLOG LANDING PAGE
####################################*/

#blog div#body div.leftCol,
#links div#body div.leftCol{
	width: 700px;
	}

#landing div#body div.leftCol h2,
#blog div#body div.leftCol h2{
	background: url(../img/column_headers/blog.gif) no-repeat top left;
	margin-bottom: 31px;
	}
	
#contact div#body div.leftCol h2 {
	display: none;
	}
	
#landing div#body div.leftCol div,
#blog div#body div.leftCol div.item,
#faq div#body div.question {
	margin-bottom: 25px;
	}
	
#blog div#body div.leftCol div.item {
	padding-left: 80px;
	}
	
#landing div#body div.leftCol div h3,
#blog div#body div.leftCol div.item h3,
#faq div#body div.question h3 {
	color: #959595;
	font-size: .95em;
	line-height: 1.8em;
	margin-bottom: 11px;
	text-transform: lowercase;
	}
	
#blog div#body div.leftCol div.item h3 {
	font-size: 1em;
	margin-left: -80px;
	}
	
#landing div#body div.leftCol div h3 span,
#blog div#body div.leftCol div.item h3 span,
#faq div#body div.question h3 {
	color: #2bb4f4;
	display: block;
	font-size: 1.2em;
	text-transform: uppercase;
	}
	
#blog div#body div.leftCol div.item h3 span,
#faq div#body div.question h3 {
	font-size: 1.5em;
	}
	
#blog div#body div.leftCol div.item > img {
	border: 1px solid #000;
	margin-bottom: 20px;
	padding: 1px;
	}
	
#blog div#body div.leftCol div.item p,
#blog div#body div.leftCol.error p,
#faq div#body div.question p {
	font-size: 1em;
	margin-bottom: 20px;
	}
	
#blog div#body div.leftCol div.viewOlderPosts {
	font-size: 1.167em;
	margin-bottom: -20px;
	padding-top: 20px;
	text-transform: uppercase;
	}
	
#blog div#body div.leftCol div.viewOlderPosts div.disabled {
	display: inline;
	}
	
#blog div#body div.leftCol div.comments {
	margin-bottom: 30px;
	padding-left: 70px;
	}
	
#blog div#body div.leftCol div.comments h4,
#blog div#body div.leftCol form.postComment h4 {
	border-bottom: 1px solid #1c1f16;
	color: #1c1f16;
	font: bold 1.5em Helvetica, sans-serif;
	margin: 0 0 20px -70px;
	text-transform: uppercase;
	}
	
#blog div#body div.leftCol form.postComment h4 {
	margin-left: 0;
	}
	
#blog div#body div.leftCol div.comments div {
	border-left: 1px solid #e2e2e2;
	border-top: 2px solid #e2e2e2;
	color: #1c1f16;
	margin-bottom: 10px;
	position: relative;
	padding: 3px 10px 0 170px;
	}
	
#blog div#body div.leftCol div.comments div h5 {
	border-right: 1px solid #e2e2e2;
	bottom: 0;
	font-size: 1.167em;
	font-weight: bold;
	left: 0;
	padding: 8px 10px;
	position: absolute;
	top: 0;
	width: 140px;
	}
	
#blog div#body div.leftCol div.comments div h5 span {
	color: #959595;
	display: block;
	font-size: 0.858em;
	font-weight: normal;
	}
	
#blog div#body div.leftCol div.comments div p {
	font-size: 1em;
	}
	
	
/*####################################
#	ARTIST OVERVIEW
####################################*/

#artistOverview div#body div.leftCol {
	width: 700px;
	}

#artistOverview div#body div.leftCol div {
	float: left;
	margin: 0 20px 28px 0;
	text-transform: uppercase;
	}
	
#artistOverview div#body div.leftCol div.last {
	margin-right: 0;
	}
	
#artistOverview div#body div.leftCol div a {
	display: block;
	}
	
#artistOverview div#body div.leftCol div a img {
	border: 1px solid #000;
	margin-bottom: 5px;
	padding: 1px;
	}
	
#artistOverview div#body div.leftCol div p {
	color: #959595;
	font-size:0.85em;
	margin-top: 3px;
	}
	
#artistOverview div#body div.leftCol div p a {
	color:#959595;
	display:inline;
	font-size:1.1em;
	text-decoration:underline;
	text-transform:none;
	}
	
	
/*####################################
#	ARTIST PAGE
####################################*/

#artist div#body h2 {
	background: url(../img/column_headers/artist_header_bg.gif) no-repeat top right;
	color: #fff;
	float: left;
	font: normal 2.5em/39px Helvetica;
	margin-bottom: 1px;
	padding: 2px 45px 0 5px;
	text-indent: 0;
	}
	
#artist div#body div.leftCol img.profile {
	border: 1px solid #000;
	margin-bottom: 21px;
	}
	
#artist div#body div.leftCol p {
	color:#707070;
	font-size: 1em;
	line-height:1.4em;
	margin-bottom: 15px;
	}
	
#artist div#body div.leftCol .ui-tabs .ui-tabs-hide {
	display: none;
	}
	
#artist div#body div.leftCol ul#subNav {
	background: url(../img/sub_nav_bg.gif) no-repeat bottom right;
	height: 28px;
	margin-bottom: 18px;
	}
	
#artist div#body div.leftCol ul#subNav li {
	display: inline;
	}
	
#artist div#body div.leftCol ul#subNav li a {
	background: url(../img/sub_nav.gif) no-repeat -1000em top;
	float: left;
	line-height: 28px;
	text-indent: -1000em;
	}
	
#artist div#body div.leftCol ul#subNav li.bio a {
	background-position: top left;
	width: 44px;
	}
	
#artist div#body div.leftCol ul#subNav li.bio a:hover {
	background-position: center left;
	}
	
#artist div#body div.leftCol ul#subNav li.bio.ui-tabs-selected a {
	background-position: bottom left;
	}
	
#artist div#body div.leftCol ul#subNav li.media a {
	background-position: -44px top;
	width: 62px;
	}
	
#artist div#body div.leftCol ul#subNav li.media a:hover {
	background-position: -44px center;
	}
	
#artist div#body div.leftCol ul#subNav li.media.ui-tabs-selected a {
	background-position: -44px bottom;
	}
	
#artist div#body div.leftCol ul#subNav li.press a {
	background-position: -106px top;
	width: 62px;
	}
	
#artist div#body div.leftCol ul#subNav li.press a:hover {
	background-position: -106px center;
	}
	
#artist div#body div.leftCol ul#subNav li.press.ui-tabs-selected a {
	background-position: -106px bottom;
	}
	
#artist div#body div.leftCol ul#subNav li.contact a {
	background-position: -168px top;
	width: 87px;
	}
	
#artist div#body div.leftCol ul#subNav li.contact a:hover {
	background-position: -168px center;
	}
	
#artist div#body div.leftCol ul#subNav li.contact.ui-tabs-selected a {
	background-position: -168px bottom;
	}
	
#artist div#body div.centerCol ul.releases li,
#about div#body div.centerCol ul.staff li {
	margin-bottom: 10px;
	padding-left: 80px;
	}
	
#artist div#body div.centerCol ul.releases li span,
#about div#body div.centerCol ul.staff li span {
	display: block;
	margin-bottom: 5px;
	}
	
#artist div#body div.centerCol ul.releases li a img.thumb,
#about div#body div.centerCol ul.staff li a img.thumb {
	border: 1px solid #000;
	float: left;
	margin-left: -80px;
	padding: 1px;
	}
	
#artist div#body div.centerCol ul.photos li {
	float: left;
	margin: 0 20px 2px 0;
	padding-left: 0;
	padding-right: 0;
	}
	
#artist div#body div.centerCol ul.photos li.last {
	margin-right: 0;
	}
	
#artist div#body div.centerCol ul.photos li a img {
	border: 1px solid #000;
	padding: 1px;
	}
	
#artist div#body div.rightCol ul.social li,
#about div#body div.centerCol ul.social li {
	padding-top: 0;
	}
	
#artist div#body div.rightCol ul.social li a,
#about div#body div.centerCol ul.social li a {
	background-position: center left;
	background-repeat: no-repeat;
	display: block;
	font-size:1.05em;
	font-weight:bold;
	line-height: 1.5em;
	padding-left: 22px;
	}
	
#artist div#body div.rightCol ul.social li.facebook a,
#about div#body div.centerCol ul.social li.facebook a {
	background-image: url(../img/badges/facebook.gif);
	}
	
#artist div#body div.rightCol ul.social li.myspace a,
#about div#body div.centerCol ul.social li.myspace a {
	background-image: url(../img/badges/myspace.gif);
	}
	
#artist div#body div.rightCol ul.social li.twitter a,
#about div#body div.centerCol ul.social li.twitter a {
	background-image: url(../img/badges/twitter.gif);
	}
	
#artist div#body div.rightCol ul.social li.linkedin a,
#about div#body div.centerCol ul.social li.linkedin a {
	background-image: url(../img/badges/linkedin.gif);
	}
	
#artist div#body div.rightCol ul.social li.flickr a,
#about div#body div.centerCol ul.social li.flickr a {
	background-image: url(../img/badges/flickr.gif);
	}
	
	
/*####################################
#	TOUR DATES
####################################*/

#tourDates div#body div.leftCol {
	width: 700px;
	}
	
#tourDates div#body div.leftCol h2 {
	background: url(../img/column_headers/tour_dates.gif) no-repeat top left;
	margin-bottom: 25px;
	}
	
#tourDates div#body div.leftCol ol li,
#tourDates div#body div.leftCol h3 {
	color: #959595;
	float: left;
	font-size: 1.167em;
	margin-bottom: 20px;
	width: 300px;
	}
	
#tourDates div#body div.leftCol h3 {
	float: none;
	}
	
#tourDates div#body div.leftCol ol li span,
#tourDates div#body div.leftCol h3 span {
	display: block;
	font-size: 1.286em;
	margin-bottom: 2px;
	}
	
#tourDates div#body div.leftCol ol li span a {
	text-transform: uppercase;
	}
	
#tourDates div#body div.rightCol ul li,
#blog div#body div.rightCol ul li,
#links div#body div.leftCol div.links ul li {
	font-size: 1.05em;
	font-weight: bold;
	padding: 0 0 4px 0;
	}
	
#tourDates div#body div.rightCol ul li a,
#blog div#body div.rightCol ul li a,
#links div#body div.leftCol div.links ul li a {
	display: block;
	padding: 2px 0;
	}
	
#tourDates div#body div.rightCol div.rssFeeds ul li a,
#blog div#body div.rightCol div.rssFeeds ul li a{
	background: url(../img/small_rss.gif) no-repeat center left;
	padding-left: 23px;
	}
	
#tourDates div#body div.leftCol h4 {
	color: #959595;
	font-size: 1.167em;
	margin: 20px 0;
	}
	
#tourDates div#body div.leftCol p {
	font-size: 1.05em
	}
	
	
/*####################################
#	CONTACT PAGE
####################################*/

#contact div#body div.rightCol .block dl dt {
	color: #707070;
	margin-bottom: 2px;
	}
	
#contact div#body div.rightCol .block dl dd {
	color: #1c1f16;
	font-size: 1.167em;
	margin-bottom: 20px;
	line-height: 1.25em;
	}
	
#contact div#body div.rightCol .block dl dd a {
	color: #1c1f16;
		}
	
	
/*####################################
#	ABOUT US PAGE
####################################*/

#about div#body div.centerCol ul.staff li {
	height: 57px;
	padding-bottom: 2px;
	padding-top: 0;
	}
	
#about div#body div.centerCol ul.staff li.sel {
	opacity: .45;
	}

#about div#body div.centerCol ul.staff li a {
	font-size: 1.05em;
	font-weight: bold;
	}
	
#about div#body div.centerCol ul.staff li a span {
	color: #1c1f16;
	display: block;
	font-size: .95em;
	font-weight: normal;
	margin-top: 5px;
	}

#about div#body div.rightCol h4 {
	margin-top: -4px;
	}
	
#about div#body div.leftCol h2 {
	background: url(../img/column_headers/about_us.gif) no-repeat top left;
	margin-bottom: 20px;
	}
	
#about div#body div.leftCol h3,
#about div#body div.leftCol h4,
#links div#body div.leftCol div.links h3 {
	font-size: 1.33em;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase;
	}
	
#about div#body div.leftCol h3 span {
	color: #9b9b9b;
	font-size: 0.824em;
	font-weight: normal;
	text-transform: none;
	}
	
#about div#body div.leftCol h4 {
	font-weight: normal;
	margin-bottom: 5px;
	text-transform: none;
	}
	
#about div#body div.leftCol p {
	color: #676767;
	font-size: 1.05em;
	margin-bottom: 15px;
	}
	
	
/*####################################
#	LINKS
####################################*/

#links div#body h2 {
	display: none;
	}

#links div#body div.leftCol div.links {
	display: -moz-inline-box;  
	-moz-box-orient: vertical;
	display: inline-block;
	margin-bottom: 20px;
	padding-right: 20px;
	width: 200px;
	}
	
	
/*####################################
#	FAQ PAGE
####################################*/

#faq div#body h2 {
	background: url(../img/column_headers/faq.gif) no-repeat top left;
	margin-bottom: 31px;
	}