body {
	margin: 0;
	padding: 0;
	background-color: #4B2821;
	font-family: Georgia, "Times New Roman", TImes, serif;
}

img {
	display: block;
}

a {
	color: #9D5C1F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

a img {
	border: none;
	text-decoration: none;
}

div#wrapper {
	position: relative;
	width: 748px;
	padding: 0;
	margin: 0 auto;
	border-top: 1px solid #4B2821;
}


/* HEADER STYLES */

div#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 182px;
	height: 143px;
	background-image: url(/img/logo.gif);
	background-repeat: no-repeat;
	z-index: 100;
}

div#header h1 a {
	display: block;
	height: 143px;
	width: 182px;
}

div#header h1 a i {
	display: none;
}


/* NAVIGATION STYLES */

div#navigation {
	margin: 21px 0 0 68px;
	background-image:  url(/img/nav-background.gif);
	background-repeat: no-repeat;
}

div#navigation ul {
	position: relative;
	list-style: none;
	margin: 0 0 0 118px;
	padding: 0;
	height: 67px;
}

div#navigation ul li i {
	visibility: hidden;
}

div#navigation ul li a {
	display: block;
	text-decoration: none;
	width: 100%;
	height: 48px;
}

div#navigation ul li#artists {
	position: absolute;
	top: 9px;
	width: 64px;
	height: 48px;
}

div#navigation ul li#news {
	position: absolute;
	top: 9px;
	left: 64px;
	width: 60px;
	height: 48px;
}

div#navigation ul li#catalog {
	position: absolute;
	top: 9px;
	left: 124px;
	width: 78px;
	height: 48px;
}

div#navigation ul li#tourdates {
	position: absolute;
	top: 9px;
	left: 204px;
	width: 100px;
	height: 48px;
}

div#navigation ul li#downloads {
	position: absolute;
	top: 9px;
	left: 304px;
	width: 100px;
	height: 48px;
}

div#navigation ul li#store {
	position: absolute;
	top: 9px;
	left: 404px;
	width: 60px;
	height: 48px;
}

div#navigation ul li#contact {
	position: absolute;
	top: 9px;
	left: 464px;
	width: 78px;
	height: 48px;
}

div#navigation ul li#artists a:hover, div#navigation ul li#artists a:active {
	background-image: url(/img/nav-artists-over.gif);
	background-repeat: no-repeat;
}

div#navigation ul li#news a:hover, div#navigation ul li#news a:active {
	background-image: url(/img/nav-news-over.gif);
	background-repeat: no-repeat;
}

div#navigation ul li#catalog a:hover, div#navigation ul li#catalog a:active {
	background-image: url(/img/nav-catalog-over.gif);
	background-repeat: no-repeat;
}

div#navigation ul li#tourdates a:hover, div#navigation ul li#tourdates a:active {
	background-image: url(/img/nav-tourdates-over.gif);
	background-repeat: no-repeat;
}

div#navigation ul li#downloads a:hover, div#navigation ul li#downloads a:active {
	background-image: url(/img/nav-downloads-over.gif);
	background-repeat: no-repeat;
}

div#navigation ul li#store a:hover, div#navigation ul li#store a:active {
	background-image: url(/img/nav-store-over.gif);
	background-repeat: no-repeat;
}

div#navigation ul li#contact a:hover, div#navigation ul li#contact a:active {
	background-image: url(/img/nav-contact-over.gif);
	background-repeat: no-repeat;
}



/* CONTENT STYLES */

div#content {
	position: relative;
	margin-left: 68px;
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-bottom: 40px;
	padding-left: 90px;
}

body.home div#content, body.interior2 div#content {
	background-image: url(/img/content-background-2col.gif);
}

body.interior1 div#content {
	background-image: url(/img/content-background-1col.gif);
}

body.home div#main-col, body.interior2 div#main-col {
	width: 370px;
}

body.interior1 div#main-col {
	width: 580px;
}

body.interior2 div#main-col img {
	margin-bottom: 15px;
}

div#main-col h1 a {
	text-decoration: none;
}

div#main-col h1 i {
	visibility: hidden;
}

div#main-col h1.news {
	background-image: url(/img/home-header-news.gif);
	background-repeat: no-repeat;
	margin-bottom: 0;
}

div#main-col h2 i, div#main-col h3 i {
	display: none;
}

div#main-col h2 {
	margin: 0 0 10px 0;
	border-bottom: 1px solid #AA9480;
	background-repeat: no-repeat;
}

body.interior1 div#main-col h2, body.interior2 div#main-col h2 {
	height: 40px;
}

body.interior1 div#main-col h2 {
	margin-right: 10px;
}

div#main-col h3 {
	margin: 40px 10px 5px 0;
	height: 25px;
	background-repeat: no-repeat;
}

body.interior2 div#main-col object, body.interior2 div#main-col embed {
	margin-bottom: 25px;
}

/* PAGE HEADER STYLES */

div#main-col h2#artists {
	background-image: url(/img/header-artists.gif);
}

div#main-col h2#brandon-butler {
	background-image: url(/img/header-brandon-butler.gif);
}

div#main-col h2#catalog {
	background-image: url(/img/header-catalog.gif);
}

div#main-col h2#contact {
	background-image: url(/img/header-contact.gif);
}

div#main-col h2#downloads {
	background-image: url(/img/header-downloads.gif);
}

div#main-col h2#john-bustine {
	background-image: url(/img/header-john-bustine.gif);
	height: 50px;
}

div#main-col h2#news {
	background-image: url(/img/header-news.gif);
}

div#main-col h2#mikal-evans {
	background-image: url(/img/header-mikal-evans.gif);
}

div#main-col h2#press {
	background-image: url(/img/header-press.gif);
}

div#main-col h2#privacy {
	background-image: url(/img/header-privacy.gif);
}

div#main-col h2#revival {
	background-image: url(/img/header-revival.gif);
}

div#main-col h2#shortstack {
	background-image: url(/img/header-shortstack.gif);
}

div#main-col h2#store {
	background-image: url(/img/header-store.gif);
}

div#main-col h2#vandaveer {
	background-image: url(/img/header-vandaveer.gif);
}

div#main-col h2#tour-dates {
	background-image: url(/img/header-tour-dates.gif);
}

div#main-col h2#the-apes {
	background-image: url(/img/header-the-apes.gif);
}

div#main-col h2#child-ballads {
	background-image: url(/img/header-child-ballads.gif);
}

body.home div#main-col h2 {
	border: 0;
	color: #54352D;
	font-size: 14px;
	margin: 14px 0 0 0;
}

body.home div#main-col ul {
	margin-bottom: .5em;
}

div#main-col h3#band-members {
	background-image: url(/img/header-band-members.gif);
}

div#main-col h3, div#main-col h4 {
	font-size: 14px;
	color: #54352D;
	margin-bottom: 0;
	clear: left;
}

div#main-col h5 {
	color: #5E5F66;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 5px 0;
}

div#main-col p {
	color: #5E5F66;
	font-size: 11px;
	line-height: 14px;
	margin-top: 0;
}

body.interior1 div#main-col p {
	margin-right: 10px;
}

div#main-col li {
	color: #5E5F66;
	font-size: 11px;
	line-height: 14px;
	margin-top: 0;
}

div#main-col div.separator {
	border: none;
	height: 12px;
	background-image: url(/img/hr-background.gif);
	background-repeat: no-repeat;
	background-position: center;
}	

div#main-col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#main-col ul.catalog {
	margin-top: 5px;
}

ul.artist li, ul.catalog li {
	margin: 0 15px 15px 0;
	padding: 0;
	list-style: none;
	float: left;
	height: 155px;
	width: 130px;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
}

ul.store li {
	margin: 0 15px 15px 0;
	padding: 0;
	list-style: none;
	float: left;
	height: 200px;
	width: 130px;
	font-size: 11px;
	line-height: 14px;
}

ul.artist li a, ul.catalog li a {
	font-weight: bold;
	height: 155px;
	width: 130px;
}

ul.artist li img, ul.catalog li img {
}

ul br {
	clear: left;
}

ul.band-members {
	margin: 0;
	padding: 0;
}

ul.band-members li {
	color: #5E5F66;
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

div#main-col ol.tracks {
	color: #5E5F66;
	font-size: 11px;
	line-height: 14px;
	float: right;
	width: 280px;
	margin: 0;
	padding: 0 0 0 10px;
}

div#main-col ol.tracks li {
	margin: 0 10px 0 15px;
	padding: 0;
}

div#main-col ol.tracks p {
	margin: 1em 10px 0 15px;
	padding: 0;
	font-weight: bold;
}

div#contact-col-2 {
	float: right;
	width: 50%;
	margin-left: 25px;
}

div#contact-col-2 h4 {
	margin-top: 8px;
}

div#contact-col-2 h5 {
	margin-bottom: 0;
}
 
div#main-col div.newspic {
	float: left;
	width: 275px;
	margin-right: 15px;
	padding: 5px;
	border: 1px solid #5E5F66;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:265px;
}

div#main-col div.newspic p.caption {
	margin: 5px 0;
	font-style: italic;
	font-size: 10px;
}



/* FEATURE COLUMN STYLES */

div#feature-col {
	position: absolute;
	top: 0;
	right: 8px;
	width: 201px;
}

body.home div#feature-col {
	padding-top: 108px;
}

div#feature-col h2 {
	margin-top: 10px;
	margin-bottom: 5px;
}

div#feature-col h2.band {
	background-image: url(/img/feat-cont-head-band.gif);
	background-repeat: no-repeat;
}

div#feature-col h2.dates {
	background-image: url(/img/feat-cont-head-dates.gif);
	background-repeat: no-repeat;
}

body.artists div#feature-col h3.tourdates {
	background-image: url(/img/feat-cont-head-dates.gif);
	background-repeat: no-repeat;
	margin: 10px 0 5px 0;
	font-size: 18px;
	line-height: 26px;
}

div#feature-col h2.links {
	background-image: url(/img/feat-cont-head-links.gif);
	background-repeat: no-repeat;
}

div#feature-col h2.photos {
	background-image: url(/img/feat-cont-head-photos.gif);
	background-repeat: no-repeat;
}

div#feature-col h2.releases {
	background-image: url(/img/feat-cont-head-releases.gif);
	background-repeat: no-repeat;
}

div#feature-col h2 i {
	visibility: hidden;
}

body.artists div#feature-col h3 a {
	visibility: hidden;
}

div#feature-col h3 {
	color: #5E5F66;
	font-size: 11px;
	line-height: 14px;
	margin: 8px 12px 0 12px;
}

div#feature-col p {
	color: #5E5F66;
	font-size: 11px;
	line-height: 14px;
	margin: 8px 12px;
}

/*div#feature-col p a {
	text-align: center;
	font-weight: bold;
	display: block;
}*/

div#feature-col ul {
	margin: 0 12px 16px 12px;
	padding: 0;
	list-style: none;
}

div#feature-col li {
	color: #5E5F66;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 7px;
}

body.home div#feature-col li {
	line-height: 12px;
	margin-bottom: 5px;
}

div#feature-col img {
	margin: 0 35px;
}

div#feature-col ul.photos li {
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}

div#feature-col ul.photos li img {
	margin: 0;
}


/* EMAIL SIGNUP STYLES 	*/

form#email-signup {
	position: absolute;
	top: 0;
	width: 201px;
	height: 108px;
	background-image: url(/img/email-signup-background.gif);
	background-repeat: no-repeat;
}

form#email-signup label {
	display: none;
}

form#email-signup input#Email {
	margin-top: 39px;
	margin-left: 24px;
}

form#email-signup input#submit {
	margin-top: 2px;
	margin-left: 62px;
}


/* CONTACT FORM STYLES 	*/

form#contact-form {
	width: 250px;
}

form#contact-form label {
	color: #5E5F66;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	display: block;
}

form#contact-form input {
	display: block;
	margin-bottom: 14px;
}

form#contact-form input#submit {
	margin: 14px auto;
}


/* FOOTER STYLES */

body div#footer {
	margin-left: 68px;
	margin-bottom: 20px;
	height: 34px;
	background-image: url(/img/footer-background.gif);
	background-repeat: no-repeat;
}

div#footer p {
	margin: 0;
	padding: 13px 20px;
	color: #2A2D40;
	font-size: 9px;
}


/* MISC */

div.centered { 
	text-align: center;
}

div.centered img { 
	margin: 0 auto;
}

.photocredit {
	color: #5E5F66;
	font-style: italic;
	font-size: 9px;
	margin-top: -13px;
	margin-bottom: 15px;
}

.oldPrice { 
	font-size: 10px;
	color: #999;
	text-decoration: line-through;
}

li.soldOut { 
	text-decoration: line-through;
}