/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

ul { margin: 0px; padding: 0px; }
li { margin: 0px; padding: 0px; }
object { border: 0px; }
* :focus { outline: 0; }
.postEntry {
	margin-bottom: 20px;
}
/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #000000 url('images/background.jpg') center;
	color: #333;
}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {

}
.thread-even {

}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background: #eee url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}
h2 {
	margin: 0px;
	padding: 0px;
	font: bold 22px/24px 'Arial','Sans-Serif';
	color: #E7C056;
	overflow: hidden;
}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist {
	width: 434px;
	margin-left: 24px;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
	background: green;
}

.commentlist li {
	font-weight: bold;
	border: 1px solid #4A4840;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	display: none;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	color: #E7C056;
	float: left;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	float: right;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #FFFFFF;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	padding-bottom: 20px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {	
	width: 127px;
	height: 29px;
	border: 0px;
	margin: 10px 0px;
	background: url('images/buttons.jpg');
	background-position: 0px -132px;
	cursor: pointer;
	float: left;
}

#commentform #submit:hover {
	background-position: -127px -132px;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Gold Rush Overrides -------------------------------------------*/
body {
	color: #FFFFFF;
}

body a {
	color: #E7C056;
}

body a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

object {
	outline: none;
}

/* Header --------------------------------------------------------*/
.Header {
	width: 876px;
	height: 103px;
	margin: 0px auto;
	background: url('images/header-bg.jpg') no-repeat;
	position: relative;
}

.Header .Home {
	width: 265px;
	height: 103px;
	display: block;
}

.Header span {
	display: none;
}

.Header .Nav {
	width: 342px;
	height: 36px;
	position: absolute;
		top: 22px;
		left: 259px;
}

.Header .Nav .Link {
	height: 36px;
	float: left;
	background: url('images/header-nav.jpg') no-repeat;
	display: block;
}

.Header .Nav .Blog {
	width: 62px;
}

.Header .Nav .Blog:hover {
	background-position: 0px -36px;
}

.Header .Nav .Artists {
	width: 74px;
	background-position: 0px 0px;
}

.Header .Nav .Artists:hover {
	background-position: 0px -36px;
}

.Header .Nav .Contact {
	width: 85px;
	background-position: -74px 0px;
}

.Header .Nav .Contact:hover {
	background-position: -74px -36px;
}

.Header .Nav .Merch {
	width: 124px;
	background-position: -159px 0px;
}

.Header .Nav .Merch:hover {
	background-position: -159px -36px;
}

.Header .Nav .Links {
	width: 59px;
	background-position: -283px 0px;
}

.Header .Nav .Links:hover {
	background-position: -283px -36px;
}

.Header .Search {
	width: 226px;
	height: 22px;
	position: absolute;
		top: 28px;
		right: 10px;
	text-align: left;
}

.Header .Search form, .Header .Search input, .Header .Search ul, .Header .Search li {
	margin: 0px;
	padding: 0px;
}

.Search #s {
	width: 140px;
	height: 16px;
}

.Search #searchsubmit {
	width: 59px;
	height: 20px;
	margin-top: 1px;
	border: 0px;
	background: url('images/buttons.jpg') no-repeat;
	cursor: pointer;
}

.Search #searchsubmit:hover {
	background-position: -118px 0px;
}
.Search .screen-reader-text {
	display: none;
}
/*----------------------------------------------------------------*/

/* Navigation ----------------------------------------------------*/
.Navigation {
	height: 16px;
	margin: 10px;
}

.Navigation a, .Navigation img {
	margin: 0px;
	padding: 0px;
}

.Navigation .Next {
	height: 16px;
	margin-left: 10px;
	float: right;
}

.Navigation .Previous {
	float: right;
}

.Navigation .Next a:hover, .Navigation .Previous a:hover {
	border-bottom: 1px dotted #E7C056;
}
/*----------------------------------------------------------------*/


/* Main ----------------------------------------------------------*/
.Content {
	width: 876px;
	margin: 0px auto;
	padding-bottom: 20px;
	font: normal 12px/14px 'Arial','Sans-Serif';
	color: #FFFFFF;
	background: url('images/middle-tile.jpg') repeat-y;
}

.Content .FirstEntry {
	width: 611px;
	float: left;
}

.Content .FirstEntry .Title {
	width: 611px;
	height: 57px;
	background: url('images/content-entry-title.png') no-repeat;
	behavior: url('images/iepngfix.htc');
	position: relative;
}

.Content .FirstEntry .Title .EntryDate {
	width: 60px;
	margin-top: 12px;
	float: left;
	text-align: center;
	text-transform: uppercase;
}

.Content .FirstEntry .Title .EntryDate .Month {
	font: normal 14px/12px 'Arial','Sans-Serif';
}

.Content .FirstEntry .Title .EntryDate .Day {
	font: normal 24px/22px 'Arial','Sans-Serif';
}

.Content .FirstEntry .Title .EntryTitle {
	height: 57px;
	float: left;
	margin-left: 24px;
}

.Content .FirstEntry .Title .EntryTitle .FiledUnder {
	height: 10px;
	margin-top: 10px;
	font: normal 10px/10px 'Arial','Sans-Serif';
	text-transform: uppercase;
}

.Content .FirstEntry .Title .EntryTitle h2 {
	width: 455px;
	height: 21px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	font: bold 23px/25px 'Arial','Sans-Serif';
	color: #E7C056;
	overflow: hidden;
}

.Content .FirstEntry .Title .EntryTitle a {
	color: #E7C056;
}

.Content .FirstEntry .Title .EntryTitle a:hover {
	color: #FFFFFF;
}

.Content .FirstEntry .Title .Comments {
	float: right;
	width: 37px;
	height: 45px;
	padding-top: 12px;
	margin-right: 27px;
	text-align: center;
	font: bold 19px/22px 'Arial','Sans-Serif';
	color: #0F0F0F;
}

.Content .FirstEntry .Title .Comments a {
	color: #0F0F0F;
	text-decoration: none;
}

.Content .FirstEntry .Title .Comments a:hover {
	color: #0F0F0F;
	text-decoration: none;
}

.Content .FirstEntry .EntryContent {
	width: 577px;
	margin-left: 24px;
}

.Content .FirstEntry .Break {
	width: 552px;
	height: 8px;
	margin: 24px 0px 24px 24px;
	background: url('images/content-entry-br.png') no-repeat;
	behavior: url('images/iepngfix.htc');
}

.Content .FirstEntry .ViewAllEntries {
	width: 118px;
	height: 29px;
	margin-left: 24px;
	background: url('images/buttons.jpg') no-repeat;
	background-position: 0px -20px;
	display: block;
}

.Content .FirstEntry .ViewAllEntries span {
	display: none;
}

.Content .FirstEntry .ViewAllEntries:hover {
	background-position: -118px -20px;
}

.Content .FirstEntry .RecentUpdates {
	margin-left: 24px;
	padding-bottom: 20px;
}

.Content .FirstEntry .RecentUpdates .Title {
	width: 187px;
	height: 23px;
	margin-bottom: 10px;
	background: url('images/title-recentartistupdates.gif') no-repeat;
}

.Content .FirstEntry .RecentUpdates .Title h2 {
	display: none;
}

.Content .RecentUpdates .ViewAllArtists {
	width: 117px;
	height: 29px;
	background: url('images/buttons.jpg') no-repeat;
	background-position: 0px -49px;
	display: block;
}

.Content .RecentUpdates .ViewAllArtists span {
	display: none;
}

.Content .RecentUpdates .ViewAllArtists:hover {
	background-position: -118px -49px;
}

.Artist {
	width: 290px;
	height: 86px;
	margin-bottom: 27px;
	float: left;
}

.Artist .TN {
	width: 86px;
	height: 86px;
	float: left;
}

.Artist .Info {
	padding: 12px 10px;
	float: left;
}

.Artist .Info .Name {
	font-weight: bold;
	margin-bottom: 5px;
}

.Artist .Info .Date {
	margin-bottom: 5px;
}

.ContactArtist {
	width: 288px;
	height: 86px;
	margin-bottom: 27px;
	float: left;
}

.ContactArtist .TN {
	width: 86px;
	height: 86px;
	float: left;
}

.ContactArtist .Info {
	padding: 20px 0px 0px 5px;
	float: left;
}

.ContactArtist .Info .Name {
	font-weight: bold;
	margin-bottom: 5px;
}

.ContactArtist .Info .Email {
	font-style: italic;
	margin-bottom: 5px;
}

.Spacer {
	height: 14px;
}
/*----------------------------------------------------------------*/

/* Footer --------------------------------------------------------*/
.Footer {
	width: 876px;
	margin: 0px auto;
	font: normal 12px/18px 'Arial','Sans-Serif';
	text-align: left;
}

.Footer a {
	border-bottom: 1px dotted #E7C056;
	text-decoration: none;
}

.Footer a:hover {
	border-bottom: 1px dotted #E7C056;
}

.Footer .FooterHR {
	width: 876px;
	height: 25px;
	background: url('images/footer-break.png') no-repeat;
	behavior: url('images/iepngfix.htc');
}

.Footer .Info {
	height: 210px;
	padding: 5px 0px;
	background: url('images/footer-info.jpg') no-repeat;
}

.Footer .Info h4 {
	font: normal 18px/20px 'Arial','Sans-Serif';
	color: #E7C056;
	margin: 0px;
}

.Footer .Info .Twitter {
	float: left;
	width: 348px;
	height: 200px;
	padding: 0px 15px;
}

.Footer .Info .Twitter .LeftQuote {	
	width: 28px;
	height: 32px;
	margin-right: 7px;
	background: url('images/footer-twitter-quoteleft.gif') no-repeat;
	float: left;
}

.Footer .Info .Twitter .Feed {
	width: 310px;
	margin: 0px;
	padding: 0px;
	font: normal 18px/22px 'Arial','Sans-Serif';
	position: relative;
	float: left;
}

.Footer .Info .Twitter .Logo {
	height: 38px;
	margin-top: 20px;
	padding-left: 80px;
	background: url('images/footer-twitterlogo.gif') no-repeat;
	font: italic 12px/18px 'Arial','Sans-Serif';
}

.Footer .Info .OfTheWeek {
	float: left;
	width: 204px;
	height: 195px;
	padding: 5px 15px 0px 15px;
}

.Footer .Info .OfTheWeek a {
	border: 0px;
}

.Footer .Info .OfTheWeek .ImageBorder {
	width: 150px;
	height: 113px;
	padding: 3px;
	margin: 12px 0px;
	border: 1px solid #343433;
}

.Footer .Info .OfTheWeek img {
	width: 150px;
	height: 113px;
}

.Footer .Info .OfTheWeek .Archive {
	width: 99px;
	height: 27px;
	background: url('images/buttons.jpg');
	background-position: 0px -105px;
	display: block;
	border: 0px;
}

.Footer .Info .OfTheWeek .Title {
	width: 158px;
	height: 15px;
	background: url('images/title-tattoooftheweek.gif') no-repeat;
}

.Footer .Info .OfTheWeek .Title h2 {
	display: none;
}


.Footer .Info .OfTheWeek .Archive:hover {
	background-position: -118px -105px;
}

.Footer .Info .LastFM {
	float: left;
	width: 234px;
	height: 195px;
	padding: 5px 15px 0px 15px;
}

.Footer .Info .LastFM .Title {
	width: 199px;
	height: 41px;
	margin-bottom: 10px;
	background: url('images/title-whatwerelisteningto.gif') no-repeat;
}

.Footer .Info .LastFM .Title h2  {
	display: none;
}

.Footer .Info .LastFM .ArtistName {
	margin-top: 5px;
	font: bold 12px/14px 'Arial','Sans-Serif';
}

.Footer .Info .LastFM .SongName {
	margin-bottom: 10px;
	font: normal 10px/12px 'Arial','Sans-Serif';	
}

.Footer .Info .LastFM p {
	margin: 3px 0px;
}

.Footer .End {
	padding: 20px 5px;
}

.Footer .End .Contact {
	float: left;
}

.Footer .End .Contact a {
	margin-left: 10px;
}

.Footer .Copy {
	float: right;
}
/*----------------------------------------------------------------*/

/* Right Rail ----------------------------------------------------*/
.RightRail {
	width: 265px;
	float: right;
}

.RightRail h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font: normal 23px/25px 'Arial','Sans-Serif';
	color: #E7C056;
}

.RightRail .Break {
	width: 265px;
	height: 6px;
	margin: 10px 0px;
	background: url('images/rightrail-break.png') no-repeat;
	behavior: url('images/iepngfix.htc');
}

.RightRail .About {
	padding: 0px 14px;
}

.RightRail .About .Title {
	width: 152px;
	height: 18px;
	margin-bottom: 10px;
	background: url('images/title-aboutgoldrush.gif') no-repeat;
}

.RightRail .About .Title h2 {
	display: none;
}

.RightRail .About .AboutTN {
	width: 237px;
	height: 217px;
	margin-bottom: 10px;
	background: url('images/rightrail-about-tn.jpg') no-repeat;
}

.RightRail .Products {
	padding: 0px 14px;
}

.RightRail .Products .Title {
	width: 57px;
	height: 18px;
	margin-bottom: 10px;
	background: url('images/title-merch.gif') no-repeat;
}

.RightRail .Products .Title h2 {
	display: none;
}

.RightRail .Products .Product {
	margin: 10px 0px;
}

.RightRail .Products .Product .TN {
	width: 97px;
	height: 85px;
	float: left;
}

.RightRail .Products .Product .Info {
	margin-left: 110px;
}

.RightRail .Products .Product .BuyNow {
	width: 99px;
	height: 27px;
	margin-top: 10px;
	background: url('images/buttons.jpg') no-repeat;
	background-position: 0px -78px;
	display: block;
}

.RightRail .Products .Product .BuyNow:hover {
	background-position: -118px -78px;
}

.RightRail .ViewAllMerch {
	width: 114px;
	height: 29px;
	background: url('images/buttons.jpg') no-repeat;
	background-position: 0px -161px;
	display: block;
}

.RightRail .ViewAllMerch:hover {
	background-position: -114px -161px;
}

.RightRail .ViewAllMerch span {
	display: none;
}
/*----------------------------------------------------------------*/

/* Custom Comment Stuff ------------------------------------------*/
.CommentBox {
	width: 434px;
	margin-left: 24px;
	color: #FFFFFF;
}

.CommentBox h3 {
	font: bold italic 16px/18px 'Arial','Sans-Serif';
	color: #FFFFFF;
}

.CommentBox .Inputs {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #756439;
	background: none;
	color: #FFFFFF;
}

.CommentBox textarea {
	border: 1px solid #756439;
	background: none;
	color: #FFFFFF;
}

.CommentBox .SubmitBtn {
	margin-top: 30px;
	float: left;
}
/*----------------------------------------------------------------*/

.Says {
	display: block;
	font: normal 12px/14px 'Arial','Sans-Serif';
	padding-left: 5px;
	float: left;
}

/*----------------------------------------------------------------*/
.SearchResults {
	margin: 0px 0px 0px 24px;
	padding: 0px;
	font: bold 18px/20px 'Arial','Sans-Serif';
	color: #E7C056;
}

.SearchNoReults {
	margin: 10px 0px 10px 24px;
}
/*----------------------------------------------------------------*/

/* Artists -------------------------------------------------------*/
.Content .Page {
	width: 578px;
	margin-left: 33px;
	float: left;	
}
/*----------------------------------------------------------------*/

/* Merch ---------------------------------------------------------*/
.Content .PageMerch {
	padding: 0px 23px;
}
.Content .merchHeader {
	width: 834px;
	height: 279px;
	margin: 0px auto 30px auto;
	background: url('images/merch-header.jpg') no-repeat;
}
.MerchProduct {
	width: 260px;
	margin-bottom: 25px;
	float: left;
}
.ProdLeft {
	margin-right: 25px;
}
.MerchProduct .BuyNow {
	width: 99px;
	height: 27px;
	margin-top: 10px;
	float: left;
	background: url('images/buttons.jpg') no-repeat;
	background-position: 0px -78px;
	display: block;
}
.MerchProduct .BuyNow:hover {
	background-position: -118px -78px;
}
.MerchProduct .Description {
	width: 260px;
	margin: 10px 0px;
	font: normal 10px/12px 'arial','sans-serif';
}
.MerchProduct .Description .title {
	margin-bottom: 5px;
	font: bold 13px/15px 'arial','sans-serif';
}
.MerchProduct .Description .titleBlurb {
	font: italic 10px/12px 'arial','sans-serif';
}
.MerchProduct .Description .price {
	margin-bottom: 10px;
	font: bold 16px/18px 'arial','sans-serif';
}
.MerchProduct .Description .shipping {
	font: normal 10px/12px 'arial','sans-serif';
}
.MerchProduct .Buy {
}
.PageMerch .MerchProduct ul {
	margin: 0px;
	padding-left: 20px;
}
.PageMerch .MerchProduct ul li {
	margin: 0px;
	padding-bottom: 5px;
	list-style-type: disc;
}
.MerchProduct .moreInfo {
	width: 99px;
	height: 29px;
	margin: 10px 10px 0px 0px;
	float: left;
	background: url('images/buttons.jpg') no-repeat;
	background-position: 0px -190px;
	display: block;
}
.MerchProduct .moreInfo:hover {
	background-position: -99px -190px;
}
.MerchProduct .moreImages {
	width: 99px;
	height: 29px;
	margin: 10px 10px 0px 0px;
	float: left;
	background: url('images/buttons.jpg') no-repeat;
	background-position: 0px -219px;
	display: block;
}
.MerchProduct .moreImages:hover {
	background-position: -99px -219px;
}
/*----------------------------------------------------------------*/

/* Links ---------------------------------------------------------*/
.LinksTable {
	margin-top: 10px;
}

.LinksTable td {
	padding: 5px 20px 5px 0px;
}

.LinksTable a {
	font-style: italic;
	border-bottom: 1px dotted #E7C056;
}
/*----------------------------------------------------------------*/