@charset "utf-8";
/* Content Test Treatments */

@import url(http://fonts.googleapis.com/css?family=IM+Fell+DW+Pica);
/*font-family: 'IM Fell DW Pica', serif;
font-family: 'IM Fell DW Pica SC', serif;*/

body {
	font-family: 'IM Fell DW Pica', serif;
	font-size: 16px;
	color: #330000;
}

h1, h2, h3, h4 {
}
h2 {
	padding: 7px 0 0 0;
}
.paper .content h2 {
	text-align: center;
}

p {
	padding: 7px 0;
}

a {
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}

a.anchor {
	color: #330000;
	text-decoration: none;
}

#contentMain .content {
	font-size: 16px;
}

.update footer a.readMore {
	float: left;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.center {
	text-align: center;
}
img.center {
	display: block; 
	margin: 5px auto;
}

/* Update Styling */
.update {
}
#contentMain .content .update footer {
	background: url(../img/bg/postFoot.png) center bottom no-repeat;
	position: relative;
	width: 515px;
	height: auto;
	min-height: 0;
	margin: 10px auto;
	padding: 0 10px 45px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660000;
	text-align: right;
}

/* Discography Display */
table.albumList td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px; 
	padding: 5px 10px;
	vertical-align: top;
}
table.albumList td a img {
	border: 1px #999933 solid;
}
table.albumList td a:hover img {
	border: 1px #660000 solid;
}

/* Show Display */
table#showList {
	width: 100%;
	margin: 20px auto 0 auto;
}
table#showList td {
	vertical-align: top;
	/*padding: 10px;*/
}
table#showDetail {
	width: 100%;
	margin: 20px auto 0 auto;
}
table#showDetail td {
	vertical-align: top;
	padding: 10px;
}
table#showList td p.tourDesc {
	margin: 0;
	padding: 0;
}
table#showList td p.location {
	padding: 0;
}
table#showList td p.detailLink {
	padding: 0 0 15px 0;
}
table#showList td.tourIntro {
	padding: 0;
	margin: 0;
}
table#showList td.endTour {
	background: url(../img/bg/postFoot.png) center top no-repeat;
	height: 60px;
}
table#showList td.tourIntro h3 {
	padding: 0;
	margin: 0;
}
table#showList td.flyer {
	width: 150px;
}
table#showDetail td.flyer {
	width: 250px;
}
table#showList td.flyer img, table#showDetail td.flyer img {
	display: block;
	margin: 0 auto 13px auto;
}
table#showList td.flyer a img, table#showDetail td.flyer a img {
	border: 1px #CC9966 solid;
}
table#showList td.flyer a:hover img, table#showDetail td.flyer a:hover img {
	border: 1px #660000 solid;
}
table#showList td.showDetails h4 {
	padding-bottom: 0;
}
table#showDetail td.showDetails h3 {
	padding: 13px 0 0 0;
	display: inline;
}
table#showDetail td.showDetails h4 {
	padding: 0 0 10px 0;
}
table#showDetail td.divider {
	padding: 0;
	
}

#upcomingShows {
	width: 80%;
	margin: 0 auto 40px auto;
}

a.backLink {
	display: block;
	margin: 0 auto;
	font-size: 18px;
	text-align: center;
}

.addthis_toolbox {
	position: relative;
	z-index: 6000 !important;
}

footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999966;
	height: auto;
	min-height: 350px;
}
footer nav {
	font-size: 12px;
}
footer nav a {
	color: #996633;
}
footer nav a:hover {
	color: #CC6600;
	text-decoration: underline;
}
footer #cred {
	display: inline-block;
	padding-left: 20px;
}
footer #cred a {
	color: #999966
}
footer #cred a:hover {
	color: #CC6600;
	text-decoration: underline;
}
footer #social {
	margin-top: 5px;
	z-index: 600;
	height: 300px;
}